/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body {
  background: #fff;
  font-family: Neue Alte Grotesk, sans-serif;
  font-size: 100%;
  color: #36312d;
}

* {
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */ /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}

@font-face {
  font-family: "Neue Alte Grotesk";
  src: url("../fonts/NeueAlteGrotesk-Regular.woff2") format("woff2"), url("../fonts/NeueAlteGrotesk-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "tabiabold";
  src: url("../fonts/tabia-bold-webfont.woff2") format("woff2"), url("../fonts/tabia-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "tabiamedium";
  src: url("../fonts/tabia-medium-webfont.woff2") format("woff2"), url("../fonts/tabia-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "tabianormal";
  src: url("../fonts/tabia-normal-webfont.woff2") format("woff2"), url("../fonts/tabia-normal-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
h1, h2, h3, h4, h5 {
  font-family: "tabiamedium", sans-serif;
  font-weight: bold;
  letter-spacing: 0.05rem;
  /* text-transform: uppercase; */
  line-height: 1;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong {
  color: #005871;
}

h1 {
  font-size: 30px;
}
@media screen and (min-width: 960px) {
  h1 {
    font-size: 36px;
  }
}
@media screen and (min-width: 1500px) {
  h1 {
    font-size: 45px;
  }
}

h2 {
  font-size: 24px;
}
@media screen and (min-width: 960px) {
  h2 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1500px) {
  h2 {
    font-size: 45px;
  }
}

p {
  line-height: 1.5;
}

a {
  text-decoration: none;
  color: #005871;
}

a:hover {
  color: #464646;
}

.screen-reader-text {
  clip: rect(1px 1px 1px 1px);
  position: absolute !important;
  -webkit-transition: all 0.55s;
  transition: all 0.55s;
}

.site-header ul, .gallery-items ul, .pre-footer ul, .site-footer ul, .sidebar ul, .site-main .some, .responsive-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-content img, .sidebar img, figure img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 540px) {
  .site-content img, .sidebar img, figure img {
    width: auto;
    max-width: 100%;
  }
}

figure {
  max-width: 100%;
  margin: 1em 0;
}

figcaption {
  font-size: 13px;
  color: #888;
  line-height: 1.4;
}

blockquote {
  font-family: Georgia, sans-serif;
  font-style: italic;
  padding: 0 20px;
}

.btn, .products-cta a {
  display: inline-block;
  border: 1px solid #000;
  text-transform: uppercase;
  padding: 10px 15px 15px;
  font-family: "tabiamedium", sans-serif;
  font-weight: bold;
  letter-spacing: 0.05rem;
  font-size: 18px;
  letter-spacing: 5px;
  margin-top: 15px;
}
@media screen and (min-width: 960px) {
  .btn, .products-cta a {
    font-size: 22px;
  }
}
@media screen and (min-width: 1500px) {
  .btn, .products-cta a {
    padding: 15px 25px 20px;
    font-size: 26px;
    margin-top: 25px;
  }
}

.products-cta a {
  background: #005871;
  color: #fff;
  border: none;
  margin: 0;
}
.products-cta a:hover {
  background: #464646;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1500px;
}
@media screen and (min-width: 1600px) {
  .container {
    padding: 0;
  }
}

/**
  * Header
  */
.languages.top {
    float: right;
    line-height: 2;
    margin-left: 1rem;
    padding-left: 1rem;
    border-left: 1px solid #36312D;
}
@media screen and (min-width: 960px) {
  .languages.top {
    /* margin-bottom: 25px; */
  }
}

.languages.top ul {
  /* float: right; */
  font-size: 14px;
}

.site-header {
  background: url("/wp-content/uploads/2025/03/ilmakaariteltta.jpg") no-repeat top center;
  background-size: cover;
  /* font-family: "tabiabold", sans-serif; */
  height: 540px;
  height: 100vh;
  overflow: hidden;
}
@media screen and (min-width: 540px) {
  .site-header {
    height: 600px;
  }
}

.site-header .container {
  padding: 15px 25px;
  position: relative;
  z-index: 50;
}
@media screen and (min-width: 960px) {
  .site-header .container {
    padding: 25px;
  }
}

.site-header .container {
	max-width: 1180px;
    background: #fff;
    color: black;
    padding-left: 40px;
    padding-right: 40px;
  	padding: 25px 40px;
}

@media screen and (min-width: 1500px) {
  .site-header .container {
    padding: 25px 40px;
  }
}

.site-header a {
  color: #36312D;
  /* text-transform: uppercase; */
}

.site-header a:hover, .site-header a:active {
  color: #000;
}

.site-header .logo {
  float: left;
  width: 240px;
}

/* @media screen and (min-width: 960px) {
  .site-header .logo {
    width: 15%;
  }
}*/

.site-header .logo img {
  max-width: 100%;
  height: auto;
  display: block;
}

.site-header .primary {
  float: right;
  text-align: center;
  margin-top: 8px;
  clear: both;
}


.site-header .right-side {
  float: right;
  display: block;
}

.site-header .right-side .primary,
.site-header .right-side > ul {
  display: none;
}

@media screen and (min-width: 960px) {
  .site-header .right-side .primary,
  .site-header .right-side > ul {
    display: block;
  }
}

@media screen and (max-width: 959px) {
  .site-header .right-side .hamburger {
    clear: both;
    padding-bottom: 0;
  }
  .site-header .right-side .languages {
  	padding-left: 0;
    margin-left: 0;
    border: 0;
    margin-top: -8px;
  }
}


.site-header .right-side ul {
  float: right;
}

.site-header .right-side ul li {
  float: left;
  margin-left: 4px;
}

.site-header .right-side .search-icon {
  display: block;
  width: 25px;
  height: 25px;
  background: url("/wp-content/uploads/2025/03/search-icon-black.png") no-repeat 50% 50%;
  padding-top: 25px;
  overflow: hidden;
  margin-right: 5px;
  margin-top: 2px;
  cursor: pointer;
}

.site-header .right-side .twitter a, .site-header .right-side .facebook a, .site-header .right-side .instagram a, .site-header .right-side .linkedin a, .site-header .right-side .email a {
  display: block;
  width: 30px;
  height: 29px;
  background: url("/wp-content/uploads/2025/03/some-black.png") no-repeat 0 0;
  padding-top: 29px;
  overflow: hidden;
}

.site-header .right-side .facebook a {
  background-position: -31px 0;
}

.site-header .right-side .instagram a {
  background-position: -67px 0;
}

.site-header .right-side .linkedin a {
  background-position: -92px 0;
}

.site-header .right-side .email a {
  background-position: -123px 0;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #36312D;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}

/*@import "types/3dx";
@import "types/3dx-r";
@import "types/3dy";
@import "types/3dy-r";
@import "types/arrow";
@import "types/arrow-r";
@import "types/arrowalt";
@import "types/arrowalt-r";
@import "types/boring";
@import "types/collapse";
@import "types/collapse-r";
@import "types/elastic";
@import "types/elastic-r";
@import "types/emphatic";
@import "types/emphatic-r";*/
/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 2px;
}
.hamburger--slider .hamburger-inner::before {
  top: 10px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.hamburger--slider .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  -webkit-transform: rotate(-45deg) translate3d(-5.7142857143px, -6px, 0);
          transform: rotate(-45deg) translate3d(-5.7142857143px, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
          transform: translate3d(0, -20px, 0) rotate(-90deg);
}

/*@import "types/slider-r";
@import "types/spring";
@import "types/spring-r";
@import "types/stand";
@import "types/stand-r";
@import "types/spin";
@import "types/spin-r";
@import "types/squeeze";
@import "types/vortex";
@import "types/vortex-r";*/
.primary .menu-items {
  display: none;
}
@media screen and (min-width: 960px) {
  .primary .menu-items {
    display: block;
  }
}

.primary li {
  display: inline-block;
  margin: 0 5px;
  position: relative;
}
@media screen and (min-width: 960px) {
  .primary li {
    margin: 0 0 0 15px !important;
  }
  
  .primary li:first-of-type {
    margin-left: 0 !important;
  }
}

.primary li ul {
  position: absolute;
  top: 100%;
  left: -10px;
  text-align: left;
  background: #fff;
  height: 0;
  visibility: hidden;
  padding-top: 0.7rem;
}
.primary li ul li {
  margin: 0 !important;
  display: block;
  border-bottom: 1px solid #003a4c;
  float: none !important;
  background: #005871;
}
.primary li ul li:last-child {
  border: 0;
}
.primary li ul li a {
  white-space: nowrap;
  color: #fff;
  display: block;
  padding: 8px 12px;
  font-size: 16px;
}
.primary li ul li a:hover {
  color: #fff;
  background: #003a4c;
}
.primary li:hover ul {
  height: auto;
  visibility: visible;
}

.primary a {
  font-size: 25px;
}

/* .primary a:hover {
  color: #b9eeff;
} */

.responsive-nav {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 200;
  display: none;
  background: #005871;
}
.responsive-nav .container {
  max-width: 95%;
  margin-top: 32px;
  text-align: right;
  color: #fff;
  font-size: 36px;
  /* font-family: "tabiabold", sans-serif; */
}
.responsive-nav > ul {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}
.responsive-nav > ul li {
  position: relative;
}
.responsive-nav > ul ul {
  display: none;
  position: relative;
  background: #12343e;
  padding: 5px 0;
}
.responsive-nav > ul ul a {
  font-size: 22px;
}
.responsive-nav > ul .sub-nav-toggle {
  display: none;
  position: absolute;
  right: 15px;
  top: 5px;
  display: block;
  width: 35px;
  height: 35px;
}
.responsive-nav > ul .sub-nav-toggle span {
  position: absolute;
  right: 5px;
  top: 15px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.responsive-nav > ul .active .sub-nav-toggle span {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.responsive-nav a {
  display: block;
  padding: 7px 9px;
  color: #fff;
  /* font-family: "tabiabold", sans-serif;
  text-transform: uppercase; */
  font-size: 30px;
}

.hamburger {
  float: right;
  padding-right: 0;
}
@media screen and (min-width: 960px) {
  .hamburger {
    display: none;
  }
}

.responsive-nav .container .close {
  padding: 1rem;
  cursor: pointer;
}

/**
  * Hero
  */
.site-header .caption {
  font-size: 22px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0 15px;
  clear: both;
  /* font-family: "tabianormal", sans-serif; */
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 540px) {
  .site-header .caption {
    position: relative;
    padding: 0;
    top: 0;
    margin-top: 5rem;
    font-size: 28px;
    -webkit-transform: none;
            transform: none;
  }
}
.site-header .caption p {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

.site-header .caption h1, .site-header .caption h2 {
  font-size: 40px;
  margin: 0 0 15px;
  line-height: 1;
  margin-top: 3rem;
}
@media screen and (min-width: 540px) {
  .site-header .caption h1, .site-header .caption h2 {
    font-size: 50px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 960px) {
  .site-header .caption h1, .site-header .caption h2 {
    font-size: 70px;
    margin-bottom: 1.8rem;
  }
}
@media screen and (min-width: 1500px) {
  .site-header .caption h1, .site-header .caption h2 {
    /* font-size: 100px; */
  }
}

.alasivu .site-header .caption h1 {
  margin-top: 0;
  margin-bottom: 1.8rem;
}

.caption .chevron {
  display: block;
  width: 49px;
  height: 19px;
  background: url("../images/chevron.png") no-repeat 0 0;
  margin: 25px auto 0;
}

/**
  * Content
  */
.breadcrumbs {
  margin: 0 0 15px;
  font-size: 12px;
}

/* .page-wrap {
  background: #fff url("../images/feeniks-overlay.png") no-repeat 0 95%;
} */

@media screen and (min-width: 960px) {
  .page-wrap {
    background-position: -50% 95%;
  }
}

.site-content {
  padding: 25px 0 50px;
}

.fp-content {
  text-align: center;
}
@media screen and (min-width: 1500px) {
  .fp-content {
    padding-top: 35px;
  }
}

.fp-content .site-main, .alasivu .site-main {
  max-width: 890px;
  margin: 0 auto;
  font-size: 16px;
}
@media screen and (min-width: 1500px) {
  .fp-content .site-main, .alasivu .site-main {
    font-size: 19px;
  }
}
.fp-content .site-main .some, .alasivu .site-main .some {
  text-align: center;
  margin-top: 25px;
}
@media screen and (min-width: 540px) {
  .fp-content .site-main .some, .alasivu .site-main .some {
    text-align: left;
  }
}
.fp-content .site-main .some li, .alasivu .site-main .some li {
  display: inline-block;
}
.fp-content .site-main .some li a, .alasivu .site-main .some li a {
  display: block;
  width: 53px;
  height: 52px;
  background: url("../images/some-black.png") no-repeat 0 0;
  padding-top: 52px;
  overflow: hidden;
}
.fp-content .site-main .some .facebook a, .alasivu .site-main .some .facebook a {
  background-position: -60px 0;
}

.content-area {
  padding: 65px 0;
}

.alasivu .site-main {
  /* text-align: center; */
}
.alasivu .site-main h1 {
  margin-top: 5px;
}
.alasivu .site-main h1 strong {
  color: #005871;
}
.alasivu .site-main.w-sidebar {
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 540px) {
  .alasivu .site-main.w-sidebar {
    float: left;
    max-width: 70%;
    padding-top: 0;
    padding-right: 5%;
    text-align: left;
    border-right: 1px solid #cfcecd;
  }
}
@media screen and (min-width: 540px) {
  .alasivu .site-main.w-sidebar .entry-content {
    margin-top: -11px;
  }
}
.alasivu .site-main ul {
  /* list-style-position: inside;
  text-align: center;
  padding: 0; */
}

.alasivu .site-main ul.two-col {
  column-count: 2;
  column-gap: 2rem;
}

.alasivu .site-main ul li {
  line-height: 1.5;
  /* margin-bottom: 8px; */
}

.ingressi {
  color: #005871;
  font-size: 18px;
  line-height: 1.25;
}
@media screen and (min-width: 960px) {
  .ingressi {
    font-size: 22px;
  }
}
@media screen and (min-width: 1500px) {
  .ingressi {
    font-size: 26px;
  }
}

.products .title {
  color: #005871;
  text-align: center;
  position: relative;
  margin-bottom: 25px;
}

.products .title:after {
  position: absolute;
  top: 55%;
  left: 0;
  right: 0;
  height: 1px;
  background: #005871;
  content: "";
  z-index: 1;
}

.products .title span {
  display: inline-block;
  background: #fff;
  padding: 0 20px;
  position: relative;
  z-index: 5;
}

.product-list .product {
  background: #edf3f5;
}
@media screen and (min-width: 540px) {
  .product-list .product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (min-width: 540px) {
  .product-list .product .image {
    width: 50%;
  }
}

.product-list .product .text {
  text-align: center;
  position: relative;
}
@media screen and (min-width: 540px) {
  .product-list .product .text {
    width: 50%;
  }
}

.product-list .text .inner {
  padding: 25px;
  font-size: 14px;
}
@media screen and (min-width: 540px) {
  .product-list .text .inner {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    padding: 0 25px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (min-width: 960px) {
  .product-list .text .inner {
    padding: 0 50px;
  }
}
@media screen and (min-width: 1500px) {
  .product-list .text .inner {
    padding: 0 80px;
    font-size: 100%;
  }
}
.product-list .text .inner ul {
  list-style-position: inside;
}
.product-list .text .inner ul li {
  line-height: 1.5;
}
@media screen and (min-width: 540px) {
  .product-list .text .inner .column {
    text-align: left;
    float: left;
    width: 50%;
  }
}

.product-list .product .image img {
  display: block;
  max-width: 100%;
  height: auto;
}

.product-list .product:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
}

.tuotenostot {
  margin: 50px 0;
}

.tuotenostot h3 {
  font-family: Neue Alte Grotesk, sans-serif;
  font-size: 20px;
  text-transform: none;
  color: #005871;
}
@media screen and (min-width: 960px) {
  .tuotenostot h3 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1500px) {
  .tuotenostot h3 {
    font-size: 30px;
  }
}

.products-other {
  margin-top: 35px;
}

.products-other h2 {
  color: #005871;
  text-align: center;
}

.products-other .product-list .product {
  overflow: hidden;
  background: #005871;
  position: relative;
  margin-bottom: 15px;
}
@media screen and (min-width: 540px) {
  .products-other .product-list .product {
    float: left;
    width: 33.33%;
    margin-bottom: 0;
  }
}

.products-other .product img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.products-other .product:hover img {
  opacity: 0.5;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.products-other .product .caption {
  position: absolute;
  top: 50%;
  width: 100%;
  padding: 0 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 540px) {
  .products-other .product .caption {
    padding: 0 50px;
  }
}

.products-other .product h3 {
  /* font-family: "tabiabold", sans-serif; */
  font-size: 32px;
}

.products-cta {
  text-align: center;
  padding: 25px 0;
}
@media screen and (min-width: 540px) {
  .products-cta {
    padding: 80px 0;
  }
}

.products-cta h2 {
  color: #464646;
  margin-bottom: 25px;
}

.products-cta .btn {
  background: #005871;
  color: #fff;
  border: none;
}

.sections {
  position: relative;
}

.sections .nostot {
  background: #9f9f9f;
}
.sections .nostot .container {
  position: relative;
  z-index: 10;
  padding: 0;
}

.nostot .nosto {
  position: relative;
  overflow: hidden;
  background: #005871;
}
@media screen and (min-width: 740px) {
  .nostot .nosto {
    float: left;
    width: 33.33%;
  }
}

@media screen and (min-width: 740px) {
  .nostot .nosto.wide {
    width: 66.66%;
  }
}

.nostot .nosto.full {
  width: 100%;
  float: none;
  max-height: 450px;
  overflow: hidden;
}
.nostot .nosto.full img {
  width: 100%;
}

.nostot img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.nostot .nosto:hover img {
  opacity: 0.75;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.nostot .caption {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 0 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
@media screen and (min-width: 960px) {
  .nostot .caption {
    bottom: 20%;
    top: auto;
    -webkit-transform: none;
            transform: none;
  }
}

@media screen and (min-width: 960px) {
  .nostot .nosto:hover .caption {
    bottom: 25%;
  }
}

.nostot h2 {
  /* font-family: "tabiabold", sans-serif; */
  font-size: 40px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1500px) {
  .nostot h2 {
    font-size: 50px;
  }
}

.nostot .caption span, .products-other .product span {
  display: inline-block;
  border: 1px solid #fff;
  text-transform: uppercase;
  padding: 8px 15px 10px;
  font-family: "tabiabold", sans-serif;
  font-size: 18px;
  letter-spacing: 5px;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .nostot .caption span, .products-other .product span {
    font-size: 22px;
    padding: 10px 20px 15px;
  }
}
@media screen and (min-width: 1500px) {
  .nostot .caption span, .products-other .product span {
    font-size: 26px;
    padding: 15px 25px 20px;
  }
}

.iso-nosto {
  position: relative;
  z-index: 10;
}
.iso-nosto .slides {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 1500px) {
  .iso-nosto .slides {
    max-height: 579px;
    overflow: hidden;
  }
}
.iso-nosto .slide {
  background: url("../images/big-nosto.jpg") no-repeat 50% 50%;
  background-size: cover;
}
@media screen and (min-width: 1500px) {
  .iso-nosto .slide {
    height: 579px;
  }
}
.iso-nosto .slide .text.dark {
  color: #005871;
}
.iso-nosto .slide .text.align-left {
  text-align: left;
}
.iso-nosto .slide-arrows {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}
.iso-nosto .slick-arrow {
  position: absolute;
  z-index: 10;
  border: none;
  background: url("../images/chevron.png") no-repeat 50% 50%;
  display: block;
  width: 98px;
  height: 38px;
  padding-top: 38px;
  overflow: hidden;
  cursor: pointer;
}
.iso-nosto .slick-arrow:focus {
  outline: none;
}
.iso-nosto .slick-arrow.slick-prev {
  left: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.iso-nosto .slick-arrow.slick-next {
  right: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.iso-nosto .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.1;
  background: url("../images/lines-overlay.png");
}

.iso-nosto .caption {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 40px;
  color: #fff;
  position: relative;
  z-index: 10;
  font-size: 22px;
  font-family: "tabianormal", sans-serif;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .iso-nosto .caption {
    padding: 40px 50px;
    font-size: 28px;
  }
}
@media screen and (min-width: 1500px) {
  .iso-nosto .caption {
    padding: 120px 150px 80px;
  }
}
@media screen and (min-width: 540px) {
  .iso-nosto .caption.video {
    text-align: left;
  }
}

.iso-nosto.first .caption {
  padding: 40px;
}
@media screen and (min-width: 960px) {
  .iso-nosto.first .caption {
    padding: 40px 50px;
    font-size: 28px;
  }
}
@media screen and (min-width: 1500px) {
  .iso-nosto.first .caption {
    padding: 80px 150px;
  }
}

.iso-nosto h2 {
  font-size: 40px;
  line-height: 0.9;
  margin: 0 0 15px;
}
@media screen and (min-width: 540px) {
  .iso-nosto h2 {
    font-size: 60px;
  }
}
@media screen and (min-width: 960px) {
  .iso-nosto h2 {
    font-size: 80px;
  }
}
@media screen and (min-width: 1500px) {
  .iso-nosto h2 {
    font-size: 114px;
  }
}

.iso-nosto p {
  line-height: 1.25;
}

@media screen and (min-width: 540px) {
  .iso-nosto .caption.video .text {
    float: left;
    width: 70%;
  }
}

@media screen and (min-width: 540px) {
  .iso-nosto .caption.video .play {
    float: right;
    width: 20%;
  }
}

.iso-nosto .caption .play {
  display: block;
  width: 205px;
  height: 267px;
  background: url("../images/play.png") no-repeat 0 0;
  background-size: contain;
  padding-top: 267px;
  overflow: hidden;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

.iso-nosto .caption .play:hover {
  opacity: 0.5;
}

.cta .container {
  position: relative;
  z-index: 10;
  padding: 0;
}
@media screen and (min-width: 540px) {
  .cta .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.cta .text {
  position: relative;
}
@media screen and (min-width: 540px) {
  .cta .text {
    width: 53.66%;
  }
}

.cta h3 {
  font-size: 26px;
}
@media screen and (min-width: 960px) {
  .cta h3 {
    font-size: 34px;
  }
}
@media screen and (min-width: 1500px) {
  .cta h3 {
    font-size: 44px;
  }
}

.cta .text .inner {
  text-align: center;
  padding: 35px 25px 25px;
  font-size: 14px;
}
@media screen and (min-width: 540px) {
  .cta .text .inner {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50.1%);
            transform: translateY(-50.1%);
    padding: 15px 25px 0;
  }
}
@media screen and (min-width: 960px) {
  .cta .text .inner {
    padding: 15px 50px;
    font-size: 16px;
  }
}
@media screen and (min-width: 1500px) {
  .cta .text .inner {
    padding: 0 130px;
    font-size: 19px;
  }
}

@media screen and (min-width: 540px) {
  .cta .image {
    width: 46.33%;
  }
}

.cta img {
  display: block;
  max-width: 100%;
  height: auto;
}

.cta .btn {
  background: #005871;
  color: #fff;
  border: none;
}

.cta .btn:hover {
  background: #464646;
}

.pre-footer {
  background: url("../images/pre-footer-bg.jpg") no-repeat top center;
  background-size: cover;
  text-align: center;
  padding: 50px 0 80px;
}
.pre-footer .container {
  position: relative;
  z-index: 10;
}

.pre-footer h2 {
  font-size: 32px;
}
@media screen and (min-width: 540px) {
  .pre-footer h2 {
    font-size: 42px;
  }
}
@media screen and (min-width: 960px) {
  .pre-footer h2 {
    font-size: 52px;
  }
}
@media screen and (min-width: 1500px) {
  .pre-footer h2 {
    font-size: 62px;
  }
}

.pre-footer ul {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.pre-footer ul li {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-family: Neue Alte Grotesk, sans-serif;
  margin-bottom: 15px;
}
@media screen and (min-width: 540px) {
  .pre-footer ul li {
    float: left;
    width: 25%;
    text-align: left;
    padding: 0 15px 0 0;
    font-size: 14px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 960px) {
  .pre-footer ul li {
    font-size: 16px;
  }
}

.pre-footer ul ul {
  margin-top: 5px;
}

.pre-footer ul ul li {
  float: none;
  width: 100%;
  text-transform: none;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
}

.pre-footer ul ul a {
  color: #36312d;
}

.pre-footer ul ul a:hover {
  color: #111;
}

.feeniks-overlay {
  display: none;
  position: absolute;
  bottom: 11%;
  left: -10%;
  z-index: 1;
  width: 100%;
  max-width: 853px;
  height: 1643px;
  background: url("../images/feeniks-overlay.png") no-repeat 0 0;
}
@media screen and (min-width: 540px) {
  .feeniks-overlay {
    display: block;
  }
}

.gallery-items {
  margin-bottom: 45px;
}

.gallery-items li {
  overflow: hidden;
}
@media screen and (min-width: 540px) {
  .gallery-items li {
    float: left;
    width: 33.33%;
    max-height: 290px;
  }
}
.gallery-items li img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: -webkit-transform 0.15s ease;
  transition: -webkit-transform 0.15s ease;
  transition: transform 0.15s ease;
  transition: transform 0.15s ease, -webkit-transform 0.15s ease;
}
@media screen and (min-width: 540px) {
  .gallery-items li:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.gallery-items.small-images li {
  overflow: hidden;
}
@media screen and (min-width: 540px) {
  .gallery-items.small-images li {
    float: left;
    width: 20%;
    max-height: 345px;
  }
}
.gallery-items.small-images li img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: -webkit-transform 0.15s ease;
  transition: -webkit-transform 0.15s ease;
  transition: transform 0.15s ease;
  transition: transform 0.15s ease, -webkit-transform 0.15s ease;
}
@media screen and (min-width: 540px) {
  .gallery-items.small-images li:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.products-cta {
  background: #edf3f5;
  background: rgba(0, 88, 113, 0.07);
  margin: 80px 0;
}
.products-cta h3 {
  font-size: 26px;
  font-family: "tabiabold", sans-serif;
}
@media screen and (min-width: 960px) {
  .products-cta h3 {
    font-size: 33px;
  }
}
@media screen and (min-width: 1500px) {
  .products-cta h3 {
    font-size: 43px;
  }
}
.products-cta h3 strong {
  color: #005871;
}

.contact-cta {
  padding: 50px 0;
  text-align: center;
}
.contact-cta h2 {
  font-size: 43px;
}
.contact-cta .wpforms-container {
  text-align: left;
  max-width: 560px !important;
}
.contact-cta div.wpforms-container-full .wpforms-form input.wpforms-field-medium, .contact-cta div.wpforms-container-full .wpforms-form select.wpforms-field-medium, .contact-cta div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
  max-width: 100% !important;
}
.contact-cta div.wpforms-container-full .wpforms-form .wpforms-field-label {
  font-weight: normal;
}

.wpforms-form label.wpforms-error {
  background: rgba(255, 255, 255, 0.8);
  padding: 0.2rem 0.3rem;
}

.blog.alasivu .site-main {
  padding: 0;
  max-width: 1100px;
}

@media screen and (min-width: 540px) {
  .posts-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.posts-wrapper .post {
  font-size: 16px;
}
@media screen and (min-width: 540px) {
  .posts-wrapper .post {
    width: 33.25%;
    text-align: left;
    padding: 25px;
    margin-bottom: 25px;
  }
}
.posts-wrapper .post img {
  max-width: 100%;
  height: auto;
  margin-bottom: 25px;
}
.posts-wrapper .post h3 {
  font-family: Neue Alte Grotesk, sans-serif;
  text-transform: none;
  font-size: 22px;
}
.posts-wrapper .post .date {
  font-size: 12px;
  color: #888;
}

.gallery {
  margin: 50px auto;
}
.gallery img {
  max-width: 100%;
  height: auto;
}

.gallery-columns-4 .gallery-item {
  display: inline-block;
  width: 24%;
  margin: 0 0.5% 2%;
  vertical-align: top;
}

.resale-map {
  width: 100%;
  height: 500px;
}

.resale-map img {
  max-width: inherit !important;
}

.maps-details {
  background: #e3edef;
}
@media screen and (min-width: 540px) {
  .maps-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.maps-details .site-main {
  text-align: center;
  padding: 15px;
}
@media screen and (min-width: 540px) {
  .maps-details .site-main {
    width: 50%;
    text-align: left;
    padding: 50px;
  }
}
.maps-details .site-main h2 {
  color: #005871;
}
.maps-details .acf-map {
  width: 100%;
  height: 550px;
}
.maps-details .kartta {
  margin-bottom: 35px;
}
@media screen and (min-width: 540px) {
  .maps-details .kartta {
    width: 50%;
    height: auto;
    background-position: 50% 50%;
    margin-bottom: 0;
  }
}

.henkilotiedot {
  text-align: center;
}
.henkilotiedot.jalleenmyynti {
  background: url("../images/jalleenmyyjat-bg.jpg") no-repeat top center;
  background-size: cover;
  padding: 50px 0;
  color: #fff;
}
.henkilotiedot.jalleenmyynti .henkilo h3, .henkilotiedot.jalleenmyynti a {
  color: #11aad6;
}

.henkilot {
  margin-top: 50px;
}
.henkilot .henkilo {
  margin-bottom: 25px;
  text-align: center;
}
@media screen and (min-width: 540px) {
  .henkilot .henkilo {
    display: inline-block;
    width: 30%;
    margin: 0 1% 45px;
    vertical-align: top;
  }
  .henkilot .henkilo:nth-child(4n+1) {
    clear: left;
  }
}
.henkilot .henkilo h3 {
  font-family: Neue Alte Grotesk, sans-serif;
  text-transform: none;
  color: #005871;
}

.sidebar {
  width: 100%;
}
@media screen and (min-width: 540px) {
  .sidebar {
    float: right;
    width: 25%;
    margin-top: -9px;
  }
}
.sidebar h3 {
  font-size: 26px;
  margin-top: 2px;
}
@media screen and (min-width: 540px) {
  .sidebar h3 {
    font-size: 32px;
  }
}
@media screen and (min-width: 960px) {
  .sidebar h3 {
    font-size: 36px;
  }
}
@media screen and (min-width: 1500px) {
  .sidebar h3 {
    font-size: 46px;
  }
}
.sidebar h3 strong {
  color: #005871;
}
.sidebar ul {
  margin-bottom: 35px;
}
.sidebar ul li {
  margin-bottom: 25px;
}

.date {
  display: block;
}

.sidebar ul a {
  font-size: 18px;
  display: block;
}
@media screen and (min-width: 960px) {
  .sidebar ul a {
    font-size: 20px;
  }
}
@media screen and (min-width: 1500px) {
  .sidebar ul a {
    font-size: 22px;
  }
}

.pagination {
  clear: both;
  padding: 20px 0;
  position: relative;
  font-size: 11px;
  line-height: 13px;
}

.pagination span, .pagination a {
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 6px 9px 5px 9px;
  width: auto;
  color: #fff;
  background: #555;
}

.pagination a:hover {
  color: #fff;
  background: #005871;
}

.pagination .current {
  padding: 6px 9px 5px 9px;
  background: #005871;
  color: #fff;
}

.single .post .entry-header {
  margin-top: -11px;
  margin-bottom: 35px;
}
.single .post .entry-header h1 {
  margin-top: 5px;
  margin-bottom: 0;
}

.nav-links {
  margin-top: 25px;
  border-top: 1px solid #ccc;
  padding-top: 25px;
  overflow: hidden;
}
.nav-links .nav-previous {
  float: left;
  width: 50%;
}
.nav-links .nav-next {
  float: left;
  width: 50%;
  text-align: right;
}

.comment-list img {
  width: auto;
  max-width: 100%;
}

input[type=text], input[type=email], input[type=tel], input[type=search], textarea, input[type=submit], button[type=submit] {
  padding: 7px 9px;
  width: 100%;
}
@media screen and (min-width: 540px) {
  input[type=text], input[type=email], input[type=tel], input[type=search], textarea, input[type=submit], button[type=submit] {
    width: auto;
  }
}

textarea {
  max-width: 100%;
  width: 100%;
}

input[type=submit] {
  width: auto;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.alignleft {
  margin: 25px 0;
}
@media screen and (min-width: 540px) {
  .alignleft {
    float: left;
    margin: 0 25px 25px 0;
  }
}

.alignright {
  margin: 25px 0;
}
@media screen and (min-width: 540px) {
  .alignright {
    float: right;
    margin: 0 0 25px 25px;
  }
}

.aligncenter {
  margin: 25px auto;
}

/**
  * Footer
  */
.site-footer {
  background: #005871;
  color: #fff;
  padding: 50px 0;
}

@media screen and (min-width: 960px) {
  .site-footer .container {
    padding: 0 100px;
  }
}
@media screen and (min-width: 1500px) {
  .site-footer .container {
    padding: 0 20px;
  }
}

.site-footer a {
  color: #fff;
}

.site-footer a:hover {
  color: #111;
}

.site-footer .logo {
  margin-bottom: 35px;
}

.site-footer .logo img {
  height: auto;
  max-width: 160px;
}

@media screen and (max-width: 959px) {
  .site-footer .logo {
    text-align: center;
  }
}
@media screen and (min-width: 960px) {
  .site-footer .logo {
    float: left;
    width: 15%;
    margin-bottom: 0;
  }
}

.footer-nav {
  text-align: center;
}
@media screen and (min-width: 960px) {
  .footer-nav {
    float: left;
    width: 65%;
    text-align: left;
  }
}
@media screen and (min-width: 1500px) {
  .footer-nav {
    width: 75%;
  }
}

.footer-nav li {
  font-weight: bold;
  font-family: Neue Alte Grotesk, sans-serif;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-size: 14px;
}
@media screen and (min-width: 960px) {
  .footer-nav li {
    float: left;
    width: 25%;
    margin-bottom: 0;
  }
}

.footer-nav ul ul {
  margin-top: 5px;
}

.footer-nav ul ul li {
  float: none;
  width: 100%;
  font-weight: normal;
  text-transform: none;
  line-height: 1.5;
  margin: 0;
}

@media screen and (min-width: 960px) {
  .footer-nav .last {
    float: right;
  }
}

.site-footer .logot {
  float: none;
  margin: 1rem auto;
}
@media screen and (min-width: 960px) {
  .site-footer .logot {
    float: right;
    margin-top: 1rem;
  }
}

.site-footer .logot img {
  max-width: 8rem;
  width: 100%;
  display: block;
  margin: 0 auto;
}

.site-footer .some {
  text-align: center;
  margin-top: 25px;
}
@media screen and (min-width: 960px) {
  .site-footer .some {
    float: right;
    margin-top: 0;
  }
}

.site-footer .some li {
  display: inline-block;
}
@media screen and (min-width: 960px) {
  .site-footer .some li {
    float: left;
    margin-left: 2px;
  }
}

.site-footer .some a {
  display: block;
  width: 30px;
  height: 29px;
  background: url("../images/some.png") no-repeat 0 0;
  padding-top: 29px;
  overflow: hidden;
}

.site-footer .some .facebook a {
  background-position: -31px 0;
}

.site-footer .some .instagram a {
  background-position: -67px 0;
}

.site-footer .some .linkedin a {
  background-position: -92px 0;
}

.site-footer .some .email a {
  background-position: -123px 0;
}

.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  background: #005871;
  display: none;
}
.search-overlay .close {
  cursor: pointer;
}
.search-overlay .container {
  max-width: 95%;
  margin-top: 32px;
  text-align: right;
  color: #fff;
  font-size: 36px;
  /* font-family: "tabiabold", sans-serif; */
}
.search-overlay .content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.search-overlay .content form {
  border-bottom: 2px solid #fff;
  padding-bottom: 8px;
}
.search-overlay .content form input[type=text] {
  display: inline-block;
  width: 89%;
  height: 25px;
  background: transparent;
  border: none;
  color: #fff;
  padding: 0;
}
.search-overlay .content form input[type=submit] {
  display: inline-block;
  width: 10%;
  border: none;
  background: transparent url("../images/search-icon.png") no-repeat 50% 50%;
  padding: 3px 0 3px 10%;
  overflow: hidden;
  color: #fff;
  cursor: pointer;
}
.search-overlay ::-webkit-input-placeholder { /* Edge */
  color: #fff;
}
.search-overlay :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}
.search-overlay ::-moz-placeholder {
  color: #fff;
}
.search-overlay ::-ms-input-placeholder {
  color: #fff;
}
.search-overlay ::placeholder {
  color: #fff;
}

.design {
  margin-top: 50px;
  padding-top: 20px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  overflow: hidden;
  opacity: 0.15;
}

.design a {
  display: inline-block;
  text-indent: -9999px;
  width: 58px;
  height: 28px;
  position: relative;
  top: -12px;
  margin-left: 5px;
  background: url("../images/haaja-logo.png") no-repeat 0 0;
}