/*
Theme Name: Flipper Boats 2020
Author: Jam Jam Brand Agency Oy / Mikko Hopia Oy
Author URI: https://www.jamjam.fi
Description: Flipper Boats site template
Version: 2.0
*/
@import url("https://fonts.googleapis.com/css?family=Poppins:300,600&amp;display=swap");
/*! normalize.css v8.0.1 | 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; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * 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 {
  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 */
  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 {
  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"] {
  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; }

/* Hopia adds
   ========================================================================== */
div {
  box-sizing: border-box; }

/**
 * Convert font-size from px to rem with px fallback
 *
 * @param $size - the value in pixel you want to convert
 *
 * e.g. p {@include fontSize(12px);}
 * 
 */
body.home div.loading {
  background: #202123;
  display: none;
  height: 2px;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 105px;
  width: 100%;
  z-index: 11; }
  body.home div.loading span {
    animation: loading_animation 1s linear infinite;
    background: linear-gradient(90deg, #202119 0%, #e32333 50%, #202119 100%);
    display: block;
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    width: 100%; }

body.home div.intro-logo {
  align-items: center;
  background: #202123;
  display: flex;
  height: 100vh;
  left: 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 10; }
  body.home div.intro-logo img {
    animation: loading_animation_fade 2s linear infinite;
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 80%; }

@keyframes loading_animation {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(200%, 0); } }

@keyframes loading_animation_fade {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

header {
  background: url(../png/flipper_navigation_backround_90.png) top right no-repeat;
  color: #fff;
  height: 105px;
  left: 0;
  position: fixed;
  top: 0;
  width: 446px;
  z-index: 9; }

body.search-open header {
  background: url(../png/flipper_navigation_backround_square.png);
  width: 100%; }

body.scroll-down header.sticky,
body.scroll-up header.sticky {
  top: 0; }

p.site-title {
  margin: 0; }

p.site-title a {
  background: url("../svg/flipper_logo_big.svg") center center no-repeat;
  background-size: contain;
  box-sizing: border-box;
  display: block;
  height: 50px;
  left: 60px;
  overflow: hidden;
  position: absolute;
  text-indent: -9999px;
  transition-duration: 0s;
  top: 28px;
  width: 167px;
  z-index: 2; }

/* 990 / Tablet */
@media only screen and (max-width: 600px) {
  header {
    background: #202123;
    position: absolute;
    width: 100%; }
  p.site-title a {
    left: 20px; } }

nav.main-navi {
  background: url(../png/flipper_navigation_backround_90.png) top right no-repeat;
  display: none;
  left: 0;
  min-height: 100px;
  padding-bottom: 50px;
  position: fixed;
  top: 105px;
  width: 400px; }

body.search-open nav.main-navi {
  background: url(../png/flipper_navigation_backround_square.png);
  width: 100%; }

ul.main-navi {
  border-top: 1px solid #e32333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 1px;
  list-style: none;
  margin: 0 0 20px 60px;
  max-width: 270px;
  padding: 10px 0 0 0;
  position: relative; }
  ul.main-navi li {
    display: block; }
    ul.main-navi li.model-range ul,
    ul.main-navi li.brand ul {
      display: block; }
  ul.main-navi > li.menu-item-has-children > a {
    background: url(../png/triangle_closed.png) center right no-repeat;
    display: inline-block;
    padding-right: 10px;
    transition-duration: 0s; }
    ul.main-navi > li.menu-item-has-children > a.open {
      background: url(../png/triangle_open.png) center right no-repeat; }
  ul.main-navi > li.model-range > a,
  ul.main-navi > li.brand > a {
    background: url(../png/triangle_open.png) center right no-repeat; }
  ul.main-navi > li.current-menu-parent > a {
    background: url(../png/triangle_open.png) center right no-repeat; }
  ul.main-navi li > a {
    color: #fff;
    display: block;
    font-weight: 600;
    position: relative;
    text-decoration: none;
    text-transform: uppercase; }
  ul.main-navi li > a:hover {
    color: #e32333; }
  ul.main-navi ul {
    display: none;
    letter-spacing: normal;
    margin: 0;
    padding: 5px 0; }
    ul.main-navi ul ul {
      font-size: 14px;
      font-size: 0.875rem;
      letter-spacing: 1px;
      margin: 0;
      padding: 0 0 5px 0; }
      ul.main-navi ul ul a {
        font-weight: 300; }
  ul.main-navi li.current-menu-ancestor ul {
    display: block; }
  ul.main-navi li.smaller ul {
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 1px; }
    ul.main-navi li.smaller ul a {
      font-weight: 300; }

ul.lang-navi {
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 1px;
  list-style: none;
  margin: 0 0 10px 60px;
  max-width: 270px;
  padding: 0;
  position: relative; }
  ul.lang-navi li {
    display: block; }
    ul.lang-navi li.lang-item-sv {
      display: none; }
  ul.lang-navi li > a {
    color: #fff;
    display: block;
    font-weight: 300;
    position: relative;
    text-decoration: none;
    text-transform: uppercase; }
    ul.lang-navi li > a:hover {
      color: #e32333; }

form.search {
  display: none;
  left: calc(50% - 200px);
  margin: 0;
  position: absolute;
  top: calc(50% - 60px);
  width: 400px; }
  form.search input[type=text] {
    background: none;
    border: none;
    box-sizing: border-box;
    border-bottom: 1px solid #fff;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 5px 5px 5px 0;
    width: 100%; }
    form.search input[type=text].short {
      width: 100px; }
    form.search input[type=text]::-webkit-input-placeholder {
      color: #fff;
      font-weight: 600;
      text-transform: uppercase; }
    form.search input[type=text]:-moz-placeholder {
      color: #fff;
      font-weight: 600;
      text-transform: uppercase; }
    form.search input[type=text]::-moz-placeholder {
      color: #fff;
      font-weight: 600;
      text-transform: uppercase; }
    form.search input[type=text]:-ms-input-placeholder {
      color: #fff;
      font-weight: 600;
      text-transform: uppercase; }
  form.search input[type=submit] {
    display: none; }
  form.search a.search-close {
    background: url(../png/flipper_search_close_ikoni_iso.png) center center no-repeat;
    background-size: contain;
    display: block;
    height: 20px;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    top: 0;
    width: 20px; }

a.search-open {
  background: url(../png/flipper_search_ikoni.png) center right no-repeat;
  background-size: contain;
  color: #fff;
  display: inline-block;
  font-weight: 300;
  margin: 0 0 0 60px;
  padding-right: 25px;
  text-decoration: none;
  text-transform: uppercase;
  transition-duration: 0s; }
  a.search-open:hover {
    color: #e32333; }

body.search-open a.search-open {
  background: url(../png/flipper_search_close_ikoni_iso.png) top 2px right no-repeat;
  background-size: 12px;
  padding-right: 20px;
  transition-duration: 0s; }

button.hamburger {
  background: none;
  border: 0;
  cursor: pointer;
  color: #fff;
  display: block;
  height: 26px;
  left: 293px;
  margin: 0;
  outline: none;
  padding: 0;
  position: absolute;
  -webkit-transform: skew(-23deg, 0);
  -moz-transform: skew(-23deg, 0);
  -ms-transform: skew(-23deg, 0);
  -o-transform: skew(-23deg, 0);
  transform: skew(-23deg, 0);
  top: 28px;
  width: 40px;
  z-index: 3;
  /*&.open {
    @include skew(0, 0);

    span.text {
      @include skew(0, 0); 
    }
  }*/ }
  button.hamburger span.text {
    font-size: 10px;
    font-size: 0.625rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 600;
    left: 0;
    letter-spacing: 2px;
    padding-top: 38px;
    position: absolute;
    -webkit-transform: skew(23deg, 0);
    -moz-transform: skew(23deg, 0);
    -ms-transform: skew(23deg, 0);
    -o-transform: skew(23deg, 0);
    transform: skew(23deg, 0);
    text-align: center;
    top: 0;
    transition-duration: 0.5s;
    width: 42px; }
  button.hamburger:hover #nav-icon span {
    background: #e32333; }
  button.hamburger:hover span.text {
    color: #e32333; }

#nav-icon span {
  display: block;
  position: absolute;
  height: 6px;
  width: 25px;
  background: #fff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  width: 100%; }

#nav-icon span:nth-child(1) {
  top: 0;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

#nav-icon span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

#nav-icon span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

#nav-icon.open span:nth-child(1) {
  -webkit-transform: rotate(35deg);
  -moz-transform: rotate(35deg);
  -o-transform: rotate(35deg);
  transform: rotate(35deg);
  top: 0;
  left: 0;
  width: 40px; }

#nav-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0; }

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-35deg);
  -moz-transform: rotate(-35deg);
  -o-transform: rotate(-35deg);
  transform: rotate(-35deg);
  top: 23px;
  left: 0;
  width: 40px; }

@media only screen and (max-width: 850px) {
  form.search {
    left: calc(50% - 150px);
    width: 300px; } }

/* 850 */
@media only screen and (max-width: 700px) {
  body.search-open nav.main-navi ul {
    display: none; }
  body.search-open a.search-open {
    display: none; }
  form.search {
    top: calc(50% - 30px); } }

/* 700 */
@media only screen and (max-width: 600px) {
  button.hamburger {
    left: auto;
    right: 20px; }
  nav.main-navi {
    width: 100%; }
  ul.main-navi {
    margin-left: 20px;
    max-width: calc(100% - 40px); }
  ul.lang-navi {
    margin-left: 20px; }
  form.search {
    left: 10%;
    width: 80%; }
  a.search-open {
    margin-left: 20px; } }

@media only screen and (max-width: 340px) {
  form.search {
    left: 5%;
    width: 90%; }
    form.search input[type=text] {
      font-size: 12px;
      font-size: 0.75rem; }
    form.search a.search-close {
      height: 15px;
      top: 2px;
      width: 15px; } }

footer {
  background: #202123 url(../png/flipper_footer.png) top center no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 1px;
  padding: 60px;
  position: relative; }
  footer p:last-child {
    margin-bottom: 0; }
  footer p.some a {
    display: inline-block;
    height: 25px;
    margin: 0 5px;
    overflow: hidden;
    text-indent: -9999px;
    vertical-align: middle;
    width: 25px; }
    footer p.some a.facebook {
      background: url(../svg/facebook.svg) center left no-repeat;
      background-size: contain;
      margin-right: 0; }
    footer p.some a.instagram {
      background: url(../svg/instagram.svg) center left no-repeat;
      background-size: contain; }
    footer p.some a.youtube {
      background: url(../svg/youtube.svg) center left no-repeat;
      background-size: contain; }
  footer a {
    color: #fff;
    text-decoration: none; }
    footer a:hover {
      color: #e32333; }
  footer img.proudly-logo {
    position: absolute;
    right: 60px;
    top: 60px; }

@media only screen and (max-width: 900px) {
  footer {
    padding: 30px 30px 100px 30px; }
    footer img.proudly-logo {
      right: 30px;
      top: 30px; } }

/* Tablet end */
@media only screen and (max-width: 600px) {
  footer {
    padding: 20px 20px 100px 20px; }
    footer img.proudly-logo {
      margin-top: 40px;
      position: relative;
      right: auto;
      top: auto; } }

/* Phone end */
div.wrap {
  clear: both;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  z-index: 1; }

div.col-wrap {
  clear: both;
  padding: 0;
  position: relative;
  width: 100%; }
  div.col-wrap.col-wrap-col-3 {
    margin-bottom: 10px;
    padding: 40px 60px; }
  div.col-wrap.col-wrap-col-1 {
    margin-bottom: 10px;
    padding: 40px 50% 40px 60px; }

.col-2-wrap {
  margin-bottom: 10px; }
  .col-2-wrap .col-2 {
    padding: 40px 60px; }

.bg-dark {
  background: #202123;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.bg-grey {
  background: #b7b9bc; }

div.col-wrap:after,
div.wrap:after,
div.clear-float:after {
  content: "";
  display: table;
  clear: both; }

div.no-bot-pad {
  padding-bottom: 0; }

div.no-top-pad {
  padding-top: 0; }

div.col-color-white {
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

div.col-1 {
  padding: 0; }

.col-2 {
  float: left;
  position: relative;
  width: calc(50% - 5px); }

div.flex div.col-2 {
  float: none; }

div.col-2-right div.col-2:first-child {
  margin-left: auto;
  order: 2; }

div.col-2-right {
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.col-2:first-child {
  margin-right: 5px;
  padding-right: 40px; }

.col-2:last-child {
  margin-left: 5px;
  padding-left: 40px; }

.col-2:nth-child(2n+1) {
  clear: both; }

div.col-2-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px; }

div.col-2-img img {
  display: none; }

.col-3 {
  float: left;
  padding: 0;
  position: relative;
  width: calc(33.33% - 7px); }

.col-3:nth-child(3n),
.col-wrap-gallery .col-3:nth-child(5) {
  width: calc(33.33% - 6px); }

.col-3:first-child,
.col-3:nth-child(3n + 1) {
  margin-right: 10px; }

.col-3:nth-child(2),
.col-3:nth-child(3n + 2) {
  margin-right: 10px; }

.col-4 {
  float: left;
  padding: 0;
  position: relative;
  width: calc(25% - 7.5px); }

.col-4:first-child {
  margin-right: 10px; }

.col-4:nth-child(2),
.col-4:nth-child(3) {
  margin-right: 10px; }

.col-5 {
  float: left;
  padding: 0;
  position: relative;
  width: calc(20% - 8px); }

.col-5:first-child {
  margin-right: 10px; }

.col-5:nth-child(2),
.col-5:nth-child(3),
.col-5:nth-child(4) {
  margin-right: 10px; }

.col-6 {
  float: left;
  padding: 0;
  position: relative;
  width: calc(16.66% - 8.3px); }

.col-6:first-child {
  margin-right: 10px; }

.col-6:nth-child(2),
.col-6:nth-child(3),
.col-6:nth-child(4),
.col-6:nth-child(5) {
  margin-right: 10px; }

.col-3-2 {
  float: left;
  width: 66.66%; }

.col-3-1 {
  float: left;
  width: 33.33%; }

.col-2-1 {
  float: left;
  width: 32%; }

.col-2-2 {
  float: left;
  width: 68%; }

div.flex {
  display: flex; }

@media only screen and (max-width: 1500px) {
  div#overview div.col-3 {
    width: calc(33.33% - 14px); }
  div#overview div.col-3:first-child,
  div#overview div.col-3:nth-child(3n + 1),
  div#overview div.col-3:nth-child(2),
  div#overview div.col-3:nth-child(3n + 2) {
    margin-right: 20px; } }

@media only screen and (max-width: 900px) {
  .col-3,
  div#overview div.col-3,
  .col-wrap-gallery .col-3:nth-child(5) {
    float: none;
    padding-bottom: 40px;
    width: 100%; }
  .col-3:nth-child(3n) {
    width: 100%; }
  div#overview div.col-3:nth-child(2) {
    padding-bottom: 0; }
  div#features div.col-3 {
    margin-bottom: 10px; }
  div.col-wrap.col-wrap-col-1 {
    padding: 40px 60px; } }

@media only screen and (max-width: 600px) {
  .col-2 {
    float: none;
    width: 100%; }
  .col-2:first-child {
    margin-right: 0; }
  .col-2:last-child {
    margin-left: 0; }
  div.col-wrap.col-wrap-col-3,
  div.col-wrap.col-wrap-col-1 {
    padding: 40px 20px 20px 20px; }
  .col-2-wrap .col-2 {
    padding: 40px 20px; } }

div.col-wrap img {
  height: auto;
  max-width: 100%; }

.wp-caption {
  font-size: 14px;
  font-size: 0.875rem;
  max-width: 100%; }

img.aligncenter {
  display: block;
  margin: 0 auto; }

div.gform_wrapper {
  position: relative; }
  div.gform_wrapper.newsletter_wrapper label {
    display: none; }
  div.gform_wrapper.newsletter_wrapper ul.gfield_checkbox label {
    display: inline-block;
    font-size: 12px;
    font-size: 0.75rem;
    padding-left: 5px;
    position: relative;
    top: -3px;
    width: 85%; }
    div.gform_wrapper.newsletter_wrapper ul.gfield_checkbox label a {
      color: #fff; }
  div.gform_wrapper.newsletter_wrapper input {
    max-width: 640px; }
    div.gform_wrapper.newsletter_wrapper input[type=checkbox] {
      vertical-align: top; }
  div.gform_wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0 !important;
    position: relative; }
    div.gform_wrapper ul li {
      margin-bottom: 10px;
      /*input[type=checkbox],
      input[type=radio] {
        padding: 0;
        width: auto;
      }*/ }
      div.gform_wrapper ul li input, div.gform_wrapper ul li select, div.gform_wrapper ul li textarea {
        border: none;
        box-sizing: border-box;
        padding: 10px;
        width: 100%; }
      div.gform_wrapper ul li ul.gfield_checkbox li,
      div.gform_wrapper ul li ul.gfield_radio li {
        margin-bottom: 0; }
      div.gform_wrapper ul li input[type=radio],
      div.gform_wrapper ul li input[type=checkbox] {
        display: none; }
      div.gform_wrapper ul li input[type=radio] + label span.custom-radio,
      div.gform_wrapper ul li input[type=checkbox] + label span.custom-radio {
        background: url(../png/konfikuraattori_valkoinen_nelio.png) center center no-repeat;
        background-size: contain;
        display: inline-block;
        height: 15px;
        margin-right: 5px;
        position: relative;
        top: 3px;
        width: 15px; }
      div.gform_wrapper ul li input[type=radio]:checked + label span.custom-radio,
      div.gform_wrapper ul li input[type=checkbox]:checked + label span.custom-radio {
        background: url(../png/konfikuraattori_valkoinen_nelio_valittu.png) center center no-repeat;
        background-size: contain; }
      div.gform_wrapper ul li.gform_validation_container {
        display: none; }
      div.gform_wrapper ul li.show-label label {
        display: block; }
  div.gform_wrapper input[type=submit] {
    background: #e32333;
    border: none;
    color: #fff;
    cursor: pointer;
    letter-spacing: 1px;
    padding: 10px 30px;
    text-transform: uppercase;
    transition-duration: 0.5s;
    width: auto; }
  div.gform_wrapper input[type=submit]:hover {
    background: #bb1825; }
  div.gform_wrapper div.gform_footer {
    padding-top: 20px; }

ul.gfield_radio li {
  margin-bottom: 0; }

div.ginput_container_radio {
  margin-bottom: 11px; }

li.gfield_html {
  margin-bottom: 20px; }

li.gform_validation_container {
  display: none; }

img.gform_ajax_spinner {
  display: block;
  height: auto !important;
  margin-top: 20px;
  margin-top: 10px;
  width: 30px !important; }

div.validation_error {
  color: #e32333;
  margin-bottom: 11px; }

div.validation_error,
div.validation_message,
li.gfield_error {
  color: #e32333; }

li.gfield_error input[type=text],
li.gfield_error textarea {
  border: 1px solid red; }

div.gform_confirmation_message {
  padding-top: 20px; }

.gform_ajax_spinner {
  animation: spinner 1.1s infinite linear;
  background: none;
  border: 2px solid #fff;
  border-left: 2px solid #e32333;
  border-radius: 50%;
  height: 20px;
  display: inline-block;
  width: 20px; }

@keyframes spinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/* TABLET END */
/* MOBILE END */
div.hero {
  background-color: #202123;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  margin-bottom: 10px;
  position: relative;
  z-index: 1; }
  div.hero div.progress-bar {
    background: #202123;
    bottom: 50px;
    display: none;
    height: 4px;
    left: 60px;
    position: absolute;
    width: 100px;
    z-index: 3; }
    div.hero div.progress-bar span {
      background: #e32333;
      display: block;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 0; }
    div.hero div.progress-bar.animate span {
      transition-duration: 7s;
      width: 100%; }

div.empty-hero {
  height: 105px; }

body.page-child div.hero,
body.page-parent div.hero,
body.page-id-97 div.hero,
body.page-id-640 div.hero,
body.single div.hero,
body.page-id-896 div.hero {
  height: calc(100vh - 100px); }

div.hero-items {
  display: none; }

div.current-hero,
div.next-hero {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%; }

div.current-hero {
  display: block;
  position: absolute;
  z-index: 2; }

div.next-hero {
  position: absolute;
  display: none;
  z-index: 1; }

div.hero-text {
  color: #fff;
  left: 60px;
  position: absolute;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  top: 60%;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  div.hero-text p {
    display: none;
    letter-spacing: 1px;
    left: 0;
    line-height: 1;
    margin-bottom: 10px;
    position: relative;
    text-transform: uppercase; }
  div.hero-text h1 {
    margin-bottom: 10px;
    text-transform: uppercase; }
    div.hero-text h1 span {
      display: none;
      position: relative; }
      div.hero-text h1 span.dark {
        color: #202123; }
      div.hero-text h1 span.red {
        color: #e32333; }
  div.hero-text a {
    border-bottom: 2px solid #e32333;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase; }
    div.hero-text a:hover {
      color: #e32333; }

body.language-fi div.hero-text h1 {
  line-height: 1; }

/*body.home div.hero-text {
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}*/
div.hero-text div {
  display: none;
  width: 100%; }

div#video-viewport {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1; }

a.sound {
  background: url(../png/falcon_sound_off.png) center center no-repeat;
  background-size: contain;
  bottom: 20px;
  display: block;
  height: 41px;
  opacity: 0.5;
  position: absolute;
  right: 20px;
  text-indent: -9999px;
  width: 41px;
  z-index: 3; }

a.sound:hover {
  opacity: 1; }

a.sound.on {
  background: url(../png/falcon_sound_on.png) center center no-repeat;
  background-size: contain; }

@media only screen and (max-width: 900px) {
  div.hero {
    height: 500px; }
    div.hero div.progress-bar {
      bottom: 20px; }
  body.page-child div.hero,
  body.page-parent div.hero,
  body.page-id-97 div.hero,
  body.page-id-640 div.hero,
  body.single div.hero,
  body.page-id-896 div.hero {
    height: 500px; } }

@media only screen and (max-width: 850px) {
  a.sound {
    display: none; } }

@media only screen and (max-width: 600px) {
  div.hero {
    height: 300px;
    margin-top: 105px; }
    div.hero div.progress-bar {
      left: 20px; }
  body.page-child div.hero,
  body.page-parent div.hero,
  body.page-id-97 div.hero,
  body.page-id-640 div.hero,
  body.single div.hero,
  body.page-id-896 div.hero {
    height: 300px; }
  div.hero-text {
    bottom: 40px;
    left: 20px;
    top: auto; }
    div.hero-text p {
      font-size: 14px;
      font-size: 0.875rem; }
    div.hero-text h1 {
      font-size: 30px;
      font-size: 1.875rem;
      line-height: 0.9; } }

div.photos-and-texts-two-col {
  /*margin-bottom: 10px;*/ }
  div.photos-and-texts-two-col:after {
    content: "";
    display: table;
    clear: both; }
  div.photos-and-texts-two-col a.photo-text-item {
    display: block;
    float: left;
    height: 495px;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    width: calc(50% - 5px); }
    div.photos-and-texts-two-col a.photo-text-item div.bg-img {
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      transition: all 0.7s ease-in-out;
      width: 100%; }
    div.photos-and-texts-two-col a.photo-text-item:nth-child(2n + 1) {
      margin-right: 5px; }
    div.photos-and-texts-two-col a.photo-text-item:nth-child(2n) {
      margin-left: 5px; }
    div.photos-and-texts-two-col a.photo-text-item div.text {
      bottom: 60px;
      color: #fff;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      left: 60px;
      position: absolute;
      text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
      width: 80%;
      z-index: 2; }
    div.photos-and-texts-two-col a.photo-text-item p:first-child {
      letter-spacing: 1px;
      line-height: 1;
      margin-bottom: 5px;
      text-transform: uppercase; }
    div.photos-and-texts-two-col a.photo-text-item p:last-child {
      margin-bottom: 0; }
    div.photos-and-texts-two-col a.photo-text-item h2 {
      letter-spacing: 1px;
      margin-bottom: 15px;
      text-transform: uppercase; }
      div.photos-and-texts-two-col a.photo-text-item h2 span {
        display: block; }
    div.photos-and-texts-two-col a.photo-text-item span {
      border-bottom: 2px solid #e32333;
      color: #fff;
      font-weight: 600;
      letter-spacing: 1px;
      text-decoration: none;
      text-transform: uppercase;
      transition-duration: 0.2s; }
    div.photos-and-texts-two-col a.photo-text-item:hover span {
      color: #e32333; }
    div.photos-and-texts-two-col a.photo-text-item:hover div.bg-img {
      transform: scale(1.05); }

@media only screen and (max-width: 900px) {
  div.photos-and-texts-two-col a.photo-text-item {
    height: 395px; }
    div.photos-and-texts-two-col a.photo-text-item div.text {
      bottom: 30px;
      left: 30px;
      width: calc(100% - 60px); }
  div.photos-and-texts-two-col a.photo-text-item p:last-child {
    font-size: 14px;
    font-size: 0.875rem; } }

/* Tablet 900 end */
@media only screen and (max-width: 600px) {
  div.photos-and-texts-two-col a.photo-text-item {
    float: none;
    height: 395px;
    width: 100%; }
    div.photos-and-texts-two-col a.photo-text-item:nth-child(2n + 1) {
      margin-right: 0; }
    div.photos-and-texts-two-col a.photo-text-item:nth-child(2n) {
      margin-left: 0; }
    div.photos-and-texts-two-col a.photo-text-item div.text {
      bottom: 20px;
      left: 20px; } }

/* Phone 600 end */
div.photos-and-texts-three-col:after {
  content: "";
  display: table;
  clear: both; }

div.photos-and-texts-three-col a.photo-text-item {
  background: #202123;
  display: block;
  float: left;
  height: 495px;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  width: calc(33.33% - 6.66px); }
  div.photos-and-texts-three-col a.photo-text-item div.bg-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.7s ease-in-out;
    width: 100%; }
  div.photos-and-texts-three-col a.photo-text-item:nth-child(3n + 1) {
    margin-right: 10px; }
  div.photos-and-texts-three-col a.photo-text-item:nth-child(3n) {
    margin-left: 10px; }
  div.photos-and-texts-three-col a.photo-text-item div.text {
    bottom: 60px;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    left: 60px;
    position: absolute;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    width: 80%;
    z-index: 2; }
    div.photos-and-texts-three-col a.photo-text-item div.text > p > img {
      margin-bottom: 20px; }
  div.photos-and-texts-three-col a.photo-text-item p:first-child {
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 5px;
    text-transform: uppercase; }
  div.photos-and-texts-three-col a.photo-text-item p:last-child {
    margin-bottom: 0; }
  div.photos-and-texts-three-col a.photo-text-item h2 {
    letter-spacing: 1px;
    margin-bottom: 15px;
    text-transform: uppercase; }
    div.photos-and-texts-three-col a.photo-text-item h2 span {
      display: block; }
  div.photos-and-texts-three-col a.photo-text-item span {
    border-bottom: 2px solid #e32333;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    transition-duration: 0.2s; }
  div.photos-and-texts-three-col a.photo-text-item:hover span {
    color: #e32333; }
  div.photos-and-texts-three-col a.photo-text-item:hover div.bg-img {
    transform: scale(1.05); }

@media only screen and (max-width: 2000px) {
  div.photos-and-texts-three-col a.photo-text-item {
    height: 395px; } }

@media only screen and (max-width: 1440px) {
  div.photos-and-texts-three-col a.photo-text-item {
    height: 295px; }
  div.photos-and-texts-three-col a.photo-text-item div.text {
    bottom: 30px;
    left: 30px; } }

@media only screen and (max-width: 900px) {
  div.photos-and-texts-three-col a.photo-text-item {
    height: 250px; }
    div.photos-and-texts-three-col a.photo-text-item div.text {
      bottom: 30px;
      left: 30px;
      width: calc(100% - 60px); }
  div.photos-and-texts-three-col a.photo-text-item p:last-child {
    font-size: 14px;
    font-size: 0.875rem; } }

/* Tablet 900 end */
@media only screen and (max-width: 600px) {
  div.photos-and-texts-three-col a.photo-text-item {
    float: none;
    height: 295px;
    width: 100%; }
    div.photos-and-texts-three-col a.photo-text-item:nth-child(3n + 1) {
      margin-right: 0; }
    div.photos-and-texts-three-col a.photo-text-item:nth-child(3n) {
      margin-left: 0; }
    div.photos-and-texts-three-col a.photo-text-item div.text {
      bottom: 20px;
      left: 20px; } }

/* Phone 600 end */
a.photos-and-texts-one-col,
div.photos-and-texts-one-col {
  display: block;
  height: 670px;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative; }
  a.photos-and-texts-one-col div.bg-img,
  div.photos-and-texts-one-col div.bg-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.7s ease-in-out;
    width: 100%; }
  a.photos-and-texts-one-col div.text,
  div.photos-and-texts-one-col div.text {
    color: #202123;
    left: 60px;
    position: absolute;
    top: 100px;
    width: 80%;
    z-index: 2; }
    a.photos-and-texts-one-col div.text h2,
    div.photos-and-texts-one-col div.text h2 {
      letter-spacing: 1px;
      margin-bottom: 20px;
      text-transform: uppercase; }
      a.photos-and-texts-one-col div.text h2 span.red,
      div.photos-and-texts-one-col div.text h2 span.red {
        color: #e32333; }
    a.photos-and-texts-one-col div.text > p span,
    div.photos-and-texts-one-col div.text > p span {
      border-bottom: 2px solid #e32333;
      color: #202123;
      font-weight: 600;
      letter-spacing: 1px;
      text-decoration: none;
      text-transform: uppercase; }
  a.photos-and-texts-one-col:hover div.text p span,
  div.photos-and-texts-one-col:hover div.text p span {
    color: #e32333; }

a.photos-and-texts-one-col:hover div.bg-img {
  transform: scale(1.05); }

@media only screen and (max-width: 900px) {
  a.photos-and-texts-one-col,
  div.photos-and-texts-one-col {
    height: 395px; }
    a.photos-and-texts-one-col div.text,
    div.photos-and-texts-one-col div.text {
      left: 30px;
      top: 60px; } }

/* Tablet 900 end */
@media only screen and (max-width: 600px) {
  a.photos-and-texts-one-col,
  div.photos-and-texts-one-col {
    height: 295px; }
    a.photos-and-texts-one-col div.text,
    div.photos-and-texts-one-col div.text {
      left: 20px;
      top: 30px; } }

/* Phone 600 end */
div.two-columns-text-and-photo.bg-dark {
  background: none; }

div.two-columns-text-and-photo {
  clear: both;
  margin-bottom: 10px; }
  div.two-columns-text-and-photo div.col-wrap {
    display: flex; }
  div.two-columns-text-and-photo div.col-2 {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 495px;
    padding: 100px 100px 100px 60px; }
  div.two-columns-text-and-photo.bg-dark div.col-2:first-child {
    background: #202123 url(../png/flipper_newsletter_tausta.png) center right no-repeat;
    background-size: cover;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  div.two-columns-text-and-photo.bg-gray div.col-2:first-child {
    background: #b7b9bc; }
  div.two-columns-text-and-photo.text-right-img-left .col-2:first-child {
    margin-left: 5px;
    margin-right: 0;
    order: 2; }
  div.two-columns-text-and-photo.text-right-img-left .col-2:last-child {
    margin-left: 0;
    margin-right: 5px;
    order: 1; }

@media only screen and (max-width: 1200px) {
  div.two-columns-text-and-photo div.col-2 {
    padding: 50px 100px 50px 60px; } }

@media only screen and (max-width: 900px) {
  div.two-columns-text-and-photo div.col-2 {
    padding: 30px; } }

/* Tablet 900 end */
@media only screen and (max-width: 600px) {
  div.two-columns-text-and-photo div.col-wrap {
    display: block; }
  div.two-columns-text-and-photo div.col-2 {
    min-height: 0;
    padding: 20px; }
    div.two-columns-text-and-photo div.col-2:first-child {
      margin-bottom: 10px; }
    div.two-columns-text-and-photo div.col-2:last-child {
      min-height: 295px; }
  div.two-columns-text-and-photo.text-right-img-left .col-2:first-child {
    margin-left: 0; }
  div.two-columns-text-and-photo.text-right-img-left .col-2:last-child {
    margin-right: 0; } }

div.some-feed {
  text-align: center; }
  div.some-feed .fts-simple-fb-wrapper div.fts-jal-single-fb-post {
    float: left;
    width: calc(25% + 2px); }
    div.some-feed .fts-simple-fb-wrapper div.fts-jal-single-fb-post:first-child {
      padding-right: 10px !important; }
    div.some-feed .fts-simple-fb-wrapper div.fts-jal-single-fb-post:nth-child(2), div.some-feed .fts-simple-fb-wrapper div.fts-jal-single-fb-post:nth-child(3) {
      padding-right: 10px !important; }
    div.some-feed .fts-simple-fb-wrapper div.fts-jal-single-fb-post:nth-child(3), div.some-feed .fts-simple-fb-wrapper div.fts-jal-single-fb-post:nth-child(4) {
      width: calc(25% - 2px); }
  div.some-feed:after {
    content: "";
    display: table;
    clear: both; }
  div.some-feed div.fts-clear + div.fts-fb-more-photos-wrap {
    padding-top: 10px; }
    div.some-feed div.fts-clear + div.fts-fb-more-photos-wrap a {
      margin: 5px !important;
      width: calc(50% - 5px) !important; }
      div.some-feed div.fts-clear + div.fts-fb-more-photos-wrap a:first-child {
        margin-left: 0 !important; }
      div.some-feed div.fts-clear + div.fts-fb-more-photos-wrap a:nth-child(2) {
        margin-right: 0 !important; }
  div.some-feed div.fts-clear + div.fts-fb-more-photos-wrap a {
    display: none !important; }
  div.some-feed div.fts-clear + div.fts-fb-more-photos-wrap a:nth-child(1),
  div.some-feed div.fts-clear + div.fts-fb-more-photos-wrap a:nth-child(2) {
    display: inline-block !important; }
  div.some-feed .fts-jal-fb-user-name {
    display: none; }
  div.some-feed .fts-powered-by-text {
    display: none !important; }
  div.some-feed a {
    color: #000; }
  div.some-feed .fts-mashup-media-top .fts-jal-fb-link-wrap,
  div.some-feed .fts-mashup-media-top .fts-jal-fb-vid-wrap {
    text-align: left; }

@media only screen and (max-width: 1000px) {
  div.some-feed .fts-simple-fb-wrapper div.fts-jal-single-fb-post {
    width: 50%; }
  div.some-feed .fts-simple-fb-wrapper div.fts-jal-single-fb-post:nth-child(2),
  div.some-feed .fts-simple-fb-wrapper div.fts-jal-single-fb-post:nth-child(3) {
    padding-right: 0 !important; } }

@media only screen and (max-width: 600px) {
  div.some-feed .fts-simple-fb-wrapper div.fts-jal-single-fb-post,
  div.some-feed .fts-simple-fb-wrapper div.fts-jal-single-fb-post:nth-child(3),
  div.some-feed .fts-simple-fb-wrapper div.fts-jal-single-fb-post:nth-child(4) {
    float: none;
    width: 100%; }
  div.some-feed .fts-simple-fb-wrapper div.fts-jal-single-fb-post:first-child {
    padding-right: 0 !important; } }

div.col-wrap-overview ul.model-navi {
  font-weight: 600;
  letter-spacing: 1px;
  list-style: none;
  margin-bottom: 60px;
  padding-left: 0;
  text-transform: uppercase; }
  div.col-wrap-overview ul.model-navi li {
    display: inline-block;
    margin-right: 30px; }
    div.col-wrap-overview ul.model-navi li:last-child {
      margin-right: 0; }
    div.col-wrap-overview ul.model-navi li a {
      border-bottom: 1px solid #202123;
      color: #fff;
      text-decoration: none; }
      div.col-wrap-overview ul.model-navi li a:hover {
        border-color: #e32333; }

div.col-wrap-overview ul.specs {
  list-style: none;
  margin: 0 auto;
  max-width: 450px;
  padding-left: 0; }
  div.col-wrap-overview ul.specs li {
    border-bottom: 1px solid #e32333;
    box-sizing: border-box;
    content: "";
    display: table;
    clear: both;
    padding: 5px 0;
    width: 100%; }
    div.col-wrap-overview ul.specs li span {
      display: block;
      float: left;
      font-weight: 600;
      width: 200px; }
      div.col-wrap-overview ul.specs li span.ce {
        font-weight: 300;
        text-transform: uppercase; }
      div.col-wrap-overview ul.specs li span:first-child {
        width: 200px; }
      div.col-wrap-overview ul.specs li span:last-child {
        font-weight: 300;
        width: calc(100% - 200px); }

@media only screen and (max-width: 1400px) {
  div.col-wrap-overview ul.specs li span {
    width: 150px; } }

@media only screen and (max-width: 1100px) {
  div.col-wrap-overview ul.model-navi li {
    margin-right: 15px; }
  div.col-wrap-overview ul.specs li span {
    width: 120px; } }

@media only screen and (max-width: 900px) {
  div.col-wrap-overview ul.model-navi li {
    box-sizing: border-box;
    margin-right: 0;
    vertical-align: top;
    white-space: nowrap;
    width: 31%; }
  div.col-wrap-overview ul.specs {
    max-width: 100%; }
  div.col-wrap-overview ul.specs li span {
    width: 200px; } }

@media only screen and (max-width: 700px) {
  div.col-wrap-overview ul.model-navi {
    margin-bottom: 40px; }
    div.col-wrap-overview ul.model-navi li {
      line-height: 1;
      margin-bottom: 10px;
      white-space: normal;
      width: 45%; }
      div.col-wrap-overview ul.model-navi li:nth-child(odd) {
        width: 60%; }
      div.col-wrap-overview ul.model-navi li:nth-child(even) {
        width: 38%; } }

@media only screen and (max-width: 460px) {
  div.col-wrap-overview ul.specs li span {
    width: 150px; } }

@media only screen and (max-width: 400px) {
  div.col-wrap-overview ul.model-navi {
    margin-bottom: 20px; }
    div.col-wrap-overview ul.model-navi li {
      width: 100%; }
      div.col-wrap-overview ul.model-navi li:nth-child(odd) {
        width: 100%; }
      div.col-wrap-overview ul.model-navi li:nth-child(even) {
        width: 100%; } }

@media only screen and (max-width: 350px) {
  div.col-wrap-overview ul.specs li span {
    width: 120px; } }

div.col-wrap-features {
  /*margin-bottom: 10px;*/
  display: flex; }
  div.col-wrap-features div.feature-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 370px;
    overflow: hidden;
    position: relative; }
    div.col-wrap-features div.feature-img div.bg-img {
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      transition: all 0.7s ease-in-out;
      width: 100%; }
      div.col-wrap-features div.feature-img div.bg-img:hover {
        transform: scale(1.05); }
  div.col-wrap-features div.feature-txt {
    background: #b7b9bc;
    font-size: 20px;
    font-size: 1.25rem;
    padding: 40px 60px; }
    div.col-wrap-features div.feature-txt p {
      line-height: 1.2; }
    div.col-wrap-features div.feature-txt h3 {
      font-size: 16px;
      font-size: 1rem;
      margin-bottom: 0; }
  div.col-wrap-features div.col-2,
  div.col-wrap-features div.col-3 {
    background: #b7b9bc;
    margin-bottom: 10px;
    padding: 0 !important; }
  div.col-wrap-features.col-wrap-features-v2 {
    display: block; }
    div.col-wrap-features.col-wrap-features-v2 div.feature-img {
      height: 395px; }
    div.col-wrap-features.col-wrap-features-v2 div.bg-img {
      align-items: center;
      display: flex; }
    div.col-wrap-features.col-wrap-features-v2 div.feature-txt {
      background: none;
      color: #fff;
      font-size: 18px;
      font-size: 1.125rem;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      min-height: 0; }
      div.col-wrap-features.col-wrap-features-v2 div.feature-txt h3 {
        font-size: 30px;
        font-size: 1.875rem; }

@media only screen and (max-width: 2000px) {
  div.col-wrap-features.col-wrap-features-v2 div.feature-img {
    min-height: 300px; } }

@media only screen and (max-width: 1400px) {
  div.col-wrap-features div.feature-img,
  div.col-wrap-features.col-wrap-features-v2 div.feature-img {
    height: 300px; }
  div.col-wrap-features div.feature-txt {
    padding: 30px; }
  div.col-wrap-features.col-wrap-features-v2 div.feature-txt {
    font-size: 14px;
    font-size: 0.875rem; } }

@media only screen and (max-width: 1100px) {
  div.col-wrap-features div.feature-img {
    height: 200px; }
  div.col-wrap-features.col-wrap-features-v2 div.feature-img {
    height: 350px; }
  div.photos-and-texts-three-col a.photo-text-item div.text > p > img {
    margin-bottom: 5px; } }

@media only screen and (max-width: 900px) {
  div.col-wrap-features div.feature-img,
  div.col-wrap-features.col-wrap-features-v2 div.feature-img {
    height: 300px; }
  div.col-wrap-features div.feature-txt {
    min-height: 0;
    padding: 20px; }
  div.col-wrap-features.col-wrap-features-v2 div.feature-txt h3 {
    font-size: 20px;
    font-size: 1.25rem; }
  div.col-wrap-features div.feature-txt {
    font-size: 18px;
    font-size: 1.125rem; } }

@media only screen and (max-width: 600px) {
  div.col-wrap-features div.feature-txt {
    padding: 20px; }
  div.col-wrap-features {
    display: block; }
  div.col-wrap-features div.feature-img {
    height: 250px; }
  div.col-wrap-features.col-wrap-features-v2 div.feature-img {
    height: auto;
    min-height: 0; }
  div.col-wrap-features.col-wrap-features-v2 div.feature-img div.bg-img {
    display: block;
    position: relative; } }

div.col-wrap-standard-equipment {
  margin-bottom: 10px; }
  div.col-wrap-standard-equipment div.col-2 {
    padding: 40px 60px; }
    div.col-wrap-standard-equipment div.col-2 h3 {
      margin-bottom: 20px; }
  div.col-wrap-standard-equipment div.col-2:first-child {
    padding-bottom: 200px;
    padding-top: 200px; }
  div.col-wrap-standard-equipment div.col-2:last-child div.bg-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.7s ease-in-out;
    width: 100%; }
  div.col-wrap-standard-equipment div.equipment {
    border-bottom: 1px solid #e32333; }
    div.col-wrap-standard-equipment div.equipment:nth-child(2) {
      border-top: 1px solid #e32333; }
    div.col-wrap-standard-equipment div.equipment > a {
      color: #fff;
      display: block;
      font-weight: 600;
      letter-spacing: 1px;
      padding: 25px 0;
      position: relative;
      text-decoration: none;
      text-transform: uppercase; }
      div.col-wrap-standard-equipment div.equipment > a:hover {
        color: #e32333; }
      div.col-wrap-standard-equipment div.equipment > a span {
        background: url(../png/triangle_closed.png) center right no-repeat;
        display: block;
        height: 8px;
        position: absolute;
        right: 0;
        top: calc(50% - 4px);
        transition-duration: 0.3s;
        width: 7px; }
        div.col-wrap-standard-equipment div.equipment > a span.open {
          transform: rotate(90deg); }
  div.col-wrap-standard-equipment div.equipment-more {
    display: none;
    padding-bottom: 25px; }
    div.col-wrap-standard-equipment div.equipment-more div.col-2 {
      padding: 0; }

@media only screen and (max-width: 1600px) {
  div.col-wrap-standard-equipment div.col-2:first-child {
    padding-bottom: 50px;
    padding-top: 50px; } }

@media only screen and (max-width: 1100px) {
  div.col-wrap-standard-equipment div.col-2:first-child {
    padding-bottom: 50px;
    padding-top: 50px; } }

@media only screen and (max-width: 1000px) {
  div.col-wrap-standard-equipment div.col-2 {
    padding: 30px; }
  div.col-wrap-standard-equipment div.col-2:first-child {
    padding-bottom: 30px;
    padding-top: 30px; } }

@media only screen and (max-width: 700px) {
  div#standard-equipment {
    display: block; }
    div#standard-equipment div.col-2 {
      margin-left: 0;
      width: 100%; }
    div#standard-equipment div.col-2:last-child {
      min-height: 300px; } }

@media only screen and (max-width: 600px) {
  div.col-wrap-standard-equipment div.col-2 {
    padding: 20px; }
  div.col-wrap-standard-equipment div.col-2:first-child {
    padding-bottom: 20px;
    padding-top: 20px; }
  div#standard-equipment div.col-2:last-child {
    min-height: 250px; }
  div.col-wrap-standard-equipment div.equipment > a {
    padding: 15px 0; } }

div.col-wrap-gallery {
  position: relative; }
  div.col-wrap-gallery > a {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 370px;
    margin-bottom: 10px;
    overflow: hidden;
    z-index: 1; }
  div.col-wrap-gallery div.gallery-full {
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: none;
    height: calc(100% - 10px);
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.2s ease-in-out;
    width: 100%;
    z-index: 2; }
    div.col-wrap-gallery div.gallery-full a.close-gallery {
      background: url(../png/galleria_sulje.png) center center no-repeat;
      background-size: contain;
      display: block;
      height: 33px;
      position: absolute;
      right: 20px;
      text-decoration: none;
      top: 10px;
      width: 33px;
      z-index: 3; }
  div.col-wrap-gallery div.bg-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.7s ease-in-out;
    width: 100%; }
  div.col-wrap-gallery a:hover div.bg-img {
    transform: scale(1.05); }
  div.col-wrap-gallery a.original-count-7:first-child {
    height: 750px; }
  div.col-wrap-gallery a.original-count-7:nth-child(5) {
    margin-right: 0; }
  div.col-wrap-gallery a.original-count-7:nth-child(6) {
    margin-right: 10px;
    width: calc(50% - 5px); }
  div.col-wrap-gallery a.original-count-7:nth-child(7) {
    margin-right: 0;
    width: calc(50% - 5px); }
  div.col-wrap-gallery a.original-count-8:first-child {
    height: 750px; }
  div.col-wrap-gallery a.original-count-8:nth-child(5) {
    margin-right: 0; }
  div.col-wrap-gallery a.original-count-8:nth-child(6) {
    margin-right: 10px; }
  div.col-wrap-gallery a.original-count-8:nth-child(8) {
    margin-right: 0; }
  div.col-wrap-gallery a.gallery-navi {
    display: none; }
  div.col-wrap-gallery a.gallery-next {
    background: url(../png/galleria_oikea.png) center center no-repeat;
    background-size: contain;
    height: 33px;
    overflow: hidden;
    position: absolute;
    right: 20px;
    text-decoration: none;
    text-indent: -9999px;
    top: calc(50% - 16px);
    width: 33px;
    z-index: 3; }
  div.col-wrap-gallery a.gallery-prev {
    background: url(../png/galleria_vasen.png) center center no-repeat;
    background-size: contain;
    height: 33px;
    left: 20px;
    overflow: hidden;
    position: absolute;
    text-decoration: none;
    text-indent: -9999px;
    top: calc(50% - 16px);
    width: 33px;
    z-index: 3; }
  div.col-wrap-gallery a.gallery-prev:hover,
  div.col-wrap-gallery a.gallery-next:hover,
  div.col-wrap-gallery a.close-gallery:hover {
    opacity: 0.8; }

@media only screen and (max-width: 1500px) {
  div.col-wrap-gallery > a {
    height: 300px; }
  div.col-wrap-gallery a.original-count-8:first-child,
  div.col-wrap-gallery a.original-count-7:first-child {
    height: 610px; } }

@media only screen and (max-width: 1100px) {
  div.col-wrap-gallery > a {
    height: 200px; }
  div.col-wrap-gallery a.original-count-8:first-child,
  div.col-wrap-gallery a.original-count-7:first-child {
    height: 410px; } }

@media only screen and (max-width: 900px) {
  div.col-wrap-gallery > a {
    float: left;
    height: 300px;
    width: 100%;
    /*&:nth-child(odd) {
      margin-right: 10px !important;
    }

    &:nth-child(even) {
      margin-right: 0 !important;
    }*/ }
  div.col-wrap-gallery a.original-count-8:first-child,
  div.col-wrap-gallery a.original-count-7:first-child {
    height: 300px; } }

@media only screen and (max-width: 600px) {
  div.col-wrap-gallery > a,
  div.col-wrap-gallery a.original-count-8:first-child,
  div.col-wrap-gallery a.original-count-7:first-child {
    height: 160px; }
  div.col-wrap-gallery > a {
    float: left;
    width: 100%; } }

div.col-wrap-configurator {
  margin-bottom: 10px; }
  div.col-wrap-configurator > div.col-1 {
    padding: 25px 60px; }
    div.col-wrap-configurator > div.col-1 h3 {
      margin-bottom: 0; }
  div.col-wrap-configurator div.clear-float {
    padding: 40px 60px; }
  div.col-wrap-configurator div.equipment-configurator {
    border-bottom: 1px solid #e32333;
    margin-bottom: 30px; }
    div.col-wrap-configurator div.equipment-configurator > a {
      color: #202123;
      display: block;
      font-weight: 600;
      letter-spacing: 1px;
      padding: 0 0 10px 0;
      position: relative;
      text-decoration: none;
      text-transform: uppercase; }
      div.col-wrap-configurator div.equipment-configurator > a:hover {
        color: #e32333; }
      div.col-wrap-configurator div.equipment-configurator > a > span {
        display: block;
        height: 8px;
        padding: 0 12px 10px 0;
        position: absolute;
        right: 0;
        text-align: right;
        top: 0;
        transition-duration: 0.2s;
        width: 200px; }
        div.col-wrap-configurator div.equipment-configurator > a > span span.triangle {
          background: url(../png/triangle_closed.png) center right no-repeat;
          display: block;
          height: 8px;
          padding: 0;
          position: absolute;
          right: 0;
          top: 4px;
          transition-duration: 0.2s;
          width: 7px; }
          div.col-wrap-configurator div.equipment-configurator > a > span span.triangle.open {
            transform: rotate(90deg); }
    div.col-wrap-configurator div.equipment-configurator ul {
      list-style: none;
      padding-left: 0; }
      div.col-wrap-configurator div.equipment-configurator ul a.fancybox {
        vertical-align: middle; }
    div.col-wrap-configurator div.equipment-configurator label {
      clear: left;
      display: block;
      margin-bottom: 5px; }
      div.col-wrap-configurator div.equipment-configurator label:after {
        content: "";
        display: table;
        clear: both; }
      div.col-wrap-configurator div.equipment-configurator label.package {
        margin: 10px 0 20px 0; }
    div.col-wrap-configurator div.equipment-configurator span.arrow {
      display: block;
      float: left;
      margin-right: 5px;
      width: 5px; }
      div.col-wrap-configurator div.equipment-configurator span.arrow + span.name {
        width: calc(100% - 10px); }
    div.col-wrap-configurator div.equipment-configurator span.name {
      display: block;
      float: left;
      width: calc(100% - 20px); }
    div.col-wrap-configurator div.equipment-configurator input[type=radio],
    div.col-wrap-configurator div.equipment-configurator input[type=checkbox] {
      display: none; }
    div.col-wrap-configurator div.equipment-configurator input[type=radio] + span.custom-radio,
    div.col-wrap-configurator div.equipment-configurator input[type=checkbox] + span.custom-radio {
      background: url(../png/konfikuraattori_valkoinen_nelio.png) center center no-repeat;
      background-size: contain;
      display: block;
      float: left;
      height: 15px;
      margin-right: 5px;
      position: relative;
      width: 15px; }
    div.col-wrap-configurator div.equipment-configurator input[type=radio]:checked + span.custom-radio,
    div.col-wrap-configurator div.equipment-configurator input[type=checkbox]:checked + span.custom-radio {
      background: url(../png/konfikuraattori_valkoinen_nelio_valittu.png) center center no-repeat;
      background-size: contain; }
  div.col-wrap-configurator div.equipment-more {
    display: none;
    font-size: 14px;
    font-size: 0.875rem;
    padding-bottom: 25px; }
    div.col-wrap-configurator div.equipment-more:after {
      content: "";
      display: table;
      clear: both; }
    div.col-wrap-configurator div.equipment-more div.col-2 {
      padding: 0; }
  div.col-wrap-configurator div.configurator-your-choice {
    font-size: 14px;
    font-size: 0.875rem; }
    div.col-wrap-configurator div.configurator-your-choice h4 {
      border-bottom: 1px solid #e32333;
      font-size: 16px;
      font-size: 1rem;
      font-weight: 600;
      letter-spacing: 1px;
      margin-bottom: 10px;
      padding: 0 0 10px 0;
      text-transform: uppercase; }
    div.col-wrap-configurator div.configurator-your-choice ul {
      list-style: none;
      margin-bottom: 40px;
      padding-left: 0; }

form.ask-offer input[type=text],
form.ask-offer input[type=email],
form.ask-offer textarea,
form.ask-offer select {
  border: none;
  box-sizing: border-box;
  margin-bottom: 4px;
  padding: 10px;
  width: 100%; }
  form.ask-offer input[type=text]::-webkit-input-placeholder,
  form.ask-offer input[type=email]::-webkit-input-placeholder,
  form.ask-offer textarea::-webkit-input-placeholder,
  form.ask-offer select::-webkit-input-placeholder {
    color: #000; }
  form.ask-offer input[type=text]:-moz-placeholder,
  form.ask-offer input[type=email]:-moz-placeholder,
  form.ask-offer textarea:-moz-placeholder,
  form.ask-offer select:-moz-placeholder {
    color: #000; }
  form.ask-offer input[type=text]::-moz-placeholder,
  form.ask-offer input[type=email]::-moz-placeholder,
  form.ask-offer textarea::-moz-placeholder,
  form.ask-offer select::-moz-placeholder {
    color: #000; }
  form.ask-offer input[type=text]:-ms-input-placeholder,
  form.ask-offer input[type=email]:-ms-input-placeholder,
  form.ask-offer textarea:-ms-input-placeholder,
  form.ask-offer select:-ms-input-placeholder {
    color: #000; }

form.ask-offer select {
  box-sizing: border-box;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

form.ask-offer button[type=submit],
form.ask-offer input[type=submit] {
  background: #e32333;
  border: none;
  box-sizing: border-box;
  color: #fff;
  letter-spacing: 1px;
  padding: 10px 30px;
  text-transform: uppercase;
  width: 180px; }

form.ask-offer div.form-input {
  margin-bottom: 10px; }

form.ask-offer div.select {
  margin-bottom: 10px; }

form.ask-offer textarea {
  height: 50px;
  margin-top: 5px; }
  form.ask-offer textarea#change_device {
    display: none; }

form.ask-offer input[type=radio],
form.ask-offer input[type=checkbox] {
  display: none; }

form.ask-offer input[type=radio] + span.custom-radio,
form.ask-offer input[type=checkbox] + span.custom-radio {
  background: url(../png/konfikuraattori_valkoinen_nelio.png) center center no-repeat;
  background-size: contain;
  display: inline-block;
  height: 15px;
  margin-right: 5px;
  position: relative;
  top: 3px;
  width: 15px; }

form.ask-offer input[type=radio]:checked + span.custom-radio,
form.ask-offer input[type=checkbox]:checked + span.custom-radio {
  background: url(../png/konfikuraattori_valkoinen_nelio_valittu.png) center center no-repeat;
  background-size: contain; }

form.ask-offer span.text-before-check {
  padding-right: 10px; }

form.ask-offer div.check-horizontal label {
  margin-right: 10px; }

.fancybox-title-float-wrap .child {
  background: #000; }

@media only screen and (max-width: 900px) {
  div#configurator div.col-2 {
    float: none;
    width: 100%; }
  div#configurator div.col-2:first-child {
    margin-right: 0;
    padding-right: 0; }
  div#configurator div.col-2:last-child {
    margin-left: 0;
    padding-left: 0; }
  div.col-wrap-configurator > div.col-1 {
    padding: 25px 30px; }
  div.col-wrap-configurator div.clear-float {
    padding: 30px; } }

@media only screen and (max-width: 600px) {
  div.col-wrap-configurator > div.col-1 {
    padding: 20px; }
  div.col-wrap-configurator div.clear-float {
    padding: 20px; } }

@media only screen and (max-width: 450px) {
  div.col-wrap-configurator div.equipment-configurator > a {
    font-size: 12px;
    font-size: 0.75rem; } }

@media only screen and (max-width: 350px) {
  div.col-wrap-configurator div.equipment-configurator > a {
    font-size: 10px;
    font-size: 0.625rem; } }

div#map_canvas {
  height: 80vh;
  position: relative; }

div#banner-map-resellers {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  height: 100%;
  padding: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 25%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

div.address {
  margin-bottom: 20px; }

div.address input[type=text] {
  border: none;
  box-sizing: border-box;
  font-size: 1rem;
  font-weight: 400;
  height: 27px;
  padding: 10px;
  vertical-align: middle;
  width: 80%; }

div.address input[type=button] {
  background: url(../png/search_symbol.png) center center no-repeat;
  background-size: contain;
  border: none;
  height: 28px;
  text-indent: -9999px;
  width: 27px;
  vertical-align: middle; }

div#dealearslist {
  height: 85%;
  overflow: auto; }

div#dealearslist a {
  color: #fff;
  text-decoration: underline; }

div#dealearslist a:hover {
  text-decoration: none; }

div#dealearslist div.contactInfo {
  margin-bottom: 20px; }

div.retailer-form-wrap {
  padding: 20px;
  margin: 0 auto;
  max-width: 50%;
  text-align: left; }

form.ask-offer-map {
  font-size: 14px;
  font-size: 0.875rem; }
  form.ask-offer-map select#reseller {
    margin-bottom: 10px; }
  form.ask-offer-map input[type=radio],
  form.ask-offer-map input[type=checkbox] {
    display: none; }
  form.ask-offer-map input[type=radio] + label span.custom-radio,
  form.ask-offer-map input[type=checkbox] + label span.custom-radio {
    background: url(../png/konfikuraattori_valkoinen_nelio.png) center center no-repeat;
    background-size: contain;
    display: inline-block;
    height: 15px;
    margin-right: 5px;
    position: relative;
    top: 3px;
    width: 15px; }
  form.ask-offer-map input[type=radio]:checked + label span.custom-radio,
  form.ask-offer-map input[type=checkbox]:checked + label span.custom-radio {
    background: url(../png/konfikuraattori_valkoinen_nelio_valittu.png) center center no-repeat;
    background-size: contain; }

@media only screen and (max-width: 1500px) {
  div#banner-map-resellers {
    width: 30%; } }

@media only screen and (max-width: 900px) {
  div#banner-map-resellers {
    bottom: 0;
    font-size: 1rem;
    height: 300px;
    left: 0;
    padding: 10px;
    right: auto;
    top: auto;
    width: 100%; } }

@media only screen and (max-width: 600px) {
  div#map_canvas {
    height: 120vh; } }

div.col-wrap-newsroom {
  display: flex;
  flex-wrap: wrap; }
  div.col-wrap-newsroom div.news-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 370px;
    overflow: hidden;
    position: relative; }
    div.col-wrap-newsroom div.news-img .bg-img {
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      height: 100%;
      display: block;
      left: 0;
      position: absolute;
      top: 0;
      transition: all 0.7s ease-in-out;
      width: 100%; }
      div.col-wrap-newsroom div.news-img .bg-img:hover {
        transform: scale(1.05); }
  div.col-wrap-newsroom div.news-txt {
    background: #b7b9bc;
    padding: 40px 60px; }
    div.col-wrap-newsroom div.news-txt p {
      line-height: 1.2;
      margin-bottom: 5px; }
    div.col-wrap-newsroom div.news-txt p.date {
      text-transform: uppercase; }
    div.col-wrap-newsroom div.news-txt h3 {
      font-size: 16px;
      font-size: 1rem;
      margin-bottom: 5px;
      text-transform: none; }
      div.col-wrap-newsroom div.news-txt h3 a {
        color: #000;
        text-decoration: none; }
    div.col-wrap-newsroom div.news-txt p + h3 {
      margin-top: 0;
      padding-top: 0; }
    div.col-wrap-newsroom div.news-txt a.more {
      font-weight: 600;
      text-decoration: none;
      text-transform: uppercase; }
  div.col-wrap-newsroom div.col-2,
  div.col-wrap-newsroom div.col-3 {
    background: #b7b9bc;
    margin-bottom: 10px;
    padding: 0 !important; }

body.single div.col-2-photos {
  padding: 0; }

body.single img.news-right-photo {
  display: block;
  height: auto;
  margin-bottom: 10px;
  width: 100%; }
  body.single img.news-right-photo:last-child {
    margin-bottom: 0; }

body.single div.col-wrap-article {
  display: flex; }
  body.single div.col-wrap-article div.col-2:first-child {
    padding-right: 100px; }

body.single p.date {
  margin-bottom: 0;
  text-transform: uppercase; }

div.single-prev-next:after {
  content: "";
  display: table;
  clear: both; }

div.single-prev-next .single-prev {
  display: block;
  float: left;
  width: 50%; }

div.single-prev-next a.single-next {
  display: block;
  float: left;
  text-align: right;
  width: 50%; }

@media only screen and (max-width: 1400px) {
  div.col-wrap-newsroom div.news-img {
    height: 300px; }
  div.col-wrap-newsroom div.news-txt {
    min-height: 350px;
    padding: 30px; }
  body.single div.col-wrap-article div.col-2:first-child {
    padding-right: 20px; } }

@media only screen and (max-width: 1100px) {
  div.col-wrap-newsroom div.news-img {
    height: 200px; }
  div.photos-and-texts-three-col a.photo-text-item div.text > p > img {
    margin-bottom: 5px; } }

@media only screen and (max-width: 900px) {
  div.col-wrap-newsroom div.news-img {
    height: 300px; }
  div.col-wrap-newsroom div.news-txt {
    min-height: 0;
    padding: 20px; }
  div.col-wrap-newsroom div.news-txt {
    font-size: 18px;
    font-size: 1.125rem; } }

@media only screen and (max-width: 600px) {
  div.col-wrap-newsroom div.news-txt {
    padding: 20px; }
  div.col-wrap-newsroom {
    display: block; }
  div.col-wrap-newsroom div.news-img {
    height: 250px; }
  body.single div.col-wrap-article {
    display: block; }
  div.single-prev-next .single-prev {
    margin-bottom: 20px; }
  div.single-prev-next .single-prev,
  div.single-prev-next a.single-next {
    float: none;
    text-align: left;
    width: 100%; } }

div.col-wrap.col-wrap-col-1.search-results {
  padding-top: 145px; }
  div.col-wrap.col-wrap-col-1.search-results div.col-1 {
    min-height: calc(100vh - 450px); }

body.page-id-896 ul.model-navi,
body.page-id-896 ul.specs,
body.page-id-896 div#overview div.col-3:nth-child(2),
body.page-id-896 div#overview div.col-3:nth-child(3) {
  display: none; }

body.page-id-896 div.two-columns-text-and-photo.bg-gray div.col-2 {
  align-items: center;
  display: flex;
  min-height: 695px; }

body.page-id-896 div#configurator div.bg-dark h3 {
  padding-right: 300px; }

p.price {
  color: #e32333;
  font-size: 80px;
  font-size: 5rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
  padding-top: 10px; }
  p.price span {
    font-size: 60px;
    font-size: 3.75rem; }

div.campaign-boat-title {
  border-bottom: 1px solid #e32333;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 20px;
  padding: 0 0 10px 0;
  text-transform: uppercase; }

label.campaign-boat {
  display: block;
  margin-bottom: 5px; }

p.includes {
  margin: 20px 0 50px 0; }

span.campaign-boat-accessories {
  display: none; }
  span.campaign-boat-accessories.model0 {
    display: block; }

div.configurator-campaign input[type=radio],
div.configurator-campaign input[type=checkbox] {
  display: none; }

div.configurator-campaign input[type=radio] + span.custom-radio,
div.configurator-campaign input[type=checkbox] + span.custom-radio {
  background: url(../png/konfikuraattori_valkoinen_nelio.png) center center no-repeat;
  background-size: contain;
  display: block;
  float: left;
  height: 15px;
  margin-right: 5px;
  position: relative;
  width: 15px; }

div.configurator-campaign input[type=radio]:checked + span.custom-radio,
div.configurator-campaign input[type=checkbox]:checked + span.custom-radio {
  background: url(../png/konfikuraattori_valkoinen_nelio_valittu.png) center center no-repeat;
  background-size: contain; }

div.col-wrap img.mercury-logo {
  height: 60px;
  position: absolute;
  right: 60px;
  top: 15px;
  width: auto; }

@media only screen and (max-width: 2000px) {
  body.page-id-896 div.two-columns-text-and-photo.bg-gray div.col-2 {
    min-height: 495px; }
  body.page-id-896 div.col-wrap-overview div.col-3:first-child {
    width: 50%; }
  div.col-wrap img.mercury-logo {
    height: 60px;
    position: absolute;
    right: 60px;
    top: 10px;
    width: auto; } }

@media only screen and (max-width: 1500px) {
  body.page-id-896 div#overview div.col-3 {
    width: 50%; } }

@media only screen and (max-width: 1172px) {
  div.col-wrap img.mercury-logo {
    top: 26px; } }

@media only screen and (max-width: 1100px) {
  body.page-id-896 div#overview div.col-3 {
    padding-bottom: 20px;
    width: 100%; }
  body.page-id-896 div.two-columns-text-and-photo.bg-gray div.col-2 {
    min-height: 395px; }
  label.campaign-boat {
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 10px; }
  p.price {
    font-size: 70px;
    font-size: 4.375rem; }
    p.price span {
      font-size: 50px;
      font-size: 3.125rem; } }

@media only screen and (max-width: 899px) {
  div.col-wrap img.mercury-logo {
    height: 50px;
    right: 30px;
    top: 10px; }
  body.page-id-896 div#configurator div.bg-dark h3 {
    padding-right: 230px; } }

@media only screen and (max-width: 791px) {
  div.col-wrap img.mercury-logo {
    top: 20px; } }

@media only screen and (max-width: 600px) {
  label.campaign-boat {
    font-size: 10px;
    font-size: 0.625rem; }
  body.page-id-896 div#configurator div.col-2 {
    padding-bottom: 40px; }
  p.price {
    font-size: 60px;
    font-size: 3.75rem; }
    p.price span {
      font-size: 40px;
      font-size: 2.5rem; } }

@media only screen and (max-width: 480px) {
  div.col-wrap img.mercury-logo {
    height: 30px;
    right: 20px;
    top: 37px; }
  body.page-id-896 div#configurator div.bg-dark h3 {
    padding-right: 160px; }
  span.kampanjahintaan {
    display: block;
    padding-left: 20px; }
  label.campaign-boat {
    font-size: 16px;
    font-size: 1rem; } }

/* Base */
body {
  background-color: #fff;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300; }

main {
  box-sizing: border-box;
  position: relative; }

a {
  color: #e32333;
  transition-duration: 0.2s; }

a.btn {
  background: #e32333;
  clear: left;
  color: #fff;
  display: inline-block;
  letter-spacing: 1px;
  padding: 10px 30px;
  text-decoration: none;
  text-transform: uppercase;
  transition-duration: 0.5s;
  width: auto; }

a.btn:hover {
  background: #bb1825; }

p,
div.col-wrap ul,
div.col-wrap ol,
blockquote {
  line-height: 1.5;
  margin: 0;
  margin-bottom: 20px;
  padding: 0; }

p.ingressi {
  font-size: 18px;
  font-size: 1.125rem; }

blockquote {
  margin: 40px 0 40px 20px;
  padding: 20px; }

div.col-wrap ul,
div.col-wrap ol {
  padding-left: 20px; }

div.col-wrap p:last-child,
div.col-wrap ul:last-child,
div.col-wrap ol:last-child {
  margin-bottom: 0; }

h1, h2, h3, h4 {
  margin: 0;
  padding: 0; }

h1 {
  font-family: "Poppins", sans-serif;
  font-size: 100px;
  font-size: 6.25rem;
  font-weight: 600;
  line-height: 0.8;
  margin-bottom: 20px; }

div.col-2 h1 {
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 40px;
  text-transform: uppercase; }

h2 {
  font-family: "Poppins", sans-serif;
  font-size: 70px;
  font-size: 4.375rem;
  font-weight: 600;
  line-height: 0.85;
  margin-bottom: 20px; }

body.language-fi h2 {
  line-height: 1; }

article h2 {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 10px; }

h3 {
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
  text-transform: uppercase; }

h4 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px; }

h1 span.red, h2 span.red, h3 span.red, h4 span.red {
  color: #e32333; }

h1:last-child, h2:last-child, h3:last-child, h4:last-child {
  margin-bottom: 0; }

div.col-wrap p + h2,
div.col-wrap p + h3,
div.col-wrap p + h4 {
  padding-top: 30px; }

.center {
  text-align: center; }

span.tavuviiva {
  display: none; }

strong {
  font-weight: 800; }

/* Kartta, Google Maps */
iframe {
  width: 100%; }

/* Accessibility */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal; }

.screen-reader-text:focus {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #000;
  display: block;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 20px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; }

/* Table */
table {
  border-collapse: collapse;
  line-height: 1.45;
  margin-bottom: 30px;
  width: 100%; }

table th {
  text-align: left; }

table td {
  padding: 2px 0;
  vertical-align: top; }

/* Misc */
div.clear {
  clear: both;
  height: 0; }

.smooth-font {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

div.only-mobile {
  display: none; }

@media only screen and (max-width: 2000px) {
  h1 {
    font-size: 70px;
    font-size: 4.375rem; }
  h2 {
    font-size: 50px;
    font-size: 3.125rem; }
  h3 {
    font-size: 30px;
    font-size: 1.875rem; } }

/* 2000 */
@media only screen and (max-width: 900px) {
  h1 {
    font-size: 50px;
    font-size: 3.125rem; }
  h2 {
    font-size: 40px;
    font-size: 2.5rem; }
  h3 {
    font-size: 20px;
    font-size: 1.25rem; } }

@media only screen and (max-width: 600px) {
  /*main {
    padding-top: 105px;
  }*/
  h1 {
    font-size: 40px;
    font-size: 2.5rem; }
  h2 {
    font-size: 30px;
    font-size: 1.875rem; }
  h3 {
    font-size: 20px;
    font-size: 1.25rem; } }

/*# sourceMappingURL=style.css.map */
