@charset "UTF-8";
/*
Includes
*/
/*
Reset
*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

/*
Settings
*/
/*
Mixins
*/
/*
Components
*/
section.channels {
  padding: 30px 0; }
  section.channels figure {
    border-radius: 10px;
    overflow: hidden;
    max-height: 240px; }
  section.channels h2 {
    margin: 15px 0; }
  section.channels .segment {
    padding-top: 30px;
    margin: 0 auto; }
  @media (min-width: 768px) {
    section.channels .segment {
      padding: 30px; } }

.demo {
  position: relative; }
  .demo.responsive {
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%; }
  .demo iframe, .demo object, .demo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .demo {
      margin-left: 15px;
      margin-right: 15px; } }
  @media (min-width: 1140px) {
    .demo .background-image {
      padding-bottom: 56.25% !important; } }

.slider-hero {
  height: 100vh; }
  .slider-hero .slide {
    position: relative; }
  .slider-hero .owl-pagination {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translateX(-50%); }
  .slider-hero .owl-page span {
    background: transparent !important;
    border: 1px solid white; }
  .slider-hero .owl-page.active span {
    background: white !important; }
  .slider-hero .owl-buttons div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    background-size: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important; }
  .slider-hero .owl-buttons div:first-of-type {
    left: 40px;
    background: transparent url(../images/icon-arrow-left.svg) center center no-repeat !important; }
  .slider-hero .owl-buttons div:last-of-type {
    right: 40px;
    background: transparent url(../images/icon-arrow-right.svg) center center no-repeat !important; }
  @media (max-width: 1023px) {
    .slider-hero .owl-buttons {
      display: none !important; } }

.container {
  max-width: 1024px;
  margin: auto;
  padding: 0 15px; }

.wrapper {
  position: relative; }

.dropdown {
  max-height: 0;
  overflow-y: hidden;
  -moz-transition: max-height 0.2s ease-out;
  -ms-transition: max-height 0.2s ease-out;
  -webkit-transition: max-height 0.2s ease-out;
  -o-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out; }
  .dropdown a {
    display: block;
    color: #008800; }
  .dropdown.active {
    padding: 10px 0;
    max-height: 999px !important; }

.dropdown-toggler span, .subnav-toggler span, .faq-toggler span {
  -moz-transition: transform 0.2s ease-in-out;
  -ms-transition: transform 0.2s ease-in-out;
  -webkit-transition: transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out; }

.dropdown-toggler.active span, .subnav-toggler.active span, .faq-toggler.active span {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg); }

.video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0; }
  .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.dropdown-toggler span {
  display: block;
  width: 40px;
  height: 40px;
  background: transparent url("../images/icon-arrow-black.svg") center center no-repeat;
  background-size: 14px 6px; }

.subnav-toggler span {
  width: 14px;
  height: 10px;
  margin-left: 5px;
  display: inline-block;
  background: transparent url("../images/icon-arrow-white.svg") center center no-repeat;
  background-size: 14px 6px; }

.vertical-wrapper {
  display: table; }

.vertical {
  display: table-cell;
  vertical-align: middle; }

.button {
  text-transform: uppercase;
  padding: 5px 15px;
  background: transparent;
  display: inline-block;
  font-size: 12px;
  letter-spacing: 1px;
  border-radius: 3px;
  border: 2px solid #b9b9b9;
  margin: 0 auto;
  color: #646464;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .button:hover {
    border-color: #646464;
    background: #646464;
    color: white; }

/* Product gallery – added on Nov 28 */
section.gallery {
  margin-top: 50px;
  text-align: center;
  /*.gallery-toggler {

	}*/ }
  section.gallery .gallery-to-top {
    display: none;
    margin-top: 30px; }
  section.gallery .gallery-list {
    display: none;
    margin: 0 auto; }
    section.gallery .gallery-list li {
      margin-top: 30px;
      display: block; }

.button.green {
  border-color: #008800; }
  .button.green:hover {
    background: #008800; }

.button.white {
  border-color: white;
  color: white; }
  .button.white:hover {
    background: rgba(255, 255, 255, 0.25); }

.button.large {
  padding: 10px 30px; }

main .logo {
  max-width: 200px;
  display: block;
  margin: 0 auto; }

.background-image {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%; }

.block figure img {
  width: 100%; }

section:not(.hero) .background-image {
  height: 0;
  padding-bottom: 56.25%; }

.background-video {
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  height: 100vh;
  z-index: 0;
  width: 100%;
  overflow: hidden;
  background-attachment: fixed;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d; }
  .background-video video {
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100; }

.profile {
  margin: 30px auto 0 auto;
  padding: 0 15px; }
  .profile figure {
    border-radius: 50%;
    overflow: hidden;
    max-width: 240px;
    max-height: 240px;
    margin: 0 auto; }
    .profile figure img {
      vertical-align: bottom; }
  .profile h4 {
    margin-top: 15px; }
  .profile h3 {
    margin: 15px auto 5px auto;
    text-transform: uppercase; }
  .profile span {
    display: block; }
  .profile .button {
    margin-top: 15px; }

.faq {
  zoom: 1;
  margin: 45px 0; }
  .faq:before, .faq:after {
    display: table;
    content: '';
    zoom: 1; }
  .faq:after {
    clear: both; }
  .faq h1 {
    margin-bottom: 30px; }
  .faq .question {
    margin-top: 15px; }
    .faq .question span {
      display: inline-block;
      margin-left: 10px;
      width: 16px;
      height: 16px;
      background: transparent url("../images/icon-circle-arrow.svg") center center no-repeat; }
    .faq .question article {
      display: none; }

.shortcuts {
  text-align: center;
  zoom: 1; }
  .shortcuts:before, .shortcuts:after {
    display: table;
    content: '';
    zoom: 1; }
  .shortcuts:after {
    clear: both; }
  .shortcuts .shortcut {
    margin: 0 auto;
    height: 0;
    padding-bottom: 100%;
    background: #646464;
    border-bottom: 3px solid white;
    color: white;
    position: relative;
    text-align: center; }
    .shortcuts .shortcut h3 {
      color: white;
      margin: 15px;
      letter-spacing: 1px;
      text-transform: uppercase; }

.hero {
  position: relative; }
  .hero h1 {
    margin-bottom: 15px; }
  .hero h3 {
    max-width: 640px; }
  .hero .placeholder {
    color: white; }
  .hero .button {
    margin-top: 30px;
    border-color: white;
    color: white; }
    .hero .button:hover {
      color: white;
      border-color: white;
      background: rgba(255, 255, 255, 0.1); }
  .hero .background-image {
    height: 100vh; }
  .hero .scroll {
    position: absolute;
    bottom: 60px;
    text-align: center;
    width: 100%;
    z-index: 20;
    width: 100%;
    height: 15px;
    background: transparent url("../images/icon-arrow-white.svg") center center no-repeat;
    background-size: 52px 15px; }

.date {
  font-size: 14px;
  opacity: 0.75;
  display: block;
  margin: 10px 0; }
  .date:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    vertical-align: bottom;
    background: transparent url("../images/icon-clock.svg") center center no-repeat; }

.content article {
  text-align: center;
  max-width: 1024px;
  margin: 0 auto;
  padding: 15px; }

.modal {
  display: none;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); }
  .modal .content {
    padding-top: 30px;
    position: relative;
    max-width: 320px;
    margin: 0 auto;
    border-radius: 3px;
    overflow: hidden;
    background: #f5f5f5; }
  .modal .button {
    height: 44px;
    border-radius: 0;
    width: 100%;
    padding: 10px 15px;
    border-color: #646464;
    background: #646464;
    font-size: 18px;
    color: white; }
    .modal .button:hover {
      background: #7e7d7d;
      border-color: #7e7d7d; }
  .modal .modal-close {
    position: absolute;
    color: #b9b9b9;
    font-size: 24px;
    top: 15px;
    right: 15px; }
  .modal form {
    padding: 15px; }
  .modal input {
    margin-bottom: 15px; }
  .modal input[type="submit"] {
    margin-top: 15px; }

.placeholder {
  position: absolute;
  top: 50%;
  padding: 15px;
  text-align: center;
  z-index: 20;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  .placeholder p {
    margin-bottom: 0; }

.placeholder.top {
  top: 15px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.placeholder.bottom {
  top: auto;
  bottom: 15px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.list-horizontal li {
  display: inline;
  margin: 0 5px; }

.talents {
  margin: 45px 0;
  text-align: center; }

.features {
  text-align: center; }
  .features figure img {
    width: 100%; }
  .features h3 {
    margin: 30px 0; }

.feature article {
  padding: 30px 10px; }

.feature .icon {
  margin-bottom: 5px; }

.block article .button {
  margin: 15px auto; }

.story {
  padding: 30px 0;
  max-width: 640px;
  margin: 0 auto; }
  .story h1, .story h2 {
    color: #008800; }

.form {
  max-width: 640px;
  margin: 30px auto;
  text-align: center; }
  .form h1 {
    margin-bottom: 15px; }
  .form form {
    margin-top: 30px; }
  .form input {
    border-radius: 0 !important; }
  .form textarea {
    margin-bottom: 15px; }
  .form .field {
    margin-bottom: 15px; }

.highlights {
  text-align: center;
  padding: 45px 0; }
  .highlights h1 {
    margin-bottom: 5px; }
  .highlights .container {
    max-width: 640px; }
  .highlights .video-toggler {
    display: block;
    width: 128px;
    height: 128px;
    margin: 0 auto 15px auto;
    background: transparent url("../images/icon-play.svg") center bottom no-repeat; }

.usps {
  padding: 30px 0;
  background: #f5f5f5;
  text-align: center; }
  .usps h1 {
    margin-bottom: 15px; }

.testimonials {
  padding: 30px 0;
  text-align: center; }
  .testimonials blockquote p {
    font-size: 16px;
    line-height: 1.3; }
    .testimonials blockquote p strong {
      color: #44aa33; }
  .testimonials cite {
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase; }
    .testimonials cite span {
      display: block;
      font-weight: normal;
      font-size: 16px;
      text-transform: none;
      letter-spacing: .01rem; }
  .testimonials:before {
    text-align: center;
    content: "";
    display: block;
    width: 100%;
    height: 100px;
    background: transparent url(../images/icon-quote.svg) center top no-repeat; }
  .testimonials .icon {
    display: block;
    margin: 0 auto 30px auto; }

@media (min-width: 480px) {
  .shortcuts .shortcut {
    padding-bottom: 56.25%; } }

@media (min-width: 568px) {
  .shortcuts .shortcut {
    padding-bottom: 37.5%; }
  .form .field:first-of-type {
    padding-right: 7.5px; }
  .form .field:last-of-type {
    padding-left: 7.5px; } }

@media (min-width: 768px) {
  .marquee {
    padding: 0 15px; }
  .feature article {
    padding: 30px 0; }
  .faq ul {
    padding: 0 15px;
    width: 50%;
    float: left; }
  .shortcut {
    padding-bottom: 33%; }
    .shortcut:first-of-type {
      border-right: 3px solid white; }
    .shortcut:last-of-type {
      border-left: 3px solid white; }
  .placeholder .top {
    margin-bottom: 30px; }
  .placeholder .bottom {
    margin-bottom: 30px; }
  .button.large {
    font-size: 16px; }
  .testimonials blockquote p {
    font-size: 24px; }
  .highlights .video-toggler {
    width: 256px;
    height: 256px; } }

@media (min-width: 800px) {
  section:not(.hero) .background-image {
    padding-bottom: 37.5%; } }

@media (min-width: 1024px) {
  .container {
    padding: 0; }
  .profile h3 {
    margin-top: 30px; } }

@media (min-width: 1280px) {
  .video-wrapper {
    padding: 60px; } }

/*
Attributes
*/
.center {
  text-align: center; }

.green {
  color: #008800; }

.align-vertical {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.icon {
  max-width: 96px; }

.push {
  padding: 0 15px; }

@media (min-width: 540px) {
  .align-left {
    float: left; }
  .align-right {
    float: right; } }

@media (min-width: 640px) {
  .columns {
    -moz-column-count: 2;
    -moz-column-gap: 60px;
    -webkit-column-count: 2;
    -webkit-column-gap: 60px;
    column-count: 2;
    column-gap: 60px; } }

/*
Grid
*/
.columns {
  zoom: 1; }
  .columns:before, .columns:after {
    display: table;
    content: '';
    zoom: 1; }
  .columns:after {
    clear: both; }

[class*="col-"] {
  margin-bottom: 2rem; }
  [class*="col-"]:last-of-type {
    padding-right: 0; }

.col-1-2, .col-1-3, .col-1-4, .col-1-5, .col-2-3, .col-2-4, .col-3-4, .col-3-5, .col-4-5 {
  width: 100%; }

/*@media (min-width: 800px) {
	[class*="col-"] {
  	float: left;
  	padding-right: $gutter;
	}

	.col-1-2, .col-2-4 {
		width: 50%;
	}
	.col-1-3 {
		width: 33.33%;
	}
	.col-2-3 {
		width: 66.66%;
	}
	.col-1-4 {
		width: 25%;
	}
	.col-3-4 {
		width: 75%;
	}
	.col-1-5 {
		width: 20%;
	}
	.col-2-5 {
		width: 40%;
	}
	.col-3-5 {
		width: 60%;
	}
	.col-4-5 {
		width: 80%;
	}
}*/
/*
Forms
*/
form {
  position: relative; }

::-webkit-input-placeholder {
  text-transform: uppercase; }

::-moz-placeholder {
  text-transform: uppercase; }

:-ms-input-placeholder {
  text-transform: uppercase; }

input:-moz-placeholder {
  text-transform: uppercase; }

label {
  font-size: 16px; }

input, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none; }

input:not([type="checkbox"]), textarea {
  border: 1px solid #b9b9b9;
  width: 100%;
  max-width: 100%;
  display: block;
  -moz-transition: border-color 0.2s ease-in-out;
  -ms-transition: border-color 0.2s ease-in-out;
  -webkit-transition: border-color 0.2s ease-in-out;
  -o-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out; }
  input:not([type="checkbox"]):focus, textarea:focus {
    border-color: #646464;
    outline: 0; }

textarea {
  padding: 10px;
  resize: none;
  height: 88px; }

select {
  border: 0;
  background: transparent;
  text-indent: 0.01px;
  padding: 5px 10px;
  text-overflow: "";
  width: 100%;
  max-width: 100%; }
  select:focus {
    outline: 0; }

input:not([type="checkbox"]) {
  height: 44px;
  padding: 10px 15px;
  letter-spacing: 0.01rem;
  color: #222222; }

input[type="checkbox"] {
  position: relative;
  cursor: pointer;
  margin-right: 10px;
  width: 18px;
  height: 18px;
  background: white;
  outline: 1px solid #b9b9b9;
  vertical-align: text-top; }
  input[type="checkbox"]:after {
    position: absolute;
    top: -10px;
    right: 0;
    content: "\00D7";
    color: #44aa33;
    font-size: 32px;
    opacity: 0;
    -moz-transition: opacity 0.1s ease-in-out;
    -ms-transition: opacity 0.1s ease-in-out;
    -webkit-transition: opacity 0.1s ease-in-out;
    -o-transition: opacity 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out; }
  input[type="checkbox"]:checked:after {
    opacity: 1; }

input[type="submit"] {
  text-transform: uppercase;
  background: #008800;
  color: white;
  font-size: 18px;
  border-color: #008800;
  margin: 0 auto;
  max-width: 160px;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  input[type="submit"]:hover {
    background: #44aa33;
    border-color: #44aa33; }

.error {
  border-color: #ff9999 !important; }

.confirm {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 80;
  background: rgba(255, 255, 255, 0.9); }

.select {
  position: relative; }
  .select select {
    border: 1px solid #b9b9b9;
    border-radius: 0;
    height: 44px;
    text-transform: uppercase; }
    .select select:focus {
      border-color: #646464; }
  .select span {
    position: absolute;
    top: 20px;
    right: 15px;
    display: block;
    width: 14px;
    height: 6px;
    pointer-events: none;
    background: transparent url(../images/icon-arrow-black.svg) center center no-repeat;
    background-size: 14px 6px; }

/*
Owl Carousel
*/
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page, .owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.grabbing {
  cursor: url(../images/grabbing.png) 8 8, move; }

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center; }

.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  opacity: .5; }

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  opacity: 1;
  text-decoration: none; }

.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline; }

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  opacity: .5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791; }

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  opacity: 1; }

.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }

.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center; }

.owl-theme .owl-controls .owl-page span {
  width: 10px;
  height: 10px;
  background: #44aa33; }

/*
Typeahead
*/
.twitter-typeahead {
  display: block !important; }
  .twitter-typeahead .tt-menu {
    margin-top: 5px;
    padding: 0 15px;
    line-height: 30px; }

.header-mobile .tt-menu {
  position: static !important; }

.header-desktop .tt-menu {
  width: 100%;
  color: white;
  background: rgba(255, 255, 255, 0.2); }

/*
Instafeed
*/
.instagram-feed {
  margin: 60px auto 30px auto;
  text-align: center; }
  .instagram-feed h5 {
    text-transform: uppercase;
    font-weight: 600; }

.instagram-post {
  height: 0;
  background-size: cover;
  padding-bottom: 50%;
  width: 100%;
  display: inline-block;
  cursor: pointer;
  padding-bottom: 100%; }

#instafeed {
  margin-top: 20px;
  font-size: 0; }
  #instafeed li {
    padding: 20px 10px 0 10px;
    display: inline-block;
    width: 100%; }
  @media (min-width: 768px) {
    #instafeed {
      margin-left: -10px;
      padding: 10px 0 0 10px; }
      #instafeed li {
        width: 50%; } }
  @media (min-width: 1024px) {
    #instafeed li {
      width: 20%; } }

#instafeed-btnMore, #instafeed-btnLess {
  font-size: 14px;
  margin-top: 30px;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer; }
  #instafeed-btnMore span, #instafeed-btnLess span {
    width: 20px;
    height: 20px;
    margin: 5px auto 0 auto;
    display: block;
    background: url(../images/icon-arrow-green.svg) center center no-repeat;
    background-size: 100%; }

#instafeed-btnLess {
  display: none; }
  #instafeed-btnLess span {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }

#instagram-popup .content {
  max-width: none !important;
  background: transparent !important;
  padding: 0 !important;
  position: static !important; }

#instagram-popup .post-content {
  font-size: 0;
  padding: 10px;
  margin: 0 auto;
  max-width: 1024px;
  background: white;
  overflow: hidden; }

#instagram-popup .image {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-size: cover; }

#instagram-popup .image-wrapper {
  position: relative; }

#instagram-popup .nav-left, #instagram-popup .nav-right {
  width: 48px;
  height: 48px !important;
  background: white;
  top: 0;
  height: 100%;
  opacity: 0.5;
  display: inline-block;
  background-size: 32px 32px !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  transition: opacity .2s ease-in-out; }
  #instagram-popup .nav-left:hover, #instagram-popup .nav-right:hover {
    opacity: 1; }

#instagram-popup .nav-left {
  background-image: url(../images/icon-arrow-left.svg); }

#instagram-popup .nav-right {
  background-image: url(../images/icon-arrow-right.svg); }

#instagram-popup .caption {
  padding-top: 10px;
  font-size: 14px;
  text-align: left; }
  #instagram-popup .caption hr {
    margin: 7.5px auto; }
  #instagram-popup .caption img {
    max-height: 24px; }
  #instagram-popup .caption h4 {
    display: inline-block;
    margin-left: 15px;
    font-weight: 500;
    font-size: 19px;
    vertical-align: super; }

@media (min-width: 768px) {
  #instagram-popup .image-wrapper {
    position: relative;
    float: left;
    width: 50%; }
  #instagram-popup .caption {
    margin-top: 20px;
    padding: 0 20px 0 30px;
    display: inline-block;
    width: 50%; }
    #instagram-popup .caption hr {
      margin: 15px auto; } }

/*
Icegram
*/
.ig_messenger.ig_canvas .ig_content {
  border: none !important; }

.ig_messenger.ig_canvas .ig_close {
  top: 5px !important;
  right: -5px !important; }

.ig_messenger .ig_close:after {
  background-image: url("../images/icon-close.svg") !important;
  background-position: 0 0 !important;
  width: 20px !important;
  height: 20px !important;
  top: 0 !important;
  left: 0 !important; }

.ig_messenger.ig_container {
  font-family: "franklin-gothic-urw-cond", "Helvetica Neue", sans-serif !important;
  font-size: 14px !important;
  transform: translateX(-50%);
  max-width: 480px !important;
  left: 50% !important;
  right: auto !important;
  z-index: 100;
  width: 100% !important;
  bottom: 40px !important; }

/*
Pages
*/
.page-default {
  margin-bottom: 45px; }
  .page-default article {
    max-width: 1024px;
    margin: 0 auto; }
  .page-default .block {
    margin-top: 45px;
    text-align: center; }
  .page-default .button {
    margin-top: 15px; }
  .page-default .sales-team {
    text-align: center;
    margin: 45px 0; }

.page-home .segment {
  padding-top: 30px;
  margin: 0 auto; }

.page-home .figures {
  padding: 30px 0;
  text-align: center; }
  .page-home .figures li {
    display: inline-block;
    margin: 15px;
    min-width: 150px; }
  .page-home .figures img {
    vertical-align: text-bottom;
    margin-left: 5px; }
  .page-home .figures .number {
    font-size: 36px;
    line-height: 36px;
    display: inline-block; }
  .page-home .figures .label {
    display: block;
    margin-top: 5px; }

.page-home .news {
  padding: 15px 5px; }
  .page-home .news h1 {
    margin-bottom: 15px; }
  .page-home .news h3 {
    margin: 15px 0 5px 0; }
  .page-home .news .story {
    margin: 5px; }
    .page-home .news .story p {
      padding: 0 7.5px; }
  .page-home .news .item {
    margin: 10px; }

.page-career .statistics {
  margin: 30px 0;
  text-align: center; }
  .page-career .statistics h2, .page-career .statistics h3 {
    margin-top: 15px; }
  .page-career .statistics small {
    font-size: 75%;
    display: inline-block; }
  .page-career .statistics span {
    display: block;
    margin-top: 5px; }

.page-career .statistic {
  padding: 0 7.5px; }

.page-press span {
  display: inline-block; }

.page-press h3 {
  margin: 15px auto; }

.page-press .icon {
  display: block;
  margin: 0 auto; }

.page-press .releases {
  padding: 45px 0; }

.page-press .downloads {
  text-align: center;
  padding-bottom: 45px; }
  .page-press .downloads .button {
    width: 100%;
    margin-top: 10px; }

.page-press .company-profile {
  padding-top: 30px;
  text-align: center; }
  .page-press .company-profile span {
    display: block;
    margin: 15px 0; }
  .page-press .company-profile article {
    margin-bottom: 30px; }

.page-press .releases h1 {
  margin: 30px auto 15px auto; }

.page-press .releases article {
  max-width: 640px;
  color: white;
  margin: 0 auto; }

.page-press .featured {
  text-align: center;
  position: relative;
  margin-bottom: 15px; }

.page-press .graphic {
  padding: 0 15px;
  margin: 30px auto 0 auto; }

.page-press .post {
  padding: 0 15px;
  max-width: 960px;
  margin: 0 auto;
  margin: 15px auto; }
  .page-press .post a {
    color: #008800; }

.page-management .vision {
  position: relative; }
  .page-management .vision article {
    font-size: 18px;
    max-width: 480px;
    margin: 0 auto; }

.page-management .profiles {
  text-align: center;
  margin: 30px 0 60px 0; }

.page-management .owners p {
  margin: 15px 0 0 0; }

.page-search h2 {
  color: #008800; }

.page-search h3 {
  margin-bottom: 15px; }

.page-search .query {
  position: relative;
  background: -webkit-linear-gradient(#b9b9b9, #f5f5f5);
  background: -moz-linear-gradient(#b9b9b9, #f5f5f5);
  background: linear-gradient(#b9b9b9, #f5f5f5);
  height: 50vh; }

.page-search .categories {
  text-align: center;
  color: #008800;
  margin-bottom: 30px; }

.page-search .filter {
  border-top: 1px solid #b9b9b9;
  margin-bottom: 30px;
  padding-top: 15px; }

.page-search .keyword {
  position: relative;
  max-width: 480px;
  margin: 0 auto;
  margin-top: 15px;
  zoom: 1; }
  .page-search .keyword:before, .page-search .keyword:after {
    display: table;
    content: '';
    zoom: 1; }
  .page-search .keyword:after {
    clear: both; }
  .page-search .keyword .input {
    display: block;
    overflow: hidden;
    font-size: 30px;
    background: white;
    border-radius: 30px;
    height: 48px;
    line-height: 48px; }
  .page-search .keyword .icon {
    margin-left: 15px;
    float: right;
    display: block;
    content: "";
    width: 48px;
    height: 48px;
    background: transparent url("../images/icon-search-white.svg") center center no-repeat; }

.page-search .results {
  padding: 30px 0; }

.page-news {
  margin-bottom: 45px; }
  .page-news .articles {
    text-align: center; }
  .page-news .post {
    margin: 45px auto 0 auto;
    padding: 0 7.5px; }
    .page-news .post figure {
      margin-bottom: 15px; }
  .page-news nav {
    margin-top: 45px;
    text-align: center; }
    .page-news nav ul {
      display: inline-block;
      border-radius: 3px; }
    .page-news nav li {
      display: inline-block; }
      .page-news nav li:first-child {
        border: 0; }
    .page-news nav a, .page-news nav span {
      padding: 4px 15px 0 15px;
      line-height: 36px;
      display: inline-block; }
    .page-news nav a {
      background: #008800;
      color: white;
      -moz-transition: background 0.2s ease-in-out;
      -ms-transition: background 0.2s ease-in-out;
      -webkit-transition: background 0.2s ease-in-out;
      -o-transition: background 0.2s ease-in-out;
      transition: background 0.2s ease-in-out; }
      .page-news nav a:hover {
        background: #44aa33; }
    .page-news nav .current {
      background: #e3e3e3;
      color: #646464; }

.page-history article {
  max-width: 640px;
  margin: 0 auto; }

.page-history .year {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 64px;
  height: 64px;
  font-size: 22px;
  letter-spacing: -1px;
  border-radius: 50%;
  background: #008800;
  line-height: 64px;
  z-index: 20;
  text-align: center; }

.page-history .event {
  position: relative;
  color: white; }
  .page-history .event:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 45px;
    width: 4px;
    z-index: 10;
    height: 100%;
    background: #008800; }
  .page-history .event:first-of-type:after {
    top: 30px; }
  .page-history .event:last-of-type:after {
    height: 30px; }
  .page-history .event .placeholder {
    position: relative;
    bottom: 0;
    background: #222222; }

.page-contact nav {
  background: #646464; }
  .page-contact nav ul {
    width: 100%; }
  .page-contact nav li {
    width: 20%;
    display: inline-block; }
  .page-contact nav a {
    color: white;
    text-transform: uppercase; }

.page-contact h2 {
  margin: 15px 0; }

.page-contact address {
  font-style: normal; }

.page-contact .hero article {
  max-width: 640px;
  margin: 0 auto; }

.page-contact .hero a {
  color: white;
  font-size: 18px;
  padding: 30px 0 15px 0;
  margin: 15px;
  display: block;
  background: rgba(255, 255, 255, 0.75); }
  .page-contact .hero a img {
    display: block;
    margin: 0 auto 15px auto; }

.page-contact .office {
  position: relative; }
  .page-contact .office img {
    width: 100%; }

.page-contact .owl-pagination {
  margin: 30px 0; }

.page-contact .details {
  position: relative; }

.page-contact .map {
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  background: transparent url("../images/icon-globe.svg") center center no-repeat; }

.page-contact .owl-theme .owl-controls {
  margin: 0; }

.page-404 {
  background: black;
  color: white; }
  .page-404 h1 {
    letter-spacing: 1px;
    margin-bottom: 15px; }
  .page-404 a {
    color: white;
    padding-bottom: 1px;
    border-bottom: 1px solid white; }
  .page-404 .background-image {
    opacity: 0.5; }

.page-products .products {
  padding-bottom: 30px;
  text-align: center; }
  .page-products .products figure img {
    width: 100%; }
  .page-products .products article {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 15px; }
  .page-products .products h1 {
    margin-top: 15px; }
  .page-products .products h3 {
    margin: 15px auto; }

.page-products .product {
  margin-bottom: 30px; }

.article-default .header {
  position: relative;
  color: white; }

.article-default .editorial {
  margin: 45px 0 45px 0;
  text-align: center; }

.article-default .recent {
  text-align: center;
  margin-bottom: 45px; }

.article-default .post {
  margin-top: 30px;
  padding: 0 7.5px; }

.article-default figure {
  margin-bottom: 15px; }

.article-default article {
  max-width: 640px;
  margin: 0 auto; }

.article-product .feature {
  position: relative; }
  .article-product .feature article {
    max-width: 640px;
    margin: 30px auto 0 auto; }
  .article-product .feature .placeholder p, .article-product .feature .placeholder h2 {
    color: white; }

.article-product .presentation {
  margin-top: 30px;
  text-align: center; }
  .article-product .presentation hr {
    margin: 15px auto;
    max-width: 50%; }

.article-product .metrics {
  text-align: center;
  margin-bottom: 30px; }
  .article-product .metrics li {
    margin: 15px;
    display: inline-block; }
  .article-product .metrics .icon {
    margin: 0 auto;
    display: block;
    margin-bottom: 15px; }
  .article-product .metrics .metric {
    margin: 15px auto 0 auto; }

.article-product .actions {
  text-align: center;
  margin-bottom: 15px; }
  .article-product .actions a {
    margin: 15px; }

@media (min-width: 480px) {
  .page-search .categories li {
    margin: 0 15px; }
  .page-contact address {
    color: white; }
  .page-contact .overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 30;
    background: rgba(0, 0, 0, 0.75); }
  .page-contact .details {
    padding-bottom: 15px; }
  .page-history .year {
    top: 30px;
    right: 30px; }
  .page-history .event:after {
    right: 61px; } }

@media (min-width: 640px) {
  .page-press .profile div {
    font-size: 20px; }
  .page-press .post div {
    font-size: 18px; }
  .page-press .downloads .button {
    width: auto; }
  .page-history article {
    font-size: 18px; }
  .page-history .event .placeholder {
    position: absolute;
    bottom: 15px;
    background: transparent; } }

@media (min-width: 768px) {
  .page-press .post div {
    font-size: 22px; }
  .page-contact article {
    font-size: 20px;
    color: white; }
  .page-contact address {
    font-size: 20px; }
  .page-contact h2 {
    margin: 0; }
  .page-contact .details {
    padding: 30px; }
  .page-contact .map {
    position: static;
    float: right; }
  .page-contact .owl-pagination {
    background: #646464;
    height: 90px;
    line-height: 90px;
    margin: 0; }
  .page-contact .owl-theme .owl-controls .owl-page {
    width: 16.66%;
    -moz-transition: background 0.2s ease-in-out;
    -ms-transition: background 0.2s ease-in-out;
    -webkit-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out; }
    .page-contact .owl-theme .owl-controls .owl-page span {
      letter-spacing: 1px;
      color: white;
      width: auto;
      height: auto;
      text-transform: uppercase;
      margin: 0;
      opacity: 1;
      background: none !important; }
    .page-contact .owl-theme .owl-controls .owl-page:hover {
      background: #7e7d7d; }
    .page-contact .owl-theme .owl-controls .owl-page.active {
      background: #979797; }
  .page-management .vision article {
    font-size: 22px;
    text-align: left; }
  .page-management .owners p {
    margin-top: 30px; }
  .page-home .figures li {
    margin: 30px; }
  .page-home .figures .number {
    font-size: 48px;
    line-height: 48px; }
  .page-home .segment {
    padding: 30px; }
  .page-home .news {
    padding: 30px 5px; }
  .page-search .keyword .input {
    height: 56px;
    line-height: 56px; }
  .page-search .keyword .icon {
    width: 56px;
    height: 56px; } }

@media (min-width: 1024px) {
  .page-contact .details {
    padding: 30px; }
  .page-history .year {
    right: 60px;
    width: 96px;
    height: 96px;
    top: auto;
    bottom: 60px;
    font-size: 30px;
    line-height: 96px; }
  .page-history .event:after {
    right: 106px; }
  .page-history .event:first-of-type:after {
    top: auto;
    height: 60px;
    bottom: 0; }
  .page-history .event:last-of-type:after {
    height: 100%;
    top: auto;
    bottom: 60px; } }

/*
Document
*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  height: 100%; }

body {
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: white;
  overflow: auto;
  letter-spacing: 0.01rem; }

html, button, input, select, textarea, .pure-g [class*="pure-u"] {
  font-family: "franklin-gothic-urw-cond", "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #646464; }

a {
  color: black;
  text-decoration: none; }
  a:focus {
    outline: 0; }

hr {
  border: 0;
  border-bottom: 1px solid #b9b9b9;
  height: 0; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

figure {
  margin: 0 auto;
  position: relative; }

img {
  max-width: 100%;
  height: auto; }

/*
Typography
*/
h1, h2, h3, h4, h5 {
  margin: 0 auto;
  font-weight: 400; }

h1 {
  font-size: 36px;
  line-height: 1; }

h2 {
  font-size: 24px;
  line-height: 1.1; }

h3 {
  font-size: 18px;
  line-height: 1.1; }

h4 {
  font-size: 21px;
  line-height: 1.2; }

h5 {
  font-size: 18px;
  line-height: 1.2; }

h6 {
  font-size: 16px;
  line-height: 1.2; }

p {
  margin: 5px 0 20px 0;
  line-height: 1.4; }

small {
  font-size: 13px;
  display: block; }
  small a {
    color: #008800; }

/*
Header
*/
header {
  width: 100%;
  position: fixed;
  -webkit-backface-visibility: hidden;
  z-index: 90; }

.header-desktop {
  display: none;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  background: transparent;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  .header-desktop.hide {
    transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%); }
  .header-desktop li {
    display: inline-block; }
  .header-desktop a {
    font-size: 18px;
    color: white; }
  .header-desktop .navbar {
    zoom: 1; }
    .header-desktop .navbar:before, .header-desktop .navbar:after {
      display: table;
      content: '';
      zoom: 1; }
    .header-desktop .navbar:after {
      clear: both; }
  .header-desktop .nav-primary a[href^="http"], .header-desktop .nav-secondary a {
    border-bottom: 2px solid transparent;
    -moz-transition: border-color 0.2s ease-in-out;
    -ms-transition: border-color 0.2s ease-in-out;
    -webkit-transition: border-color 0.2s ease-in-out;
    -o-transition: border-color 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out; }
    .header-desktop .nav-primary a[href^="http"]:hover, .header-desktop .nav-primary a[href^="http"].current, .header-desktop .nav-secondary a:hover, .header-desktop .nav-secondary a.current {
      border-color: #008800; }
  .header-desktop .nav-primary {
    padding: 0 20px;
    overflow: hidden; }
    .header-desktop .nav-primary ul {
      display: table;
      table-layout: fixed;
      width: 100%;
      text-overflow: ellipsis; }
    .header-desktop .nav-primary li {
      vertical-align: top;
      display: table-cell;
      text-align: center;
      overflow: hidden; }
    .header-desktop .nav-primary a {
      display: inline-block;
      height: 60px; }
  .header-desktop .nav-secondary {
    position: fixed;
    top: 59px;
    background: transparent;
    width: 100%;
    left: 0;
    z-index: -1;
    text-align: center;
    -moz-transition: background-color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out; }
    .header-desktop .nav-secondary a {
      display: inline-block;
      line-height: 57px;
      border-bottom: 2px solid transparent; }
    .header-desktop .nav-secondary li {
      margin: 0 30px; }
  .header-desktop .subnav-page {
    display: block; }
  .header-desktop .subnav-channels {
    display: none; }
  .header-desktop .subnav-channels, .header-desktop .subnav-page {
    height: 60px;
    border-top: 1px solid white;
    border-bottom: 1px solid white; }
  .header-desktop .toolbar {
    float: right; }
  .header-desktop .searchbox {
    height: 35px;
    margin-right: 10px;
    padding-top: 10px; }
    .header-desktop .searchbox form {
      position: relative; }
    .header-desktop .searchbox .searchfield {
      border: 0;
      border-radius: 20px;
      opacity: 0;
      color: white;
      width: 40px;
      height: 40px;
      background: transparent !important;
      border: 1px solid transparent;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .header-desktop .searchbox .searchfield.active {
        opacity: 1;
        background: rgba(0, 0, 0, 0.15) !important;
        width: 200px; }
    .header-desktop .searchbox input[type="submit"] {
      visibility: hidden;
      position: absolute;
      top: 0;
      left: -999px;
      width: 40px;
      border: 0;
      height: 40px;
      background: transparent;
      z-index: 10; }
      .header-desktop .searchbox input[type="submit"].active {
        display: block; }
    .header-desktop .searchbox .search-toggler {
      position: absolute;
      top: 10px;
      right: 10px;
      display: block;
      border: 0;
      width: 18px;
      height: 18px;
      float: right;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      background: transparent url("../images/icon-search-white.svg") center center no-repeat; }
  .header-desktop .logo {
    float: left;
    width: 146px;
    height: 60px;
    display: inline-block;
    background: transparent url("../images/logo-white.svg") center center no-repeat; }
  .header-desktop .nav-login {
    padding: 10px 20px;
    text-transform: uppercase;
    border: 1px solid white;
    border-radius: 3px;
    font-size: 14px;
    background: transparent;
    -moz-transition: background-color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out; }
    .header-desktop .nav-login:hover {
      background-color: rgba(255, 255, 255, 0.1); }
  .header-desktop.overlay {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 1px 0 3px 1px rgba(0, 0, 0, 0.1);
    color: #646464; }
    .header-desktop.overlay a {
      color: #646464; }
    .header-desktop.overlay .logo {
      background-image: url("../images/logo-black.svg"); }
    .header-desktop.overlay .nav-login {
      color: #646464;
      border-color: #b9b9b9; }
      .header-desktop.overlay .nav-login:hover {
        background-color: rgba(0, 0, 0, 0.1); }
    .header-desktop.overlay .searchbox input[type="text"] {
      border: 1px solid #b9b9b9;
      color: #646464;
      background: transparent !important; }
    .header-desktop.overlay .searchbox .search-toggler {
      opacity: 0.8;
      background-image: url("../images/icon-search-black.svg"); }
    .header-desktop.overlay .subnav-toggler span {
      background-image: url("../images/icon-arrow-black.svg"); }
    .header-desktop.overlay .nav-secondary {
      background: rgba(255, 255, 255, 0.9); }
    .header-desktop.overlay .subnav-page, .header-desktop.overlay .subnav-channels {
      box-shadow: 1px 0 0px 1px rgba(0, 0, 0, 0.1); }

.header-mobile .navbar {
  position: fixed;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  left: 0;
  z-index: 70;
  height: 60px;
  line-height: 60px;
  box-shadow: 1px 0 3px 1px rgba(0, 0, 0, 0.1); }

.header-mobile .logo {
  width: 24px;
  height: 28px;
  display: inline-block;
  background: transparent url("../images/logo-mobile.svg") center center no-repeat;
  background-size: 100%; }

.header-mobile .toolbar {
  float: right;
  zoom: 1; }
  .header-mobile .toolbar:before, .header-mobile .toolbar:after {
    display: table;
    content: '';
    zoom: 1; }
  .header-mobile .toolbar:after {
    clear: both; }
  .header-mobile .toolbar li {
    float: left;
    margin-right: 10px; }

.header-mobile .nav-primary {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  max-width: 280px;
  background: white;
  z-index: 90;
  box-shadow: 1px 0 3px 1px rgba(0, 0, 0, 0.1);
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }
  .header-mobile .nav-primary ul {
    border-bottom: 1px #b9b9b9; }
    .header-mobile .nav-primary ul li {
      border-bottom: 1px solid #e3e3e3; }
      .header-mobile .nav-primary ul li:last-child {
        border: 0; }
    .header-mobile .nav-primary ul a {
      color: #646464;
      font-size: 24px;
      display: inline-block;
      height: 48px;
      line-height: 48px;
      padding-left: 20px; }
  .header-mobile .nav-primary.active {
    left: 0; }
  .header-mobile .nav-primary .dropdown {
    background: #f5f5f5; }
    .header-mobile .nav-primary .dropdown a {
      font-size: 16px;
      height: 30px;
      line-height: 30px; }
    .header-mobile .nav-primary .dropdown span {
      color: #222222;
      padding-left: 20px;
      display: block;
      margin: 15px 0 5px 0; }
    .header-mobile .nav-primary .dropdown li {
      padding: 0;
      border: 0; }
  .header-mobile .nav-primary .dropdown-toggler {
    height: 28px;
    padding: 0; }

.header-mobile .nav-close {
  background: #f5f5f5;
  display: block;
  padding: 10px 0 10px 20px;
  font-size: 24px;
  color: #b9b9b9;
  border-bottom: 1px solid #e3e3e3;
  height: 60px;
  line-height: 48px; }

.header-mobile .nav-open {
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  color: #999;
  font-size: 40px;
  margin-right: 15px;
  border-right: 1px solid #e3e3e3; }

.header-mobile .nav-login {
  background: #e3e3e3;
  padding: 10px 20px;
  border-radius: 3px;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out; }
  .header-mobile .nav-login:hover {
    background: #d6d6d6; }

.header-mobile .nav-search {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: transparent url("../images/icon-search.svg") center bottom no-repeat;
  background-size: 50%;
  opacity: 0.5; }

.header-mobile .searchbox {
  position: fixed;
  background: white;
  width: 100%;
  overflow: hidden;
  top: 60px;
  z-index: 60;
  min-height: 60px;
  border-top: 1px solid #eaeaea;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
  opacity: 0;
  padding: 10px 15px;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -moz-transition: transform 0.2s ease-in-out;
  -ms-transition: transform 0.2s ease-in-out;
  -webkit-transition: transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out; }
  .header-mobile .searchbox form {
    position: relative; }
  .header-mobile .searchbox input[type="text"] {
    border-color: #e3e3e3;
    border-radius: 20px;
    height: 40px; }
  .header-mobile .searchbox input[type="submit"] {
    position: absolute;
    top: 0;
    right: 10px;
    display: block;
    width: 40px;
    height: 40px;
    background: transparent url("../images/icon-search.svg") center center no-repeat;
    background-size: 50%;
    opacity: 0.25;
    border: 0; }
  .header-mobile .searchbox.active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }

.header-mobile .nav-secondary {
  position: fixed;
  background: white;
  width: 100%;
  overflow: hidden;
  top: 60px;
  z-index: 60;
  border-top: 1px solid #eaeaea;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1); }
  .header-mobile .nav-secondary .dropdown {
    border-top: 1px solid #f5f5f5; }
  .header-mobile .nav-secondary .dropdown-toggler {
    width: 100%;
    height: 60px;
    display: block;
    line-height: 60px;
    padding-left: 20px; }
    .header-mobile .nav-secondary .dropdown-toggler span {
      position: absolute;
      top: 12px;
      right: 12px; }
  .header-mobile .nav-secondary li {
    height: 60px;
    line-height: 60px; }
    .header-mobile .nav-secondary li a {
      height: 30px;
      padding-left: 20px;
      display: block; }

/*
Footer
*/
footer {
  text-align: center;
  padding: 30px 0 15px 0;
  background: #f5f5f5;
  line-height: 1.4; }
  footer hr {
    margin-top: 30px; }
  footer h3 {
    color: #008800;
    margin: 15px auto 5px auto; }
  footer .pure-g div {
    margin-top: 5px; }
  footer .language-selector {
    margin: 30px 0 45px 0;
    display: inline-block;
    text-align: left;
    position: relative; }
    footer .language-selector ul {
      bottom: 100%;
      position: absolute;
      width: 100%;
      max-height: 0;
      overflow: hidden;
      -moz-transition: max-height 0.4s ease-in-out;
      -ms-transition: max-height 0.4s ease-in-out;
      -webkit-transition: max-height 0.4s ease-in-out;
      -o-transition: max-height 0.4s ease-in-out;
      transition: max-height 0.4s ease-in-out; }
      footer .language-selector ul.active {
        max-height: 999px; }
    footer .language-selector li a {
      display: block;
      padding: 0 10px;
      line-height: 40px;
      height: 40px;
      background: rgba(255, 255, 255, 0.9);
      -moz-transition: background-color 0.2s ease-in-out;
      -ms-transition: background-color 0.2s ease-in-out;
      -webkit-transition: background-color 0.2s ease-in-out;
      -o-transition: background-color 0.2s ease-in-out;
      transition: background-color 0.2s ease-in-out; }
      footer .language-selector li a:hover {
        background: white; }
      footer .language-selector li a.active {
        background: #44aa33;
        color: white; }
    footer .language-selector .language-toggler {
      line-height: 40px;
      padding: 0 10px;
      width: 160px;
      height: 40px;
      display: block;
      background: #e3e3e3; }
      footer .language-selector .language-toggler .caret {
        float: right;
        display: inline-block;
        width: 16px;
        height: 40px;
        background: transparent url("../images/icon-arrow-green.svg") center center no-repeat;
        background-size: 14px 6px;
        -moz-transition: transform 0.2s ease-in-out;
        -ms-transition: transform 0.2s ease-in-out;
        -webkit-transition: transform 0.2s ease-in-out;
        -o-transition: transform 0.2s ease-in-out;
        transition: transform 0.2s ease-in-out; }
      footer .language-selector .language-toggler.active .caret {
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        transform: rotate(180deg); }
  footer .products a, footer nav a {
    color: #646464;
    -moz-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out; }
    footer .products a:hover, footer nav a:hover {
      color: #222222; }
  footer .social {
    margin-top: 15px; }
    footer .social a {
      display: inline-block;
      width: 53px;
      height: 52px;
      background: transparent url(../images/icon-social.svg) no-repeat;
      background-size: 53px 417px; }
    footer .social .facebook {
      background-position: 0 0; }
    footer .social .linkedin {
      background-position: 0 -78px; }
    footer .social .instagram {
      background-position: 0 -156px; }
  footer .flag {
    display: inline-block;
    vertical-align: text-bottom;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    background: transparent url(../images/icon-flags.svg) no-repeat; }
  footer .sweden {
    background-position: 0 -16px; }
  footer .norway {
    background-position: 0 -32px; }
  footer .denmark {
    background-position: 0 -48px; }
  footer .germany {
    background-position: 0 -64px; }
  footer .australia {
    background-position: 0 -80px; }
  footer .stickynav {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 40;
    background: rgba(255, 255, 255, 0.9);
    height: 35px;
    zoom: 1; }
    footer .stickynav:before, footer .stickynav:after {
      display: table;
      content: '';
      zoom: 1; }
    footer .stickynav:after {
      clear: both; }
  footer .tagline {
    margin: 10px 0 0 20px;
    float: left;
    display: none;
    width: 122px;
    height: 24px;
    background: url(../images/tagline.svg) 0 0 no-repeat;
    background-size: contain; }
  footer .broadcast {
    width: 100%;
    max-width: 640px;
    display: block;
    overflow: hidden;
    height: 35px;
    margin: 0 auto;
    font-size: 14px;
    padding: 0 15px; }
    footer .broadcast li {
      display: block;
      height: 35px;
      line-height: 35px; }
    footer .broadcast a {
      border-bottom: 1px solid #646464;
      color: #222222;
      opacity: 0.75;
      -moz-transition: opacity 0.2s ease-in-out;
      -ms-transition: opacity 0.2s ease-in-out;
      -webkit-transition: opacity 0.2s ease-in-out;
      -o-transition: opacity 0.2s ease-in-out;
      transition: opacity 0.2s ease-in-out; }
      footer .broadcast a:hover {
        opacity: 1; }
  footer .share {
    display: none;
    margin-right: 15px;
    float: right;
    line-height: 35px; }
    footer .share ul {
      float: right; }
    footer .share a {
      width: 36px;
      height: 35px;
      display: inline-block;
      background: transparent url(../images/icon-social.svg) no-repeat;
      background-size: 53px 417px; }
    footer .share small {
      float: right; }
    footer .share li {
      float: left; }
    footer .share .facebook {
      background-position: 18px -266px; }
    footer .share .linkedin {
      background-position: 8px -309px; }
    footer .share .email {
      background-position: 5px -349px; }
    footer .share .support {
      background-position: 6px -392px; }

@media (min-width: 480px) {
  footer .broadcast {
    padding: 0 30px; }
  .header-mobile .logo {
    width: 146px;
    background: transparent url("../images/logo-black.svg") center center no-repeat; }
  .ig_messenger.ig_container {
    bottom: 50px !important; } }

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  footer .stickynav {
    height: 45px; } }

@media (min-width: 768px) {
  h1 {
    font-size: 48px;
    line-height: 1.2; }
  h2 {
    font-size: 36px; }
  h3 {
    font-size: 24px;
    line-height: 1.2; }
  footer {
    padding: 45px 0 30px 0; }
    footer hr {
      margin: 30px 0; }
    footer h3 {
      margin: 0 auto 5px auto; }
    footer .products, footer nav {
      margin-top: 30px; }
    footer .pure-g div {
      margin-top: 15px; }
    footer .social {
      margin: 45px 0 30px 0; }
    footer .tagline, footer .share {
      display: block; } }

@media (min-width: 1024px) {
  .header-desktop {
    display: block; }
  .header-mobile {
    display: none; } }
