@charset "UTF-8";
/*
Theme Name: Bellaboats.fi
Author: Jam Jam Brand Agency Oy / Mikko Hopia Oy
Author URI: https://www.jamjam.fi
Description: Bellaboats.fi sivupohja
Version: 2.0
*/
@import url("https://fonts.googleapis.com/css2?family=Jockey+One&family=Nunito+Sans:wght@300;400;600;700;800&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; }

body {
  background-color: #fff;
  color: #003f64;
  font-family: "Nunito Sans", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400; }

iframe {
  width: 100%; }

.clear {
  clear: both;
  height: 0; }

@media only screen and (max-width: 1600px) {
  body {
    font-size: 20px;
    font-size: 1.25rem; } }

@media only screen and (max-width: 1400px) {
  body {
    font-size: 16px;
    font-size: 1rem; } }

header#top {
  height: 94px;
  position: relative;
  z-index: 2; }

p.site-title {
  margin: 0;
  padding: 0; }

p.site-title a {
  background: url("img/Bella_logo.svg") top left no-repeat;
  background-size: contain;
  box-sizing: border-box;
  height: 50px;
  left: 0;
  overflow: hidden;
  position: absolute;
  text-indent: -9999px;
  transition-duration: 0s;
  top: 23px;
  width: 140px;
  z-index: 3; }

div.search {
  align-items: center;
  background: #fff;
  display: none;
  height: 325px;
  left: 0;
  padding-top: 120px;
  position: absolute;
  text-align: center;
  top: 94px;
  width: 100%;
  z-index: 10; }
  div.search form {
    margin: 0 auto;
    max-width: 550px;
    position: relative;
    width: 100%; }
    div.search form input[type=text] {
      border: none;
      border-bottom: 2px solid #003f64;
      font-size: 24px;
      font-size: 1.5rem;
      font-weight: 400;
      outline: none;
      width: 100%; }
    div.search form input[type=text]::placeholder {
      color: #003f64; }
    div.search form input[type=submit] {
      display: none; }
  div.search a.search-close {
    display: block;
    font-size: 30px;
    font-size: 1.875rem;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: -50px; }
    div.search a.search-close:hover {
      color: #0083ae; }

nav.main-navi form input[type=submit],
nav.main-navi form a.search-close {
  display: none; }

nav.main-navi form input[type=text] {
  border: none;
  border-bottom: 2px solid #003f64;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  max-width: 250px;
  outline: none;
  text-align: center;
  width: 90%; }

@media only screen and (max-width: 1220px) {
  header#top {
    max-width: calc(100% - 40px); } }

button.hamburger {
  display: none; }

nav.main-navi > ul {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 800;
  letter-spacing: 0.5px;
  list-style: none;
  margin: 0;
  padding: 37px 0 0 0;
  position: relative;
  text-align: center;
  z-index: 2;
  /*> li > ul {
    background: #fff;
    box-sizing: border-box;
    display: none;
    @include fontSize(16px);
    font-weight: 400;
    left: 0;
    letter-spacing: 1px;
    list-style: none;
    margin: 0;
    opacity: 0;
    padding: 0 20px 20px 20px;
    position: absolute;
    right: 0;
    text-align: left;
    text-transform: uppercase;
    top: 77px;
    width: 200px;
    z-index: 1;

    > li > a {
      display: block;
      padding-bottom: 5px;
    }

    > li {
      box-sizing: border-box;
      display: inline-block;
      padding: 10px 17px 0 17px;
      text-align: left;
    }
  }*/ }
  nav.main-navi > ul > li {
    display: inline-block;
    margin-left: -5px;
    padding: 0 17px 20px 17px;
    position: relative;
    z-index: 2;
    /*&.menu-item-has-children:nth-child(5) {
      position: relative;
    }*/ }
    nav.main-navi > ul > li.menu-item-has-children {
      position: static; }
      nav.main-navi > ul > li.menu-item-has-children:hover > ul {
        animation: fadein 0.3s linear forwards;
        display: block !important; }
    nav.main-navi > ul > li:hover a:after {
      transform: scaleX(1); }
  nav.main-navi > ul > li > a {
    display: block;
    padding: 0 2px;
    position: relative;
    text-decoration: none; }
    nav.main-navi > ul > li > a:after {
      border-bottom: solid 2px #003f64;
      bottom: -2px;
      content: '';
      display: block;
      left: 0;
      position: absolute;
      transform: scaleX(0);
      transition: transform 250ms ease-in-out;
      width: 100%;
      z-index: 2; }
  nav.main-navi > ul > li.current-menu-item > a,
  nav.main-navi > ul > li.current-menu-parent > a,
  nav.main-navi > ul > li.current-menu-ancestor > a {
    border-bottom: 2px solid #003f64; }
  nav.main-navi > ul > li > ul {
    background: #fff;
    box-sizing: border-box;
    display: none;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    left: 0;
    letter-spacing: 1px;
    list-style: none;
    margin: 0;
    opacity: 0;
    padding: 0 20px 20px 20px;
    padding-left: 50%;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 77px;
    width: 100%;
    z-index: 1; }
    nav.main-navi > ul > li > ul > li {
      border-left: 2px solid #003f64;
      padding-bottom: 3px;
      padding-left: 10px;
      text-align: left;
      text-transform: none;
      width: 400px; }
      nav.main-navi > ul > li > ul > li:last-child {
        padding-bottom: 0; }
    nav.main-navi > ul > li > ul ul {
      box-sizing: border-box;
      display: block;
      list-style: none;
      margin: 0;
      padding: 0;
      width: 200px; }
      nav.main-navi > ul > li > ul ul a {
        display: block;
        padding-bottom: 3px; }
        nav.main-navi > ul > li > ul ul a:hover {
          color: #0083ae; }
  nav.main-navi > ul .current-menu-item > a {
    font-weight: 700; }
  nav.main-navi > ul > li:nth-child(3) > ul {
    padding-left: 0; }
  nav.main-navi > ul > li:nth-child(3) > ul > li > a {
    display: block;
    font-family: "Jockey One", sans-serif;
    font-size: 27px;
    font-size: 1.6875rem;
    padding-bottom: 5px;
    text-transform: uppercase; }
  nav.main-navi > ul > li:nth-child(3) > ul > li {
    border-left: 2px solid #003f64;
    box-sizing: border-box;
    display: inline-block;
    min-height: 174px;
    padding: 10px 17px 0 17px;
    text-align: left;
    vertical-align: top;
    width: auto; }
    nav.main-navi > ul > li:nth-child(3) > ul > li:last-child {
      border-right: 2px solid #003f64; }
  nav.main-navi > ul > li:nth-child(5) > ul {
    padding-left: calc(50% + 77px); }

body.language-fi nav.main-navi > ul > li:nth-child(5) > ul {
  padding-left: calc(50% - 35px); }

@keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

ul.search-lang-navi {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 21px;
  z-index: 3; }
  ul.search-lang-navi li {
    display: inline-block;
    height: 52px;
    margin-left: -5px;
    padding: 0 10px;
    position: relative;
    vertical-align: top; }
    ul.search-lang-navi li.search {
      border-right: 2px solid #003f64;
      overflow: hidden;
      text-indent: -9999px;
      width: 30px; }
      ul.search-lang-navi li.search a {
        background-image: url(img/Search.svg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 43px;
        padding-top: 25px;
        height: 27px; }
    ul.search-lang-navi li.lang {
      background: url(img/Language.svg);
      background-position: top 3px left;
      background-repeat: no-repeat;
      background-size: 46px;
      font-size: 14px;
      font-size: 0.875rem;
      font-weight: 700;
      padding-left: 45px;
      padding-right: 0;
      padding-top: 18px;
      text-transform: uppercase; }
      ul.search-lang-navi li.lang > a {
        background: url(img/Language_arrow.svg);
        background-position: center right -22px;
        background-repeat: no-repeat;
        padding-right: 10px; }
      ul.search-lang-navi li.lang ul.lang-navi {
        background: #fff;
        display: none;
        padding: 10px 0 0 0;
        position: absolute;
        right: 0;
        text-align: center;
        top: 73px;
        width: 150px; }
        ul.search-lang-navi li.lang ul.lang-navi li {
          display: block;
          height: auto;
          margin: 0 0 10px 0;
          padding: 0;
          /*&.lang-item-sv,
          &.lang-item-nb {
            display: none;
          }*/ }
          ul.search-lang-navi li.lang ul.lang-navi li a:hover {
            color: #0083ae; }
    ul.search-lang-navi li a {
      display: block; }

body.single-post nav.main-navi > ul > li:last-child a {
  border-bottom: 2px solid #003f64; }

@media only screen and (max-width: 1490px) {
  nav.main-navi > ul > li {
    padding: 0 10px 20px 10px; } }

@media only screen and (max-width: 1385px) {
  nav.main-navi > ul > li {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 0 5px 20px 5px; } }

@media only screen and (max-width: 1100px) {
  nav.main-navi > ul > li:nth-child(5) > ul,
  body.language-fi nav.main-navi > ul > li:nth-child(5) > ul {
    padding-left: calc(50% + 50px); }
  nav.main-navi > ul {
    letter-spacing: normal; } }

@media only screen and (max-width: 990px) {
  nav.main-navi {
    background: #fff;
    display: none;
    left: -20px;
    min-height: calc(100vh - 94px);
    position: absolute;
    top: 94px;
    width: calc(100% + 40px); }
    nav.main-navi ul {
      padding: 20px 0; }
      nav.main-navi ul > li.current-menu-ancestor ul {
        display: block; }
      nav.main-navi ul li {
        display: block;
        font-size: 18px;
        font-size: 1.125rem;
        margin: 0 0 20px 0;
        padding: 0; }
        nav.main-navi ul li a {
          display: inline-block;
          padding: 0; }
        nav.main-navi ul li > ul {
          display: none; }
        nav.main-navi ul li ul {
          left: auto;
          opacity: 1;
          padding: 0;
          position: relative;
          right: auto;
          top: auto; }
          nav.main-navi ul li ul li {
            border: none !important;
            display: block;
            margin: 10px 0 5px 0;
            min-height: 0;
            padding: 0;
            text-align: center; }
            nav.main-navi ul li ul li a {
              font-size: 24px;
              font-size: 1.5rem;
              padding: 0; }
            nav.main-navi ul li ul li ul {
              padding-top: 0;
              width: auto; }
              nav.main-navi ul li ul li ul li {
                margin-top: 5px; }
                nav.main-navi ul li ul li ul li a {
                  font-size: 16px;
                  font-size: 1rem;
                  padding: 0; }
  nav.main-navi > ul > li:nth-child(5) > ul,
  body.language-fi nav.main-navi > ul > li:nth-child(5) > ul {
    padding-left: 0; }
  nav.main-navi > ul > li > ul > li {
    width: 100%; }
  nav.main-navi > ul > li:nth-child(5) ul a {
    font-size: 16px;
    font-size: 1rem; }
  button.hamburger {
    background: none;
    border: 0;
    cursor: pointer;
    display: block;
    height: 18px;
    left: calc(50% - 13px);
    margin: 0;
    outline: none;
    padding: 0;
    position: absolute;
    top: 38px;
    width: 26px;
    z-index: 5; }
  #nav-icon span {
    display: block;
    position: absolute;
    height: 4px;
    width: 25px;
    background: #003f64;
    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: 7px;
    -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: 14px;
    -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: 25px; }
  #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: 14px;
    left: 0;
    width: 25px; } }

@media only screen and (max-width: 600px) {
  ul.search-lang-navi {
    display: none; }
  button.hamburger {
    left: auto;
    right: 20px; } }

footer {
  background-color: #003f64;
  border-top: 10px solid #0083ae;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 300; }
  footer div.col-wrap {
    padding-bottom: 100px; }
  footer div.col-2:first-child {
    width: calc(100% - 100px); }
  footer div.col-2:last-child {
    text-align: right;
    width: 100px; }
  footer a {
    color: #fff; }

body.page-zero img.made-in-finland {
  display: none; }

@media only screen and (max-width: 460px) {
  footer {
    font-size: 14px;
    font-size: 0.875rem; }
    footer div.col-wrap {
      padding-top: 50px; } }

@media only screen and (max-width: 425px) {
  footer {
    font-size: 12px;
    font-size: 0.75rem; } }

@media only screen and (max-width: 390px) {
  footer {
    font-size: 16px;
    font-size: 1rem; }
    footer div.col-2 {
      float: none;
      padding: 0 0 40px 0 !important;
      text-align: center !important;
      width: 100% !important; } }

@media only screen and (max-width: 340px) {
  footer {
    font-size: 14px;
    font-size: 0.875rem; } }

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

.wrap {
  clear: both;
  margin: 0 auto;
  max-width: 1700px;
  position: relative;
  z-index: 1; }

.bg-light-blue {
  background: #0083ae;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .bg-light-blue a {
    color: #fff; }

.col-wrap {
  clear: both;
  padding: 50px 0;
  position: relative;
  width: 100%; }
  .col-wrap.vertical-align {
    align-items: center;
    display: flex; }

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

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

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

section.no-top-pad .col-wrap {
  padding-top: 0; }

.col-1 {
  padding: 0; }

.col-2 {
  float: left;
  position: relative;
  width: 50%; }

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

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

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

.flex .col-2:last-child {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0; }

.col-2:first-child {
  padding-right: 20px; }

.col-2:last-child {
  padding-left: 20px; }

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

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

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

.col-3 {
  float: left;
  padding: 0;
  position: relative;
  width: 33.33%; }

.col-3:first-child {
  padding-right: 31px; }

.col-3:nth-child(2) {
  padding: 0 15.5px; }

.col-3:last-child {
  padding-left: 31px; }

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

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

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

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

.col-2-2:first-child,
.col-2-1:first-child {
  padding-right: 31px; }

.col-2-1:last-child,
.col-2-2:last-child {
  padding-left: 15.5px; }

.col-4 {
  float: left;
  padding: 0;
  position: relative;
  width: 25%; }

.flex {
  align-items: center;
  display: flex; }

div.col-wrap-campaign {
  margin: 0 auto;
  max-width: 1200px;
  padding: 20px 0 0 0; }

section.zero {
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 50px; }
  section.zero div.col-wrap {
    background-image: url(https://www.bellaboats.fi/wp-content/uploads/2021/04/03Bella_Zero_from_backround_image_1800x650px.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-left: 50px;
    padding-right: 50px; }
  section.zero.zero-2022 div.col-wrap {
    background-image: url(https://www.bellaboats.fi/wp-content/uploads/2022/01/04_Bella_Zero_contact_1700x688px.jpg);
    background-position: center center;
    background-repeat: no-repeat; }
  section.zero h1 {
    font-size: 40px;
    font-size: 2.5rem; }

@media only screen and (max-width: 1800px) {
  .wrap {
    max-width: calc(100% - 100px); } }

@media only screen and (max-width: 1100px) {
  .wrap {
    max-width: calc(100% - 40px); }
  .col-2:first-child {
    padding-right: 9.995px; }
  .col-2:last-child {
    padding-left: 9.995px; }
  .col-3:first-child {
    padding-right: 13.33px; }
  .col-3:nth-child(2) {
    padding: 0 6.66px; }
  .col-3:last-child {
    padding-left: 13.33px; }
  .col-wrap {
    padding: 20px 0; }
  .wrap-col-2 .col-wrap {
    padding-bottom: 0; }
  section.wrap-col-2:last-child .col-wrap {
    padding-bottom: 20px; }
  section.zero div.col-wrap {
    padding: 50px; } }

@media only screen and (max-width: 750px) {
  .col-wrap.vertical-align {
    align-items: initial;
    display: block; }
  div.col-2,
  div.col-3,
  div.col-2-1,
  div.col-2-2 {
    float: none;
    margin-bottom: 20px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100%; } }

@media only screen and (max-width: 600px) {
  .col-wrap {
    padding: 10px 0; }
  div.col-2:last-child {
    margin-bottom: 10px; }
  section.zero div.col-wrap {
    box-sizing: border-box;
    padding: 20px; } }

.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 {
  max-width: 800px;
  position: relative; }
  div.gform_wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0 !important;
    position: relative; }
    div.gform_wrapper ul li {
      box-sizing: border-box;
      display: block;
      margin-bottom: 10px;
      width: 100%; }
      div.gform_wrapper ul li input, div.gform_wrapper ul li select, div.gform_wrapper ul li textarea {
        border: none;
        box-sizing: border-box;
        font-size: 16px;
        font-size: 1rem;
        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 ul.gfield_checkbox label,
      div.gform_wrapper ul li ul.gfield_radio label {
        font-weight: normal;
        padding-left: 10px;
        position: relative;
        top: 2px; }
      div.gform_wrapper ul li input[type=checkbox],
      div.gform_wrapper ul li input[type=radio] {
        padding: 0;
        width: auto; }
      div.gform_wrapper ul li input[type=file] {
        padding: 7px 10px; }
      div.gform_wrapper ul li textarea {
        height: 117px; }
      div.gform_wrapper ul li.gform_validation_container {
        display: none; }
      div.gform_wrapper ul li.show-label label {
        display: block; }
  div.gform_wrapper label {
    font-weight: 600; }
  div.gform_wrapper input[type=submit] {
    background-color: #0083ae;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    font-size: 1.25rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 800;
    letter-spacing: 0.5px;
    min-width: 250px;
    padding: 13px 50px;
    text-transform: uppercase;
    transition-duration: 0.5s; }
  div.gform_wrapper input[type=submit]:hover {
    background-color: #003f64; }
    div.gform_wrapper input[type=submit]:hover:after {
      left: 2px; }
  div.gform_wrapper div.gform_footer {
    padding-top: 34px; }

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 {
  margin-bottom: 11px; }

div.validation_message {
  background: #fff;
  color: red;
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 2px; }

div.validation_error {
  display: none; }

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

div.gform_confirmation_message {
  padding: 20px; }

div.newsletter_wrapper {
  font-size: 16px;
  font-size: 1rem; }
  div.newsletter_wrapper ul.gform_fields > li > label {
    display: none; }
  div.newsletter_wrapper input[type=email] {
    text-align: center; }
  div.newsletter_wrapper ul li ul.gfield_checkbox label {
    position: relative;
    top: -1px; }
  div.newsletter_wrapper a {
    color: #fff;
    text-decoration: underline; }

.gform_ajax_spinner {
  animation: spinner 1.1s infinite linear;
  background: none;
  border: 2px solid rgba(0, 135, 197, 0.1);
  border-left: 2px solid #fff;
  border-radius: 50%;
  bottom: -45px;
  height: 20px;
  display: block;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 20px; }

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

div.gform_wrapper.zero-contact-form_wrapper {
  margin: 0 auto;
  max-width: 700px; }
  div.gform_wrapper.zero-contact-form_wrapper form {
    font-size: 16px;
    font-size: 1rem;
    padding-top: 20px;
    width: 100%; }
    div.gform_wrapper.zero-contact-form_wrapper form label {
      display: none; }
    div.gform_wrapper.zero-contact-form_wrapper form input[type=text],
    div.gform_wrapper.zero-contact-form_wrapper form input[type=email],
    div.gform_wrapper.zero-contact-form_wrapper form select {
      text-align: center; }
    div.gform_wrapper.zero-contact-form_wrapper form ul.gfield_checkbox li {
      text-align: center; }
    div.gform_wrapper.zero-contact-form_wrapper form ul.gfield_checkbox label {
      display: inline-block;
      position: relative;
      top: -1px; }
    div.gform_wrapper.zero-contact-form_wrapper form div.gform_footer {
      text-align: center; }

@media only screen and (max-width: 1300px) {
  div.gform_wrapper input[type=submit] {
    padding: 10px 40px; } }

@media only screen and (max-width: 1200px) {
  div.gform_wrapper div.gform_footer {
    padding-top: 10px; }
  div.newsletter_wrapper ul li ul.gfield_checkbox label {
    font-size: 12px;
    font-size: 0.75rem; } }

@media only screen and (max-width: 1100px) {
  div.gform_wrapper input[type=submit] {
    font-size: 18px;
    font-size: 1.125rem;
    min-width: 0; } }

table {
  border-collapse: collapse;
  line-height: 1.45;
  margin-bottom: 20px;
  width: 100%; }
  table:last-child {
    margin-bottom: 0; }

table th {
  background: #0083ae;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 10px 14px;
  text-align: left; }

table td {
  padding: 10px 14px;
  vertical-align: top; }
  table td:first-child {
    font-weight: 700; }

table tr:nth-child(odd) {
  background: #cbe6ef; }

table.prices th:last-child,
table.prices td:last-child {
  font-weight: 700;
  text-align: right; }

@media only screen and (max-width: 600px) {
  table {
    font-size: 12px;
    font-size: 0.75rem; }
    table th {
      font-size: 10px;
      font-size: 0.625rem;
      padding: 10px 5px;
      white-space: nowrap; }
    table td {
      padding: 10px 5px; } }

a {
  color: #003f64;
  text-decoration: none;
  transition-duration: 0.5s; }

.btn {
  background-color: #0083ae;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-size: 1.25rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 800;
  letter-spacing: 0.5px;
  padding: 13px 50px;
  text-transform: uppercase;
  transition-duration: 0.5s; }
  .btn:after {
    content: '›';
    left: 0;
    padding-left: 10px;
    position: relative;
    top: -1px;
    transition-duration: 0.5s; }

.btn:hover {
  background-color: #003f64; }
  .btn:hover:after {
    left: 2px; }

body.page-terms-and-conditions a {
  text-decoration: underline; }

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

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

blockquote {
  margin-bottom: 20px;
  padding: 20px; }

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

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

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

h1 {
  font-family: "Jockey One", sans-serif;
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1;
  margin-bottom: 25px;
  text-transform: uppercase; }

h2 {
  font-family: "Jockey One", sans-serif;
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1;
  margin-bottom: 20px; }

h3 {
  font-family: "Jockey One", sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1;
  margin-bottom: 20px; }
  h3.block {
    background: #0083ae;
    color: #fff;
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 10px;
    text-transform: uppercase; }

h4 {
  font-family: "Jockey One", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 1;
  margin-bottom: 20px; }

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

.center {
  text-align: center; }

span.tavuviiva {
  display: none; }

body.search article {
  margin-bottom: 20px; }
  body.search article p.search-result-page a,
  body.search article p.search-result-post a {
    font-weight: bold; }

@media only screen and (max-width: 1300px) {
  .btn {
    padding: 10px 40px; } }

@media only screen and (max-width: 1100px) {
  h1 {
    font-size: 50px;
    font-size: 3.125rem; }
  section.zero h1 {
    font-size: 40px;
    font-size: 2.5rem; }
  h2 {
    font-size: 25px;
    font-size: 1.5625rem; }
  h3 {
    font-size: 20px;
    font-size: 1.25rem; }
  .btn {
    font-size: 18px;
    font-size: 1.125rem; } }

@media only screen and (max-width: 990px) {
  .btn {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 10px 20px; } }

@media only screen and (max-width: 600px) {
  h1 {
    font-size: 40px;
    font-size: 2.5rem;
    margin-bottom: 20px; }
  section.zero h1 {
    font-size: 30px;
    font-size: 1.875rem;
    margin-bottom: 20px; }
  h2 {
    font-size: 20px;
    font-size: 1.25rem; }
  h3 {
    font-size: 18px;
    font-size: 1.125rem; }
  .btn {
    font-size: 16px;
    font-size: 1rem; } }

.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; }

.wrap.wrap-carousel-main {
  max-width: 100%; }

.wrap-carousel {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 36vw;
  min-height: 180px;
  position: relative;
  z-index: 1; }

.carousel-items {
  display: none; }

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

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

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

.item-text {
  padding: 40px 0 0 0; }
  .item-text h2 {
    border-bottom: 2px solid #003f64;
    color: #0083ae;
    display: inline-block;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 800;
    padding: 0 20px 10px 20px; }

body.home .item-text {
  padding-bottom: 60px; }

.item-text > div {
  text-align: center;
  width: 100%; }
  .item-text > div p:last-child {
    margin-bottom: 0; }

div.wrap-carousel.model-range + .item-text {
  padding-bottom: 0; }

.carousel-navi {
  bottom: 40px;
  display: none;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 4; }

.carousel-navi a {
  background: #fff;
  border-radius: 0;
  box-sizing: border-box;
  display: inline-block;
  height: 5px;
  margin-left: 12px;
  margin-right: 12px;
  outline: none;
  overflow: hidden;
  position: relative;
  text-indent: -9999px;
  width: 160px; }
  .carousel-navi a span.progress-bar {
    background: #0083ae;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 0; }

.carousel-navi.clicked span.progress-bar {
  display: none; }

.carousel-navi.clicked a.current {
  background: #0083ae; }

.carousel-navi a:hover,
.carousel-navi a.current {
  background: #fff; }

.next-item-link,
.prev-item-link {
  display: none;
  font-size: 40px;
  font-size: 2.5rem;
  overflow: hidden;
  position: absolute;
  right: 20px;
  text-decoration: none;
  top: 50%;
  z-index: 4; }

.prev-item-link {
  left: 20px;
  right: auto; }

.next-item-link:hover,
.prev-item-link:hover {
  opacity: 0.8; }

div.campaign-text {
  padding: 35px;
  text-align: center; }
  div.campaign-text p:last-child {
    margin-bottom: 0; }
  div.campaign-text h1 {
    margin-bottom: 15px; }
  div.campaign-text h2 {
    font-family: "Nunito Sans", sans-serif;
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 800;
    margin-bottom: 0; }
  div.campaign-text p {
    font-weight: 800; }
    div.campaign-text p.price {
      font-family: "Jockey One", sans-serif;
      font-size: 80px;
      font-size: 5rem;
      font-weight: normal;
      margin-bottom: 0; }

@media only screen and (max-width: 1800px) {
  .wrap-carousel {
    height: 36vw; } }

@media only screen and (max-width: 1100px) {
  .carousel-navi {
    bottom: 20px; }
  div.campaign-text h2 {
    font-size: 20px;
    font-size: 1.25rem; }
  div.campaign-text p.price {
    font-size: 70px;
    font-size: 4.375rem; } }

@media only screen and (max-width: 990px) {
  .carousel-navi a {
    margin-left: 6px;
    margin-right: 6px;
    width: 80px; } }

@media only screen and (max-width: 600px) {
  .carousel-navi {
    bottom: 10px; }
  .carousel-navi a {
    height: 2px;
    margin-left: 3px;
    margin-right: 3px;
    width: 50px; }
  .item-text h2 {
    margin-bottom: 10px; }
  div.campaign-text {
    padding: 20px; }
    div.campaign-text h1 {
      font-size: 26px;
      font-size: 1.625rem; }
    div.campaign-text h2 {
      font-size: 14px;
      font-size: 0.875rem; }
    div.campaign-text p {
      font-size: 10px;
      font-size: 0.625rem; }
    div.campaign-text p.price {
      font-size: 40px;
      font-size: 2.5rem; } }

section.two-banners div.col-2 > a,
section.two-banners div.col-2 > div.no-link-banner {
  display: block;
  height: 600px;
  overflow: hidden;
  position: relative;
  width: 100%; }
  section.two-banners div.col-2 > a:hover div.bg-img,
  section.two-banners div.col-2 > div.no-link-banner:hover div.bg-img {
    transform: scale(1.05); }
  section.two-banners div.col-2 > a:hover span.btn,
  section.two-banners div.col-2 > div.no-link-banner:hover span.btn {
    background-color: #003f64; }
    section.two-banners div.col-2 > a:hover span.btn:after,
    section.two-banners div.col-2 > div.no-link-banner:hover span.btn:after {
      left: 2px; }

section.two-banners div.col-2 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;
  transform-origin: center center;
  width: 100%; }

section.two-banners div.col-2 div.text {
  color: #003f64;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  left: 50px;
  position: absolute;
  text-align: center;
  top: 50px;
  width: calc(100% - 100px);
  z-index: 2; }

section.two-banners div.col-2 h3 {
  border-bottom: 2px solid #fff;
  display: block;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 800;
  padding: 0 20px 10px 20px; }

section.two-banners div.col-2 h2 {
  font-size: 54px;
  font-size: 3.375rem;
  margin-bottom: 25px; }

section.two-banners div.col-2 p {
  font-size: 25px;
  font-size: 1.5625rem; }

main > section.two-banners:nth-child(2) div.col-wrap {
  padding-bottom: 0;
  padding-top: 0;
  /* Home page banners */ }

div.item-text + section.two-banners div.col-wrap {
  padding-top: 0; }

@media only screen and (max-width: 1800px) {
  section.two-banners div.col-2 > a,
  section.two-banners div.col-2 > div.no-link-banner {
    height: 33vw;
    min-height: 400px; } }

@media only screen and (max-width: 1500px) {
  section.two-banners div.col-2 > a,
  section.two-banners div.col-2 > div.no-link-banner {
    min-height: 500px; } }

@media only screen and (max-width: 1400px) {
  section.two-banners div.col-2 p {
    font-size: 16px;
    font-size: 1rem; } }

@media only screen and (max-width: 1300px) {
  section.two-banners div.col-2 h3 {
    font-size: 20px;
    font-size: 1.25rem; } }

@media only screen and (max-width: 1100px) {
  section.two-banners div.col-2 h2 {
    font-size: 50px;
    font-size: 3.125rem; } }

@media only screen and (max-width: 990px) {
  section.two-banners div.col-2 div.text {
    left: 20px;
    width: calc(100% - 40px); } }

@media only screen and (max-width: 600px) {
  section.two-banners div.col-2 h2 {
    font-size: 40px;
    font-size: 2.5rem; }
  section.two-banners div.col-2 p {
    font-size: 16px;
    font-size: 1rem; }
  section.two-banners div.col-2 div.text {
    top: 20px; } }

section.three-banners div.col-3 > a,
section.three-banners div.col-3 > div.no-link-banner {
  display: block;
  height: 600px;
  overflow: hidden;
  position: relative;
  width: 100%; }
  section.three-banners div.col-3 > a:hover div.bg-img,
  section.three-banners div.col-3 > div.no-link-banner:hover div.bg-img {
    transform: scale(1.05); }
  section.three-banners div.col-3 > a:hover span.btn,
  section.three-banners div.col-3 > div.no-link-banner:hover span.btn {
    background-color: #003f64; }
    section.three-banners div.col-3 > a:hover span.btn:after,
    section.three-banners div.col-3 > div.no-link-banner:hover span.btn:after {
      left: 2px; }

section.three-banners div.col-3 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;
  transform-origin: center center;
  width: 100%; }

section.three-banners div.col-3 div.text {
  bottom: 33px;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  left: 60px;
  position: absolute;
  text-align: center;
  width: calc(100% - 120px);
  z-index: 2; }

section.three-banners div.col-3 h3 {
  border-bottom: 2px solid #fff;
  display: block;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 800;
  padding: 0 20px 10px 20px; }

section.three-banners div.col-3 h2 {
  font-size: 36px;
  font-size: 2.25rem;
  margin-bottom: 25px;
  text-transform: uppercase; }

section.three-banners div.col-3 p {
  font-size: 20px;
  font-size: 1.25rem; }

section.three-banners.three-banners-v2 h2 {
  border-bottom: 2px solid #fff;
  padding: 0 0 10px 0;
  text-transform: uppercase; }

section.three-banners.three-banners-v2 div.content {
  min-height: 270px; }

section.three-banners.three-banners-v2 div.col-3 div.text {
  bottom: auto;
  left: auto;
  margin: 0 auto;
  padding-top: 120px;
  position: relative; }

section.three-banners + section.three-banners div.col-wrap {
  padding-top: 0; }

main > section.three-banners:nth-child(2) div.col-wrap {
  padding-top: 0;
  /* Home page banners */ }

div.item-text + section.three-banners div.col-wrap {
  padding-top: 0; }

@media only screen and (max-width: 1800px) {
  section.three-banners div.col-3 > a,
  section.three-banners div.col-3 > div.no-link-banner {
    height: 33vw;
    min-height: 400px; } }

@media only screen and (max-width: 1700px) {
  section.three-banners.three-banners-v2 div.col-3 div.text {
    padding-top: 60px; } }

@media only screen and (max-width: 1500px) {
  section.three-banners.three-banners-v2 div.col-3 div.text {
    width: calc(100% - 40px); }
  section.three-banners.three-banners-v2 div.no-link-banner div.text {
    padding-bottom: 0; }
  section.three-banners.three-banners-v2 div.content {
    height: auto;
    min-height: 270px; }
  section.three-banners div.col-3 > a,
  section.three-banners div.col-3 > div.no-link-banner {
    min-height: 500px; } }

@media only screen and (max-width: 1400px) {
  section.three-banners div.col-3 p {
    font-size: 16px;
    font-size: 1rem; }
  section.three-banners.three-banners-v2 div.content {
    min-height: 170px; } }

@media only screen and (max-width: 1300px) {
  section.three-banners div.col-3 h3 {
    font-size: 20px;
    font-size: 1.25rem; }
  section.three-banners div.col-3 h2 {
    font-size: 26px;
    font-size: 1.625rem; }
  section.three-banners.three-banners-v2 div.col-3 > a,
  section.three-banners.three-banners-v2 div.col-3 > div.no-link-banner {
    min-height: 450px; } }

@media only screen and (max-width: 990px) {
  section.three-banners div.col-3 div.text {
    left: 20px;
    width: calc(100% - 40px); }
  section.three-banners.three-banners-v2 div.col-3 div.text {
    padding-top: 40px; } }

@media only screen and (max-width: 850px) {
  section.three-banners.three-banners-v2 div.col-3 > a,
  section.three-banners.three-banners-v2 div.col-3 > div.no-link-banner {
    min-height: 500px; } }

@media only screen and (max-width: 750px) {
  section.three-banners.three-banners-v2 div.content {
    min-height: 0;
    padding-bottom: 20px; }
  section.three-banners.three-banners-v2 div.col-3 > a,
  section.three-banners.three-banners-v2 div.col-3 > div.no-link-banner {
    height: auto;
    min-height: 0; }
  section.three-banners.three-banners-v2 div.col-3 div.text {
    margin: 0 auto;
    padding: 50px 0;
    position: relative; } }

section.wide-banner {
  clear: both;
  color: #003f64;
  font-size: 25px;
  font-size: 1.5625rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 30px auto;
  position: relative;
  text-align: center; }
  section.wide-banner > a {
    color: #003f64;
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%; }
    section.wide-banner > a:hover div.bg-img {
      transform: scale(1.05); }
    section.wide-banner > a:hover span.btn {
      background-color: #003f64; }
  section.wide-banner 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;
    transform-origin: center center;
    width: 100%; }
  section.wide-banner div.col-wrap {
    align-items: center;
    display: flex;
    min-height: 650px;
    padding: 0; }
  section.wide-banner div.col-1 {
    margin: 0 auto;
    max-width: 45%; }
  section.wide-banner h2 {
    font-size: 60px;
    font-size: 3.75rem; }
  section.wide-banner p {
    line-height: 1.2; }

main > section.wide-banner:nth-child(2) {
  margin-top: 0; }

@media only screen and (max-width: 1800px) {
  section.wide-banner div.col-wrap {
    height: 36vw;
    min-height: 350px; }
    section.wide-banner div.col-wrap div.col-1 {
      max-width: 80%; } }

@media only screen and (max-width: 1100px) {
  section.wide-banner {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 0 auto 20px auto; }
    section.wide-banner div.col-wrap {
      height: auto;
      min-height: 0;
      padding: 50px 0; }
  section.wide-banner h2 {
    font-size: 50px;
    font-size: 3.125rem; } }

@media only screen and (max-width: 700px) {
  section.wide-banner {
    font-size: 18px;
    font-size: 1.125rem; }
    section.wide-banner div.col-wrap div.col-1 {
      max-width: 90%; } }

@media only screen and (max-width: 600px) {
  section.wide-banner h2 {
    font-size: 40px;
    font-size: 2.5rem; }
  section.wide-banner {
    font-size: 16px;
    font-size: 1rem; } }

section.social-media-feed > div.col-wrap:first-child {
  padding-bottom: 0;
  padding-top: 0; }
  section.social-media-feed > div.col-wrap:first-child h2 {
    border-bottom: 2px solid #003f64;
    padding-bottom: 20px; }

section.social-media-feed > div.col-wrap:nth-child(2) {
  padding-top: 30px; }

section.social-media-feed div.fts-jal-single-fb-post {
  float: left;
  width: 33.33%; }

section.social-media-feed div.fts-jal-single-fb-post:first-child {
  padding-right: 31px !important; }

section.social-media-feed div.fts-jal-single-fb-post:nth-child(2) {
  padding: 0 15.5px !important; }

section.social-media-feed div.fts-jal-single-fb-post:nth-child(3) {
  padding-left: 31px !important; }

section.social-media-feed a.fts-powered-by-text {
  display: none !important; }

@media only screen and (max-width: 1100px) {
  section.social-media-feed div.fts-jal-single-fb-post:first-child {
    padding-right: 13.33px !important; }
  section.social-media-feed div.fts-jal-single-fb-post:nth-child(2) {
    padding: 0 6.66px !important; }
  section.social-media-feed div.fts-jal-single-fb-post:nth-child(3) {
    padding-left: 13.33px !important; } }

@media only screen and (max-width: 750px) {
  section.social-media-feed div.fts-jal-single-fb-post {
    float: none;
    margin-bottom: 40px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100%; } }

section.model-range div.col-wrap {
  font-size: 25px;
  font-size: 1.5625rem;
  padding-top: 20px; }

section.model-range div.col-1 {
  margin: 0 auto;
  max-width: 1200px; }

@media only screen and (max-width: 1100px) {
  section.model-range div.col-wrap {
    font-size: 20px;
    font-size: 1.25rem; } }

@media only screen and (max-width: 600px) {
  section.model-range div.col-wrap {
    font-size: 16px;
    font-size: 1rem; } }

section.model-range-three-points div.col-wrap {
  display: flex;
  padding-top: 20px; }

section.model-range-three-points div.point {
  align-items: center;
  background: #0083ae;
  color: #fff;
  display: flex;
  font-family: "Jockey One", sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
  padding: 80px 20px;
  text-align: center;
  text-transform: uppercase; }
  section.model-range-three-points div.point div {
    width: 100%; }

section.wide-banner-blue {
  background: #003f64;
  box-sizing: border-box;
  color: #fff;
  font-family: "Jockey One", sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 20px; }
  section.wide-banner-blue a {
    color: #fff;
    text-decoration: underline; }
  section.wide-banner-blue span.line {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 300;
    padding: 0 10px;
    position: relative;
    top: -2px; }
  section.wide-banner-blue.light-blue {
    background-color: #0083ae; }

@media only screen and (max-width: 1400px) {
  section.model-range-three-points div.point {
    padding: 60px 20px; } }

@media only screen and (max-width: 1200px) {
  section.model-range-three-points div.point {
    padding: 40px 20px; } }

@media only screen and (max-width: 1100px) {
  section.model-range-three-points div.point,
  section.wide-banner-blue {
    font-size: 25px;
    font-size: 1.5625rem; } }

@media only screen and (max-width: 800px) {
  section.model-range-three-points div.point,
  section.wide-banner-blue {
    font-size: 20px;
    font-size: 1.25rem; } }

@media only screen and (max-width: 750px) {
  section.model-range-three-points div.col-wrap {
    display: block; }
    section.model-range-three-points div.col-wrap div.col-3 {
      margin-bottom: 10px; }
    section.model-range-three-points div.col-wrap div.point {
      display: block; }
  section.model-range-three-points div.point {
    padding: 20px; } }

@media only screen and (max-width: 600px) {
  section.model-range-three-points div.point {
    font-size: 20px;
    font-size: 1.25rem; }
  section.wide-banner-blue a {
    display: block; }
  section.wide-banner-blue span.line {
    display: none; } }

section.model-range-technical-information {
  font-size: 16px;
  font-size: 1rem; }
  section.model-range-technical-information div.col-wrap {
    padding-top: 0; }
  section.model-range-technical-information ul.specs {
    list-style: none;
    margin: 0 auto;
    padding-left: 0; }
    section.model-range-technical-information ul.specs li {
      border-bottom: 1px solid #0083ae;
      box-sizing: border-box;
      content: "";
      display: table;
      clear: both;
      padding: 8px 0;
      width: 100%; }
      section.model-range-technical-information ul.specs li span {
        display: block;
        float: left;
        font-weight: 600;
        width: 200px; }
        section.model-range-technical-information ul.specs li span.ce {
          text-transform: uppercase; }
      section.model-range-technical-information ul.specs li span:first-child {
        font-weight: 700; }
      section.model-range-technical-information ul.specs li span:last-child {
        font-weight: 300;
        width: calc(100% - 200px); }

section.wide-banner-blue + section.model-range-technical-information {
  margin-top: 40px; }

section.model-range-test-reports {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 50px; }
  section.model-range-test-reports.hidden {
    display: none; }
  section.model-range-test-reports div.col-wrap {
    padding-bottom: 30px;
    padding-top: 30px; }
    section.model-range-test-reports div.col-wrap:last-child {
      padding-top: 0; }
  section.model-range-test-reports ul {
    list-style: none;
    margin: 0 auto;
    padding-left: 0; }
    section.model-range-test-reports ul li {
      border-bottom: 1px solid #0083ae;
      box-sizing: border-box;
      content: "";
      display: table;
      clear: both;
      padding: 8px 0;
      width: 100%; }
      section.model-range-test-reports ul li span {
        display: block;
        float: left;
        font-weight: 600;
        width: 200px; }
      section.model-range-test-reports ul li span:first-child {
        font-weight: 700; }
      section.model-range-test-reports ul li span:last-child {
        font-weight: 300;
        width: calc(100% - 200px); }
    section.model-range-test-reports ul.icon-left {
      list-style: disc;
      padding-left: 350px; }
      section.model-range-test-reports ul.icon-left li {
        border: none;
        content: normal;
        display: list-item;
        margin-bottom: 10px;
        padding: 0; }
      section.model-range-test-reports ul.icon-left.engine {
        background-image: url(https://www.bellaboats.fi/wp-content/uploads/2021/04/Bella_Zero_Engine.svg);
        background-position: left center;
        background-repeat: no-repeat;
        background-size: 250px; }
      section.model-range-test-reports ul.icon-left.battery {
        background-image: url(https://www.bellaboats.fi/wp-content/uploads/2021/04/Bella_Zero_Battery.svg);
        background-position: left center;
        background-repeat: no-repeat;
        background-size: 250px; }
  section.model-range-test-reports.fifty-fifty .col-2-1,
  section.model-range-test-reports.fifty-fifty .col-2-2 {
    width: 50%; }
  section.model-range-test-reports.one-column .col-2-1 {
    float: none;
    margin: 0 auto; }
  section.model-range-test-reports.one-column .col-2-2 {
    display: none; }

a.accordion-title {
  background: #0083ae;
  color: #fff;
  display: block;
  font-family: "Jockey One", sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 32px 20px;
  position: relative;
  text-align: center;
  text-transform: uppercase; }
  a.accordion-title:hover {
    background: #003f64; }
    a.accordion-title:hover span {
      right: 20px; }
  a.accordion-title.open:hover span {
    right: 25px;
    top: 45px; }
  a.accordion-title img {
    position: absolute;
    right: 25px;
    top: 40px; }
  a.accordion-title span {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 16px solid #fff;
    height: 0;
    position: absolute;
    right: 25px;
    top: 40px;
    transition-duration: 0.5s;
    width: 0; }
  a.accordion-title.open span {
    transform: rotate(90deg); }

div.accordion-content {
  display: none; }

div.accordion-content {
  padding-top: 20px; }

div.accordion-items-small {
  border-bottom: 1px solid #cbe6ef; }
  div.accordion-items-small a.accordion-title-small {
    display: block;
    padding: 15px 0; }
    div.accordion-items-small a.accordion-title-small h3 {
      margin-bottom: 0;
      text-transform: uppercase; }
      div.accordion-items-small a.accordion-title-small h3:before {
        content: '+';
        display: inline-block;
        width: 20px; }
    div.accordion-items-small a.accordion-title-small.open h3:before {
      content: '-'; }
  div.accordion-items-small div.accordion-content-small {
    display: none; }

body.page-zero section.model-range-technical-information div.col-3:first-child {
  padding-top: 60px; }
  body.page-zero section.model-range-technical-information div.col-3:first-child img {
    display: block;
    margin: 0 auto; }

@media only screen and (max-width: 1500px) {
  section.model-range-test-reports ul.icon-left.engine,
  section.model-range-test-reports ul.icon-left.battery {
    padding-left: 300px; } }

@media only screen and (max-width: 1100px) {
  a.accordion-title {
    font-size: 25px;
    font-size: 1.5625rem; }
    a.accordion-title.open span {
      top: 30px; }
    a.accordion-title.open:hover span {
      top: 40px; }
  section.model-range-test-reports ul li span {
    width: 180px; }
  section.model-range-test-reports ul li span:last-child {
    width: calc(100% - 180px); }
  .col-2-2:first-child, .col-2-1:first-child {
    padding-right: 13.33px; }
  .col-2-1:last-child, .col-2-2:last-child {
    padding-left: 6.66px; } }

@media only screen and (max-width: 950px) {
  div.accordion-content div.col-2-1,
  div.accordion-content div.col-2-2 {
    clear: both;
    float: none;
    margin-bottom: 20px;
    padding: 0 !important;
    width: 100%; }
  div.accordion-content div.col-2-2 {
    margin-bottom: 0; }
  section.model-range-test-reports ul li span {
    width: 200px; }
  section.model-range-test-reports ul li span:last-child {
    width: calc(100% - 200px); } }

@media only screen and (max-width: 900px) {
  section.model-range-technical-information ul.specs li span {
    width: 150px; }
  section.model-range-technical-information ul.specs li span:last-child {
    width: calc(100% - 150px); }
  section.model-range-test-reports {
    margin-bottom: 20px; }
  a.accordion-title span {
    top: 36px; }
  section.model-range-test-reports.fifty-fifty .col-2-1,
  section.model-range-test-reports.fifty-fifty .col-2-2 {
    width: 100%; } }

@media only screen and (max-width: 750px) {
  section.model-range-technical-information ul.specs li span {
    width: 200px; }
  section.model-range-technical-information ul.specs li span:last-child {
    width: calc(100% - 200px); }
  section.model-range-technical-information div.col-3:nth-child(2) {
    margin-bottom: 0; } }

@media only screen and (max-width: 600px) {
  a.accordion-title {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 20px 30px; }
  a.accordion-title span {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #fff;
    right: 15px;
    top: 27px; }
  section.model-range-test-reports ul.icon-left.engine,
  section.model-range-test-reports ul.icon-left.battery {
    background-size: 50px;
    font-size: 12px;
    font-size: 0.75rem;
    padding-left: 100px; } }

@media only screen and (max-width: 420px) {
  section.model-range-technical-information ul.specs li span {
    width: 150px; }
  section.model-range-technical-information ul.specs li span:last-child {
    width: calc(100% - 150px); } }

div.col-wrap-gallery {
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
  /*a.original-count-8 {
    &:first-child {
      height: 750px;
    }

    &:nth-child(5) {
      margin-right: 31px;
    }

    &:nth-child(6) {
      margin-right: 0;
    }

    &:nth-child(8) {
      margin-right: 0;
    }
  }*/ }
  div.col-wrap-gallery .col-2:nth-child(odd) {
    margin-right: 31px;
    width: calc(33.33% - 31px); }
  div.col-wrap-gallery .col-2:nth-child(even) {
    margin-left: 15.5px;
    width: calc(66.66% - 15.5px); }
  div.col-wrap-gallery .col-2:nth-child(3),
  div.col-wrap-gallery .col-2:nth-child(7) {
    margin-right: 15.5px;
    width: calc(66.66% - 15.5px); }
  div.col-wrap-gallery .col-2:nth-child(4),
  div.col-wrap-gallery .col-2:nth-child(8) {
    margin-left: 31px;
    width: calc(33.33% - 31px); }
  div.col-wrap-gallery > a {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
    cursor: default;
    display: block;
    height: 600px;
    margin-bottom: 46.5px;
    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(img/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.gallery-navi {
    display: none; }
  div.col-wrap-gallery a.gallery-next {
    background: url(img/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(img/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: 1800px) {
  div.col-wrap-gallery > a {
    height: 34vw; } }

@media only screen and (max-width: 1100px) {
  div.col-wrap-gallery > a {
    margin-bottom: 20px; }
  div.col-wrap-gallery .col-2:nth-child(odd) {
    margin-right: 13.33px;
    width: calc(33.33% - 13.33px); }
  div.col-wrap-gallery .col-2:nth-child(even) {
    margin-left: 6.66px;
    width: calc(66.66% - 6.66px); }
  div.col-wrap-gallery .col-2:nth-child(3),
  div.col-wrap-gallery .col-2:nth-child(7) {
    margin-right: 6.66px;
    width: calc(66.66% - 6.66px); }
  div.col-wrap-gallery .col-2:nth-child(4),
  div.col-wrap-gallery .col-2:nth-child(8) {
    margin-left: 13.33px;
    width: calc(33.33% - 13.33px); } }

@media only screen and (max-width: 990px) {
  div.col-wrap-gallery > a {
    float: left;
    width: 100%; } }

@media only screen and (max-width: 600px) {
  div.col-wrap-gallery > a {
    float: left;
    margin-bottom: 10px;
    width: 100%; }
  div.col-wrap-gallery .col-2:nth-child(odd) {
    margin-right: 5px;
    width: calc(33.33% - 5px); }
  div.col-wrap-gallery .col-2:nth-child(even) {
    margin-left: 5px;
    width: calc(66.66% - 5px); }
  div.col-wrap-gallery .col-2:nth-child(3),
  div.col-wrap-gallery .col-2:nth-child(7) {
    margin-right: 5px;
    width: calc(66.66% - 5px); }
  div.col-wrap-gallery .col-2:nth-child(4),
  div.col-wrap-gallery .col-2:nth-child(8) {
    margin-left: 5px;
    width: calc(33.33% - 5px); } }

section.model-range-configurator div.col-wrap {
  padding-top: 0; }

section.model-range-configurator div.col-1 h2 {
  font-size: 60px;
  font-size: 3.75rem;
  margin-bottom: 0;
  text-transform: uppercase; }

section.model-range-configurator h3 {
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
  padding-bottom: 10px;
  text-transform: uppercase; }

section.model-range-configurator div.bg-light-blue div.col-wrap {
  margin: 0 auto;
  padding-top: 50px;
  max-width: 1700px; }

section.model-range-configurator div.bg-light-blue ul {
  font-size: 14px;
  font-size: 0.875rem;
  padding-left: 20px; }
  section.model-range-configurator div.bg-light-blue ul li {
    margin-bottom: 2px; }
    section.model-range-configurator div.bg-light-blue ul li.engine {
      display: none; }

section.model-range-configurator div.bg-light-blue div.equipment-configurator:nth-child(2),
section.model-range-configurator div.bg-light-blue div.equipment-configurator:nth-child(3) {
  margin-top: 50px; }

section.model-range-configurator div.bg-light-blue div.equipment-configurator > a {
  border-bottom: 1px solid #fff;
  display: block;
  font-family: "Jockey One", sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative;
  text-transform: uppercase; }
  section.model-range-configurator div.bg-light-blue div.equipment-configurator > a span.text {
    float: right;
    font-family: "Nunito Sans", sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: 1px;
    padding-right: 23px;
    position: relative;
    top: 12px; }
  section.model-range-configurator div.bg-light-blue div.equipment-configurator > a span.triangle {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #fff;
    height: 0;
    position: absolute;
    right: 0;
    top: 17px;
    transition-duration: 0.5s;
    width: 0; }
    section.model-range-configurator div.bg-light-blue div.equipment-configurator > a span.triangle.open {
      transform: rotate(90deg); }

section.model-range-configurator div.bg-light-blue span.campaign-boat {
  text-transform: uppercase; }

section.model-range-configurator label {
  clear: left;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 5px; }
  section.model-range-configurator label:after {
    clear: both;
    content: "";
    display: table; }

section.model-range-configurator span.arrow {
  display: block;
  float: left;
  margin-right: 5px;
  width: 5px; }
  section.model-range-configurator span.arrow + span.name {
    width: calc(100% - 10px); }

section.model-range-configurator span.name {
  display: block;
  float: left;
  width: calc(100% - 20px); }

section.model-range-configurator input[type=radio],
section.model-range-configurator input[type=checkbox] {
  display: none; }

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

section.model-range-configurator input[type=radio]:checked + span.custom-radio,
section.model-range-configurator input[type=checkbox]:checked + span.custom-radio {
  background: url(img/Konfikuraattori_valkoinen_nelio_valittu.png) center center no-repeat;
  background-size: contain; }

form.ask-offer {
  font-size: 16px;
  font-size: 1rem; }
  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;
    font-size: 16px;
    font-size: 1rem;
    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: #003f64;
    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; }
    form.ask-offer textarea#change_device {
      display: none;
      margin-top: 5px; }
  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(img/Konfikuraattori_valkoinen_nelio.png) center center no-repeat;
    background-size: contain;
    display: inline-block;
    height: 15px;
    margin-right: 5px;
    position: relative;
    top: 0px;
    width: 15px; }
  form.ask-offer input[type=radio]:checked + span.custom-radio,
  form.ask-offer input[type=checkbox]:checked + span.custom-radio {
    background: url(img/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 {
    display: inline-block;
    margin-right: 10px; }

section.model-range-configurator.retailer .col-1 > h2 {
  margin-bottom: 40px; }

section.model-range-configurator.retailer p.ingressi {
  font-size: 22px;
  font-size: 1.375rem; }

@media only screen and (max-width: 1800px) {
  section.model-range-configurator div.bg-light-blue {
    padding: 0 50px; } }

@media only screen and (max-width: 1500px) {
  section.model-range-configurator div.bg-light-blue div.equipment-configurator > a span.text {
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: normal;
    top: 14px; } }

@media only screen and (max-width: 1400px) {
  section.model-range-configurator div.bg-light-blue div.equipment-configurator > a,
  section.model-range-configurator h3 {
    font-size: 25px;
    font-size: 1.5625rem; }
  section.model-range-configurator div.bg-light-blue div.equipment-configurator > a span.text {
    top: 9px; }
  section.model-range-configurator div.bg-light-blue div.equipment-configurator > a span.triangle {
    top: 13px; } }

@media only screen and (max-width: 1300px) {
  section.model-range-configurator div.bg-light-blue div.equipment-configurator > a span.text {
    display: none; } }

@media only screen and (max-width: 1100px) {
  section.model-range-configurator div.bg-light-blue {
    padding: 0 20px; }
  section.model-range-configurator div.col-1 h2 {
    font-size: 50px;
    font-size: 3.125rem; } }

@media only screen and (max-width: 750px) {
  section.model-range-configurator div.bg-light-blue div.equipment-configurator > a span.text {
    display: block; }
  section.model-range-configurator div.bg-light-blue div.equipment-configurator:nth-child(2),
  section.model-range-configurator div.bg-light-blue div.equipment-configurator:nth-child(3) {
    margin-top: 20px; } }

@media only screen and (max-width: 600px) {
  section.model-range-configurator div.col-1 h2 {
    font-size: 40px;
    font-size: 2.5rem;
    margin-top: 10px; }
  section.model-range-configurator.retailer span.retail-address {
    display: block; }
  section.model-range-configurator.retailer p.ingressi {
    font-size: 18px;
    font-size: 1.125rem; } }

@media only screen and (max-width: 400px) {
  section.model-range-configurator div.bg-light-blue div.equipment-configurator > a span.text {
    font-size: 12px;
    font-size: 0.75rem;
    top: 13px;
    padding-right: 14px; } }

@media only screen and (max-width: 350px) {
  section.model-range-configurator div.bg-light-blue div.equipment-configurator > a span.text {
    display: none; } }

section.wide-blue-heading div.col-wrap {
  padding: 0; }

section.wide-blue-heading h2 {
  background: #003f64;
  color: #fff;
  display: block;
  font-size: 30px;
  font-size: 1.875rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 0;
  padding: 32px 20px;
  text-align: center;
  text-transform: uppercase; }

@media only screen and (max-width: 1100px) {
  section.wide-blue-heading h2 {
    font-size: 25px;
    font-size: 1.5625rem; } }

@media only screen and (max-width: 600px) {
  a.accordion-title {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 20px 30px; }
  section.wide-blue-heading h2 {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 20px 30px; } }

section.retailer-map div.col-wrap {
  padding-bottom: 0;
  padding-top: 0; }

div#dealers-map {
  height: 25vw;
  min-height: 600px;
  position: relative; }

div#banner-map {
  height: 100%; }

div#map_canvas {
  height: 100%;
  position: relative;
  width: calc(66.66% - 15.5px); }

div#banner-map-resellers {
  background: #0083ae;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  height: 100%;
  padding: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: calc(33.33% - 31px);
  -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: calc(100% - 27px); }

div.address input[type=button] {
  background: url(img/Search_icon.svg) 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 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(img/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(img/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: 990px) {
  div#dealers-map {
    height: auto;
    min-height: 0; }
  div#banner-map-resellers {
    bottom: auto;
    font-size: 1rem;
    height: 300px;
    left: auto;
    padding: 10px;
    position: relative;
    right: auto;
    top: auto;
    width: 100%; }
  div#dealearslist {
    height: 300px; }
  div#banner-map {
    height: 400px;
    padding-bottom: 20px; }
  div#map_canvas {
    width: 100%; } }

section.contact-retailer {
  background: #0083ae;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  section.contact-retailer div.col-2-1 {
    padding-left: 50px; }
    section.contact-retailer div.col-2-1 h3 {
      border-bottom: 1px solid #fff;
      padding-bottom: 15px;
      text-transform: uppercase; }
  section.contact-retailer div.col-2-2 {
    padding-right: 50px; }
    section.contact-retailer div.col-2-2 img {
      display: block; }

@media only screen and (max-width: 750px) {
  section.contact-retailer div.col-2-1,
  section.contact-retailer div.col-2-2 {
    padding: 0 20px !important; } }

section.news-list article {
  border-bottom: 2px solid #cde4ed;
  margin-bottom: 20px;
  padding-bottom: 20px; }
  section.news-list article:last-child {
    border-bottom: none; }

section.news-list article:after {
  clear: both;
  content: "";
  display: table; }

section.news-list div.col-left {
  float: left;
  padding-right: 20px;
  width: calc(100% - 300px); }

section.news-list div.col-right {
  float: left;
  padding-top: 3px;
  text-align: right;
  width: 300px; }

section.news-list p.date {
  margin-bottom: 0; }

section.news-list h2 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0; }

section.news-list p + h2 {
  padding-top: 0; }

section.news-list .btn {
  padding-left: 25px;
  padding-right: 25px; }

div.pagination a {
  background-color: #0083ae;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-size: 1.25rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 800;
  letter-spacing: 0.5px;
  padding: 13px 50px;
  text-transform: uppercase;
  transition-duration: 0.5s; }
  div.pagination a:first-child {
    margin-bottom: 10px;
    margin-right: 20px; }

div.pagination a:hover {
  background-color: #003f64; }

@media only screen and (max-width: 1600px) {
  section.news-list h2 {
    font-size: 20px;
    font-size: 1.25rem; } }

@media only screen and (max-width: 1400px) {
  section.news-list h2 {
    font-size: 16px;
    font-size: 1rem; } }

@media only screen and (max-width: 600px) {
  section.news-list div.col-left,
  section.news-list div.col-right {
    float: none;
    text-align: left;
    width: 100%; }
  section.news-list div.col-right {
    padding-top: 20px; }
  div.pagination a {
    display: block;
    font-size: 16px;
    font-size: 1rem;
    padding: 10px 40px;
    text-align: center; }
    div.pagination a:first-child {
      margin-right: 0; } }

body.page-id-10222 div.col-2 strong {
  font-weight: 800; }

body.page-id-10222 p.price {
  color: #0083ae;
  font-family: "Jockey One", sans-serif;
  font-size: 80px;
  font-size: 5rem;
  line-height: 1;
  margin-bottom: 0; }
  body.page-id-10222 p.price span {
    font-size: 60px;
    font-size: 3.75rem; }

body.page-id-10222 p.model-motor {
  margin-bottom: 0; }

body.page-id-10222 p + p.model-motor {
  padding-top: 50px; }

body.page-id-10222 a.ask-offer {
  margin-top: 20px; }

body.page-id-10222 label.campaign-boat {
  display: block;
  margin-bottom: 5px; }

body.page-id-10222 p.includes {
  margin: 20px 0 50px 0; }

body.page-id-10222 span.campaign-boat-accessories {
  display: none; }
  body.page-id-10222 span.campaign-boat-accessories.model0 {
    display: block; }

body.page-id-10222 section.model-range-configurator {
  font-size: 14px;
  font-size: 0.875rem; }

body.page-id-10222 p.campaign-includes,
body.page-id-10222 p.campaign-boat-accessories {
  display: none; }

body.page-id-10222 p.mercury-logo {
  padding-top: 70px; }
  body.page-id-10222 p.mercury-logo img {
    height: auto;
    width: 330px; }

body.page-id-10222 section.wide-blue-heading h2 {
  font-size: 60px;
  font-size: 3.75rem; }

@media only screen and (max-width: 1550px) {
  span.kampanjahintaan {
    display: block; }
  body.page-id-10222 p.mercury-logo {
    padding-top: 0; } }

@media only screen and (max-width: 1400px) {
  body.page-id-10222 section.wide-blue-heading h2 {
    font-size: 50px;
    font-size: 3.125rem; } }

@media only screen and (max-width: 1100px) {
  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; }
  body.page-id-10222 section.wide-blue-heading h2 {
    font-size: 30px;
    font-size: 1.875rem; } }

@media only screen and (max-width: 600px) {
  label.campaign-boat {
    font-size: 10px;
    font-size: 0.625rem; }
  p.price {
    font-size: 60px;
    font-size: 3.75rem; }
    p.price span {
      font-size: 40px;
      font-size: 2.5rem; }
  body.page-id-10222 section.wide-blue-heading h2 {
    font-size: 25px;
    font-size: 1.5625rem; } }

@media only screen and (max-width: 480px) {
  label.campaign-boat {
    font-size: 16px;
    font-size: 1rem; } }

div#cookie-notice {
  background: #0083ae !important;
  font-family: "Nunito Sans", sans-serif; }
  div#cookie-notice span.cn-buttons-container a {
    background: #fff;
    border-radius: 0;
    display: inline-block;
    padding: 0 5px;
    text-transform: uppercase; }
    div#cookie-notice span.cn-buttons-container a:hover {
      background: rgba(255, 255, 255, 0.8); }
    div#cookie-notice span.cn-buttons-container a#cn-refuse-cookie, div#cookie-notice span.cn-buttons-container a#cn-more-info {
      background: none !important;
      color: #fff;
      font-size: 10px;
      font-size: 0.625rem;
      padding: 0 0 0 20px;
      text-decoration: underline;
      text-transform: none; }
  div#cookie-notice .cn-text-container {
    margin-bottom: 0; }

@media only screen and (max-width: 990px) {
  div#cookie-notice .cn-text-container {
    margin-bottom: 5px; } }

section.zero-shop {
  background-color: #0083ae;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center; }
  section.zero-shop h3 {
    margin-bottom: 50px;
    text-transform: uppercase; }
  section.zero-shop p {
    margin-left: auto;
    margin-right: auto;
    max-width: 50%; }
  section.zero-shop p.logo {
    margin-bottom: 10px; }
  section.zero-shop p.online-store {
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: 2px; }
    section.zero-shop p.online-store + h3 {
      margin-bottom: 35px;
      padding-top: 0; }
  section.zero-shop ul.products {
    display: flex;
    justify-content: center;
    margin: 40px 0 40px 0;
    padding: 0;
    text-align: center;
    width: 100%; }
    section.zero-shop ul.products li.product {
      background-color: #fff;
      box-sizing: border-box;
      color: #003f64;
      display: inline-block;
      float: none;
      margin: 0 20px;
      padding: 20px 20px 0 20px;
      position: relative;
      text-align: left;
      vertical-align: top;
      width: 33.33%; }
      section.zero-shop ul.products li.product div.top {
        border-bottom: 1px solid #0083ae;
        clear: both;
        content: "";
        display: table;
        margin-bottom: 10px;
        padding-bottom: 20px;
        width: 100%; }
        section.zero-shop ul.products li.product div.top div.equipment-level {
          float: right;
          font-weight: 700;
          letter-spacing: 1px;
          line-height: 1;
          padding-top: 9px;
          text-align: right;
          text-transform: uppercase;
          width: 50%; }
      section.zero-shop ul.products li.product img.product-image {
        display: block;
        float: left;
        width: 50%; }
      section.zero-shop ul.products li.product h3 {
        font-size: 22px;
        font-size: 1.375rem;
        margin-bottom: 5px; }
        section.zero-shop ul.products li.product h3.hp {
          border-bottom: 1px solid #0083ae;
          margin-bottom: 15px;
          padding-bottom: 10px; }
          section.zero-shop ul.products li.product h3.hp span {
            color: #0083ae;
            font-size: 30px;
            font-size: 1.875rem;
            padding-left: 5px; }
      section.zero-shop ul.products li.product div.middle {
        min-height: 520px; }
      section.zero-shop ul.products li.product ul {
        font-size: 16px;
        font-size: 1rem;
        list-style: disc;
        margin-bottom: 15px; }
        section.zero-shop ul.products li.product ul li {
          line-height: 1.2; }
      section.zero-shop ul.products li.product div.bottom {
        border-top: 1px solid #0083ae;
        clear: both;
        content: "";
        display: table;
        margin-top: 10px;
        padding: 15px 0;
        width: 100%; }
        section.zero-shop ul.products li.product div.bottom div.total-price {
          float: left;
          font-size: 35px;
          font-size: 2.1875rem;
          font-weight: 700;
          line-height: 1;
          padding-top: 2px;
          width: 50%; }
        section.zero-shop ul.products li.product div.bottom div.add-to-cart {
          float: right;
          text-align: right;
          width: 50%; }
          section.zero-shop ul.products li.product div.bottom div.add-to-cart .btn,
          section.zero-shop ul.products li.product div.bottom div.add-to-cart .added_to_cart {
            background: #0083ae;
            color: #fff;
            display: inline-block;
            font-size: 20px;
            font-size: 1.25rem;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-weight: 800;
            letter-spacing: 0.5px;
            padding: 5px 20px;
            text-transform: uppercase;
            transition-duration: 0.5s; }
            section.zero-shop ul.products li.product div.bottom div.add-to-cart .btn:hover,
            section.zero-shop ul.products li.product div.bottom div.add-to-cart .added_to_cart:hover {
              background: #003f64;
              color: #fff; }
          section.zero-shop ul.products li.product div.bottom div.add-to-cart .added_to_cart {
            box-sizing: border-box;
            bottom: 15px;
            display: block;
            padding: 5px 30px;
            position: absolute;
            right: 20px; }
    section.zero-shop ul.products a.btn {
      background-color: #0083ae; }
      section.zero-shop ul.products a.btn:after {
        display: none; }
    section.zero-shop ul.products.one-product li {
      width: 100%; }
      section.zero-shop ul.products.one-product li div.top {
        text-align: center; }
        section.zero-shop ul.products.one-product li div.top img {
          display: block;
          float: none;
          margin: 0 auto;
          width: 300px; }
      section.zero-shop ul.products.one-product li div.middle {
        min-height: 0; }
        section.zero-shop ul.products.one-product li div.middle h3 {
          margin-bottom: 10px;
          text-align: center; }
          section.zero-shop ul.products.one-product li div.middle h3.hp {
            margin-bottom: 15px;
            text-align: center; }
        section.zero-shop ul.products.one-product li div.middle > ul {
          columns: 4; }
      section.zero-shop ul.products.one-product li div.bottom {
        text-align: center; }
        section.zero-shop ul.products.one-product li div.bottom h3 {
          margin-bottom: 10px;
          text-align: center; }
        section.zero-shop ul.products.one-product li div.bottom ul {
          border-bottom: 1px solid #0083ae;
          list-style: none;
          padding: 0 0 15px 0;
          text-align: left; }
          section.zero-shop ul.products.one-product li div.bottom ul li {
            display: inline-block;
            width: 25%; }
        section.zero-shop ul.products.one-product li div.bottom div.total-price {
          float: none;
          padding-bottom: 20px;
          width: 100%; }
        section.zero-shop ul.products.one-product li div.bottom div.add-to-cart {
          float: none;
          text-align: center;
          width: 100%; }
        section.zero-shop ul.products.one-product li div.bottom input.input-text {
          display: none; }
        section.zero-shop ul.products.one-product li div.bottom button.single_add_to_cart_button {
          background: #0083ae;
          border: none;
          color: #fff;
          cursor: pointer;
          display: inline-block;
          font-size: 20px;
          font-size: 1.25rem;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-weight: 800;
          letter-spacing: 0.5px;
          padding: 5px 20px;
          text-transform: uppercase;
          transition-duration: 0.5s; }
          section.zero-shop ul.products.one-product li div.bottom button.single_add_to_cart_button:hover {
            background: #003f64;
            color: #fff; }
        section.zero-shop ul.products.one-product li div.bottom table tr {
          background: none !important; }
          section.zero-shop ul.products.one-product li div.bottom table tr td.label.leftside {
            width: 100%; }
        section.zero-shop ul.products.one-product li div.bottom span.name {
          display: block;
          float: left;
          width: calc(100% - 20px); }
        section.zero-shop ul.products.one-product li div.bottom input[type=radio],
        section.zero-shop ul.products.one-product li div.bottom input[type=checkbox] {
          display: none; }
        section.zero-shop ul.products.one-product li div.bottom input[type=radio] + span.custom-radio,
        section.zero-shop ul.products.one-product li div.bottom input[type=checkbox] + span.custom-radio {
          background: url(https://www.bellaboats.fi/wp-content/uploads/2021/09/button_1_15x15px-1.png) center center no-repeat;
          background-size: contain;
          display: block;
          float: left;
          height: 15px;
          margin-right: 5px;
          position: relative;
          text-decoration: none;
          width: 15px; }
        section.zero-shop ul.products.one-product li div.bottom input[type=radio]:checked + span.custom-radio,
        section.zero-shop ul.products.one-product li div.bottom input[type=checkbox]:checked + span.custom-radio {
          background: url(https://www.bellaboats.fi/wp-content/uploads/2021/09/button_2_15x15px-1.png) center center no-repeat;
          background-size: contain; }
  section.zero-shop p.cart {
    background-image: url(img/SC_icon.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 20px;
    display: inline-block;
    font-weight: 800;
    letter-spacing: 0.5px;
    margin-bottom: 40px;
    padding-left: 30px;
    text-transform: uppercase; }
    section.zero-shop p.cart a {
      color: #fff;
      text-decoration: none; }
  section.zero-shop p.we-reserve {
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 50px; }
  section.zero-shop a.btn {
    background-color: #003f64;
    text-decoration: none; }
    section.zero-shop a.btn:hover {
      background: #fff;
      color: #003f64; }
  section.zero-shop p a {
    color: #fff;
    text-decoration: underline; }

p.woocommerce-result-count,
form.woocommerce-ordering {
  display: none; }

.woocommerce ul.products li.product .price {
  color: #003f64; }

p.breadcrumb {
  margin-bottom: 50px;
  text-align: center; }
  p.breadcrumb a {
    text-decoration: underline; }

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: 120px; }

table.shop_table th,
table.shop_table td {
  background: #fff;
  color: #003f64; }

table.shop_table th {
  font-weight: 800 !important;
  text-transform: uppercase; }

table.shop_table td {
  color: #0083ae; }
  table.shop_table td a {
    color: #0083ae; }
  table.shop_table td span.woocommerce-Price-amount {
    color: #003f64; }

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #0083ae;
  font-family: "Jockey One", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase; }
  .woocommerce #respond input#submit.alt:hover,
  .woocommerce a.button.alt:hover,
  .woocommerce button.button.alt:hover,
  .woocommerce input.button.alt:hover {
    background-color: #003f64; }

div.cart_totals h2 {
  text-transform: uppercase; }

form.checkout h3 {
  text-transform: uppercase; }

form.checkout label {
  color: #0083ae; }

h3#order_review_heading {
  padding-top: 50px; }

button#place_order {
  max-width: 400px;
  width: 100%; }

.woocommerce form .form-row .required {
  color: #0083ae; }

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  border: 1px solid #ccc;
  padding: 5px 10px; }

.select2-container .select2-selection--single {
  height: 36px !important; }

span.select2-selection__rendered {
  line-height: 1 !important;
  padding: 5px 10px !important; }

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #003f64; }

.col-wrap ul.woocommerce-error {
  margin-bottom: 20px;
  padding: 20px 70px; }

p.woocommerce-shipping-destination {
  display: none; }

div.woocommerce-additional-fields h3:nth-child(2) {
  display: none; }

body.woocommerce-cart div.woocommerce-message {
  display: none; }

.woocommerce td.product-name .wc-item-meta dd p,
.woocommerce td.product-name dl.variation dd p {
  line-height: 1.5em; }

@media only screen and (max-width: 1500px) {
  section.zero-shop ul.products li.product {
    margin: 0 10px; } }

@media only screen and (max-width: 990px) {
  section.zero-shop ul.products li.product {
    margin: 0 5px; }
  section.zero-shop ul.products li.product div.bottom div.total-price {
    font-size: 20px;
    font-size: 1.25rem; }
  section.zero-shop ul.products li.product h3.hp span {
    font-size: 26px;
    font-size: 1.625rem; }
  section.zero-shop ul.products li.product img.product-image {
    width: 40%; }
  section.zero-shop ul.products li.product div.top div.equipment-level {
    padding-top: 2px; }
  section.zero-shop ul.products.one-product li div.middle > ul {
    columns: 2; }
  section.zero-shop ul.products.one-product li div.bottom ul li {
    width: 50%; } }

@media only screen and (max-width: 600px) {
  section.zero-shop ul.products {
    display: block;
    margin-bottom: 0; }
  section.zero-shop ul.products li.product {
    margin: 0 0 20px 0;
    width: 100%; }
  section.zero-shop p {
    max-width: 100%; }
  section.zero-shop h3 {
    margin: 0 0 20px 0; }
  section.zero-shop div.col-1 > h3 {
    margin: 20px 0; }
  section.zero-shop ul.products li.product div.bottom {
    text-align: center; }
  section.zero-shop ul.products li.product div.bottom div.total-price {
    font-size: 30px;
    font-size: 1.875rem;
    padding-bottom: 10px;
    width: 100%; }
  section.zero-shop ul.products li.product div.bottom div.add-to-cart {
    text-align: center;
    width: 100%; }
  section.zero-shop p.we-reserve {
    margin-top: 0; }
  section.zero-shop ul.products li.product div.middle {
    min-height: 0; }
  section.zero-shop ul.products.one-product li div.middle > ul {
    columns: 1; }
  section.zero-shop ul.products.one-product li div.bottom ul li {
    width: 100%; }
  section.zero-shop ul.products.one-product li div.middle h3,
  section.zero-shop ul.products.one-product li div.bottom h3 {
    text-align: left; }
  section.zero-shop ul.products {
    margin-top: 30px; } }

section.model-range-model-photos div.col-wrap {
  padding-bottom: 0;
  padding-top: 20px; }
  section.model-range-model-photos div.col-wrap .col-2:first-child {
    padding-right: 10px; }
  section.model-range-model-photos div.col-wrap .col-2:last-child {
    padding-left: 10px; }

section.model-range-model-photos div.model > img {
  display: block;
  height: 100%;
  width: 100%; }

section.model-range-model-photos div.model-bottom {
  background-color: #003f64;
  padding: 20px 20px 16px 20px;
  text-align: center; }
  section.model-range-model-photos div.model-bottom img {
    margin: 0 10px; }

@media only screen and (max-width: 800px) {
  section.model-range-model-photos div.model-bottom img {
    max-height: 30px;
    vertical-align: top; } }

@media only screen and (max-width: 750px) {
  section.model-range-model-photos div.col-wrap {
    display: block; }
    section.model-range-model-photos div.col-wrap div.col-2 {
      margin-bottom: 10px; }
  section.model-range-model-photos div.model-bottom img {
    max-height: 20px; } }

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