@charset "UTF-8";
/*!
Theme Name:  Lapin kuljetus
Theme URI:   http://hoyry.net
Description: Teemapohja Lapinkuljetukselle
Author:      Höyry
Author URI:  http://hoyry.net
Version:     1.0
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased; }

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

/*
    Foundation settings
*/
/*
    Type settings for the theme
*/
/* Asiakaskommenttien tyylimäärittelyt */
#content p {
  color: #222;
  text-transform: none;
  letter-spacing: 0; }

#content p.ingressi {
  font-size: 1.125rem;
  font-family: "acumin-pro-extra-condensed", Georgia, Cambria, "Times New Roman", Times, serif;
  color: #222;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
  text-transform: none;
  letter-spacing: 0; }

#content h1 {
  font-family: "acumin-pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #222;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.4;
  text-transform: none;
  letter-spacing: 0; }

#content h2 {
  font-family: "acumin-pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #222;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.4;
  text-transform: none;
  letter-spacing: 0; }

#content h3 {
  font-family: "acumin-pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #222;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.4;
  text-transform: none;
  letter-spacing: 0; }

#content h4 {
  font-family: "acumin-pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #222;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.4;
  text-transform: none;
  letter-spacing: 0; }

/*
    Button settings for the thene
*/
/* Navigaatio button*/
html button, html .btn, html .button {
  transition: all 0.5s;
  text-transform: none;
  letter-spacing: 0;
  background: #fdc300;
  margin: 1rem 0 0 0;
  padding: 0.7rem 1.4rem 0.7rem 1.4rem;
  color: #fff;
  display: inline-block; }
  html button:hover, html button:focus, html button:active, html .btn:hover, html .btn:focus, html .btn:active, html .button:hover, html .button:focus, html .button:active {
    background: #b18800; }

html .button.alt {
  transition: all 0.5s;
  color: #fdc300;
  background: white;
  border: 1px solid #fdc300; }
  html .button.alt:hover, html .button.alt:focus, html .button.alt:active {
    color: white;
    background: #f0b900;
    border: 1px solid #f0b900; }

html .prefix.button {
  margin-top: 0; }

/********************************
*** Foundation 5.5.1
********************************/
meta.foundation-version {
  font-family: "/5.5.1/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 47.9375rem)/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:48rem)/";
  width: 48rem; }

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:48rem) and (max-width:63.9375rem)/";
  width: 48rem; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64rem)/";
  width: 64rem; }

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64rem) and (max-width:120rem)/";
  width: 64rem; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:120.0625rem)/";
  width: 120.0625rem; }

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:120.0625rem) and (max-width:120.125rem)/";
  width: 120.0625rem; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.1875rem)/";
  width: 120.1875rem; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

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

html, body {
  font-size: 100%; }

body {
  background: #1a2239;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "acumin-pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto; }

a:hover {
  cursor: pointer; }

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

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

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

.clearfix:after {
  clear: both; }

.hide {
  display: none; }

.invisible {
  visibility: hidden; }

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

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 75rem; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse > .column,
  .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row .row {
    width: auto;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column,
.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left; }

[class*="column"] + [class*="column"]:last-child {
  float: right; }

[class*="column"] + [class*="column"].end {
  float: left; }

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .small-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  .small-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .small-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .small-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .small-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .small-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .small-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .small-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .small-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .small-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .small-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .small-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .small-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .small-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .small-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .small-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .small-1 {
    width: 8.3333333333%; }
  .small-2 {
    width: 16.6666666667%; }
  .small-3 {
    width: 25%; }
  .small-4 {
    width: 33.3333333333%; }
  .small-5 {
    width: 41.6666666667%; }
  .small-6 {
    width: 50%; }
  .small-7 {
    width: 58.3333333333%; }
  .small-8 {
    width: 66.6666666667%; }
  .small-9 {
    width: 75%; }
  .small-10 {
    width: 83.3333333333%; }
  .small-11 {
    width: 91.6666666667%; }
  .small-12 {
    width: 100%; }
  .small-offset-0 {
    margin-left: 0% !important; }
  .small-offset-1 {
    margin-left: 8.3333333333% !important; }
  .small-offset-2 {
    margin-left: 16.6666666667% !important; }
  .small-offset-3 {
    margin-left: 25% !important; }
  .small-offset-4 {
    margin-left: 33.3333333333% !important; }
  .small-offset-5 {
    margin-left: 41.6666666667% !important; }
  .small-offset-6 {
    margin-left: 50% !important; }
  .small-offset-7 {
    margin-left: 58.3333333333% !important; }
  .small-offset-8 {
    margin-left: 66.6666666667% !important; }
  .small-offset-9 {
    margin-left: 75% !important; }
  .small-offset-10 {
    margin-left: 83.3333333333% !important; }
  .small-offset-11 {
    margin-left: 91.6666666667% !important; }
  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none; }
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left; }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right; }
  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; } }

@media only screen and (min-width: 48rem) {
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  .medium-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .medium-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .medium-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .medium-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .medium-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .medium-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .medium-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .medium-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .medium-1 {
    width: 8.3333333333%; }
  .medium-2 {
    width: 16.6666666667%; }
  .medium-3 {
    width: 25%; }
  .medium-4 {
    width: 33.3333333333%; }
  .medium-5 {
    width: 41.6666666667%; }
  .medium-6 {
    width: 50%; }
  .medium-7 {
    width: 58.3333333333%; }
  .medium-8 {
    width: 66.6666666667%; }
  .medium-9 {
    width: 75%; }
  .medium-10 {
    width: 83.3333333333%; }
  .medium-11 {
    width: 91.6666666667%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-0 {
    margin-left: 0% !important; }
  .medium-offset-1 {
    margin-left: 8.3333333333% !important; }
  .medium-offset-2 {
    margin-left: 16.6666666667% !important; }
  .medium-offset-3 {
    margin-left: 25% !important; }
  .medium-offset-4 {
    margin-left: 33.3333333333% !important; }
  .medium-offset-5 {
    margin-left: 41.6666666667% !important; }
  .medium-offset-6 {
    margin-left: 50% !important; }
  .medium-offset-7 {
    margin-left: 58.3333333333% !important; }
  .medium-offset-8 {
    margin-left: 66.6666666667% !important; }
  .medium-offset-9 {
    margin-left: 75% !important; }
  .medium-offset-10 {
    margin-left: 83.3333333333% !important; }
  .medium-offset-11 {
    margin-left: 91.6666666667% !important; }
  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none; }
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left; }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right; }
  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; } }

@media only screen and (min-width: 64rem) {
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  .large-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .large-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .large-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .large-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .large-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .large-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .large-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .large-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .large-1 {
    width: 8.3333333333%; }
  .large-2 {
    width: 16.6666666667%; }
  .large-3 {
    width: 25%; }
  .large-4 {
    width: 33.3333333333%; }
  .large-5 {
    width: 41.6666666667%; }
  .large-6 {
    width: 50%; }
  .large-7 {
    width: 58.3333333333%; }
  .large-8 {
    width: 66.6666666667%; }
  .large-9 {
    width: 75%; }
  .large-10 {
    width: 83.3333333333%; }
  .large-11 {
    width: 91.6666666667%; }
  .large-12 {
    width: 100%; }
  .large-offset-0 {
    margin-left: 0% !important; }
  .large-offset-1 {
    margin-left: 8.3333333333% !important; }
  .large-offset-2 {
    margin-left: 16.6666666667% !important; }
  .large-offset-3 {
    margin-left: 25% !important; }
  .large-offset-4 {
    margin-left: 33.3333333333% !important; }
  .large-offset-5 {
    margin-left: 41.6666666667% !important; }
  .large-offset-6 {
    margin-left: 50% !important; }
  .large-offset-7 {
    margin-left: 58.3333333333% !important; }
  .large-offset-8 {
    margin-left: 66.6666666667% !important; }
  .large-offset-9 {
    margin-left: 75% !important; }
  .large-offset-10 {
    margin-left: 83.3333333333% !important; }
  .large-offset-11 {
    margin-left: 91.6666666667% !important; }
  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none; }
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left; }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right; }
  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; } }

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem; }
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table; }
  [class*="block-grid-"]:after {
    clear: both; }
  [class*="block-grid-"] > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 0.625rem 1.25rem; }

@media only screen {
  .small-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .small-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .small-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .small-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .small-block-grid-3 > li {
    width: 33.3333333333%;
    list-style: none; }
    .small-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .small-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .small-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .small-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .small-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .small-block-grid-6 > li {
    width: 16.6666666667%;
    list-style: none; }
    .small-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .small-block-grid-7 > li {
    width: 14.2857142857%;
    list-style: none; }
    .small-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .small-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .small-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .small-block-grid-9 > li {
    width: 11.1111111111%;
    list-style: none; }
    .small-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .small-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .small-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .small-block-grid-11 > li {
    width: 9.0909090909%;
    list-style: none; }
    .small-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .small-block-grid-12 > li {
    width: 8.3333333333%;
    list-style: none; }
    .small-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

@media only screen and (min-width: 48rem) {
  .medium-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .medium-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .medium-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .medium-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .medium-block-grid-3 > li {
    width: 33.3333333333%;
    list-style: none; }
    .medium-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .medium-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .medium-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .medium-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .medium-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .medium-block-grid-6 > li {
    width: 16.6666666667%;
    list-style: none; }
    .medium-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .medium-block-grid-7 > li {
    width: 14.2857142857%;
    list-style: none; }
    .medium-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .medium-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .medium-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .medium-block-grid-9 > li {
    width: 11.1111111111%;
    list-style: none; }
    .medium-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .medium-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .medium-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .medium-block-grid-11 > li {
    width: 9.0909090909%;
    list-style: none; }
    .medium-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .medium-block-grid-12 > li {
    width: 8.3333333333%;
    list-style: none; }
    .medium-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

@media only screen and (min-width: 64rem) {
  .large-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .large-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .large-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .large-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .large-block-grid-3 > li {
    width: 33.3333333333%;
    list-style: none; }
    .large-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .large-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .large-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .large-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .large-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .large-block-grid-6 > li {
    width: 16.6666666667%;
    list-style: none; }
    .large-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .large-block-grid-7 > li {
    width: 14.2857142857%;
    list-style: none; }
    .large-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .large-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .large-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .large-block-grid-9 > li {
    width: 11.1111111111%;
    list-style: none; }
    .large-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .large-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .large-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .large-block-grid-11 > li {
    width: 9.0909090909%;
    list-style: none; }
    .large-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .large-block-grid-12 > li {
    width: 8.3333333333%;
    list-style: none; }
    .large-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

.reveal-modal-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1004;
  display: none;
  left: 0; }

.reveal-modal {
  visibility: hidden;
  display: none;
  position: absolute;
  z-index: 1005;
  width: 100%;
  top: 0;
  border-radius: 3px;
  left: 0;
  background-color: #FFFFFF;
  padding: 1.875rem;
  border: solid 1px #666666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
  @media only screen and (max-width: 47.9375rem) {
    .reveal-modal {
      min-height: 100vh; } }
  .reveal-modal .column, .reveal-modal .columns {
    min-width: 0; }
  .reveal-modal > :first-child {
    margin-top: 0; }
  .reveal-modal > :last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 48rem) {
    .reveal-modal {
      width: 80%;
      max-width: 75rem;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media only screen and (min-width: 48rem) {
    .reveal-modal {
      top: 6.25rem; } }
  .reveal-modal.radius {
    border-radius: 3px; }
  .reveal-modal.round {
    border-radius: 1000px; }
  .reveal-modal.collapse {
    padding: 0; }
  @media only screen and (min-width: 48rem) {
    .reveal-modal.tiny {
      width: 30%;
      max-width: 75rem;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media only screen and (min-width: 48rem) {
    .reveal-modal.small {
      width: 40%;
      max-width: 75rem;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media only screen and (min-width: 48rem) {
    .reveal-modal.medium {
      width: 60%;
      max-width: 75rem;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media only screen and (min-width: 48rem) {
    .reveal-modal.large {
      width: 70%;
      max-width: 75rem;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media only screen and (min-width: 48rem) {
    .reveal-modal.xlarge {
      width: 95%;
      max-width: 75rem;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  .reveal-modal.full {
    top: 0;
    left: 0;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none !important;
    margin-left: 0 !important; }
    @media only screen and (min-width: 48rem) {
      .reveal-modal.full {
        width: 100%;
        max-width: 75rem;
        left: 0;
        right: 0;
        margin: 0 auto; } }
  .reveal-modal.toback {
    z-index: 1003; }
  .reveal-modal .close-reveal-modal {
    font-size: 2.5rem;
    line-height: 1;
    position: absolute;
    top: 0.625rem;
    right: 1.375rem;
    color: #AAAAAA;
    font-weight: 700;
    cursor: pointer; }

/* small displays */
@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* medium displays */
@media only screen and (min-width: 48rem) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* large displays */
@media only screen and (min-width: 64rem) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* xlarge displays */
@media only screen and (min-width: 120.0625rem) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* xxlarge displays */
@media only screen and (min-width: 120.1875rem) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important; }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table !important; }

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important; }

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important; }

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important; }

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important; }

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important; }
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important; }
  /* Specific visibility for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table !important; }
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important; }
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important; }
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important; }
  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important; } }

@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important; }
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important; }
  /* Specific visibility for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table !important; }
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important; }
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important; }
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important; }
  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important; } }

/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important; }

.hide-for-touch {
  display: inherit !important; }

.touch .show-for-touch {
  display: inherit !important; }

.touch .hide-for-touch {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-touch {
  display: table !important; }

.touch table.show-for-touch {
  display: table !important; }

thead.hide-for-touch {
  display: table-header-group !important; }

.touch thead.show-for-touch {
  display: table-header-group !important; }

tbody.hide-for-touch {
  display: table-row-group !important; }

.touch tbody.show-for-touch {
  display: table-row-group !important; }

tr.hide-for-touch {
  display: table-row !important; }

.touch tr.show-for-touch {
  display: table-row !important; }

td.hide-for-touch {
  display: table-cell !important; }

.touch td.show-for-touch {
  display: table-cell !important; }

th.hide-for-touch {
  display: table-cell !important; }

.touch th.show-for-touch {
  display: table-cell !important; }

/*
       * Print styles.
       *
       * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
       * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
      */
.print-only {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: #000000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block; }
  .hide-for-print {
    display: none; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .hide-on-print {
    display: none !important; }
  .print-only {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  .show-for-print {
    display: inherit !important; } }

/* Print visibility */
@media print {
  .show-for-print {
    display: block; }
  .hide-for-print {
    display: none; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; } }

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

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

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

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

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

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

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

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

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

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

/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px; }

.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease; }

.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease; }

.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease; }

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease; }

.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both; }

.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both; }

.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both; }

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both; }

@-webkit-keyframes empty {
  0% {
    opacity: 1; } }

@-moz-keyframes empty {
  0% {
    opacity: 1; } }

@keyframes empty {
  0% {
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

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

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

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

@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }
  100%, 75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%); } }

@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px); }
  100%, 75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%); } }

@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px); }
  100%, 75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%); } }

@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px); }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0); } }

@-moz-keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px); }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0); } }

@keyframes backSlideIn {
  0%, 25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%); }
  75% {
    opacity: .5;
    transform: translateZ(-500px); }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0); } }

@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8); } }

@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8); } }

@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8); } }

@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%); } }

@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%); } }

@keyframes goDown {
  from {
    transform: translateY(-100%); } }

@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5); } }

@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5); } }

@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5); } }

@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5); } }

@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5); } }

@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5); } }

.owl-fadeDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both; }

.owl-fadeDown-in {
  -webkit-animation: fadeDown .6s ease both;
  -moz-animation: fadeDown .6s ease both;
  animation: fadeDown .6s ease both; }

.owl-goRight-out {
  z-index: 10;
  -webkit-animation: goRight .6s ease both;
  -moz-animation: goRight .6s ease both;
  animation: goRight .6s ease both; }

.owl-goRight-in {
  -webkit-animation: goRight .6s ease both;
  -moz-animation: goRight .6s ease both;
  animation: goRight .6s ease both; }

@-webkit-keyframes moveFromTop {
  from {
    -webkit-transform: translateY(-100%); } }

@keyframes moveFromTop {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }

@-webkit-keyframes fadeDown {
  from {
    opacity: .7;
    -webkit-transform: translateY(-100%); } }

@keyframes fadeDown {
  from {
    opacity: .7;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); } }

@-webkit-keyframes goRight {
  from {
    -webkit-transform: translateX(100%);
    transition-duration: 1s, 1s;
    transition-delay: 0s, 1s; } }

@-moz-keyframes goRight {
  from {
    -moz-transform: translateX(100%);
    transition-duration: 1s, 1s;
    transition-delay: 0s, 1s; } }

@keyframes goRight {
  from {
    transform: translateX(100%);
    transition-duration: 1s, 1s;
    transition-delay: 0s, 1s; } }

@-webkit-keyframes goLeft {
  from {
    -webkit-transform: translateX(-100%);
    transition-duration: 1s, 1s;
    transition-delay: 0s, 1s; } }

@-moz-keyframes goLeft {
  from {
    -moz-transform: translateX(-100%);
    transition-duration: 1s, 1s;
    transition-delay: 0s, 1s; } }

@keyframes goLeft {
  from {
    transform: translateX(-100%);
    transition-duration: 1s, 1s;
    transition-delay: 0s, 1s; } }

/********************************
*** Teeman omat
********************************/
@font-face {
  font-family: 'hoyryicon';
  src: url("fonts/Hoyryicon.eot?8v37db");
  src: url("fonts/Hoyryicon.eot?8v37db#iefix") format("embedded-opentype"), url("fonts/Hoyryicon.ttf?8v37db") format("truetype"), url("fonts/Hoyryicon.woff?8v37db") format("woff"), url("fonts/Hoyryicon.svg?8v37db#Hoyryicon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="hoyryicon-"]:before, [class*=" hoyryicon-"]:before,
[class^="hoyryicon-"]:after, [class*=" hoyryicon-"]:after {
  font-family: hoyryicon;
  font-size: 20px;
  font-style: normal; }

/* Deprecated */
.owl-carousel .owl-buttons .owl-prev:before, .owl-carousel .owl-buttons .owl-next:before, #content .etusivu-slider .custom-buttons .owl-next:before, #content .etusivu-slider .custom-buttons .owl-prev:before, #content .reittikartta table .ajopaivat .foot:before {
  font-family: "hoyryicon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* Malli: @include icon($facebook)*/
.hoyryicon-bed:before {
  content: "\e907"; }

.hoyryicon-map2:before {
  content: "\e906"; }

.hoyryicon-forkknife:before {
  content: "\e902"; }

.hoyryicon-eye:before {
  content: "\e903"; }

.hoyryicon-info-round:before {
  content: "\e904"; }

.hoyryicon-label:before {
  content: "\e905"; }

.hoyryicon-log-out:before {
  content: "\e900"; }

.hoyryicon-log-in:before {
  content: "\e901"; }

.hoyryicon-chevron-right-round:before {
  content: "\e66d"; }

.hoyryicon-chevron-left-round:before {
  content: "\e66e"; }

.hoyryicon-camera:before {
  content: "\e669"; }

.hoyryicon-minus-rounded:before {
  content: "\e667"; }

.hoyryicon-plus-rounded:before {
  content: "\e668"; }

.hoyryicon-minus:before {
  content: "\e665"; }

.hoyryicon-plus:before {
  content: "\e666"; }

.hoyryicon-download:before {
  content: "\e664"; }

.hoyryicon-video-camera:before {
  content: "\e662"; }

.hoyryicon-clock:before {
  content: "\e663"; }

.hoyryicon-phone-basic:before {
  content: "\e661"; }

.hoyryicon-close-cross:before {
  content: "\e65b"; }

.hoyryicon-chevron-left-sharp:before {
  content: "\e65c"; }

.hoyryicon-chevron-right-sharp:before {
  content: "\e65d"; }

.hoyryicon-zoom:before {
  content: "\e65e"; }

.hoyryicon-edit:before {
  content: "\e65a"; }

.hoyryicon-pause-round-alt:before {
  content: "\e655"; }

.hoyryicon-play-round-alt:before {
  content: "\e656"; }

.hoyryicon-play:before {
  content: "\e657"; }

.hoyryicon-printer:before {
  content: "\e658"; }

.hoyryicon-sync:before {
  content: "\e659"; }

.hoyryicon-youtube-play:before {
  content: "\e648"; }

.hoyryicon-chevron-left-thin-circular:before {
  content: "\e600"; }

.hoyryicon-chevron-right-thin-circular:before {
  content: "\e605"; }

.hoyryicon-chevron-left-bold-circular:before {
  content: "\e601"; }

.hoyryicon-chevron-right-bold-circular:before {
  content: "\e606"; }

.hoyryicon-chevron-left-circular:before {
  content: "\e603"; }

.hoyryicon-chevron-right-circular:before {
  content: "\e602"; }

.hoyryicon-chevron-left-big-circular:before {
  content: "\e604"; }

.hoyryicon-chevron-right-big-circular:before {
  content: "\e607"; }

.hoyryicon-thumb-alt:before {
  content: "\e608"; }

.hoyryicon-tools:before {
  content: "\e609"; }

.hoyryicon-triangle-down:before {
  content: "\e60a"; }

.hoyryicon-arrow-down:before {
  content: "\e60e"; }

.hoyryicon-arrow-up:before {
  content: "\e60f"; }

.hoyryicon-bank:before {
  content: "\e610"; }

.hoyryicon-calendar:before {
  content: "\e611"; }

.hoyryicon-chevron-left-bold:before {
  content: "\e616"; }

.hoyryicon-arrow-right:before {
  content: "\e66b"; }

.hoyryicon-check-round:before {
  content: "\e612"; }

.hoyryicon-chevron-up-round:before {
  content: "\e620"; }

.hoyryicon-chevron-up-round-alt:before {
  content: "\e61f"; }

.hoyryicon-check:before {
  content: "\e613"; }

.hoyryicon-chevron-left-small-bold:before {
  content: "\e618"; }

.hoyryicon-chevron-right-small-bold:before {
  content: "\e61b"; }

.hoyryicon-chevron-left:before {
  content: "\e619"; }

.hoyryicon-chevron-right:before {
  content: "\e61d"; }

.hoyryicon-chevron-right-bold:before {
  content: "\e61a"; }

.hoyryicon-chevron-right-small:before {
  content: "\e61c"; }

.hoyryicon-chevron-up-small:before {
  content: "\e621"; }

.hoyryicon-chevron-up-bold:before {
  content: "\e61e"; }

.hoyryicon-chevron-down-bold:before {
  content: "\e614"; }

.hoyryicon-backup:before {
  content: "\e623"; }

.hoyryicon-close-round:before {
  content: "\e624"; }

.hoyryicon-comment:before {
  content: "\e625"; }

.hoyryicon-comments:before {
  content: "\e626"; }

.hoyryicon-compass:before {
  content: "\e627"; }

.hoyryicon-directions:before {
  content: "\e628"; }

.hoyryicon-eject:before {
  content: "\e629"; }

.hoyryicon-envelope-alt:before {
  content: "\e62a"; }

.hoyryicon-envelope:before {
  content: "\e62b"; }

.hoyryicon-fast-forward:before {
  content: "\e62c"; }

.hoyryicon-flag:before {
  content: "\e62d"; }

.hoyryicon-forward:before {
  content: "\e62e"; }

.hoyryicon-fullscreen:before {
  content: "\e62f"; }

.hoyryicon-home:before {
  content: "\e632"; }

.hoyryicon-info:before {
  content: "\e633"; }

.hoyryicon-link-out:before {
  content: "\e634"; }

.hoyryicon-link:before {
  content: "\e635"; }

.hoyryicon-logistics:before {
  content: "\e636"; }

.hoyryicon-map:before {
  content: "\e637"; }

.hoyryicon-menu-ios:before {
  content: "\e638"; }

.hoyryicon-menu-rectangle:before {
  content: "\e639"; }

.hoyryicon-menu:before {
  content: "\e63a"; }

.hoyryicon-minus-round-alt:before {
  content: "\e63b"; }

.hoyryicon-minus-round:before {
  content: "\e63c"; }

.hoyryicon-pause:before {
  content: "\e63d"; }

.hoyryicon-pdf:before {
  content: "\e63e"; }

.hoyryicon-phone:before {
  content: "\e63f"; }

.hoyryicon-plus-round-alt:before {
  content: "\e640"; }

.hoyryicon-plus-round:before {
  content: "\e641"; }

.hoyryicon-rss:before {
  content: "\e643"; }

.hoyryicon-search:before {
  content: "\e644"; }

.hoyryicon-share:before {
  content: "\e645"; }

.hoyryicon-shield:before {
  content: "\e646"; }

.hoyryicon-shopping-basket:before {
  content: "\e647"; }

.hoyryicon-shopping-cart:before {
  content: "\e670"; }

.hoyryicon-facebook-round:before {
  content: "\e64b"; }

.hoyryicon-facebook:before {
  content: "\e64c"; }

.hoyryicon-twitter:before {
  content: "\e650"; }

.hoyryicon-twitter-round:before {
  content: "\e64f"; }

.hoyryicon-linkedin-square:before {
  content: "\e64e"; }

.hoyryicon-linkedin-round:before {
  content: "\e64d"; }

.hoyryicon-pinterest:before {
  content: "\e654"; }

.hoyryicon-pinterest-round:before {
  content: "\e653"; }

.hoyryicon-googleplus-round:before {
  content: "\e651"; }

.hoyryicon-googleplus:before {
  content: "\e652"; }

.hoyryicon-instagram:before {
  content: "\e908"; }

.hoyryicon-instagram-alt:before {
  content: "\e66a"; }

.hoyryicon-tripadvisor-round:before {
  content: "\e60b"; }

.hoyryicon-tripadvisor:before {
  content: "\e60c"; }

.hoyryicon-youtube:before {
  content: "\e649"; }

.hoyryicon-youtube-round:before {
  content: "\e64a"; }

.hoyryicon-wordpress:before {
  content: "\e60d"; }

/*************************************************************/
/*************************************************************/
html {
  overflow-x: hidden; }

body {
  background: #1a2239; }

#page {
  max-width: 1920px;
  margin: auto;
  box-shadow: 0 -25px 25px rgba(0, 0, 0, 0.2); }

header, main, footer {
  background: #fff; }

.wf-loading h1, .wf-loading h2, .wf-loading h3, .wf-loading h4, .wf-loading h5, .wf-loading h6, .wf-loading a, .wf-loading p, .wf-loading span, .wf-loading li {
  visibility: hidden; }

.scroll-hidden {
  overflow-y: hidden; }

a {
  text-decoration: none; }

.preloader {
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: #E4E4E4;
  text-align: center;
  background-size: 96px 96px;
  background-repeat: no-repeat;
  background-position: 50% 50%; }

.no-js .preloader {
  display: none; }

@media only screen and (max-width: 600px) {
  #wpadminbar {
    margin-top: -46px; } }

.admin-bar body {
  padding-top: 32px; }

.ie9 img[src*=".svg"] {
  width: 100%; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src*=".svg"] {
    width: 100%; } }

.powered-by {
  max-width: 7.8125rem;
  max-height: 3.75rem; }

#powered_by_logo {
  max-width: 7.8125rem;
  max-height: 3.75rem; }

#searchform table {
  width: 100%; }

#searchform .search-input input {
  width: 100%;
  height: 38px; }

#searchform .search-button {
  width: 110px; }
  #searchform .search-button .button {
    position: relative;
    right: 1px;
    height: 38px;
    margin: 0px;
    padding: 0px 22px;
    display: inline-block;
    border: 0px; }

.error404 main, .search main {
  padding-top: 25px;
  min-height: 60vh; }
  .error404 main #searchform, .search main #searchform {
    max-width: 400px; }

.breadcrumbs {
  padding: 0;
  margin: 0;
  width: 100%; }
  .breadcrumbs li {
    list-style-type: none;
    float: left;
    padding: 0 10px 0 4px;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #a8a7a7; }
    .breadcrumbs li:first-child:after, .breadcrumbs li:last-child:after {
      display: none; }
    .breadcrumbs li:after {
      position: absolute;
      top: 0px;
      right: 0px;
      content: "/"; }
  .breadcrumbs a {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #222; }

.screen-reader-text {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }
  .screen-reader-text:focus {
    position: static;
    width: auto;
    height: auto; }

/*************************************************************/
/*************************************************************/
.items-per-row-2, .no-js .show-2-items {
  margin: 0; }
  @media (min-width: 768px) {
    .items-per-row-2, .no-js .show-2-items {
      display: block;
      padding: 0;
      margin: 0 -0.625rem; }
      .items-per-row-2:before, .items-per-row-2:after, .no-js .show-2-items:before, .no-js .show-2-items:after {
        content: " ";
        display: table; }
      .items-per-row-2:after, .no-js .show-2-items:after {
        clear: both; }
      .items-per-row-2 > li, .no-js .show-2-items > li {
        display: block;
        height: auto;
        float: left;
        padding: 0 0.625rem 1.25rem; }
      .items-per-row-2 > li, .no-js .show-2-items > li {
        width: 50%;
        padding: 0 0.625rem 1.25rem;
        list-style: none; }
        .items-per-row-2 > li:nth-of-type(1n), .no-js .show-2-items > li:nth-of-type(1n) {
          clear: none; }
        .items-per-row-2 > li:nth-of-type(2n+1), .no-js .show-2-items > li:nth-of-type(2n+1) {
          clear: both; }
      .items-per-row-2 li.content-wrapper:nth-of-type(2n + 1), .no-js .show-2-items li.content-wrapper:nth-of-type(2n + 1) {
        padding-left: 0px; }
      .items-per-row-2 li.content-wrapper:nth-of-type(2n + 2), .no-js .show-2-items li.content-wrapper:nth-of-type(2n + 2) {
        padding-right: 0px; } }
  @media (max-width: 767px) {
    .items-per-row-2, .no-js .show-2-items {
      display: block;
      padding: 0;
      margin: 0 -0.625rem; }
      .items-per-row-2:before, .items-per-row-2:after, .no-js .show-2-items:before, .no-js .show-2-items:after {
        content: " ";
        display: table; }
      .items-per-row-2:after, .no-js .show-2-items:after {
        clear: both; }
      .items-per-row-2 > li, .no-js .show-2-items > li {
        display: block;
        height: auto;
        float: left;
        padding: 0 0.625rem 1.25rem; }
      .items-per-row-2 > li, .no-js .show-2-items > li {
        width: 100%;
        padding: 0 0.625rem 1.25rem;
        list-style: none; }
        .items-per-row-2 > li:nth-of-type(1n), .no-js .show-2-items > li:nth-of-type(1n) {
          clear: none; }
        .items-per-row-2 > li:nth-of-type(1n+1), .no-js .show-2-items > li:nth-of-type(1n+1) {
          clear: both; }
      .items-per-row-2 li.content-wrapper, .no-js .show-2-items li.content-wrapper {
        padding-left: 0px;
        padding-right: 0px; } }

.no-js .show-2-items li.content-wrapper:nth-of-type(n + 3) {
  display: none; }

.items-per-row-3, .no-js .show-3-items {
  margin: 0; }
  @media (min-width: 801px) {
    .items-per-row-3, .no-js .show-3-items {
      display: block;
      padding: 0;
      margin: 0 -0.625rem; }
      .items-per-row-3:before, .items-per-row-3:after, .no-js .show-3-items:before, .no-js .show-3-items:after {
        content: " ";
        display: table; }
      .items-per-row-3:after, .no-js .show-3-items:after {
        clear: both; }
      .items-per-row-3 > li, .no-js .show-3-items > li {
        display: block;
        height: auto;
        float: left;
        padding: 0 0.625rem 1.25rem; }
      .items-per-row-3 > li, .no-js .show-3-items > li {
        width: 33.3333333333%;
        padding: 0 0.625rem 1.25rem;
        list-style: none; }
        .items-per-row-3 > li:nth-of-type(1n), .no-js .show-3-items > li:nth-of-type(1n) {
          clear: none; }
        .items-per-row-3 > li:nth-of-type(3n+1), .no-js .show-3-items > li:nth-of-type(3n+1) {
          clear: both; }
      .items-per-row-3 li.content-wrapper:nth-of-type(3n + 1), .no-js .show-3-items li.content-wrapper:nth-of-type(3n + 1) {
        padding-left: 0px; }
      .items-per-row-3 li.content-wrapper:nth-of-type(3n + 3), .no-js .show-3-items li.content-wrapper:nth-of-type(3n + 3) {
        padding-right: 0px; } }
  @media (max-width: 800px) and (min-width: 501px) {
    .items-per-row-3, .no-js .show-3-items {
      display: block;
      padding: 0;
      margin: 0 -0.625rem; }
      .items-per-row-3:before, .items-per-row-3:after, .no-js .show-3-items:before, .no-js .show-3-items:after {
        content: " ";
        display: table; }
      .items-per-row-3:after, .no-js .show-3-items:after {
        clear: both; }
      .items-per-row-3 > li, .no-js .show-3-items > li {
        display: block;
        height: auto;
        float: left;
        padding: 0 0.625rem 1.25rem; }
      .items-per-row-3 > li, .no-js .show-3-items > li {
        width: 50%;
        padding: 0 0.625rem 1.25rem;
        list-style: none; }
        .items-per-row-3 > li:nth-of-type(1n), .no-js .show-3-items > li:nth-of-type(1n) {
          clear: none; }
        .items-per-row-3 > li:nth-of-type(2n+1), .no-js .show-3-items > li:nth-of-type(2n+1) {
          clear: both; }
      .items-per-row-3 li.content-wrapper:nth-of-type(2n + 1), .no-js .show-3-items li.content-wrapper:nth-of-type(2n + 1) {
        padding-left: 0px; }
      .items-per-row-3 li.content-wrapper:nth-of-type(2n + 2), .no-js .show-3-items li.content-wrapper:nth-of-type(2n + 2) {
        padding-right: 0px; } }
  @media (max-width: 500px) {
    .items-per-row-3, .no-js .show-3-items {
      display: block;
      padding: 0;
      margin: 0 -0.625rem; }
      .items-per-row-3:before, .items-per-row-3:after, .no-js .show-3-items:before, .no-js .show-3-items:after {
        content: " ";
        display: table; }
      .items-per-row-3:after, .no-js .show-3-items:after {
        clear: both; }
      .items-per-row-3 > li, .no-js .show-3-items > li {
        display: block;
        height: auto;
        float: left;
        padding: 0 0.625rem 1.25rem; }
      .items-per-row-3 > li, .no-js .show-3-items > li {
        width: 100%;
        padding: 0 0.625rem 1.25rem;
        list-style: none; }
        .items-per-row-3 > li:nth-of-type(1n), .no-js .show-3-items > li:nth-of-type(1n) {
          clear: none; }
        .items-per-row-3 > li:nth-of-type(1n+1), .no-js .show-3-items > li:nth-of-type(1n+1) {
          clear: both; }
      .items-per-row-3 li.content-wrapper, .no-js .show-3-items li.content-wrapper {
        padding-left: 0px;
        padding-right: 0px; } }

.no-js .show-3-items li.content-wrapper:nth-of-type(n + 4) {
  display: none; }

.items-per-row-4, .no-js .show-4-items {
  margin: 0; }
  @media (min-width: 1024px) {
    .items-per-row-4, .no-js .show-4-items {
      display: block;
      padding: 0;
      margin: 0 -0.625rem; }
      .items-per-row-4:before, .items-per-row-4:after, .no-js .show-4-items:before, .no-js .show-4-items:after {
        content: " ";
        display: table; }
      .items-per-row-4:after, .no-js .show-4-items:after {
        clear: both; }
      .items-per-row-4 > li, .no-js .show-4-items > li {
        display: block;
        height: auto;
        float: left;
        padding: 0 0.625rem 1.25rem; }
      .items-per-row-4 > li, .no-js .show-4-items > li {
        width: 25%;
        padding: 0 0.625rem 1.25rem;
        list-style: none; }
        .items-per-row-4 > li:nth-of-type(1n), .no-js .show-4-items > li:nth-of-type(1n) {
          clear: none; }
        .items-per-row-4 > li:nth-of-type(4n+1), .no-js .show-4-items > li:nth-of-type(4n+1) {
          clear: both; }
      .items-per-row-4 li.content-wrapper:nth-of-type(4n + 1), .no-js .show-4-items li.content-wrapper:nth-of-type(4n + 1) {
        padding-left: 0px; }
      .items-per-row-4 li.content-wrapper:nth-of-type(4n + 4), .no-js .show-4-items li.content-wrapper:nth-of-type(4n + 4) {
        padding-right: 0px; } }
  @media (max-width: 1023px) and (min-width: 801px) {
    .items-per-row-4, .no-js .show-4-items {
      display: block;
      padding: 0;
      margin: 0 -0.625rem; }
      .items-per-row-4:before, .items-per-row-4:after, .no-js .show-4-items:before, .no-js .show-4-items:after {
        content: " ";
        display: table; }
      .items-per-row-4:after, .no-js .show-4-items:after {
        clear: both; }
      .items-per-row-4 > li, .no-js .show-4-items > li {
        display: block;
        height: auto;
        float: left;
        padding: 0 0.625rem 1.25rem; }
      .items-per-row-4 > li, .no-js .show-4-items > li {
        width: 33.3333333333%;
        padding: 0 0.625rem 1.25rem;
        list-style: none; }
        .items-per-row-4 > li:nth-of-type(1n), .no-js .show-4-items > li:nth-of-type(1n) {
          clear: none; }
        .items-per-row-4 > li:nth-of-type(3n+1), .no-js .show-4-items > li:nth-of-type(3n+1) {
          clear: both; }
      .items-per-row-4 li.content-wrapper:nth-of-type(3n + 1), .no-js .show-4-items li.content-wrapper:nth-of-type(3n + 1) {
        padding-left: 0px; }
      .items-per-row-4 li.content-wrapper:nth-of-type(3n + 3), .no-js .show-4-items li.content-wrapper:nth-of-type(3n + 3) {
        padding-right: 0px; } }
  @media (max-width: 800px) and (min-width: 501px) {
    .items-per-row-4, .no-js .show-4-items {
      display: block;
      padding: 0;
      margin: 0 -0.625rem; }
      .items-per-row-4:before, .items-per-row-4:after, .no-js .show-4-items:before, .no-js .show-4-items:after {
        content: " ";
        display: table; }
      .items-per-row-4:after, .no-js .show-4-items:after {
        clear: both; }
      .items-per-row-4 > li, .no-js .show-4-items > li {
        display: block;
        height: auto;
        float: left;
        padding: 0 0.625rem 1.25rem; }
      .items-per-row-4 > li, .no-js .show-4-items > li {
        width: 50%;
        padding: 0 0.625rem 1.25rem;
        list-style: none; }
        .items-per-row-4 > li:nth-of-type(1n), .no-js .show-4-items > li:nth-of-type(1n) {
          clear: none; }
        .items-per-row-4 > li:nth-of-type(2n+1), .no-js .show-4-items > li:nth-of-type(2n+1) {
          clear: both; }
      .items-per-row-4 li.content-wrapper:nth-of-type(2n + 1), .no-js .show-4-items li.content-wrapper:nth-of-type(2n + 1) {
        padding-left: 0px; }
      .items-per-row-4 li.content-wrapper:nth-of-type(2n + 2), .no-js .show-4-items li.content-wrapper:nth-of-type(2n + 2) {
        padding-right: 0px; } }
  @media (max-width: 500px) {
    .items-per-row-4, .no-js .show-4-items {
      display: block;
      padding: 0;
      margin: 0 -0.625rem; }
      .items-per-row-4:before, .items-per-row-4:after, .no-js .show-4-items:before, .no-js .show-4-items:after {
        content: " ";
        display: table; }
      .items-per-row-4:after, .no-js .show-4-items:after {
        clear: both; }
      .items-per-row-4 > li, .no-js .show-4-items > li {
        display: block;
        height: auto;
        float: left;
        padding: 0 0.625rem 1.25rem; }
      .items-per-row-4 > li, .no-js .show-4-items > li {
        width: 100%;
        padding: 0 0.625rem 1.25rem;
        list-style: none; }
        .items-per-row-4 > li:nth-of-type(1n), .no-js .show-4-items > li:nth-of-type(1n) {
          clear: none; }
        .items-per-row-4 > li:nth-of-type(1n+1), .no-js .show-4-items > li:nth-of-type(1n+1) {
          clear: both; }
      .items-per-row-4 li.content-wrapper, .no-js .show-4-items li.content-wrapper {
        padding-left: 0px;
        padding-right: 0px; } }

.no-js .show-4-items li.content-wrapper:nth-of-type(n + 5) {
  display: none; }

.items-per-row-5, .no-js .show-5-items {
  margin: 0; }
  @media (min-width: 1024px) {
    .items-per-row-5, .no-js .show-5-items {
      display: block;
      padding: 0;
      margin: 0 -0.625rem; }
      .items-per-row-5:before, .items-per-row-5:after, .no-js .show-5-items:before, .no-js .show-5-items:after {
        content: " ";
        display: table; }
      .items-per-row-5:after, .no-js .show-5-items:after {
        clear: both; }
      .items-per-row-5 > li, .no-js .show-5-items > li {
        display: block;
        height: auto;
        float: left;
        padding: 0 0.625rem 1.25rem; }
      .items-per-row-5 > li, .no-js .show-5-items > li {
        width: 20%;
        padding: 0 0.625rem 1.25rem;
        list-style: none; }
        .items-per-row-5 > li:nth-of-type(1n), .no-js .show-5-items > li:nth-of-type(1n) {
          clear: none; }
        .items-per-row-5 > li:nth-of-type(5n+1), .no-js .show-5-items > li:nth-of-type(5n+1) {
          clear: both; }
      .items-per-row-5 li.content-wrapper:nth-of-type(5n + 1), .no-js .show-5-items li.content-wrapper:nth-of-type(5n + 1) {
        padding-left: 0px; }
      .items-per-row-5 li.content-wrapper:nth-of-type(5n + 5), .no-js .show-5-items li.content-wrapper:nth-of-type(5n + 5) {
        padding-right: 0px; } }
  @media (max-width: 1023px) and (min-width: 801px) {
    .items-per-row-5, .no-js .show-5-items {
      display: block;
      padding: 0;
      margin: 0 -0.625rem; }
      .items-per-row-5:before, .items-per-row-5:after, .no-js .show-5-items:before, .no-js .show-5-items:after {
        content: " ";
        display: table; }
      .items-per-row-5:after, .no-js .show-5-items:after {
        clear: both; }
      .items-per-row-5 > li, .no-js .show-5-items > li {
        display: block;
        height: auto;
        float: left;
        padding: 0 0.625rem 1.25rem; }
      .items-per-row-5 > li, .no-js .show-5-items > li {
        width: 25%;
        padding: 0 0.625rem 1.25rem;
        list-style: none; }
        .items-per-row-5 > li:nth-of-type(1n), .no-js .show-5-items > li:nth-of-type(1n) {
          clear: none; }
        .items-per-row-5 > li:nth-of-type(4n+1), .no-js .show-5-items > li:nth-of-type(4n+1) {
          clear: both; }
      .items-per-row-5 li.content-wrapper:nth-of-type(4n + 1), .no-js .show-5-items li.content-wrapper:nth-of-type(4n + 1) {
        padding-left: 0px; }
      .items-per-row-5 li.content-wrapper:nth-of-type(4n + 4), .no-js .show-5-items li.content-wrapper:nth-of-type(4n + 4) {
        padding-right: 0px; } }
  @media (max-width: 800px) and (min-width: 601px) {
    .items-per-row-5, .no-js .show-5-items {
      display: block;
      padding: 0;
      margin: 0 -0.625rem; }
      .items-per-row-5:before, .items-per-row-5:after, .no-js .show-5-items:before, .no-js .show-5-items:after {
        content: " ";
        display: table; }
      .items-per-row-5:after, .no-js .show-5-items:after {
        clear: both; }
      .items-per-row-5 > li, .no-js .show-5-items > li {
        display: block;
        height: auto;
        float: left;
        padding: 0 0.625rem 1.25rem; }
      .items-per-row-5 > li, .no-js .show-5-items > li {
        width: 33.3333333333%;
        padding: 0 0.625rem 1.25rem;
        list-style: none; }
        .items-per-row-5 > li:nth-of-type(1n), .no-js .show-5-items > li:nth-of-type(1n) {
          clear: none; }
        .items-per-row-5 > li:nth-of-type(3n+1), .no-js .show-5-items > li:nth-of-type(3n+1) {
          clear: both; }
      .items-per-row-5 li.content-wrapper:nth-of-type(3n + 1), .no-js .show-5-items li.content-wrapper:nth-of-type(3n + 1) {
        padding-left: 0px; }
      .items-per-row-5 li.content-wrapper:nth-of-type(3n + 3), .no-js .show-5-items li.content-wrapper:nth-of-type(3n + 3) {
        padding-right: 0px; } }
  @media (max-width: 600px) and (min-width: 401px) {
    .items-per-row-5, .no-js .show-5-items {
      display: block;
      padding: 0;
      margin: 0 -0.625rem; }
      .items-per-row-5:before, .items-per-row-5:after, .no-js .show-5-items:before, .no-js .show-5-items:after {
        content: " ";
        display: table; }
      .items-per-row-5:after, .no-js .show-5-items:after {
        clear: both; }
      .items-per-row-5 > li, .no-js .show-5-items > li {
        display: block;
        height: auto;
        float: left;
        padding: 0 0.625rem 1.25rem; }
      .items-per-row-5 > li, .no-js .show-5-items > li {
        width: 50%;
        padding: 0 0.625rem 1.25rem;
        list-style: none; }
        .items-per-row-5 > li:nth-of-type(1n), .no-js .show-5-items > li:nth-of-type(1n) {
          clear: none; }
        .items-per-row-5 > li:nth-of-type(2n+1), .no-js .show-5-items > li:nth-of-type(2n+1) {
          clear: both; }
      .items-per-row-5 li.content-wrapper:nth-of-type(2n + 1), .no-js .show-5-items li.content-wrapper:nth-of-type(2n + 1) {
        padding-left: 0px; }
      .items-per-row-5 li.content-wrapper:nth-of-type(2n + 2), .no-js .show-5-items li.content-wrapper:nth-of-type(2n + 2) {
        padding-right: 0px; } }
  @media (max-width: 400px) {
    .items-per-row-5, .no-js .show-5-items {
      display: block;
      padding: 0;
      margin: 0 -0.625rem; }
      .items-per-row-5:before, .items-per-row-5:after, .no-js .show-5-items:before, .no-js .show-5-items:after {
        content: " ";
        display: table; }
      .items-per-row-5:after, .no-js .show-5-items:after {
        clear: both; }
      .items-per-row-5 > li, .no-js .show-5-items > li {
        display: block;
        height: auto;
        float: left;
        padding: 0 0.625rem 1.25rem; }
      .items-per-row-5 > li, .no-js .show-5-items > li {
        width: 100%;
        padding: 0 0.625rem 1.25rem;
        list-style: none; }
        .items-per-row-5 > li:nth-of-type(1n), .no-js .show-5-items > li:nth-of-type(1n) {
          clear: none; }
        .items-per-row-5 > li:nth-of-type(1n+1), .no-js .show-5-items > li:nth-of-type(1n+1) {
          clear: both; }
      .items-per-row-5 li.content-wrapper, .no-js .show-5-items li.content-wrapper {
        padding-left: 0px;
        padding-right: 0px; } }

.items-per-row-6, .no-js .show-6-items {
  margin: 0; }
  @media (min-width: 1024px) {
    .items-per-row-6, .no-js .show-6-items {
      display: block;
      padding: 0;
      margin: 0 -0.625rem; }
      .items-per-row-6:before, .items-per-row-6:after, .no-js .show-6-items:before, .no-js .show-6-items:after {
        content: " ";
        display: table; }
      .items-per-row-6:after, .no-js .show-6-items:after {
        clear: both; }
      .items-per-row-6 > li, .no-js .show-6-items > li {
        display: block;
        height: auto;
        float: left;
        padding: 0 0.625rem 1.25rem; }
      .items-per-row-6 > li, .no-js .show-6-items > li {
        width: 16.6666666667%;
        padding: 0 0.625rem 1.25rem;
        list-style: none; }
        .items-per-row-6 > li:nth-of-type(1n), .no-js .show-6-items > li:nth-of-type(1n) {
          clear: none; }
        .items-per-row-6 > li:nth-of-type(6n+1), .no-js .show-6-items > li:nth-of-type(6n+1) {
          clear: both; }
      .items-per-row-6 li.content-wrapper:nth-of-type(6n + 1), .no-js .show-6-items li.content-wrapper:nth-of-type(6n + 1) {
        padding-left: 0px; }
      .items-per-row-6 li.content-wrapper:nth-of-type(6n + 6), .no-js .show-6-items li.content-wrapper:nth-of-type(6n + 6) {
        padding-right: 0px; } }
  @media (max-width: 1023px) and (min-width: 801px) {
    .items-per-row-6, .no-js .show-6-items {
      display: block;
      padding: 0;
      margin: 0 -0.625rem; }
      .items-per-row-6:before, .items-per-row-6:after, .no-js .show-6-items:before, .no-js .show-6-items:after {
        content: " ";
        display: table; }
      .items-per-row-6:after, .no-js .show-6-items:after {
        clear: both; }
      .items-per-row-6 > li, .no-js .show-6-items > li {
        display: block;
        height: auto;
        float: left;
        padding: 0 0.625rem 1.25rem; }
      .items-per-row-6 > li, .no-js .show-6-items > li {
        width: 25%;
        padding: 0 0.625rem 1.25rem;
        list-style: none; }
        .items-per-row-6 > li:nth-of-type(1n), .no-js .show-6-items > li:nth-of-type(1n) {
          clear: none; }
        .items-per-row-6 > li:nth-of-type(4n+1), .no-js .show-6-items > li:nth-of-type(4n+1) {
          clear: both; }
      .items-per-row-6 li.content-wrapper:nth-of-type(4n + 1), .no-js .show-6-items li.content-wrapper:nth-of-type(4n + 1) {
        padding-left: 0px; }
      .items-per-row-6 li.content-wrapper:nth-of-type(4n + 4), .no-js .show-6-items li.content-wrapper:nth-of-type(4n + 4) {
        padding-right: 0px; } }
  @media (max-width: 800px) and (min-width: 601px) {
    .items-per-row-6, .no-js .show-6-items {
      display: block;
      padding: 0;
      margin: 0 -0.625rem; }
      .items-per-row-6:before, .items-per-row-6:after, .no-js .show-6-items:before, .no-js .show-6-items:after {
        content: " ";
        display: table; }
      .items-per-row-6:after, .no-js .show-6-items:after {
        clear: both; }
      .items-per-row-6 > li, .no-js .show-6-items > li {
        display: block;
        height: auto;
        float: left;
        padding: 0 0.625rem 1.25rem; }
      .items-per-row-6 > li, .no-js .show-6-items > li {
        width: 33.3333333333%;
        padding: 0 0.625rem 1.25rem;
        list-style: none; }
        .items-per-row-6 > li:nth-of-type(1n), .no-js .show-6-items > li:nth-of-type(1n) {
          clear: none; }
        .items-per-row-6 > li:nth-of-type(3n+1), .no-js .show-6-items > li:nth-of-type(3n+1) {
          clear: both; }
      .items-per-row-6 li.content-wrapper:nth-of-type(3n + 1), .no-js .show-6-items li.content-wrapper:nth-of-type(3n + 1) {
        padding-left: 0px; }
      .items-per-row-6 li.content-wrapper:nth-of-type(3n + 3), .no-js .show-6-items li.content-wrapper:nth-of-type(3n + 3) {
        padding-right: 0px; } }
  @media (max-width: 600px) and (min-width: 401px) {
    .items-per-row-6, .no-js .show-6-items {
      display: block;
      padding: 0;
      margin: 0 -0.625rem; }
      .items-per-row-6:before, .items-per-row-6:after, .no-js .show-6-items:before, .no-js .show-6-items:after {
        content: " ";
        display: table; }
      .items-per-row-6:after, .no-js .show-6-items:after {
        clear: both; }
      .items-per-row-6 > li, .no-js .show-6-items > li {
        display: block;
        height: auto;
        float: left;
        padding: 0 0.625rem 1.25rem; }
      .items-per-row-6 > li, .no-js .show-6-items > li {
        width: 50%;
        padding: 0 0.625rem 1.25rem;
        list-style: none; }
        .items-per-row-6 > li:nth-of-type(1n), .no-js .show-6-items > li:nth-of-type(1n) {
          clear: none; }
        .items-per-row-6 > li:nth-of-type(2n+1), .no-js .show-6-items > li:nth-of-type(2n+1) {
          clear: both; }
      .items-per-row-6 li.content-wrapper:nth-of-type(2n + 1), .no-js .show-6-items li.content-wrapper:nth-of-type(2n + 1) {
        padding-left: 0px; }
      .items-per-row-6 li.content-wrapper:nth-of-type(2n + 2), .no-js .show-6-items li.content-wrapper:nth-of-type(2n + 2) {
        padding-right: 0px; } }
  @media (max-width: 400px) {
    .items-per-row-6, .no-js .show-6-items {
      display: block;
      padding: 0;
      margin: 0 -0.625rem; }
      .items-per-row-6:before, .items-per-row-6:after, .no-js .show-6-items:before, .no-js .show-6-items:after {
        content: " ";
        display: table; }
      .items-per-row-6:after, .no-js .show-6-items:after {
        clear: both; }
      .items-per-row-6 > li, .no-js .show-6-items > li {
        display: block;
        height: auto;
        float: left;
        padding: 0 0.625rem 1.25rem; }
      .items-per-row-6 > li, .no-js .show-6-items > li {
        width: 100%;
        padding: 0 0.625rem 1.25rem;
        list-style: none; }
        .items-per-row-6 > li:nth-of-type(1n), .no-js .show-6-items > li:nth-of-type(1n) {
          clear: none; }
        .items-per-row-6 > li:nth-of-type(1n+1), .no-js .show-6-items > li:nth-of-type(1n+1) {
          clear: both; }
      .items-per-row-6 li.content-wrapper, .no-js .show-6-items li.content-wrapper {
        padding-left: 0px;
        padding-right: 0px; } }

.no-js .show-5-items li.content-wrapper:nth-of-type(n + 6) {
  display: none; }

.padding-top-small {
  padding-top: 25px; }
  @media (max-width: 767px) {
    .padding-top-small {
      padding-top: 15px; } }

.padding-top-medium {
  padding-top: 50px; }
  @media (max-width: 767px) {
    .padding-top-medium {
      padding-top: 25px; } }

.padding-top-large {
  padding-top: 75px; }
  @media (max-width: 767px) {
    .padding-top-large {
      padding-top: 50px; } }

.padding-bottom-small {
  padding-bottom: 25px; }
  @media (max-width: 767px) {
    .padding-bottom-small {
      padding-bottom: 15px; } }

.padding-bottom-medium {
  padding-bottom: 50px; }
  @media (max-width: 767px) {
    .padding-bottom-medium {
      padding-bottom: 25px; } }

.padding-bottom-large {
  padding-bottom: 75px; }
  @media (max-width: 767px) {
    .padding-bottom-large {
      padding-bottom: 50px; } }

.margin-top-small {
  margin-top: 25px; }
  @media (max-width: 767px) {
    .margin-top-small {
      margin-top: 15px; } }

.margin-top-medium {
  margin-top: 50px; }
  @media (max-width: 767px) {
    .margin-top-medium {
      margin-top: 25px; } }

.margin-top-large {
  margin-top: 75px; }
  @media (max-width: 767px) {
    .margin-top-large {
      margin-top: 50px; } }

.margin-bottom-small {
  margin-bottom: 25px; }
  @media (max-width: 767px) {
    .margin-bottom-small {
      margin-bottom: 15px; } }

.margin-bottom-medium {
  margin-bottom: 50px; }
  @media (max-width: 767px) {
    .margin-bottom-medium {
      margin-bottom: 25px; } }

.margin-bottom-large {
  margin-bottom: 75px; }
  @media (max-width: 767px) {
    .margin-bottom-large {
      margin-bottom: 50px; } }

/*************************************************************/
/*************************************************************/
.owl-carousel .owl-controls {
  text-align: center;
  width: 100%; }
  @media (max-width: 767px) {
    .owl-carousel .owl-controls .owl-buttons {
      display: none !important; } }

.owl-carousel .owl-buttons .owl-prev, .owl-carousel .owl-buttons .owl-next {
  transition: all 0.5s;
  position: absolute;
  top: 45%;
  background: #fdc300;
  opacity: 0.7;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 1.25rem;
  color: #fff;
  line-height: 1.7; }
  .owl-carousel .owl-buttons .owl-prev:hover, .owl-carousel .owl-buttons .owl-prev:focus, .owl-carousel .owl-buttons .owl-prev:active, .owl-carousel .owl-buttons .owl-next:hover, .owl-carousel .owl-buttons .owl-next:focus, .owl-carousel .owl-buttons .owl-next:active {
    opacity: 1; }

.owl-carousel .owl-buttons .owl-prev {
  left: 16px; }
  .owl-carousel .owl-buttons .owl-prev:before {
    content: ""; }

.owl-carousel .owl-buttons .owl-next {
  right: 16px; }
  .owl-carousel .owl-buttons .owl-next:before {
    content: ""; }

.owl-carousel .owl-pagination {
  position: relative;
  bottom: 3.125rem;
  margin: auto; }
  .owl-carousel .owl-pagination .owl-page {
    display: inline-block;
    zoom: 1; }
    .owl-carousel .owl-pagination .owl-page span {
      display: block;
      width: 0.875rem;
      height: 0.875rem;
      margin: 0.3125rem 0.4375rem;
      border-radius: 50%;
      background: transparent;
      opacity: 1;
      border: 2px solid #fdc300; }
    .owl-carousel .owl-pagination .owl-page.active span {
      background: #fdc300; }

/*************************************************************/
/*************************************************************/
.kartta {
  position: relative; }
  .kartta .map-wrapper {
    height: 31.25rem; }
    .kartta .map-wrapper img {
      max-width: none; }
  .kartta .mobile-touch-fixer {
    position: absolute;
    z-index: 100; }
  .kartta .gm-style-iw {
    /*text-align: center;
        width: rem-calc(170) !important;*/
    /*width: rem-calc(170);
        height: rem-calc(110);
        text-align: center;
        
        >div{
            max-width: rem-calc(200) !important;
            overflow: hidden !important;
            margin-left: rem-calc(10);
        }
        
        h3{
            color: $secondary-color;
            text-transform: uppercase;
        }
        
        p{
            color: $secondary-color;
        }*/ }

html:not(.no-js) .map-wrapper {
  background-image: none !important; }

.no-js .kartta.no-fallback-map {
  display: none; }

/*************************************************************/
/*************************************************************/
.logokaruselli ul {
  margin: 0;
  padding: 0; }

.logokaruselli .karuselli-item {
  position: relative;
  list-style: none;
  min-height: 150px; }
  .logokaruselli .karuselli-item img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-height: 150px;
    padding: 10px; }

.logokaruselli .owl-wrapper-outer {
  max-height: 150px;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: auto; }

.logokaruselli .owl-controls {
  height: 0px; }
  .logokaruselli .owl-controls .owl-pagination {
    bottom: -1em; }
  .logokaruselli .owl-controls .owl-prev, .logokaruselli .owl-controls .owl-next {
    top: 40%; }

/*************************************************************/
/*************************************************************/
.kuvaesitys-section {
  position: relative; }
  .kuvaesitys-section .preloader {
    height: 650px; }
    @media (max-width: 1024px) {
      .kuvaesitys-section .preloader {
        height: 500px; } }
    @media (max-width: 768px) {
      .kuvaesitys-section .preloader {
        height: 320px; } }
    @media (max-width: 500px) {
      .kuvaesitys-section .preloader {
        height: 280px; } }
  .kuvaesitys-section.skaalautumaton .slide {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    height: 650px; }
    @media (max-width: 1024px) {
      .kuvaesitys-section.skaalautumaton .slide {
        height: 500px; } }
    @media (max-width: 768px) {
      .kuvaesitys-section.skaalautumaton .slide {
        height: 320px; } }
    @media (max-width: 500px) {
      .kuvaesitys-section.skaalautumaton .slide {
        height: 280px; } }
  .kuvaesitys-section .slide-content-wrapper {
    width: 100%;
    max-width: 62.5em;
    margin-left: auto;
    margin-right: auto;
    height: 650px; }
    @media (max-width: 1024px) {
      .kuvaesitys-section .slide-content-wrapper {
        height: 500px; } }
    @media (max-width: 768px) {
      .kuvaesitys-section .slide-content-wrapper {
        height: 320px; } }
    @media (max-width: 500px) {
      .kuvaesitys-section .slide-content-wrapper {
        height: 280px; } }
    .kuvaesitys-section .slide-content-wrapper .slide-content {
      font-size: 1rem;
      vertical-align: middle; }
  .kuvaesitys-section.full-height,
  .kuvaesitys-section.full-height .preloader,
  .kuvaesitys-section.full-height .slide,
  .kuvaesitys-section.full-height .slide-content-wrapper {
    height: 100vh; }
    @media (max-width: 1024px) {
      .kuvaesitys-section.full-height,
      .kuvaesitys-section.full-height .preloader,
      .kuvaesitys-section.full-height .slide,
      .kuvaesitys-section.full-height .slide-content-wrapper {
        height: 100vh; } }
    @media (max-width: 768px) {
      .kuvaesitys-section.full-height,
      .kuvaesitys-section.full-height .preloader,
      .kuvaesitys-section.full-height .slide,
      .kuvaesitys-section.full-height .slide-content-wrapper {
        height: 100vh; } }
    @media (max-width: 500px) {
      .kuvaesitys-section.full-height,
      .kuvaesitys-section.full-height .preloader,
      .kuvaesitys-section.full-height .slide,
      .kuvaesitys-section.full-height .slide-content-wrapper {
        height: 100vh; } }
  .kuvaesitys-section .owl-controls {
    height: 0px; }

.no-js .kuvaesitys-section .slide {
  display: none; }

.no-js .kuvaesitys-section .slide:first-of-type {
  display: inherit; }

.nostoboxit {
  position: relative; }
  .nostoboxit ul.section-content {
    margin: 0;
    padding: 0; }
    .nostoboxit ul.section-content li {
      list-style: none;
      padding: 0px 15px 15px 15px; }
  .nostoboxit .content {
    position: relative;
    width: 100%;
    margin: auto; }
    .nostoboxit .content .slider-image {
      height: 18.75rem;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: 50% 50%; }
    .nostoboxit .content .entry {
      height: 13.75rem;
      text-align: center;
      width: 100%;
      background: #fff;
      padding: 1.5rem 2rem 2rem 2rem; }
      .nostoboxit .content .entry h3 {
        font-weight: bold; }
      .nostoboxit .content .entry .categories-links {
        color: #a7a7a7; }
      .nostoboxit .content .entry .linkki-wrapper {
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        text-align: center;
        background: #e4af00; }
  .nostoboxit .owl-carousel {
    height: auto;
    width: 103%;
    margin-left: -15px !important; }
    .nostoboxit .owl-carousel .owl-pagination {
      bottom: -12px; }
      @media (max-width: 767px) {
        .nostoboxit .owl-carousel .owl-pagination {
          bottom: 0px; } }
    .nostoboxit .owl-carousel .owl-controls {
      height: 0px; }

.asiakaskommentit {
  position: relative; }
  .asiakaskommentit ul {
    padding: 0;
    margin: 0; }
    .asiakaskommentit ul li {
      list-style-type: none; }
  .asiakaskommentit .slide-content-wrapper {
    width: 100%;
    max-width: 62.5em;
    margin-left: auto;
    margin-right: auto;
    display: table;
    height: 360px; }
    .asiakaskommentit .slide-content-wrapper .slide-content {
      display: table-cell;
      vertical-align: middle;
      text-align: center; }
  .asiakaskommentit .owl-controls {
    height: 0px; }

.no-js .asiakaskommentit li {
  display: none; }

.no-js .asiakaskommentit li:first-of-type {
  display: inherit; }

.accordion .accordion-header {
  transition: background 0.5s;
  position: relative;
  background: #e4e4e4;
  border: 1px solid #cacaca;
  padding: 8px; }
  .accordion .accordion-header:hover {
    background: #cacaca; }

.accordion h3 {
  margin: 0; }

.accordion .expand {
  position: absolute;
  right: 0px;
  height: 100%;
  width: 10px;
  top: 0px; }
  .accordion .expand .hoyryicon-plus-round, .accordion .expand .hoyryicon-minus-round {
    position: relative;
    top: 11px;
    right: 23px;
    bottom: 0px;
    margin: auto 0 auto 0;
    display: inline-block; }

.accordion .accordion-content {
  display: none;
  border: 1px solid #cacaca;
  padding: 8px; }

.no-js .accordion .accordion-header {
  background: transparent;
  border: none;
  padding: 0; }
  .no-js .accordion .accordion-header:hover {
    background: none; }

.no-js .accordion h3 {
  margin: inherit; }

.no-js .accordion .expand {
  display: none; }

.no-js .accordion .accordion-content {
  border: none;
  padding: 0;
  display: block; }

.tuoteboxit {
  position: relative; }
  .tuoteboxit .items-per-row-4 li {
    padding-bottom: 10px; }
  .tuoteboxit .section-header {
    border-bottom: 1px solid #c7c7c7;
    margin-bottom: 30px; }
    .tuoteboxit .section-header h2 {
      font-size: 18px;
      color: #212121;
      text-transform: uppercase !important;
      font-weight: bold !important; }
  .tuoteboxit ul {
    padding: 0;
    margin: 0; }
    .tuoteboxit ul li {
      list-style-type: none; }
  .tuoteboxit .content-wrapper {
    padding: 0 10px; }
    .tuoteboxit .content-wrapper .thumbnail-wrapper {
      position: relative;
      padding: 10px; }
      .tuoteboxit .content-wrapper .thumbnail-wrapper .slider-image {
        height: 220px;
        width: 100%;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        background-color: #fff; }
      .tuoteboxit .content-wrapper .thumbnail-wrapper .see-details {
        position: absolute;
        top: 0px;
        left: 0px;
        transition: opacity 0.3s;
        opacity: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.65);
        text-align: center;
        font-size: 17px;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        font-weight: bold; }
        .tuoteboxit .content-wrapper .thumbnail-wrapper .see-details table {
          width: 100%;
          height: 250px; }
      .tuoteboxit .content-wrapper .thumbnail-wrapper .sale-tag {
        position: absolute;
        top: 0px;
        left: 0px;
        width: auto;
        height: auto;
        background: #ff6000;
        color: #fff;
        padding: 3px 12px 2px 12px;
        text-align: left;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: bold; }
      .tuoteboxit .content-wrapper .thumbnail-wrapper:hover .see-details {
        opacity: 1; }
      .tuoteboxit .content-wrapper .thumbnail-wrapper a {
        color: #fff !important; }
    @media (max-width: 613px) {
      .tuoteboxit .content-wrapper .content .thumbnail-wrapper {
        width: 40%;
        float: left;
        padding: 0; }
        .tuoteboxit .content-wrapper .content .thumbnail-wrapper .slider-image {
          height: 195px; }
      .tuoteboxit .content-wrapper .content .entry {
        width: 60%;
        float: left;
        height: auto !important; }
        .tuoteboxit .content-wrapper .content .entry .text-wrapper p {
          font-size: 12px; }
        .tuoteboxit .content-wrapper .content .entry h3 {
          height: 60px; }
      .tuoteboxit .content-wrapper .content .pb-wrapper {
        clear: both; } }
    .tuoteboxit .content-wrapper .content {
      border: 1px solid #d7d7d7;
      background: #fff;
      color: #222;
      position: relative;
      width: 100%;
      margin: auto; }
    .tuoteboxit .content-wrapper .sliderImage {
      background-repeat: no-repeat;
      background-size: contain !important;
      background-position: 50% 50%;
      height: 180px;
      background: #fff; }
    .tuoteboxit .content-wrapper .entry {
      background: #fff;
      height: 100%;
      min-height: 170px;
      text-align: center;
      width: 100%;
      padding: 1em; }
      .tuoteboxit .content-wrapper .entry h3 {
        text-align: center;
        font-size: 18px;
        padding-bottom: 1em;
        line-height: 1.1;
        height: 75px; }
        .tuoteboxit .content-wrapper .entry h3 a {
          color: #222;
          line-height: 1.1;
          font-size: 18px; }
      .tuoteboxit .content-wrapper .entry .text-wrapper p {
        padding-bottom: 12px;
        font-size: 14px;
        color: #606060;
        text-align: left; }
    .tuoteboxit .content-wrapper .pb-wrapper {
      width: 100%;
      height: 56px;
      margin: auto; }
      .tuoteboxit .content-wrapper .pb-wrapper .price-and-buttons {
        width: 100%; }
        .tuoteboxit .content-wrapper .pb-wrapper .price-and-buttons table {
          width: 100%;
          border: none;
          margin: 0; }
          .tuoteboxit .content-wrapper .pb-wrapper .price-and-buttons table td {
            padding: 0;
            vertical-align: top; }
        .tuoteboxit .content-wrapper .pb-wrapper .price-and-buttons .price-td {
          text-align: center; }
        .tuoteboxit .content-wrapper .pb-wrapper .price-and-buttons .buttons-td {
          width: 100px; }
        .tuoteboxit .content-wrapper .pb-wrapper .price-and-buttons .sale .sale-price {
          color: #222;
          font-size: 23px;
          font-weight: bold; }
        .tuoteboxit .content-wrapper .pb-wrapper .price-and-buttons .sale .regular-price {
          color: #212121;
          font-size: 14px;
          text-decoration: underline; }
        .tuoteboxit .content-wrapper .pb-wrapper .price-and-buttons .normal .regular-price {
          color: #222;
          font-size: 23px;
          font-weight: bold; }
        .tuoteboxit .content-wrapper .pb-wrapper .price-and-buttons .normal .starting-from {
          color: #212121;
          font-size: 14px;
          text-decoration: underline; }
        .tuoteboxit .content-wrapper .pb-wrapper .price-and-buttons .buttons {
          width: 100%; }
          .tuoteboxit .content-wrapper .pb-wrapper .price-and-buttons .buttons .info {
            vertical-align: middle;
            text-align: right; }
            .tuoteboxit .content-wrapper .pb-wrapper .price-and-buttons .buttons .info a > div {
              float: right;
              text-align: center;
              width: 44px;
              height: 37px;
              background: #1849be;
              border-radius: 2px;
              color: #fff; }
              .tuoteboxit .content-wrapper .pb-wrapper .price-and-buttons .buttons .info a > div .hoyryicon-info {
                position: relative;
                top: 12px; }
          .tuoteboxit .content-wrapper .pb-wrapper .price-and-buttons .buttons .add-to-cart {
            vertical-align: middle;
            text-align: right; }
            .tuoteboxit .content-wrapper .pb-wrapper .price-and-buttons .buttons .add-to-cart a > div {
              float: right;
              text-align: center;
              width: 44px;
              height: 37px;
              background: #ff6000 !important;
              border-radius: 2px;
              color: #fff; }
              .tuoteboxit .content-wrapper .pb-wrapper .price-and-buttons .buttons .add-to-cart a > div .hoyryicon-shopping-basket {
                position: relative;
                top: 12px; }
    .tuoteboxit .content-wrapper .product-reviews {
      border-top: 1px solid #e3e3e3;
      text-align: center;
      padding: 7px 10px; }
      .tuoteboxit .content-wrapper .product-reviews .stars-wrapper {
        position: relative;
        width: 88px;
        height: 14px;
        display: inline-block;
        overflow: hidden; }
        .tuoteboxit .content-wrapper .product-reviews .stars-wrapper img {
          position: absolute;
          top: 0px;
          left: 0px;
          height: 14px;
          width: 88px;
          max-width: 88px; }
  .tuoteboxit .nayta-lisaa-tuotteita {
    transition: background 0.5s;
    text-align: center;
    background: #fff;
    color: #fdc300;
    font-size: 23px;
    padding: 12px 0;
    border: 1px solid #d7d7d7;
    cursor: pointer; }
    .tuoteboxit .nayta-lisaa-tuotteita .hoyryicon-sync {
      margin-left: 15px; }
    .tuoteboxit .nayta-lisaa-tuotteita .spin {
      animation: animationFrames linear 2s;
      animation-iteration-count: infinite;
      transform-origin: 50% 50%;
      -webkit-animation: animationFrames linear 2s;
      -webkit-animation-iteration-count: infinite;
      -webkit-transform-origin: 50% 50%;
      -moz-animation: animationFrames linear 2s;
      -moz-animation-iteration-count: infinite;
      -moz-transform-origin: 50% 50%;
      -o-animation: animationFrames linear 2s;
      -o-animation-iteration-count: infinite;
      -o-transform-origin: 50% 50%;
      -ms-animation: animationFrames linear 2s;
      -ms-animation-iteration-count: infinite;
      -ms-transform-origin: 50% 50%; }

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

@-moz-keyframes animationFrames {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg); } }

@-webkit-keyframes animationFrames {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@-o-keyframes animationFrames {
  0% {
    -o-transform: rotate(0deg); }
  100% {
    -o-transform: rotate(360deg); } }

@-ms-keyframes animationFrames {
  .tuoteboxit .nayta-lisaa-tuotteita 0% {
    -ms-transform: rotate(0deg); }
  .tuoteboxit .nayta-lisaa-tuotteita 100% {
    -ms-transform: rotate(360deg); } }
  .tuoteboxit .nayta-lisaa-tuotteita:hover {
    transition: background 0.5s;
    background: #f2f2f2; }
  .tuoteboxit .sivustus-wrapper {
    text-align: center; }
    .tuoteboxit .sivustus-wrapper .sivustus {
      color: #fdc300;
      padding: 0 5px;
      cursor: pointer; }
    .tuoteboxit .sivustus-wrapper .sivustus.active {
      font-weight: bold; }
  .tuoteboxit .owl-carousel {
    height: auto; }
    .tuoteboxit .owl-carousel .owl-controls {
      height: 0px;
      text-align: center;
      width: 79px;
      position: absolute;
      top: -61px;
      right: -17px; }
      .tuoteboxit .owl-carousel .owl-controls .owl-next, .tuoteboxit .owl-carousel .owl-controls .owl-prev {
        border-radius: 0;
        font-size: 14px;
        line-height: 1.4;
        background: transparent; }
        .tuoteboxit .owl-carousel .owl-controls .owl-next:before, .tuoteboxit .owl-carousel .owl-controls .owl-prev:before {
          display: none; }
        .tuoteboxit .owl-carousel .owl-controls .owl-next i:before, .tuoteboxit .owl-carousel .owl-controls .owl-prev i:before {
          font-weight: bold;
          color: #222;
          font-size: 22px; }
      .tuoteboxit .owl-carousel .owl-controls .owl-next {
        width: 24px;
        height: 24px; }
      .tuoteboxit .owl-carousel .owl-controls .owl-prev {
        width: 24px;
        height: 24px;
        left: 12px; }
    @media (max-width: 613px) {
      .tuoteboxit .owl-carousel .owl-wrapper-outer {
        height: auto !important; }
        .tuoteboxit .owl-carousel .owl-wrapper-outer .owl-wrapper {
          transform: inherit !important; }
        .tuoteboxit .owl-carousel .owl-wrapper-outer .owl-item {
          float: none !important;
          padding-bottom: 10px !important; }
      .tuoteboxit .owl-carousel .content-wrapper {
        padding: 0; } }

@media (min-width: 1024px) {
  .side-menu .site-logo {
    float: left;
    width: 200px; }
    .side-menu .site-logo img {
      max-height: 100px; }
  .side-menu #mainnav {
    margin-left: 200px; }
    .side-menu #mainnav ul#main-menu {
      display: table;
      table-layout: fixed;
      width: 100%;
      padding: 0;
      margin: 0;
      height: 100px;
      text-align: center; }
      .side-menu #mainnav ul#main-menu > li {
        position: relative;
        display: table-cell;
        list-style: none;
        vertical-align: middle; }
        .side-menu #mainnav ul#main-menu > li.menu-item-has-children:hover .sub-menu, .side-menu #mainnav ul#main-menu > li.menu-item-has-children:focus .sub-menu, .side-menu #mainnav ul#main-menu > li.menu-item-has-children:active .sub-menu {
          opacity: 1;
          z-index: 1; }
    .side-menu #mainnav ul.sub-menu {
      transition: all 0.5s;
      opacity: 0;
      position: absolute;
      top: 100px;
      left: 0px;
      padding: 0;
      margin: 0;
      background: #fff;
      width: 100%;
      text-align: left;
      z-index: -1; }
      .side-menu #mainnav ul.sub-menu li {
        list-style: none; }
  .side-menu .toggle-menu {
    display: none; } }

@media (max-width: 1023px) {
  .side-menu .site-logo {
    float: left;
    width: 200px; }
    .side-menu .site-logo img {
      max-height: 100px; }
  .side-menu #mainnav {
    transition: z-index, opacity 0.5s;
    transition-delay: 0.5s;
    overflow-y: auto;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100vh;
    width: 100%;
    background: rgba(253, 195, 0, 0.9);
    opacity: 0;
    z-index: -1; }
    .side-menu #mainnav.menu-open {
      opacity: 1;
      z-index: 100; }
    .side-menu #mainnav ul#main-menu {
      width: 100%;
      padding: 0;
      margin: 0;
      text-align: center; }
      .side-menu #mainnav ul#main-menu > li {
        position: relative;
        list-style: none; }
        .side-menu #mainnav ul#main-menu > li > a {
          display: inline-block;
          padding: 8px 0px;
          font-size: 20px;
          font-weight: bold;
          text-transform: uppercase;
          color: #fff; }
    .side-menu #mainnav ul.sub-menu {
      display: none;
      padding: 0;
      margin: 0;
      width: 100%; }
      .side-menu #mainnav ul.sub-menu li {
        list-style: none; }
        .side-menu #mainnav ul.sub-menu li a {
          display: inline-block;
          padding: 5px 0px;
          font-size: 18px;
          font-weight: bold;
          color: #fff; }
  .side-menu .toggle-menu {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 101; } }

.side-menu .no-js-close {
  display: none; }

#search-modal {
  background: #F8F8F8;
  max-width: 600px; }
  #search-modal .close-reveal-modal {
    top: 0px;
    right: 10px; }

.no-js #mainnav:target {
  opacity: 1;
  z-index: 102; }

.no-js #mainnav ul.sub-menu {
  display: block; }

.no-js .no-js-close {
  position: absolute;
  top: 16px;
  right: 16px;
  color: #fff;
  padding: 16px 0px 16px 32px;
  text-align: right;
  z-index: 102;
  display: block; }

.no-js #search-modal:target {
  position: fixed;
  display: block;
  opacity: 1;
  visibility: visible;
  top: 100px;
  min-height: 0px; }

@media only screen and (max-width: 1023px) {
  .toggle-menu {
    display: block; } }

@media only screen and (min-width: 1024px) {
  .toggle-menu {
    display: none; } }

.toggle-menu a {
  display: inline-block;
  border: 0px;
  background: transparent; }
  .toggle-menu a span {
    display: block; }
  .toggle-menu a:hover, .toggle-menu a:focus, .toggle-menu a:active {
    background: transparent; }

/* ====================== lines button ==================================================*/
.lines-button {
  padding: 1rem 0.5rem;
  transition: 0.2s;
  cursor: pointer;
  user-select: none;
  border-radius: 0; }
  .lines-button:hover {
    opacity: 1; }
  .lines-button:active {
    transition: 0; }

.lines {
  display: inline-block;
  width: 2rem;
  height: 0.2857142857rem;
  background: #fdc300;
  border-radius: 0;
  transition: 0.3s;
  position: relative; }
  .lines:before, .lines:after {
    display: inline-block;
    width: 2rem;
    height: 0.2857142857rem;
    background: #fdc300;
    border-radius: 0;
    transition: 0.3s;
    position: absolute;
    left: 0;
    content: '';
    -ms-transform-origin: 0.1428571429rem center;
    -webkit-transform-origin: 0.1428571429rem center;
    transform-origin: 0.1428571429rem center; }
  .lines:before {
    top: 0.6rem; }
  .lines:after {
    top: -0.6rem; }

.lines-button:hover .lines:before {
  top: 0.7rem; }

.lines-button:hover .lines:after {
  top: -0.7rem; }

.menu-toggle--open .lines-button .lines {
  -ms-transform: scale3d(0.8, 0.8, 0.8);
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
  transform: scale3d(0.8, 0.8, 0.8); }

.lines-button.x2 .lines {
  transition: background 0.3s 0.6s ease; }
  .lines-button.x2 .lines:before, .lines-button.x2 .lines:after {
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: top 0.3s 0.6s ease, -ms-transform 0.3s ease;
    transition: top 0.3s 0.6s ease, -webkit-transform 0.3s ease;
    transition: top 0.3s 0.6s ease, transform 0.3s ease; }

.menu-toggle--open .lines-button.x2 .lines {
  transition: background 0.3s 0s ease;
  background: transparent; }
  .menu-toggle--open .lines-button.x2 .lines:before, .menu-toggle--open .lines-button.x2 .lines:after {
    transition: top 0.3s ease, -ms-transform 0.3s 0.6s ease;
    transition: top 0.3s ease, -webkit-transform 0.3s 0.6s ease;
    transition: top 0.3s ease, transform 0.3s 0.6s ease;
    top: 0;
    width: 2rem; }
  .menu-toggle--open .lines-button.x2 .lines:before {
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg); }
  .menu-toggle--open .lines-button.x2 .lines:after {
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg); }

/*************************************************************/
/*************************************************************/
html .infobox {
  position: relative;
  display: inline-block;
  background: white;
  padding: 2em;
  margin: 2em auto;
  border: 1px solid #283558; }
  html .infobox p {
    text-align: center; }

html a {
  transition: color 0.3s;
  color: #fdc300; }
  html a:hover, html a:focus {
    color: #ca9c00; }

html h2, html #content h2 {
  font-family: "acumin-pro-extra-condensed", Georgia, Cambria, "Times New Roman", Times, serif;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: bold;
  color: #222;
  letter-spacing: 0.03em;
  line-height: 1.1; }

html .section-title, html #content .section-title {
  font-family: "acumin-pro-extra-condensed", Georgia, Cambria, "Times New Roman", Times, serif;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: bold;
  text-align: left;
  color: #222;
  line-height: 1.1;
  margin-bottom: 0.8em;
  letter-spacing: 0.03em; }

html .home .section-title, html .home #content .section-title {
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  margin-bottom: inherit; }

html h3, html #content h3 {
  font-family: "acumin-pro-extra-condensed", Georgia, Cambria, "Times New Roman", Times, serif;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  color: #222;
  letter-spacing: 0.03em;
  line-height: 1.1; }

html .home .h3, html .home #content h3 {
  letter-spacing: 0.05em;
  color: #fff; }

html h4, html #content h4 {
  font-family: "acumin-pro-extra-condensed", Georgia, Cambria, "Times New Roman", Times, serif;
  color: #222;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 -0.5em 0; }

html #content p, html #content li {
  color: #222;
  font-size: 15px; }

html .home #content p, html .home #content li {
  color: #fff; }

html .gform_wrapper {
  position: relative;
  margin: 0 !important;
  max-width: 100% !important; }
  html .gform_wrapper .hide-label > label {
    display: none !important; }
  html .gform_wrapper #field_1_1 {
    padding-right: 30px; }
    @media (max-width: 767px) {
      html .gform_wrapper #field_1_1 {
        padding-right: 0px; } }
  html .gform_wrapper #label_1_4_1 {
    margin: 3px 0px 0 24px !important; }
  html .gform_wrapper #field_1_5 label {
    display: none; }
  html .gform_wrapper #gform_submit_button_1 {
    transition: color,background 0.3s;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    background: transparent;
    border: 4px solid #fdc300;
    padding: 8px 20px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fdc300;
    letter-spacing: 0.05em;
    font-weight: 900; }
    html .gform_wrapper #gform_submit_button_1:hover, html .gform_wrapper #gform_submit_button_1:focus {
      color: #fff;
      background: #fdc300; }
  html .gform_wrapper#gform_wrapper_1 .gform_footer {
    text-align: left !important; }
    @media (max-width: 767px) {
      html .gform_wrapper#gform_wrapper_1 .gform_footer {
        text-align: center !important;
        padding: 0 !important;
        margin: 0 0 25px 0 !important; } }
  @media (max-width: 767px) {
    html .gform_wrapper #gform_submit_button_1 {
      margin: auto !important; } }
  html .gform_wrapper .width-20 {
    width: 20% !important;
    float: left !important;
    clear: none !important; }
    @media (max-width: 767px) {
      html .gform_wrapper .width-20 {
        width: 100% !important; } }
  html .gform_wrapper .width-40 {
    width: 40% !important;
    float: left !important;
    clear: none !important; }
    @media (max-width: 767px) {
      html .gform_wrapper .width-40 {
        width: 100% !important; } }
  html .gform_wrapper .width-50 {
    width: 50% !important;
    float: left !important;
    clear: none !important; }
    @media (max-width: 767px) {
      html .gform_wrapper .width-50 {
        width: 100% !important; } }
  html .gform_wrapper .selite {
    margin-top: 0px !important; }
    @media (min-width: 768px) {
      html .gform_wrapper .selite {
        position: absolute;
        left: 194px;
        top: 100px; } }
    @media (max-width: 767px) {
      html .gform_wrapper .selite {
        padding: 15px 0; } }
  html .gform_wrapper .gform_footer {
    text-align: center !important; }
  html .gform_wrapper .ginput_container textarea, html .gform_wrapper .ginput_container input {
    border: 1px solid #d5d5d5;
    padding: 8px 10px;
    width: 100% !important; }

html .button {
  font-family: "acumin-pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  transition: color,background 0.3s;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  background: transparent;
  border: 4px solid #fdc300;
  padding: 8px 20px;
  font-size: 14px;
  text-transform: uppercase;
  color: #fdc300;
  letter-spacing: 0.05em;
  font-weight: 900; }
  html .button:hover, html .button:focus {
    color: #fff;
    background: #fdc300; }

html .gm-style-iw {
  text-align: center; }

.reveal-modal {
  background: #283558 !important;
  border: 0px !important; }
  .reveal-modal .button {
    border: 4px solid #fdc300 !important;
    color: #fff !important; }
  .reveal-modal h1, .reveal-modal h2, .reveal-modal h3, .reveal-modal h4, .reveal-modal p, .reveal-modal span, .reveal-modal li {
    color: #fff !important; }
  .reveal-modal .close-reveal-modal {
    color: #fdc300 !important; }

.error404 main, .search main {
  padding-top: 130px !important;
  min-height: 60vh; }

/*************************************************************/
/*************************************************************/
#header {
  position: relative;
  margin: auto;
  max-width: 1200px; }
  #header .menu-wrapper {
    border-bottom: 5px solid #818698;
    background: #3c425b;
    /* Old browsers */
    background: -moz-linear-gradient(top, #3c425b 0%, #2a3554 28%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #3c425b 0%, #2a3554 28%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #3c425b 0%, #2a3554 28%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c425b', endColorstr='#2a3554',GradientType=0 );
    /* IE6-9 */ }
  #header .site-logo {
    padding-top: 19px;
    padding-right: 20px;
    padding-bottom: 19px; }
  @media (min-width: 1024px) {
    #header .menu-wrapper {
      position: absolute;
      top: 0px;
      z-index: 1;
      width: 100%; }
      #header .menu-wrapper > .columns {
        padding-right: 0px; }
    #header .yla_teksti {
      border-left: 1px solid #262f46;
      border-bottom: 1px solid #242d48;
      padding-left: 14px;
      padding-bottom: 10px; }
      #header .yla_teksti p {
        font-family: "acumin-pro-semi-condensed", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        color: #fff;
        margin: auto;
        padding-top: 5px; }
      #header .yla_teksti a {
        font-family: "acumin-pro-extra-condensed", Georgia, Cambria, "Times New Roman", Times, serif;
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 500; }
    #header #mainnav {
      border-left: 1px solid #3f4c6d; }
    #header #main-menu {
      padding: 0 12px !important;
      border-top: 1px solid #3f455e;
      height: 56px !important;
      table-layout: auto !important; }
      #header #main-menu a {
        transition: color 0.3s;
        font-family: "acumin-pro-extra-condensed", Georgia, Cambria, "Times New Roman", Times, serif;
        text-transform: uppercase;
        font-size: 19px;
        font-weight: bold;
        color: #818698;
        letter-spacing: 0.05em; }
        #header #main-menu a:hover, #header #main-menu a:focus {
          color: #fff; }
      #header #main-menu .search-wrapper {
        padding-left: 14px;
        position: relative;
        border-left: 1px solid #212a44; }
        #header #main-menu .search-wrapper .hoyryicon-search {
          color: #fff; }
          #header #main-menu .search-wrapper .hoyryicon-search:before {
            font-size: 28px; }
        #header #main-menu .search-wrapper:before {
          position: absolute;
          content: "";
          top: 0px;
          left: -2px;
          width: 1px;
          height: 100%;
          background: #3f4c6d; }
      #header #main-menu ul.sub-menu {
        top: 67px;
        padding: 0px;
        background: #283558;
        border-radius: 10px;
        width: 180px; }
        #header #main-menu ul.sub-menu a {
          position: relative;
          transition: box-shadow,color 0.3s;
          font-family: "acumin-pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
          font-size: 15px;
          text-transform: none;
          letter-spacing: 0;
          display: block;
          padding: 10px 25px;
          color: #8d92a5; }
          #header #main-menu ul.sub-menu a:hover, #header #main-menu ul.sub-menu a:focus {
            box-shadow: 0px 9px 23px #2a3554 inset, 0px 10px 23px #2a3554 inset, 0px 12px 46px #232d4a inset, 0px 34px 23px #232d4a inset;
            color: #fff; }
          #header #main-menu ul.sub-menu a:first-child {
            border-top-left-radius: 10px;
            border-top-right-radius: 10px; }
          #header #main-menu ul.sub-menu a:last-child {
            border-bottom-left-radius: 10px;
            border-bottom-right-radius: 10px; }
        #header #main-menu ul.sub-menu:before {
          position: absolute;
          content: "";
          top: -5px;
          left: 25px;
          width: 10px;
          height: 10px;
          transform: rotate(45deg);
          background: #283558; }
      #header #main-menu > .current-menu-ancestor, #header #main-menu > .current_page_item {
        background: #818698; }
        #header #main-menu > .current-menu-ancestor > a, #header #main-menu > .current_page_item > a {
          color: #fff; } }

/*************************************************************/
/*************************************************************/
#content .etusivu-slider .slide-content {
  padding-left: 40%;
  padding-top: 10%; }
  #content .etusivu-slider .slide-content .slide-title {
    font-size: 43px;
    font-family: "acumin-pro-extra-condensed", Georgia, Cambria, "Times New Roman", Times, serif;
    font-weight: bold;
    color: #fdc300;
    text-transform: uppercase;
    line-height: 1.1; }
  #content .etusivu-slider .slide-content table {
    height: auto !important;
    margin-bottom: 25px;
    width: 100% !important; }
  #content .etusivu-slider .slide-content > .columns {
    background: rgba(40, 53, 88, 0.9);
    padding: 35px 50px;
    border-bottom: 8px solid #717a91; }
    #content .etusivu-slider .slide-content > .columns p {
      color: #fff; }
    #content .etusivu-slider .slide-content > .columns ul {
      padding-left: 20px; }
      #content .etusivu-slider .slide-content > .columns ul li {
        color: #fff; }
  #content .etusivu-slider .slide-content .button {
    transition: background 0.3s;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    background: transparent;
    border: 3px solid #fdc300;
    padding: 8px 20px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.05em;
    font-weight: 900; }
    #content .etusivu-slider .slide-content .button:hover, #content .etusivu-slider .slide-content .button:focus {
      background: #fdc300; }

#content .etusivu-slider .kuvaesitys-wrapper {
  border-bottom: 8px solid #717a91; }

@media (max-width: 1023px) {
  #content .etusivu-slider .slide-content {
    padding-left: 0%;
    padding-top: 0%; }
  #content .etusivu-slider .slide-content .slide-title {
    font-size: 36px; } }

@media (max-width: 767px) {
  #content .etusivu-slider .slide-content .slide-entry {
    display: none; }
  #content .etusivu-slider .slide-content .slide-title {
    font-size: 32px;
    text-align: center; } }

#content .etusivu-slider .owl-buttons {
  display: none; }

#content .etusivu-slider .slide-entry {
  position: relative; }

#content .etusivu-slider .custom-buttons .owl-buttons {
  display: block; }

#content .etusivu-slider .custom-buttons {
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: 40px;
  width: 100px; }
  #content .etusivu-slider .custom-buttons .owl-next, #content .etusivu-slider .custom-buttons .owl-prev {
    background: none; }
  #content .etusivu-slider .custom-buttons .owl-next {
    top: 5px;
    right: 1rem; }
    #content .etusivu-slider .custom-buttons .owl-next:before {
      content: ""; }
    #content .etusivu-slider .custom-buttons .owl-next:before {
      font-size: 34px;
      color: #838a9c; }
  #content .etusivu-slider .custom-buttons .owl-prev {
    top: 5px;
    left: 10px; }
    #content .etusivu-slider .custom-buttons .owl-prev:before {
      content: ""; }
    #content .etusivu-slider .custom-buttons .owl-prev:before {
      font-size: 34px;
      color: #838a9c; }

body:not(.home) #content .kuvaesitys-section .preloader {
  height: 350px; }
  @media (max-width: 1024px) {
    body:not(.home) #content .kuvaesitys-section .preloader {
      height: 320px; } }
  @media (max-width: 768px) {
    body:not(.home) #content .kuvaesitys-section .preloader {
      height: 320px; } }
  @media (max-width: 500px) {
    body:not(.home) #content .kuvaesitys-section .preloader {
      height: 280px; } }

body:not(.home) #content .kuvaesitys-section.skaalautumaton .slide {
  height: 350px; }
  @media (max-width: 1024px) {
    body:not(.home) #content .kuvaesitys-section.skaalautumaton .slide {
      height: 320px; } }
  @media (max-width: 768px) {
    body:not(.home) #content .kuvaesitys-section.skaalautumaton .slide {
      height: 320px; } }
  @media (max-width: 500px) {
    body:not(.home) #content .kuvaesitys-section.skaalautumaton .slide {
      height: 280px; } }

body:not(.home) #content .kuvaesitys-section .slide-content-wrapper {
  height: 350px; }
  @media (max-width: 1024px) {
    body:not(.home) #content .kuvaesitys-section .slide-content-wrapper {
      height: 320px; } }
  @media (max-width: 768px) {
    body:not(.home) #content .kuvaesitys-section .slide-content-wrapper {
      height: 320px; } }
  @media (max-width: 500px) {
    body:not(.home) #content .kuvaesitys-section .slide-content-wrapper {
      height: 280px; } }
  body:not(.home) #content .kuvaesitys-section .slide-content-wrapper .slide-content {
    padding-top: 10%;
    text-align: center; }
    body:not(.home) #content .kuvaesitys-section .slide-content-wrapper .slide-content .slide-title {
      font-size: 53px;
      font-weight: bold;
      color: #fdc300;
      letter-spacing: 0; }

body:not(.home) #content .kuvaesitys-section.full-height,
body:not(.home) #content .kuvaesitys-section.full-height .preloader,
body:not(.home) #content .kuvaesitys-section.full-height .slide,
body:not(.home) #content .kuvaesitys-section.full-height .slide-content-wrapper {
  height: 100vh; }
  @media (max-width: 1024px) {
    body:not(.home) #content .kuvaesitys-section.full-height,
    body:not(.home) #content .kuvaesitys-section.full-height .preloader,
    body:not(.home) #content .kuvaesitys-section.full-height .slide,
    body:not(.home) #content .kuvaesitys-section.full-height .slide-content-wrapper {
      height: 100vh; } }
  @media (max-width: 768px) {
    body:not(.home) #content .kuvaesitys-section.full-height,
    body:not(.home) #content .kuvaesitys-section.full-height .preloader,
    body:not(.home) #content .kuvaesitys-section.full-height .slide,
    body:not(.home) #content .kuvaesitys-section.full-height .slide-content-wrapper {
      height: 100vh; } }
  @media (max-width: 500px) {
    body:not(.home) #content .kuvaesitys-section.full-height,
    body:not(.home) #content .kuvaesitys-section.full-height .preloader,
    body:not(.home) #content .kuvaesitys-section.full-height .slide,
    body:not(.home) #content .kuvaesitys-section.full-height .slide-content-wrapper {
      height: 100vh; } }

body:not(.home) #content .kuvaesitys-section .owl-controls {
  height: 0px; }

#content .nostoboxit .thumbnail-wrapper {
  overflow: hidden;
  position: relative;
  background: #fff; }
  #content .nostoboxit .thumbnail-wrapper:before {
    position: absolute;
    top: -36px;
    left: -20px;
    content: "";
    background: #fdc300;
    width: 150px;
    height: 70px;
    transform: rotate(-24deg); }

#content .nostoboxit .slider-image {
  background-size: contain;
  height: 170px;
  margin-top: 30px; }

#content .nostoboxit .entry {
  position: relative;
  overflow: hidden;
  min-height: 205px;
  height: auto;
  border-bottom: 9px solid #fdc300;
  padding: 25px 20px 9px 20px; }
  #content .nostoboxit .entry h3 {
    font-size: 18px;
    text-align: left;
    font-weight: bold;
    font-family: "acumin-pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    text-transform: none;
    letter-spacing: normal;
    line-height: 1.4; }
  #content .nostoboxit .entry a {
    color: #283558; }
  #content .nostoboxit .entry:before {
    position: absolute;
    bottom: -50px;
    right: -27px;
    content: "";
    background: #f2f3f4;
    width: 220px;
    height: 90px;
    transform: rotate(-24deg); }

#content .nostoboxit .linkki-wrapper {
  transition: background 0.3s;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  background: #fff;
  border: 4px solid #fdc300;
  padding: 8px 0;
  margin-top: 20px; }
  #content .nostoboxit .linkki-wrapper a {
    transition: color 0.3s;
    font-size: 14px;
    text-transform: uppercase;
    color: #fdc300;
    letter-spacing: 0.05em;
    font-weight: 900; }
  #content .nostoboxit .linkki-wrapper:hover, #content .nostoboxit .linkki-wrapper:focus {
    background: #fdc300; }
    #content .nostoboxit .linkki-wrapper:hover a, #content .nostoboxit .linkki-wrapper:focus a {
      color: #fff; }

#content .kaivuri-ala {
  background-color: #283558 !important;
  background-image: url(images/kaivuri-ala-iso.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top; }
  #content .kaivuri-ala .section-content h2 {
    font-family: "acumin-pro-extra-condensed", Georgia, Cambria, "Times New Roman", Times, serif;
    text-transform: uppercase;
    font-size: 53px;
    font-weight: bold;
    color: #fdc300;
    line-height: 1.1; }
    @media (max-width: 767px) {
      #content .kaivuri-ala .section-content h2 {
        font-size: 40px; } }
  #content .kaivuri-ala h3 {
    font-size: 30px; }
  #content .kaivuri-ala h4 {
    color: #fdc300; }
  #content .kaivuri-ala p {
    color: #fff; }
  #content .kaivuri-ala h3 {
    color: #fff; }
  #content .kaivuri-ala .vasen-palsta p {
    font-family: "acumin-pro-extra-condensed", Georgia, Cambria, "Times New Roman", Times, serif;
    font-size: 22px;
    line-height: 1.3; }
  @media (max-width: 1700px) {
    #content .kaivuri-ala {
      background-image: url(images/kaivuri-ala.jpg); } }
  @media (max-width: 1200px) {
    #content .kaivuri-ala {
      background-position: bottom; } }
  @media (min-width: 768px) {
    #content .kaivuri-ala .oikea-palsta .columns {
      padding-left: 50px; } }

#content .palvelut {
  background-color: #283558 !important;
  background-image: url(images/kaivuri-yla-iso.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom; }
  #content .palvelut .section-container {
    padding-bottom: 75px; }
  @media (max-width: 1700px) {
    #content .palvelut {
      background-image: none;
      background-position: bottom; } }
  #content .palvelut .section-title {
    letter-spacing: 0.05em;
    text-align: center;
    color: #fff;
    margin-bottom: inherit;
    padding-bottom: 75px; }
    @media (max-width: 767px) {
      #content .palvelut .section-title {
        padding-bottom: 50px; } }

#content .kuva_ja_hero {
  background: #fdc300; }
  #content .kuva_ja_hero p {
    font-size: 35px;
    font-family: "acumin-pro-extra-condensed", Georgia, Cambria, "Times New Roman", Times, serif;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.1;
    margin: 0.7em 0 0.8em 0; }
    @media (max-width: 1000px) {
      #content .kuva_ja_hero p {
        font-size: 26px; } }
  #content .kuva_ja_hero .columns {
    max-width: 870px;
    width: 100%; }
  #content .kuva_ja_hero a {
    color: #283558; }
  #content .kuva_ja_hero table {
    margin: auto; }
  #content .kuva_ja_hero td:first-child {
    position: relative;
    width: 280px; }
    #content .kuva_ja_hero td:first-child img {
      position: absolute;
      bottom: 0px;
      left: 0px; }
    @media (max-width: 767px) {
      #content .kuva_ja_hero td:first-child {
        display: none; } }

#content .asiakastyot {
  background: #283558; }
  #content .asiakastyot li {
    position: relative;
    height: 397px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0; }
    #content .asiakastyot li table {
      transition: opacity 0.5s;
      background: rgba(40, 53, 88, 0.9);
      opacity: 0;
      height: 397px;
      width: 102%; }
      #content .asiakastyot li table td {
        vertical-align: bottom; }
    #content .asiakastyot li .hover {
      padding: 7px 25px; }
      #content .asiakastyot li .hover h3 {
        position: relative;
        font-size: 24px;
        font-family: "acumin-pro-extra-condensed", Georgia, Cambria, "Times New Roman", Times, serif;
        font-weight: bold;
        color: #fff;
        text-transform: uppercase;
        line-height: 1.1;
        letter-spacing: 0.05em;
        padding-bottom: 15px;
        margin-bottom: 17px; }
        #content .asiakastyot li .hover h3:before {
          position: absolute;
          content: "";
          bottom: -5px;
          left: 0px;
          width: 80px;
          height: 4px;
          background: #fdc300; }
      #content .asiakastyot li .hover p {
        color: #fff; }
    #content .asiakastyot li:hover table, #content .asiakastyot li:focus table {
      opacity: 1; }

#content .isoteksti p {
  font-size: 35px;
  font-family: "acumin-pro-extra-condensed", Georgia, Cambria, "Times New Roman", Times, serif;
  font-weight: bold;
  color: #707481;
  text-transform: uppercase;
  line-height: 1.1;
  margin: 25px 0; }
  @media (max-width: 1000px) {
    #content .isoteksti p {
      font-size: 26px; } }

#content .isoteksti a {
  color: #fdc300; }

#content .ingressi p {
  font-family: "acumin-pro-extra-condensed", Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 25px;
  color: #333b57;
  line-height: 1.3; }

#content .breadcrumbs-wrap {
  padding: 0 0 50px 0;
  background: #fff; }
  #content .breadcrumbs-wrap .columns {
    position: relative; }
    #content .breadcrumbs-wrap .columns:after {
      position: absolute;
      content: "";
      top: 8px;
      left: 15px;
      background-image: url(images/raita.png);
      height: 7px;
      width: calc(100% - 30px); }
  #content .breadcrumbs-wrap .breadcrumbs {
    background: #fff;
    position: relative;
    padding-right: 6%;
    float: left;
    width: auto;
    z-index: 1; }
    #content .breadcrumbs-wrap .breadcrumbs .trail-before {
      color: #283558;
      padding: 0px;
      font-weight: normal; }
    #content .breadcrumbs-wrap .breadcrumbs li {
      color: #b1b7ca;
      text-transform: none;
      font-weight: bold; }
      #content .breadcrumbs-wrap .breadcrumbs li:after {
        right: 2px; }
    #content .breadcrumbs-wrap .breadcrumbs > li, #content .breadcrumbs-wrap .breadcrumbs > a {
      float: left;
      text-transform: none; }
      #content .breadcrumbs-wrap .breadcrumbs > li:after, #content .breadcrumbs-wrap .breadcrumbs > a:after {
        color: #283558; }
    #content .breadcrumbs-wrap .breadcrumbs a {
      font-weight: bold;
      color: #283558;
      text-transform: none; }
    #content .breadcrumbs-wrap .breadcrumbs .trail-end {
      position: relative;
      padding: 0 10px; }
      #content .breadcrumbs-wrap .breadcrumbs .trail-end:before {
        color: #b1b7ca;
        position: absolute;
        top: 0px;
        left: 2px;
        content: "/"; }

#content .UKK .accordion-header {
  transition: background 0.5s;
  position: relative;
  padding: 22px 0;
  background: #fff;
  border: 0px;
  border-bottom: 1px solid #e4e4e4;
  border-top: 1px solid #ffffff; }
  #content .UKK .accordion-header h3 {
    margin: 0;
    font-family: "acumin-pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 600;
    padding-right: 50px;
    padding-left: 20px;
    font-size: 17px;
    letter-spacing: normal;
    cursor: pointer;
    color: #222222;
    text-transform: none; }
  #content .UKK .accordion-header .expand {
    position: absolute;
    right: 18px;
    top: 7px;
    cursor: pointer; }
    #content .UKK .accordion-header .expand .hoyryicon-plus-round-alt:before, #content .UKK .accordion-header .expand .hoyryicon-minus-round-alt:before {
      font-size: 32px;
      color: #283558; }
  #content .UKK .accordion-header:hover {
    background: #fff; }

#content .UKK .accordion-content {
  border: 0;
  border-bottom: 1px solid #e4e4e4; }

#content .UKK .accordion-description {
  padding: 12px; }
  #content .UKK .accordion-description p {
    color: #818181; }

#content .teksti_ja_henkilokunta .sisalto-wrap {
  padding-bottom: 25px; }

#content .teksti_ja_henkilokunta .puhekupla {
  position: relative;
  background: #fdc508;
  width: 265px;
  padding: 15px 22px 6px;
  margin: auto auto 30px auto; }
  #content .teksti_ja_henkilokunta .puhekupla h4 {
    text-align: center;
    font-family: "acumin-pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 20px;
    text-transform: none; }
  #content .teksti_ja_henkilokunta .puhekupla:before {
    position: absolute;
    bottom: -26px;
    left: 48px;
    content: "";
    border-left: 40px solid transparent;
    border-right: 0px solid transparent;
    border-top: 26px solid #edad00; }

#content .teksti_ja_henkilokunta table.equal {
  width: 100%; }
  #content .teksti_ja_henkilokunta table.equal td {
    vertical-align: bottom; }

#content .teksti_ja_henkilokunta .kuva {
  text-align: center; }

#content .teksti_ja_henkilokunta .listat td {
  vertical-align: top; }
  #content .teksti_ja_henkilokunta .listat td:first-child {
    padding-right: 5px; }
  #content .teksti_ja_henkilokunta .listat td:last-child {
    padding-left: 5px; }

@media (max-width: 600px) {
  #content .teksti_ja_henkilokunta .listat table, #content .teksti_ja_henkilokunta .listat tbody, #content .teksti_ja_henkilokunta .listat tr, #content .teksti_ja_henkilokunta .listat td {
    display: block !important; } }

#content .teksti_ja_henkilokunta .check {
  padding: 0; }
  #content .teksti_ja_henkilokunta .check li {
    position: relative;
    list-style-type: none;
    padding-left: 30px;
    padding-bottom: 6px;
    font-weight: bold; }
    #content .teksti_ja_henkilokunta .check li .hoyryicon-check {
      position: absolute;
      left: 0px;
      color: #283558; }
      #content .teksti_ja_henkilokunta .check li .hoyryicon-check:before {
        font-size: 16px; }

#content .numeropallot .section-title {
  position: relative;
  text-align: center;
  color: #fff;
  padding-bottom: 100px; }
  @media (max-width: 767px) {
    #content .numeropallot .section-title {
      padding-bottom: 0px; } }
  #content .numeropallot .section-title:before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    background-image: url(images/numeropallot.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    max-width: 850px;
    height: 100%;
    max-height: 49px; }
    @media (max-width: 1050px) {
      #content .numeropallot .section-title:before {
        max-width: 750px; } }
    @media (max-width: 950px) {
      #content .numeropallot .section-title:before {
        max-width: 650px; } }
    @media (max-width: 850px) {
      #content .numeropallot .section-title:before {
        max-width: 550px; } }
    @media (max-width: 767px) {
      #content .numeropallot .section-title:before {
        display: none; } }

#content .numeropallot h4 {
  color: #fdc300; }

#content .numeropallot p {
  color: #fff;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto; }

#content .lomake {
  padding-bottom: 75px; }
  #content .lomake .section-container {
    border: 2px solid #505974; }
  #content .lomake .section-title {
    padding-top: 25px;
    position: relative;
    text-align: center;
    color: #fff; }
  #content .lomake p {
    color: #fff; }
  #content .lomake .gfield_label {
    color: #626c85;
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 17px; }
  #content .lomake .custom-select-wrapper, #content .lomake #gform_wrapper_2 .ginput_container_select, #content .lomake #gform_wrapper_3 .ginput_container_select, #content .lomake #field_4_8 .ginput_container_select {
    position: relative;
    background: #fff;
    height: 39px;
    overflow: hidden; }
    #content .lomake .custom-select-wrapper:before, #content .lomake #gform_wrapper_2 .ginput_container_select:before, #content .lomake #gform_wrapper_3 .ginput_container_select:before, #content .lomake #field_4_8 .ginput_container_select:before {
      content: "";
      position: absolute;
      top: 15px;
      right: 8px;
      color: #fff;
      pointer-events: none;
      content: "";
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-top: 10px solid #b8bcc8; }
    #content .lomake .custom-select-wrapper select, #content .lomake #gform_wrapper_2 .ginput_container_select select, #content .lomake #gform_wrapper_3 .ginput_container_select select, #content .lomake #field_4_8 .ginput_container_select select {
      background: transparent;
      border: 0px;
      height: 39px;
      outline: none;
      width: 150%;
      text-align: left; }
  #content .lomake .keltainen .ginput_container_select {
    position: relative;
    background: transparent;
    border: 4px solid #fdc300;
    height: 46px;
    overflow: hidden; }
    #content .lomake .keltainen .ginput_container_select label {
      font-family: "acumin-pro-extra-condensed", Georgia, Cambria, "Times New Roman", Times, serif;
      text-transform: uppercase;
      font-size: 30px;
      font-weight: bold;
      color: #222;
      letter-spacing: 0.03em;
      line-height: 1.1;
      text-align: center; }
    #content .lomake .keltainen .ginput_container_select:before {
      content: "";
      position: absolute;
      top: 15px;
      right: 22px;
      color: #fff;
      pointer-events: none;
      content: "";
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-top: 10px solid #fff; }
    #content .lomake .keltainen .ginput_container_select:after {
      content: "";
      position: absolute;
      top: 0px;
      right: 60px;
      height: 100%;
      pointer-events: none;
      border-left: 4px solid #fdc300; }
    #content .lomake .keltainen .ginput_container_select select {
      background: transparent;
      border: 0px;
      height: 37px;
      outline: none;
      width: 110%;
      text-align: left;
      font-size: 14px;
      text-transform: uppercase;
      color: #fff;
      font-weight: 900;
      font-family: "acumin-pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      letter-spacing: 0.05em; }
  @media (min-width: 768px) {
    #content .lomake .first {
      padding-right: 10px !important; } }
  @media (min-width: 768px) {
    #content .lomake .last {
      padding-left: 10px !important; } }
  #content .lomake #gform_wrapper_2 textarea.large {
    height: 204px; }
  #content .lomake .gform_footer .button {
    display: block;
    width: 100%;
    color: #fff; }

#content .maa_aineslaskuri {
  background: #283558; }
  #content .maa_aineslaskuri .section-title h2 {
    color: #fff !important; }
  #content .maa_aineslaskuri .ginput_container {
    padding-bottom: 10px; }
  #content .maa_aineslaskuri label {
    padding-bottom: 3px; }
  #content .maa_aineslaskuri .gform_footer {
    padding-top: 25px;
    float: left;
    width: 100%; }
  #content .maa_aineslaskuri .results table {
    border: 1px solid #283558;
    padding: 0;
    width: 100%; }
    #content .maa_aineslaskuri .results table th {
      text-align: left;
      letter-spacing: normal; }
    #content .maa_aineslaskuri .results table tr:nth-child(odd) {
      background: #e9eaee; }
    #content .maa_aineslaskuri .results table tr:nth-child(even) {
      background: #fff; }
    #content .maa_aineslaskuri .results table th, #content .maa_aineslaskuri .results table td {
      padding: 10px 0 10px 20px; }
      @media (max-width: 600px) {
        #content .maa_aineslaskuri .results table th, #content .maa_aineslaskuri .results table td {
          font-size: 10px; }
          #content .maa_aineslaskuri .results table th.lisa, #content .maa_aineslaskuri .results table td.lisa {
            display: none; } }
  #content .maa_aineslaskuri .results .download-wrap {
    display: none; }
  #content .maa_aineslaskuri .results .download {
    display: block;
    margin-top: 15px;
    width: 100%;
    color: #fff;
    text-align: center; }

#content .reittikartta .container td {
  vertical-align: top; }

#content .reittikartta table {
  width: 100%; }
  #content .reittikartta table .ajopaivat {
    background: #2c3652;
    width: 490px; }
    #content .reittikartta table .ajopaivat .wrap {
      background: #fdc300; }
      #content .reittikartta table .ajopaivat .wrap .table {
        padding: 25px 0; }
        #content .reittikartta table .ajopaivat .wrap .table.first {
          padding: 0 0 25px 0; }
      #content .reittikartta table .ajopaivat .wrap table td {
        text-align: center;
        font-size: 15px; }
    #content .reittikartta table .ajopaivat .foot {
      transition: all 0.3s;
      position: relative;
      cursor: pointer;
      background: #2c3652;
      padding: 15px 50px 15px 50px;
      border-top: 1px solid rgba(255, 255, 255, 0.2); }
      #content .reittikartta table .ajopaivat .foot.active {
        background: #fdc300; }
        #content .reittikartta table .ajopaivat .foot.active h3 {
          color: #fff; }
        #content .reittikartta table .ajopaivat .foot.active:before {
          color: #fff; }
      #content .reittikartta table .ajopaivat .foot:before {
        content: ""; }
      #content .reittikartta table .ajopaivat .foot:before {
        transition: all 0.3s;
        position: absolute;
        top: 11px;
        right: 10px;
        color: #70778a;
        font-size: 24px; }
      #content .reittikartta table .ajopaivat .foot:after {
        content: "";
        position: absolute;
        top: -2px;
        left: 0px;
        background: rgba(0, 0, 0, 0.15);
        height: 1px;
        width: 100%; }
  #content .reittikartta table h2 {
    background: #fdc300;
    text-align: center;
    font-size: 27px;
    padding: 25px 0 25px 0;
    color: #fff;
    margin: 0; }
  #content .reittikartta table h3 {
    transition: all 0.3s;
    color: #70778a;
    margin: 0;
    font-size: 14px;
    font-family: "acumin-pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase; }
  #content .reittikartta table .border-right {
    border-right: 1px solid #e9b608; }
  #content .reittikartta table .border-left {
    border-left: 1px solid #e9b608; }
  #content .reittikartta table #map {
    height: 756px; }
  @media (max-width: 950px) {
    #content .reittikartta table .ajopaivat {
      width: 100%; }
    #content .reittikartta table #map {
      display: none; } }

#content .tekstiblokit_ja_lisatiedot h4 span {
  display: inline-block;
  margin-right: 10px;
  color: #283558; }

#content .tekstiblokit_ja_lisatiedot .border-left {
  border-left: 1px solid #e0e2ea;
  padding-left: 50px; }
  @media (max-width: 1123px) {
    #content .tekstiblokit_ja_lisatiedot .border-left {
      padding-left: 15px; } }
  @media (max-width: 1023px) {
    #content .tekstiblokit_ja_lisatiedot .border-left {
      border-left: 0px; } }

#content .asiakaskommentit .section-title {
  text-align: center;
  color: #283558; }

#content .asiakaskommentit h3 {
  font-style: italic;
  color: #494949;
  font-size: 26px;
  font-weight: 500;
  text-transform: none;
  max-width: 700px;
  margin: auto; }

#content .asiakaskommentit .slide-content-wrapper {
  height: 320px;
  padding-bottom: 50px; }

#content .asiakaskommentit .otsikko {
  font-weight: bold;
  font-size: 19px;
  color: #283558;
  margin-top: 45px;
  margin-bottom: 0px; }

#content .asiakaskommentit .title {
  margin-top: 5px;
  color: #283558;
  font-weight: 500; }

#content .asiakaskommentit .owl-pagination .owl-page span {
  border-color: #283558; }

#content .asiakaskommentit .owl-pagination .owl-page.active span {
  background: #283558; }

#content .flex-left > .row {
  max-width: none; }

#content .flex-left .vasen-palsta > .columns {
  padding-left: 0; }
  #content .flex-left .vasen-palsta > .columns p {
    margin: 0; }
  @media (max-width: 767px) {
    #content .flex-left .vasen-palsta > .columns {
      display: none; } }

#content .flex-left .oikea-palsta > .columns {
  padding-top: 25px;
  max-width: 600px; }

.page-id-244 #content {
  background: #283558;
  background-image: url(images/tarjouspyynto-tausta.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100%; }

#content #kiitos p {
  font-family: "acumin-pro-extra-condensed", Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 22px;
  line-height: 1.3;
  color: #fff; }

#content #kiitos .button {
  color: #fff; }

@media (max-width: 1100px) {
  #content .yhteystiedot table {
    max-width: 750px !important; } }

@media (max-width: 650px) {
  #content .yhteystiedot table, #content .yhteystiedot tbody, #content .yhteystiedot tr, #content .yhteystiedot td {
    display: block !important;
    width: 100% !important;
    text-align: center;
    max-width: 360px !important;
    margin: auto; } }

#content .henkilosto .section-title {
  text-align: center;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 1em; }

#content .henkilosto .wrap {
  background: #f7f7f7;
  border-bottom: 9px solid #fdc300;
  padding-right: 15px;
  height: 270px; }

#content .henkilosto table {
  width: 100%;
  height: 270px; }

#content .henkilosto .kuva {
  width: 240px;
  vertical-align: bottom;
  padding-bottom: 9px; }
  #content .henkilosto .kuva img {
    max-height: 240px; }

#content .henkilosto .info {
  padding-left: 0px;
  padding-bottom: 15px; }
  #content .henkilosto .info p {
    margin: 0; }
  #content .henkilosto .info .nimi {
    font-family: "acumin-pro-extra-condensed", Georgia, Cambria, "Times New Roman", Times, serif;
    font-size: 34px;
    font-weight: bold; }

@media (min-width: 768px) and (max-width: 990px) {
  #content .henkilosto .wrap, #content .henkilosto table {
    width: 100% !important;
    height: auto !important;
    padding: 0; }
  #content .henkilosto table, #content .henkilosto tbody, #content .henkilosto tr, #content .henkilosto td {
    display: block !important;
    text-align: center; }
  #content .henkilosto .kuva {
    width: 100% !important;
    padding: 0;
    border-bottom: 5px solid #ddd; }
  #content .henkilosto .info {
    background: #ECECEC;
    height: 170px; }
  #content .henkilosto .titteli {
    padding-top: 15px; } }

@media (max-width: 460px) {
  #content .henkilosto .wrap, #content .henkilosto table {
    width: 100% !important;
    height: auto !important;
    padding: 0; }
  #content .henkilosto table, #content .henkilosto tbody, #content .henkilosto tr, #content .henkilosto td {
    display: block !important;
    text-align: center; }
  #content .henkilosto .kuva {
    width: 100% !important;
    padding: 0;
    border-bottom: 5px solid #ddd; }
  #content .henkilosto .info {
    background: #ECECEC;
    height: 170px; }
  #content .henkilosto .titteli {
    padding-top: 15px; } }

#content .henkilosto .items-per-row-2, #content .henkilosto .no-js .show-2-items {
  margin: 0; }
  @media (min-width: 768px) {
    #content .henkilosto .items-per-row-2, #content .henkilosto .no-js .show-2-items {
      display: block;
      padding: 0;
      margin: 0 -0.625rem; }
      #content .henkilosto .items-per-row-2:before, #content .henkilosto .items-per-row-2:after, #content .henkilosto .no-js .show-2-items:before, #content .henkilosto .no-js .show-2-items:after {
        content: " ";
        display: table; }
      #content .henkilosto .items-per-row-2:after, #content .henkilosto .no-js .show-2-items:after {
        clear: both; }
      #content .henkilosto .items-per-row-2 > li, #content .henkilosto .no-js .show-2-items > li {
        display: block;
        height: auto;
        float: left;
        padding: 0 0.625rem 1.25rem; }
      #content .henkilosto .items-per-row-2 > li, #content .henkilosto .no-js .show-2-items > li {
        width: 50%;
        padding: 0 0.625rem 1.25rem;
        list-style: none; }
        #content .henkilosto .items-per-row-2 > li:nth-of-type(1n), #content .henkilosto .no-js .show-2-items > li:nth-of-type(1n) {
          clear: none; }
        #content .henkilosto .items-per-row-2 > li:nth-of-type(2n+1), #content .henkilosto .no-js .show-2-items > li:nth-of-type(2n+1) {
          clear: both; }
      #content .henkilosto .items-per-row-2 li, #content .henkilosto .no-js .show-2-items li {
        padding: 0 28px 25px 28px; }
      #content .henkilosto .items-per-row-2 li.content-wrapper:nth-of-type(2n + 1), #content .henkilosto .no-js .show-2-items li.content-wrapper:nth-of-type(2n + 1) {
        padding-left: 0px; }
      #content .henkilosto .items-per-row-2 li.content-wrapper:nth-of-type(2n + 2), #content .henkilosto .no-js .show-2-items li.content-wrapper:nth-of-type(2n + 2) {
        padding-right: 0px; } }
  @media (max-width: 767px) {
    #content .henkilosto .items-per-row-2, #content .henkilosto .no-js .show-2-items {
      display: block;
      padding: 0;
      margin: 0 -0.625rem; }
      #content .henkilosto .items-per-row-2:before, #content .henkilosto .items-per-row-2:after, #content .henkilosto .no-js .show-2-items:before, #content .henkilosto .no-js .show-2-items:after {
        content: " ";
        display: table; }
      #content .henkilosto .items-per-row-2:after, #content .henkilosto .no-js .show-2-items:after {
        clear: both; }
      #content .henkilosto .items-per-row-2 > li, #content .henkilosto .no-js .show-2-items > li {
        display: block;
        height: auto;
        float: left;
        padding: 0 0.625rem 1.25rem; }
      #content .henkilosto .items-per-row-2 > li, #content .henkilosto .no-js .show-2-items > li {
        width: 100%;
        padding: 0 0.625rem 1.25rem;
        list-style: none; }
        #content .henkilosto .items-per-row-2 > li:nth-of-type(1n), #content .henkilosto .no-js .show-2-items > li:nth-of-type(1n) {
          clear: none; }
        #content .henkilosto .items-per-row-2 > li:nth-of-type(1n+1), #content .henkilosto .no-js .show-2-items > li:nth-of-type(1n+1) {
          clear: both; }
      #content .henkilosto .items-per-row-2 li.content-wrapper, #content .henkilosto .no-js .show-2-items li.content-wrapper {
        padding-left: 0px;
        padding-right: 0px; } }

#content .henkilosto .no-js .show-2-items li.content-wrapper:nth-of-type(n + 3) {
  display: none; }

#content .laskutus .section-title {
  text-align: center;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 1em;
  padding-bottom: 7px; }

#content .laskutus table {
  width: 100%;
  background: #f1efea;
  border-bottom: 1px solid #fff; }
  #content .laskutus table td {
    padding-top: 15px;
    padding-bottom: 15px; }

@media (min-width: 860px) {
  #content .laskutus .text {
    padding-left: 100px; } }

@media (max-width: 760px) {
  #content .laskutus .wrap, #content .laskutus table {
    width: 100% !important;
    height: auto !important;
    padding: 0; }
  #content .laskutus table, #content .laskutus tbody, #content .laskutus tr, #content .laskutus td {
    display: block !important;
    text-align: center; } }

/*************************************************************/
/*************************************************************/
#footer {
  background: #1c233d;
  padding: 50px 0 0 0;
  color: #fff; }
  #footer a {
    transition: color 0.3s;
    color: #52586e; }
    #footer a:hover, #footer a:focus {
      color: #fff; }
  #footer .footer-logo {
    text-align: center; }
    #footer .footer-logo img {
      max-width: 240px; }
    @media (max-width: 1023px) {
      #footer .footer-logo {
        padding-bottom: 30px; } }
  #footer .footer-block {
    vertical-align: top;
    display: inline-block;
    width: 24%;
    padding-left: 15px; }
    @media (max-width: 1023px) {
      #footer .footer-block {
        text-align: center; } }
    @media (max-width: 860px) {
      #footer .footer-block {
        width: 48%;
        padding-bottom: 15px; } }
    #footer .footer-block ul {
      padding: 0;
      margin: 0; }
      #footer .footer-block ul li {
        list-style-type: none; }
  #footer h3 {
    margin: 0 0 4px 0;
    color: #fdc300;
    font-size: 17px;
    font-family: "acumin-pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    text-transform: none;
    letter-spacing: 0; }
  #footer .footer-content {
    padding: 25px;
    margin-top: 50px;
    border-top: 1px solid #2a3b59;
    text-align: center; }
    #footer .footer-content p {
      font-size: 16px;
      font-family: "acumin-pro-extra-condensed", Georgia, Cambria, "Times New Roman", Times, serif;
      font-weight: bold;
      color: #fff;
      line-height: 1.1; }

.logos {
  background: #fff;
  padding: 25px 0 0 0; }
  .logos li {
    text-align: center; }
  .logos img {
    max-height: 110px; }

.powered {
  background: #1c233d;
  padding: 25px 0; }

.powered-by {
  position: relative;
  top: 0px; }
  @media (max-width: 860px) {
    .powered-by {
      margin: auto; } }
  .powered-by a {
    color: #1c233d; }
  .powered-by #powered_by_logo {
    fill: #51566a; }

.accordion.custom {
  background: #fff; }
  .accordion.custom .fullscreen-image {
    z-index: 100;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.85);
    display: none; }
    .accordion.custom .fullscreen-image .image-container {
      height: 100%;
      margin: 10vh 10vw;
      position: relative; }
      .accordion.custom .fullscreen-image .image-container img {
        position: absolute;
        top: 3%;
        bottom: auto;
        left: 0px;
        right: 0px;
        margin: auto;
        max-width: 80vw;
        max-height: 80vh; }
    .accordion.custom .fullscreen-image .close-fullscreen {
      position: absolute;
      top: 20px;
      right: 15px;
      z-index: 101;
      color: #fff;
      font-size: 60px; }
  .accordion.custom .kohteet .image {
    position: relative; }
  .accordion.custom .accordion-wrapper {
    margin-bottom: 25px; }
  .accordion.custom .accordion-header {
    background: #283558;
    border: 1px solid #283558;
    padding: 8px 20px;
    cursor: pointer; }
    .accordion.custom .accordion-header h3 {
      font-size: 24px !important;
      color: #fff !important; }
    .accordion.custom .accordion-header:hover, .accordion.custom .accordion-header:focus {
      background: #182035; }
  .accordion.custom .accordion-content {
    border: 1px solid #283558;
    padding: 0; }
    .accordion.custom .accordion-content .kohteet {
      width: 100%; }
      .accordion.custom .accordion-content .kohteet th {
        text-align: left;
        text-transform: uppercase;
        letter-spacing: 0.05em; }
      .accordion.custom .accordion-content .kohteet tr:nth-child(odd) {
        background: #e9eaee; }
      .accordion.custom .accordion-content .kohteet tr:nth-child(even) {
        background: #fff; }
      .accordion.custom .accordion-content .kohteet th, .accordion.custom .accordion-content .kohteet td {
        padding: 10px 0 10px 20px; }
        @media (max-width: 600px) {
          .accordion.custom .accordion-content .kohteet th, .accordion.custom .accordion-content .kohteet td {
            font-size: 10px; }
            .accordion.custom .accordion-content .kohteet th.lisa, .accordion.custom .accordion-content .kohteet td.lisa {
              display: none; } }
  .accordion.custom .expand {
    color: #fff; }
  .accordion.custom .eye {
    width: 34px;
    padding: 0 12px 0px 0 !important; }

body .page-container-siirtynyt {
  background: blue; }
  body .page-container-siirtynyt .logo-siirtynyt {
    height: 69px;
    background-image: url(../images/lapinkuljetus_logo.png); }

.page-id-615 {
  background-color: #1a274a; }
  .page-id-615 #page {
    background-image: url(https://www.lapinkuljetus.fi/wp-content/uploads/2019/06/taustakuvalk.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover; }
    .page-id-615 #page .row {
      max-width: unset !important; }
    .page-id-615 #page h2 {
      color: #fdc300;
      font-size: 43px; }
    .page-id-615 #page p {
      color: #fff !important; }
  .page-id-615 #content {
    background: #1a2239; }
  .page-id-615 #footer, .page-id-615 #header, .page-id-615 .logos, .page-id-615 .powered {
    display: none; }
