/*!
	Theme Name: Kapteeni
	Description: Kapteeni -sivupaketin teema.
	Version: 3.0
	Author: Medialuotsi Oy
	Author URI: http://www.medialuotsi.fi
*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,700");
/* normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
@import url(css/vegas.min.css);
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * 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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 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; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * 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.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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; }

/**
 * 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 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 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 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

html, body {
  height: 100%; }

body {
  position: relative; }

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5em; }

.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: -1em;
  margin-right: -1em;
  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: 1em;
  padding-right: 1em;
  width: 100%;
  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.33333%;
    right: auto; }

  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    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.33333%;
    right: auto; }

  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    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.33333%;
    right: auto; }

  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    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.33333%;
    right: auto; }

  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 1em;
    padding-right: 1em;
    float: left; }

  .small-1 {
    width: 8.33333%; }

  .small-2 {
    width: 16.66667%; }

  .small-3 {
    width: 25%; }

  .small-4 {
    width: 33.33333%; }

  .small-5 {
    width: 41.66667%; }

  .small-6 {
    width: 50%; }

  .small-7 {
    width: 58.33333%; }

  .small-8 {
    width: 66.66667%; }

  .small-9 {
    width: 75%; }

  .small-10 {
    width: 83.33333%; }

  .small-11 {
    width: 91.66667%; }

  .small-12 {
    width: 100%; }

  [class*="column"] + [class*="column"]:last-child {
    float: right; }

  [class*="column"] + [class*="column"].end {
    float: left; }

  .small-offset-0 {
    margin-left: 0% !important; }

  .small-offset-1 {
    margin-left: 8.33333% !important; }

  .small-offset-2 {
    margin-left: 16.66667% !important; }

  .small-offset-3 {
    margin-left: 25% !important; }

  .small-offset-4 {
    margin-left: 33.33333% !important; }

  .small-offset-5 {
    margin-left: 41.66667% !important; }

  .small-offset-6 {
    margin-left: 50% !important; }

  .small-offset-7 {
    margin-left: 58.33333% !important; }

  .small-offset-8 {
    margin-left: 66.66667% !important; }

  .small-offset-9 {
    margin-left: 75% !important; }

  .small-offset-10 {
    margin-left: 83.33333% !important; }

  .small-offset-11 {
    margin-left: 91.66667% !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 !important; }

  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; }

  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right; } }
@media only screen and (min-width: 40.063em) {
  .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.33333%;
    right: auto; }

  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    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.33333%;
    right: auto; }

  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    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.33333%;
    right: auto; }

  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    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.33333%;
    right: auto; }

  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 1em;
    padding-right: 1em;
    float: left; }

  .medium-1 {
    width: 8.33333%; }

  .medium-2 {
    width: 16.66667%; }

  .medium-3 {
    width: 25%; }

  .medium-4 {
    width: 33.33333%; }

  .medium-5 {
    width: 41.66667%; }

  .medium-6 {
    width: 50%; }

  .medium-7 {
    width: 58.33333%; }

  .medium-8 {
    width: 66.66667%; }

  .medium-9 {
    width: 75%; }

  .medium-10 {
    width: 83.33333%; }

  .medium-11 {
    width: 91.66667%; }

  .medium-12 {
    width: 100%; }

  [class*="column"] + [class*="column"]:last-child {
    float: right; }

  [class*="column"] + [class*="column"].end {
    float: left; }

  .medium-offset-0 {
    margin-left: 0% !important; }

  .medium-offset-1 {
    margin-left: 8.33333% !important; }

  .medium-offset-2 {
    margin-left: 16.66667% !important; }

  .medium-offset-3 {
    margin-left: 25% !important; }

  .medium-offset-4 {
    margin-left: 33.33333% !important; }

  .medium-offset-5 {
    margin-left: 41.66667% !important; }

  .medium-offset-6 {
    margin-left: 50% !important; }

  .medium-offset-7 {
    margin-left: 58.33333% !important; }

  .medium-offset-8 {
    margin-left: 66.66667% !important; }

  .medium-offset-9 {
    margin-left: 75% !important; }

  .medium-offset-10 {
    margin-left: 83.33333% !important; }

  .medium-offset-11 {
    margin-left: 91.66667% !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 !important; }

  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; }

  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right; }

  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }
@media only screen and (min-width: 64.063em) {
  .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.33333%;
    right: auto; }

  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    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.33333%;
    right: auto; }

  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    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.33333%;
    right: auto; }

  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    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.33333%;
    right: auto; }

  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 1em;
    padding-right: 1em;
    float: left; }

  .large-1 {
    width: 8.33333%; }

  .large-2 {
    width: 16.66667%; }

  .large-3 {
    width: 25%; }

  .large-4 {
    width: 33.33333%; }

  .large-5 {
    width: 41.66667%; }

  .large-6 {
    width: 50%; }

  .large-7 {
    width: 58.33333%; }

  .large-8 {
    width: 66.66667%; }

  .large-9 {
    width: 75%; }

  .large-10 {
    width: 83.33333%; }

  .large-11 {
    width: 91.66667%; }

  .large-12 {
    width: 100%; }

  [class*="column"] + [class*="column"]:last-child {
    float: right; }

  [class*="column"] + [class*="column"].end {
    float: left; }

  .large-offset-0 {
    margin-left: 0% !important; }

  .large-offset-1 {
    margin-left: 8.33333% !important; }

  .large-offset-2 {
    margin-left: 16.66667% !important; }

  .large-offset-3 {
    margin-left: 25% !important; }

  .large-offset-4 {
    margin-left: 33.33333% !important; }

  .large-offset-5 {
    margin-left: 41.66667% !important; }

  .large-offset-6 {
    margin-left: 50% !important; }

  .large-offset-7 {
    margin-left: 58.33333% !important; }

  .large-offset-8 {
    margin-left: 66.66667% !important; }

  .large-offset-9 {
    margin-left: 75% !important; }

  .large-offset-10 {
    margin-left: 83.33333% !important; }

  .large-offset-11 {
    margin-left: 91.66667% !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 !important; }

  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; }

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right; }

  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

.clear:before,
.clear:after {
  content: ' ';
  display: table; }

.clear:after {
  clear: both; }

.clear {
  *zoom: 1; }

img, iframe {
  max-width: 100%;
  vertical-align: middle;
  height: auto; }

a {
  color: #666;
  text-decoration: none; }

a:focus {
  outline: 0; }

a:hover,
a:active {
  outline: 0; }

input:focus {
  outline: 0; }

::selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none; }

::-webkit-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none; }

::-moz-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none; }

.alignnone {
  margin: 5px 16px 0 0; }

a img.alignnone {
  margin: 5px 16px 0 0; }

.wp-caption.alignnone {
  margin: 5px 16px 0 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.alignright {
  float: right;
  margin: 5px 0 0 20px; }

a img.alignright {
  float: none;
  display: block;
  margin: 5px 0 16px 0; }

.wp-caption.alignright {
  float: none;
  display: block;
  width: 98% !important;
  margin: 5px 0 16px 0; }

.alignleft {
  float: left;
  margin: 5px 16px 0 0; }

a img.alignleft {
  float: none;
  display: block;
  margin: 5px 0 16px 0; }

.wp-caption.alignleft {
  float: none;
  display: block;
  width: 98% !important;
  margin: 5px 0 16px 0; }

.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 98%;
  width: 98%;
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: 98.5%; }

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 0.8em;
  line-height: 1.4;
  margin: 0;
  padding: 5px 4px 5px; }

.minus-margin-top {
  margin-top: -60px; }

.viiva {
  height: 1px;
  box-sizing: padding-box;
  background-color: #0c0c0c;
  border-bottom: 1px solid #3f3f3f;
  display: none; }

.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr; }

.ir br {
  display: none; }

* {
  -webkit-tap-highlight-color: transparent; }

.header {
  background: transparent;
  z-index: 500;
  position: relative; }

.header-nav-width {
  display: block;
  margin: 0 auto;
  max-width: 1400px; }

.header.fixed-top {
  position: fixed;
  top: 0;
  width: 100%; }

.header__logo {
  width: auto;
  display: block;
  margin: 0 auto;
  text-align: center; }

.header__logo--mobile {
  display: none;
  text-align: center; }

.header__logo--mobile .header__logo--text {
  margin-top: 0;
  margin-bottom: 0;
  padding: 40px;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-weight: 700;
  font-size: 2em;
  text-transform: uppercase;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out; }

.header__logo .header__logo--text {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 20px;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-weight: 700;
  font-size: 2em;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out; }

.header__logo .header__logo--text:hover {
  color: #323232; }

.header__logo .header__logo--img {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  margin-top: 40px;
  margin-bottom: 20px;
  width: 200px;
  height: 100px;
  background-image: url("img/logo.png");
  background-size: 100% auto;
  background-position: 50% 50%;
  background-repeat: no-repeat; }

.nav {
  z-index: 500; }

.navicon-holder {
  width: 100%;
  height: auto;
  background: transparent; }

.navicon {
  display: block;
  width: 100%;
  height: 40px;
  float: right;
  text-align: center;
  margin: 0px 0px 0px 0px; }
  .navicon:hover {
    cursor: pointer; }

.navtext {
  display: inline-block;
  color: #fff;
  background: transparent;
  text-transform: uppercase;
  border: 1px solid #fff;
  padding: 5px 15px 0 15px;
  margin-top: -10px;
  border-radius: 4px; }
  .navtext:hover {
    background: #323232; }

.navtext:before {
  font-family: 'icomoon';
  font-size: 1.4em;
  content: "\e908";
  display: block;
  float: left;
  margin-top: -5px;
  margin-right: 5px; }

.nav, .main-menu {
  min-height: 40px;
  width: auto;
  margin: 0;
  padding: 0; }

.main-menu > li {
  display: inline-block;
  position: relative; }

.main-menu li {
  list-style: none; }

.main-menu .sub-menu {
  display: none;
  position: absolute;
  background: #fff;
  left: 0;
  top: 90%;
  margin: 0;
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(128, 128, 128, 0.33); }

.main-menu a {
  cursor: pointer;
  display: block;
  line-height: 40px;
  padding: 0 15px;
  font-weight: 400;
  text-transform: normal;
  font-size: 1em;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.main-menu .sub-menu a {
  color: #323232;
  line-height: 50px;
  min-width: 250px;
  margin: 0;
  padding: 10px 0; }

.main-menu .sub-menu.active {
  display: block;
  z-index: 500; }

.main-menu.main-menu--centered {
  text-align: center; }

.main-menu.main-menu--centered > li {
  float: none;
  display: inline-block; }

.main-menu.main-menu--centered .sub-menu {
  text-align: left; }

body {
  font: 400 100%/1.5 "Open Sans", sans-serif;
  color: #666;
  background: url("img/bodybg.jpg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  line-height: 1.6; }

.ei-sivun-kuvaa {
  height: 10px; }

.sivun_iso_kuva {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 350px;
  min-height: 200px;
  height: 60vh;
  position: relative; }
  .sivun_iso_kuva:after {
    content: " ";
    display: block;
    background: -webkit-linear-gradient(to bottom, rgba(34, 34, 34, 0.65) 0%, transparent 100%);
    background: linear-gradient(to bottom, rgba(34, 34, 34, 0.65) 0%, transparent 100%);
    position: absolute;
    height: 100%;
    width: 100%;
    max-height: inherit;
    top: 0;
    left: 0;
    z-index: 0; }

.page-id-129 .sivun_iso_kuva {
  position: relative;
  height: 80vw !important;
  max-height: 600px !important;
  min-height: 400px !important;
  overflow: hidden; }
  .page-id-129 .sivun_iso_kuva:after {
    max-height: inherit; }

.page-middle-section-bg {
  background: #fff;
  border-bottom: 0px solid #d9d9d9;
  position: relative; }
  .page-middle-section-bg.frontpage {
    background: #f0f0f0;
    border-bottom: 0px solid #d9d9d9; }

.page-bottom-section-bg {
  background: rgba(0, 0, 0, 0.77); }

.yrityksen-nimi {
  font-family: "Open Sans", sans-serif;
  font-size: 2em;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  display: inline-block;
  margin: 52px 0 40px 0; }
  .yrityksen-nimi img {
    max-width: 200px;
    width: 100%; }

.image-container, .page-image-container {
  padding-bottom: 62%;
  z-index: 10;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }

.slogan-container {
  text-align: center;
  margin-top: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 900px;
  z-index: 1; }
  .slogan-container h1, .slogan-container h2, .slogan-container h3, .slogan-container h4, .slogan-container h5, .slogan-container h6 {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 1.5em;
    position: relative;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.41);
    z-index: 1; }

.nostotbg-img {
  background-size: cover;
  background-position: 50% 50%;
  background-attachment: fixed; }

.nostotbg {
  background: rgba(66, 66, 66, 0.7); }

.page-highlight-container {
  text-align: center;
  min-height: 200px;
  background: transparent;
  margin-bottom: 20px;
  margin-top: 20px;
  color: #fff; }
  .page-highlight-container h1, .page-highlight-container h2, .page-highlight-container h3, .page-highlight-container h4, .page-highlight-container h5, .page-highlight-container h6 {
    padding: 40px 0 0 0;
    margin: 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 1.6em;
    color: #fff; }
  .page-highlight-container .button {
    margin-top: 20px;
    background: #323232;
    width: 70%;
    border-radius: 4px;
    color: #fff;
    border: none; }
    .page-highlight-container .button:hover {
      background: #252525; }

.content-container {
  padding-top: 20px;
  padding-bottom: 80px; }

.main h1.main-header, .sidebar h1.main-header {
  padding: 10px 0 10px;
  margin: 0;
  color: #323232;
  font-family: "Open Sans", sans-serif;
  font-size: 2em;
  font-weight: 800;
  text-transform: uppercase; }
.main h2, .main h3, .main h4, .main h5, .main h6, .sidebar h2, .sidebar h3, .sidebar h4, .sidebar h5, .sidebar h6 {
  color: #323232;
  font-family: "Open Sans", sans-serif;
  font-weight: 400; }
.main a, .sidebar a {
  color: #323232;
  text-decoration: none; }
  .main a:hover, .sidebar a:hover {
    color: #424242; }

.main {
  margin-bottom: 20px;
  padding-bottom: 1em;
  background: transparent;
  color: #555;
  border: none; }

.sidebar {
  margin-bottom: 40px;
  padding-bottom: 1em;
  background: #fafafa;
  color: #777;
  border: none; }
  .sidebar h1, .sidebar h2, .sidebar h3, .sidebar h4, .sidebar h5, .sidebar h6 {
    color: #323232;
    text-transform: normal; }
  .sidebar h2 {
    color: #323232;
    text-transform: uppercase;
    font-size: 1.3em; }
  .sidebar a {
    color: #323232;
    text-decoration: none; }
    .sidebar a:hover {
      color: #424242; }

.embed-container {
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px; }

.embed-container iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.sidebar .iframe-flexible-container {
  padding-bottom: 75%; }

.iframe-flexible-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0; }

.iframe-flexible-container iframe,
.iframe-flexible-container object,
.iframe-flexible-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%; }

.footer {
  color: #fff;
  padding-top: 40px;
  padding-bottom: 60px;
  text-align: center; }
  .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6 {
    font-family: "Open Sans", sans-serif;
    font-size: 2em;
    font-weight: 400;
    color: #fff; }
  .footer a {
    color: #fff;
    text-decoration: none; }
    .footer a:hover {
      color: #fff; }

.some {
  max-width: 140px;
  margin: 100px auto 0;
  margin-bottom: -25px; }
  .some .icon {
    text-decoration: none;
    font-size: 2em;
    display: inline-block;
    margin: 8px 5px;
    color: #fff; }
    .some .icon:hover {
      color: #d9d9d9; }

.sivun-slogan {
  color: #fff;
  font-weight: 400;
  font-size: 1.6em;
  text-align: center;
  margin-top: 50px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.41);
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.rekisteriselostelinkki {
  display: inline-block;
  margin-top: 20px; }

.button {
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
  border-radius: 3px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 0.8em;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.light-button {
  border: 3px solid #323232;
  color: #323232; }
  .light-button:hover {
    background-color: #323232;
    color: #fff; }

.dark-button {
  border: 3px solid #424242;
  color: #424242; }
  .dark-button:hover {
    background-color: #424242;
    color: #fff; }

.back-to-top-container {
  display: none; }

.back-to-top {
  margin: 20px 0 40px;
  text-align: center; }

.page-id-129 .back-to-top {
  margin: 40px 0 20px;
  text-align: center; }

.error404 .topbg {
  height: 100%; }
.error404 .main {
  color: #fff; }

.noborder {
  border: none; }

.nopaddingbottom {
  padding-bottom: 0; }

.gallery-icon {
  border: 10px solid transparent !important; }

.gallery-item {
  width: 50% !important; }

@media only screen and (min-width: 40.063em) {
  .gallery-item {
    width: 33% !important; } }
@media all and (min-width: 1001px) {
  .gallery-item {
    width: auto !important; } }
.gallery:after {
  content: "";
  display: table;
  clear: both; }
.gallery br {
  display: none; }

.gallery {
  margin: 20px auto !important; }

.gallery-item, .gallery-icon, .attachment-thumbnail {
  margin: 0; }

.gallery-item {
  margin: 0 !important; }

.gallery-icon {
  overflow: hidden;
  border: 2px solid transparent; }

.gallery img {
  border: 0 !important;
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s linear;
  -moz-transition: -moz-transform 0.3s linear;
  -ms-transition: -ms-transform 0.3s linear;
  -o-transition: -o-transform 0.3s linear;
  transition: transform 0.3s linear;
  position: relative;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; }

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden; }

#cboxWrapper {
  max-width: none; }

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%; }

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left; }

#cboxContent {
  position: relative; }

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

#cboxTitle {
  margin: 0; }

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer; }

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic; }

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0; }

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000; }

#colorbox {
  outline: 0; }

#cboxContent {
  background: #fff; }

.cboxIframe {
  background: #fff; }

#cboxError {
  padding: 50px;
  border: 1px solid #ccc; }

#cboxLoadedContent {
  border: 5px solid #fff;
  background: #fff; }

#cboxTitle {
  position: absolute;
  top: -20px;
  left: 0;
  color: #ccc; }

#cboxCurrent {
  position: absolute;
  top: -20px;
  right: 0px;
  color: #ccc; }

#cboxLoadingGraphic {
  background: url(img/loading.gif) no-repeat center center; }

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none; }

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0; }

#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff; }

#cboxPrevious {
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -32px;
  background: url(img/controls.png) no-repeat top left;
  width: 28px;
  height: 65px;
  text-indent: -9999px; }

#cboxNext {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -32px;
  background: url(img/controls.png) no-repeat top right;
  width: 28px;
  height: 65px;
  text-indent: -9999px; }

#cboxClose {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  background: url(img/controls.png) no-repeat top center;
  width: 38px;
  height: 19px;
  text-indent: -9999px; }

#cboxPrevious {
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -35px;
  background: url(img/prev.png) no-repeat center left;
  background-size: 60px 60px;
  width: 60px;
  height: 60px;
  text-indent: -9999px; }

#cboxNext {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -35px;
  background: url(img/next.png) no-repeat center right;
  background-size: 60px 60px;
  width: 60px;
  height: 60px;
  text-indent: -9999px; }

#cboxClose {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  background: url(img/close.png) no-repeat top center;
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
  text-indent: -9999px; }

#cboxContent button, #cboxContent button:focus, #cboxContent button:active {
  outline: none; }

div.wpcf7 {
  max-width: 700px;
  margin: 0 auto; }

.form-field, .form-button {
  -webkit-appearance: none;
  border-radius: 2px;
  border: 0;
  background: none;
  outline: 0;
  resize: none; }

.form-field {
  padding: 10px 8px;
  width: 100%;
  border: 1px solid #E9E9E9;
  background-color: #fff; }

.form-button {
  margin-bottom: 0;
  color: #fff;
  background: #323232;
  width: 250px; }
  .form-button:hover {
    background-color: #191919;
    color: #fff; }

.form-captcha-img {
  padding: 10px 8px;
  border-radius: 2px;
  border: 1px solid #E9E9E9;
  background-color: #fff; }

.form-captcha-info {
  max-width: 430px; }

.form-viiva {
  height: 1px;
  background: #f0f0f0;
  margin: 20px 0; }

.wpcf7-not-valid-tip {
  padding-top: 0px;
  color: #881c10; }

div.wpcf7-response-output {
  margin: 20px 0;
  padding: 15px; }

div.wpcf7-validation-errors, div.wpcf7-mail-sent-ok {
  border-radius: 2px;
  border-width: 3px; }

::-webkit-input-placeholder {
  color: #bbb; }

:-moz-placeholder {
  color: #888; }

::-moz-placeholder {
  color: #888; }

:-ms-input-placeholder {
  color: #888; }

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon/icomoon.eot?uemm72");
  src: url("fonts/icomoon/icomoon.eot?#iefixuemm72") format("embedded-opentype"), url("fonts/icomoon/icomoon.woff?uemm72") format("woff"), url("fonts/icomoon/icomoon.ttf?uemm72") format("truetype"), url("fonts/icomoon/icomoon.svg?uemm72#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-menu2:before {
  content: "\e908"; }

.icon-linkedin:before {
  content: "\e900"; }

.icon-instagram2:before {
  content: "\e901"; }

.icon-facebook-with-circle:before {
  content: "\e902"; }

.icon-home:before {
  content: "\e903"; }

.icon-location-pin:before {
  content: "\e904"; }

.icon-mail:before {
  content: "\e905"; }

.icon-phone:before {
  content: "\e906"; }

.icon-facebook:before {
  content: "\e909"; }

.icon-envelope:before {
  content: "\e907"; }

.icon-location:before {
  content: "\e947"; }

.icon-location2:before {
  content: "\e948"; }

.icon-compass2:before {
  content: "\e94a"; }

.icon-map:before {
  content: "\e94b"; }

.icon-menu:before {
  content: "\e9bd"; }

.icon-instagram:before {
  content: "\ea92"; }

.icon-twitter:before {
  content: "\ea96"; }

@media only screen and (min-width: 320px) {
  .slogan-container h1:after, .slogan-container h2:after, .slogan-container h3:after, .slogan-container h4:after, .slogan-container h5:after, .slogan-container h6:after {
    left: 0px; } }
@media only screen and (min-width: 400px) {
  .some {
    max-width: 100%; }

  a img.alignleft, .wp-caption.alignleft {
    float: left;
    max-width: 100%;
    margin: 5px 16px 0 0; }

  a img.alignright, .wp-caption.alignright {
    float: right;
    max-width: 100%;
    margin: 5px 0 0 16px; } }
@media only screen and (min-width: 480px) {
  .slogan-container h1, .slogan-container h2, .slogan-container h3, .slogan-container h4, .slogan-container h5, .slogan-container h6 {
    font-size: 1.8em; }

  .embed-container {
    padding-bottom: 50%; } }
@media only screen and (min-width: 40.063em) {
  .slogan-container {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 50px; }
    .slogan-container h1, .slogan-container h2, .slogan-container h3, .slogan-container h4, .slogan-container h5, .slogan-container h6 {
      font-size: 2.4em; }

  .yrityksen-nimi {
    margin-left: 20px; }

  .content-container {
    padding-top: 80px; }

  .page-id-129 .content-container {
    padding-top: 60px;
    padding-bottom: 20px; }

  .ei_sivun_taustakuvaa .content-container {
    padding-top: 40px; }

  .sivun-slogan {
    font-size: 2em; }

  .image-container, .page-image-container {
    padding-bottom: 37%; }

  .image-container, .page-image-container {
    margin: 40px 0 -60px 0;
    box-shadow: 0px 0px 30px rgba(28, 30, 31, 0.15); }

  .page-middle-section-bg {
    border-top: 0px solid #d9d9d9; }
    .page-middle-section-bg.frontpage {
      border-top: 0px solid #e0e0e0; }

  .main h1.main-header, .sidebar h1.main-header {
    font-size: 2.8em; }

  .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6 {
    font-size: 2em; } }
@media all and (max-width: 1000px) {
  .main-menu {
    height: auto;
    display: none;
    position: absolute;
    width: 100%; }

  .main-menu.active {
    display: block; }

  .main-menu li, .main-menu .sub-menu li {
    float: none;
    width: 100%;
    border-top: 1px solid #f2f2f2;
    background: whitesmoke;
    text-align: center; }

  .main-menu li:hover {
    background: #f2f2f2; }

  .main-menu .sub-menu li {
    padding-left: 10px; }

  .main-menu a {
    line-height: 50px;
    color: #323232; }

  .main-menu .sub-menu {
    position: relative; }

  .sub-menu .menu-item {
    background: #f4f4f4; }

  .sub-menu .menu-item a {
    text-transform: lowercase; }

  .menu-item-has-children > a:after {
    content: '+';
    font-weight: 400;
    display: inline-block;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 50px;
    width: 60px;
    color: #fff;
    border-left: 1px solid #f2f2f2; }

  .main-menu > li.active > a {
    color: #323232; }

  .header.fixed-top {
    position: absolute; }

  #cboxPrevious, #cboxNext {
    background-size: 40px 40px; }

  .form-captcha {
    max-width: 56px; }

  .back-to-top-container {
    display: block;
    background: #fff; }

  .page-content-container {
    padding-bottom: 0; } }
@media all and (min-width: 1001px) {
  .nav, .main-menu {
    min-height: 70px; }

  .main-menu a {
    line-height: 70px;
    display: inline-block;
    font-size: 1.3em;
    margin-top: 40px; }

  .header__logo .header__logo--text {
    padding-bottom: 10px; }

  .header__logo .header__logo--img {
    width: 200px;
    height: 100px;
    margin-bottom: 10px; }

  .navicon {
    display: none; }

  .main-menu {
    display: block;
    text-align: center;
    border-radius: 4px 4px 0 0; }

  .main-menu li a:hover {
    color: #3f3f3f; }

  .main-menu .current-menu-item a:hover {
    color: #3f3f3f; }

  .nav--right {
    float: right;
    padding-right: 16px; }

  .sub-menu {
    border-right: 1px solid #f2f2f2;
    border-left: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2; }

  .navigation-bg {
    background: rgba(28, 30, 31, 0.74); }

  .sub-menu li {
    border-top: 1px solid #f2f2f2; }

  .menu-item-has-children:after {
    content: 'v';
    font-weight: 400;
    position: absolute;
    right: 10px;
    top: 0;
    line-height: 125px;
    width: 10px;
    color: #fff;
    font-size: 0.7em; }

  .menu-item-has-children a {
    padding-right: 25px; }

  .main-menu .current-menu-item a, .main-menu .current-menu-parent > a {
    background-color: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.52);
    border-radius: 4px; }

  .main-menu .current-menu-item a:hover {
    border: 1px solid; }

  .slogan-container h1, .slogan-container h2, .slogan-container h3, .slogan-container h4, .slogan-container h5, .slogan-container h6 {
    font-size: 2.5em; }

  .yrityksen-nimi {
    float: left;
    text-align: left;
    font-size: 2.5em; }

  /*
  	.main-menu > .current-menu-item a, .main-menu .current-menu-parent > a {
  		border-left: 1px solid $top-nav-border-color;
  		border-right: 1px solid $top-nav-border-color;
  	} 
  	*/ }
@media only screen and (min-width: 64.063em) {
  .page-highlight-container {
    border-right: 0 none; }

  .no-border-left {
    border-left: 0 none; }

  .no-border-right {
    border-right: 0 none; }

  .minus-margin-bottom-large {
    margin-bottom: -60px; }

  .viiva {
    display: block; }

  .page-highlight-section-container {
    padding-bottom: 80px; }

  .embed-container {
    padding-bottom: 100%; }

  .gallery img:hover {
    -moz-transform: translate3d(0, 0, 0) scale(1.1, 1.1);
    -webkit-transform: translate3d(0, 0, 0) scale(1.1, 1.1);
    -o-transform: translate3d(0, 0, 0) scale(1.1, 1.1);
    -ms-transform: translate3d(0, 0, 0) scale(1.1, 1.1);
    transform: translate3d(0, 0, 0) scale(1.1, 1.1); }

  .main {
    margin-bottom: 40px; } }
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !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 #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  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; } }
.rekisteriseloste-overlay {
  position: fixed;
  z-index: 950;
  visibility: hidden;
  opacity: 0;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: transparent;
  transition: background ease 0.3s; }

.rekisteriseloste-overlay.reactive {
  visibility: visible;
  opacity: 1;
  background: rgba(0, 0, 0, 0.6); }

.rekisteriseloste {
  position: absolute;
  z-index: 990;
  top: -9999px;
  visibility: hidden;
  opacity: 0;
  height: 0px;
  overflow: hidden;
  max-width: 100%;
  padding: 15px;
  margin: 0;
  font: 400 14px/1.5 tahoma, sans-serif;
  background: #fff;
  transition: opacity ease 0.3s; }

@media only screen and (min-width: 40.063em) {
  .rekisteriseloste {
    width: 30em;
    margin: 25px;
    padding: 25px;
    border-radius: 5px; } }
@media only screen and (min-width: 40.063em) and (min-width: 64.063em) {
  .rekisteriseloste {
    width: 50em; } }
.rekisteriseloste.reactive {
  visibility: visible;
  height: auto;
  opacity: 1;
  top: 0px; }

@media only screen and (min-width: 40.063em) {
  .rekisteriseloste.reactive {
    left: 50%;
    margin-left: -15em; } }
@media only screen and (min-width: 64.063em) {
  .rekisteriseloste.reactive {
    margin-left: -25em; } }
/*# sourceMappingURL=rekisteri.css.map */

/*# sourceMappingURL=style.css.map */
