@charset "UTF-8";
/*!
	Hi there,

	Glad you're here! Just kick off your shoes and grab a cup of jo.
	I removed most comments in production, but you're welcome to enter ../scss/
	if you want to have a deeper look, with comments of course.

	Best,
	@markotaali */
/* Variables
================================ */
/* Colour Variables */
/* Measures */
/* Typographic Scale */
/* Tools
================================ */
/* Reset and Base from Boilerplate */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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/10/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 of focused elements when they are also in an
 * active/hover state.
 */
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 {
  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.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

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

/*! HTML5 Boilerplate v5.1.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers:
 */
.hidden {
  display: none !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    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) ")"; }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/* Quite self-evidently, the Mixins */
/* Typography
================================ */
/* Color Work & Form Work (Opacity, Roundedness, Shadows)
================================ */
/* Animation & Transformation
================================ */
/* Alignment
================================ */
/* Responsiveness
================================ */
/* Basic Typography and Element Definitions */
/* This is the Lobotomized Owl from http://alistapart.com/article/axiomatic-css-and-lobotomized-owls */
* {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  margin: 0 0 0 0; }

* + * {
  margin-top: 24px; }

body {
  overflow: auto; }

::selection {
  background: rgba(253, 197, 67, 0.75);
  color: #282828; }

/* Basic Image
================================ */
img {
  width: 100%; }
  img.small {
    width: 66%;
    max-width: 320px;
    margin-bottom: 24px; }

p img {
  width: auto; }

/* Typography
================================ */
h1, h2, h3, h4, h5, p, li, blockquote {
  margin-left: auto;
  margin-right: auto;
  max-width: 720px; }
  h1.huge, h2.huge, h3.huge, h4.huge, h5.huge, p.huge, li.huge, blockquote.huge {
    max-width: 100%; }

h1, h2, h3, h4, h5 {
  font-family: "museo-sans", sans-serif;
  font-weight: 300; }

p, h2 {
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  margin-top: 0; }

h1 {
  /* If you're not below basic size 2,
	set initial font-size one smaller for small screens */
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 24px;
  /* Starting from medium sizes, let fonts grow to full size */
  margin-top: 0;
  font-weight: 900; }
  @media only screen and (min-width: 1031px) {
    h1 {
      font-size: 30px;
      line-height: 36px;
      margin-bottom: 24px; } }
  @media only screen and (min-width: 1981px) {
    h1 {
      font-size: 30px;
      line-height: 36px;
      margin-bottom: 24px; } }

h2 {
  /* If you're not below basic size 2,
	set initial font-size one smaller for small screens */
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 24px;
  /* Starting from medium sizes, let fonts grow to full size */
  font-weight: 700; }
  @media only screen and (min-width: 1031px) {
    h2 {
      font-size: 30px;
      line-height: 36px;
      margin-bottom: 24px; } }
  @media only screen and (min-width: 1981px) {
    h2 {
      font-size: 30px;
      line-height: 36px;
      margin-bottom: 24px; } }
  @media only screen and (min-width: 1031px) {
    h2 {
      font-weight: 300; }
      h2 a {
        font-weight: 300; } }

h3 {
  /* If you're not below basic size 2,
	set initial font-size one smaller for small screens */
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 24px;
  /* Starting from medium sizes, let fonts grow to full size */
  font-weight: 700; }
  @media only screen and (min-width: 1031px) {
    h3 {
      font-size: 20px;
      line-height: 32px;
      margin-bottom: 24px; } }
  @media only screen and (min-width: 1981px) {
    h3 {
      font-size: 20px;
      line-height: 32px;
      margin-bottom: 24px; } }
  h3 a {
    font-weight: 700; }

h4 {
  /* If you're not below basic size 2,
	set initial font-size one smaller for small screens */
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 24px;
  /* Starting from medium sizes, let fonts grow to full size */
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0 !important;
  color: #3c3c3b; }
  @media only screen and (min-width: 1031px) {
    h4 {
      font-size: 14px;
      line-height: 24px;
      margin-bottom: 24px; } }
  @media only screen and (min-width: 1981px) {
    h4 {
      font-size: 20px;
      line-height: 32px;
      margin-bottom: 24px; } }

h5 {
  /* If you're not below basic size 2,
	set initial font-size one smaller for small screens */
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 24px;
  /* Starting from medium sizes, let fonts grow to full size */
  font-weight: 900;
  margin-bottom: 0 !important; }
  @media only screen and (min-width: 1031px) {
    h5 {
      font-size: 14px;
      line-height: 24px;
      margin-bottom: 24px; } }
  @media only screen and (min-width: 1981px) {
    h5 {
      font-size: 20px;
      line-height: 32px;
      margin-bottom: 24px; } }

p, li, strong, i, abbr, code, blockquote, table, thead, th, tr, td {
  /* If you're not below basic size 2,
	set initial font-size one smaller for small screens */
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 24px;
  /* Starting from medium sizes, let fonts grow to full size */
  font-family: "museo-sans", sans-serif;
  font-weight: 300; }
  @media only screen and (min-width: 1031px) {
    p, li, strong, i, abbr, code, blockquote, table, thead, th, tr, td {
      font-size: 14px;
      line-height: 24px;
      margin-bottom: 24px; } }
  @media only screen and (min-width: 1981px) {
    p, li, strong, i, abbr, code, blockquote, table, thead, th, tr, td {
      font-size: 20px;
      line-height: 32px;
      margin-bottom: 24px; } }
  p.caption, li.caption, strong.caption, i.caption, abbr.caption, code.caption, blockquote.caption, table.caption, thead.caption, th.caption, tr.caption, td.caption {
    /* If you're not below basic size 2,
	set initial font-size one smaller for small screens */
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 24px;
    /* Starting from medium sizes, let fonts grow to full size */
    font-weight: 300; }
    @media only screen and (min-width: 1031px) {
      p.caption, li.caption, strong.caption, i.caption, abbr.caption, code.caption, blockquote.caption, table.caption, thead.caption, th.caption, tr.caption, td.caption {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 24px; } }
    @media only screen and (min-width: 1981px) {
      p.caption, li.caption, strong.caption, i.caption, abbr.caption, code.caption, blockquote.caption, table.caption, thead.caption, th.caption, tr.caption, td.caption {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 24px; } }
  p.small, p .small, li.small, li .small, strong.small, strong .small, i.small, i .small, abbr.small, abbr .small, code.small, code .small, blockquote.small, blockquote .small, table.small, table .small, thead.small, thead .small, th.small, th .small, tr.small, tr .small, td.small, td .small {
    color: #3c3c3b;
    font-size: 75%; }

li {
  margin-top: 0;
  margin-bottom: 0; }

a {
  text-decoration: none;
  color: #0060a9;
  font-weight: 700;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -ms-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out; }
  a:hover {
    color: #004376; }

strong {
  font-weight: 700; }

blockquote {
  font-style: italic;
  /* If you're not below basic size 2,
	set initial font-size one smaller for small screens */
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 24px;
  /* Starting from medium sizes, let fonts grow to full size */
  padding: 5%;
  border: 1px solid #a80030;
  color: #3c3c3b; }
  @media only screen and (min-width: 1031px) {
    blockquote {
      font-size: 20px;
      line-height: 32px;
      margin-bottom: 24px; } }
  @media only screen and (min-width: 1981px) {
    blockquote {
      font-size: 20px;
      line-height: 32px;
      margin-bottom: 24px; } }

ul {
  margin-top: 0;
  margin-bottom: 24px; }

/* UI -elements
================================ */
form {
  padding: 0;
  margin: 0;
  max-width: 720px; }
  form label {
    display: block;
    margin-bottom: 6px;
    font-weight: 700;
    color: #565654; }

input {
  -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
  input:required {
    background-image: url("../img/kuvake-pakollinen.png");
    background-position: right 12px center;
    background-size: 20px;
    background-repeat: no-repeat; }
  input:valid {
    background-position: right -50px center; }
  input[type="search"] {
    -webkit-border-radius: 1.5em;
    -moz-border-radius: 1.5em;
    border-radius: 1.5em; }

html input, input[type="email"], input[type="button"], input[type="reset"], input[type="search"], textarea {
  outline: 0;
  padding: 12px;
  border: 1px solid #edeff2;
  border-bottom: 1px solid #9d9fa2; }
  html input:active, html input:focus, input[type="email"]:active, input[type="email"]:focus, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:active, input[type="reset"]:focus, input[type="search"]:active, input[type="search"]:focus, textarea:active, textarea:focus {
    border: 1px solid #9d9fa2; }

input[type="text"], textarea {
  width: 100%; }

input[type="checkbox"] {
  clear: both;
  display: block;
  float: left;
  margin-right: 6px; }
  input[type="checkbox"] + label {
    display: block;
    margin-top: 0; }

input[type="radio"] {
  display: inline-block;
  margin-right: 6px; }
  input[type="radio"] + label {
    display: inline-block;
    margin-right: 12px; }

/* Structure
================================ */
table {
  display: block;
  width: 100%; }
  table thead, table tbody, table th, table td, table tr {
    display: block;
    margin: 0; }
  table tr {
    padding: 2.5% 5% 2.5% 5%;
    width: 100%;
    margin: 0; }
  table td {
    position: relative;
    padding-left: 50%;
    padding-top: 6px;
    padding-bottom: 6px;
    border-bottom: 1px solid rgba(60, 60, 59, 0.1); }
  table td:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 45%;
    padding-right: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    white-space: nowrap; }
  table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }
  table td:first-child {
    font-weight: 900; }
    @media only screen and (min-width: 791px) {
      table td:first-child {
        font-weight: 300; } }
  table td:last-child {
    margin-bottom: 24px; }

/* Globally important classes
================================ */
input[type=submit] {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  background-color: #75b94e;
  text-transform: uppercase;
  font-family: "museo-sans", sans-serif;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
  display: inline-block;
  border: none;
  border-bottom: 2px solid #47732e;
  margin-bottom: 24px;
  padding: 12px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  outline: 0; }
  input[type=submit]:first-child {
    margin-left: 0; }
  input[type=submit]:last-child {
    margin-right: 0; }
  input[type=submit]:hover {
    background-color: #5e983c; }
  input[type=submit] span {
    margin-right: 0; }

.button {
  margin-bottom: 0;
  background-color: none;
  -ms-hyphens: none;
  -moz-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none; }
  .button a, .button button, .button button[type="submit"], .button input[type="submit"] {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    background-color: #75b94e;
    text-transform: uppercase;
    font-family: "museo-sans", sans-serif;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.1em;
    display: inline-block;
    border-bottom: 2px solid #47732e;
    margin-bottom: 24px;
    padding: 12px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    outline: 0;
    margin-right: 12px; }
    .button a:first-child, .button button:first-child, .button button[type="submit"]:first-child, .button input[type="submit"]:first-child {
      margin-left: 0; }
    .button a:last-child, .button button:last-child, .button button[type="submit"]:last-child, .button input[type="submit"]:last-child {
      margin-right: 0; }
    .button a:hover, .button button:hover, .button button[type="submit"]:hover, .button input[type="submit"]:hover {
      background-color: #5e983c; }
    .button a span, .button button span, .button button[type="submit"] span, .button input[type="submit"] span {
      margin-right: 0; }
  .button.small a {
    border: 3px solid #a80030;
    padding: 18px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px; }
    .button.small a:hover {
      color: #fff;
      background-color: #8f0029;
      border-color: #840026; }

.hide-on-basic {
  display: none; }
  @media only screen and (min-width: 1031px) {
    .hide-on-basic {
      display: block; } }

@media only screen and (min-width: 891px) {
  .hide-on-mighty {
    display: none; } }

/* Classes
================================ */
.heading-strip, div.mosaic-tiles, .columnized, .section, .garage-data li, header, #pysakointi, #jyvasparkki, #news, #service-highlights, footer, #pysakointitalot, #pysakointitalot .pysakointitalo, #hinnasto, #checkboxes, div.parkkitehtuuri-selects {
  *zoom: 1; }
  .heading-strip:before, div.mosaic-tiles:before, .columnized:before, .section:before, .garage-data li:before, header:before, #pysakointi:before, #jyvasparkki:before, #news:before, #service-highlights:before, footer:before, #pysakointitalot:before, #pysakointitalot .pysakointitalo:before, #hinnasto:before, #checkboxes:before, div.parkkitehtuuri-selects:before, .heading-strip::after, div.mosaic-tiles::after, .columnized::after, .section::after, .garage-data li::after, header::after, #pysakointi::after, #jyvasparkki::after, #news::after, #service-highlights::after, footer::after, #pysakointitalot::after, #pysakointitalot .pysakointitalo::after, #hinnasto::after, #checkboxes::after, div.parkkitehtuuri-selects::after {
    content: " ";
    display: table; }
  .heading-strip::after, div.mosaic-tiles::after, .columnized::after, .section::after, .garage-data li::after, header::after, #pysakointi::after, #jyvasparkki::after, #news::after, #service-highlights::after, footer::after, #pysakointitalot::after, #pysakointitalot .pysakointitalo::after, #hinnasto::after, #checkboxes::after, div.parkkitehtuuri-selects::after {
    clear: both; }

.debug {
  border: 2px solid red; }

.fullscreen {
  margin: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  overflow: hidden; }

.vertical-align {
  overflow: visible; }
  @media only screen and (min-width: 791px) {
    .vertical-align {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); } }

.strip {
  overflow: hidden;
  width: 100%;
  height: auto;
  margin: 0; }
  .strip .text {
    padding: 2.5%; }
  .strip h1 {
    margin-top: 0;
    margin-bottom: 0; }

.with-video {
  padding-bottom: 0; }

.video {
  position: relative;
  height: 0;
  padding-bottom: 56.25%; }
  .video iframe {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.text {
  padding: 10% 5% 10% 5%; }
  @media only screen and (min-width: 791px) {
    .text {
      padding: 5%; } }

@media only screen and (min-width: 791px) {
  .columns {
    -webkit-column-width: auto;
    -moz-column-width: auto;
    column-width: auto;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 48px;
    -moz-column-gap: 48px;
    column-gap: 48px; } }

.heading-strip {
  padding-left: 5%;
  padding-right: 5%; }
  .heading-strip h2 {
    color: #fdc543;
    max-width: 100%; }
  @media only screen and (min-width: 791px) {
    .heading-strip .eight-left {
      float: left;
      clear: both;
      width: 53.04%;
      margin-left: 0;
      margin-top: 30px; } }
  .heading-strip .four-right {
    text-align: right;
    margin-top: 24px;
    margin-right: 0; }

div.mosaic-tiles {
  margin: 0; }
  div.mosaic-tiles img {
    width: 50%;
    display: block;
    float: left;
    margin: 0;
    padding: 0; }
  @media only screen and (min-width: 791px) {
    div.mosaic-tiles img {
      margin: 0;
      width: 33.333%;
      float: left; }
      div.mosaic-tiles img:nth-child(3n+0) {
        float: right; } }

/* Column Systems
================================ */
.half-left {
  overflow: hidden;
  margin-top: 0; }
  @media only screen and (min-width: 791px) {
    .half-left {
      width: 50%;
      float: left; }
      .half-left .text {
        padding: 10%; } }

.one-third-left {
  margin-top: 0; }
  @media only screen and (min-width: 791px) {
    .one-third-left {
      width: 33.333%;
      float: left; }
      .one-third-left .text {
        padding: 15.1515151515%; } }

.one-third-right {
  margin-top: 0; }
  @media only screen and (min-width: 791px) {
    .one-third-right {
      width: 33.333%;
      float: right; }
      .one-third-right .text {
        padding: 15.1515151515%; } }

.half-right {
  overflow: hidden;
  margin-top: 0; }
  @media only screen and (min-width: 791px) {
    .half-right {
      width: 50%;
      float: right; }
      .half-right .text {
        padding: 10%; } }

.two-third-right {
  overflow: hidden; }
  @media only screen and (min-width: 791px) {
    .two-third-right {
      width: 67%;
      float: right; }
      .two-third-right .text {
        padding: 7.4626865672%; } }

.tab {
  clear: both;
  max-width: 720px;
  position: relative;
  margin-top: 0 !important;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1px;
  width: 100%;
  overflow: hidden;
  /* :checked */
  /* Icon */ }
  .tab input {
    position: absolute;
    opacity: 0;
    z-index: -1; }
  .tab label {
    margin-top: 0;
    position: relative;
    display: block;
    padding: 1em 2em 1em 1em;
    background: #edeff2;
    font-weight: bold;
    line-height: 1.5;
    cursor: pointer;
    width: 100% !important; }
  .tab input:checked ~ .tab-content {
    max-height: 20em; }
  .tab input:checked + label {
    background-color: #75b94e;
    color: #fff;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s; }
  .tab label::after {
    position: absolute;
    padding: 1em 1em 1em 1em;
    margin-right: 0.5em;
    right: 0;
    top: 0;
    display: block;
    line-height: 1.5;
    text-align: center;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s; }
  .tab label::before {
    content: "Q: "; }
  .tab input[type=checkbox] + label::after {
    content: "+"; }
  .tab input[type=radio] + label::after {
    content: "+"; }
  .tab input[type=checkbox]:checked + label::after {
    transform: rotateX(45deg); }
  .tab input[type=radio]:checked + label::after {
    transform: rotate(45deg); }
  .tab .tab-content {
    margin: 0;
    max-height: 0;
    overflow: hidden;
    background: rgba(237, 239, 242, 0.5);
    -webkit-transition: max-height .35s;
    -o-transition: max-height .35s;
    transition: max-height .35s; }
  .tab .tab-content p {
    margin: 1em; }
    .tab .tab-content p:first-child::before {
      font-weight: 900;
      content: "A: "; }

.usein-kysytyt-kysymykset h2 {
  margin-top: 30px; }

.usein-kysytyt-kysymykset .back-to-top {
  display: block;
  text-align: right;
  padding: 0.5em;
  opacity: 0.5;
  margin-top: 1em; }
  .usein-kysytyt-kysymykset .back-to-top:hover, .usein-kysytyt-kysymykset .back-to-top:focus {
    opacity: 1; }

.columnized {
  background-color: #fff;
  width: 100%;
  padding: 10% 5% 5% 5%;
  margin: 0; }
  @media only screen and (min-width: 791px) {
    .columnized {
      padding: 2.5% 0 2.5% 0; } }

@media only screen and (min-width: 791px) {
  .four-left {
    float: left;
    width: 24.96%;
    margin-top: 24px; }
    .four-left:first-child {
      clear: both;
      margin-left: 9.37%;
      margin-right: 3.12%; } }

@media only screen and (min-width: 791px) {
  .six-left {
    float: left;
    clear: both;
    width: 39%;
    margin-left: 9.37%;
    margin-top: 24px; } }

@media only screen and (min-width: 791px) {
  .six-right {
    float: right;
    width: 39%;
    margin-right: 9.37%;
    margin-top: 24px; } }

@media only screen and (min-width: 791px) {
  .eight-left {
    float: left;
    clear: both;
    width: 53.04%;
    margin-left: 9.37%; } }

@media only screen and (min-width: 791px) {
  .four-right {
    float: right;
    width: 24.96%;
    margin-right: 9.37%;
    margin-top: 24px; }
    .four-right .details {
      float: right; } }

@media only screen and (min-width: 791px) {
  .nine-left {
    float: left;
    clear: both;
    width: 60.06%;
    margin-left: 9.37%;
    margin-top: 24px; } }

@media only screen and (min-width: 791px) {
  .full {
    float: left;
    clear: both;
    width: 81.12%;
    margin-left: 9.37%;
    margin-top: 24px; }
    .full h2 {
      margin-left: 0; } }

@media only screen and (min-width: 791px) {
  .twelve {
    float: none;
    clear: both;
    width: 81.12%;
    margin-left: 9.37%;
    margin-top: 24px; } }

.three-right .details {
  float: none;
  width: 100%; }

@media only screen and (min-width: 791px) {
  .three-right {
    float: right;
    width: 17.94%;
    margin-right: 9.37%;
    margin-top: 48px; }
    .three-right .details {
      float: right; } }

.video-link {
  display: block;
  float: none;
  border: 4px solid #3c3c3b;
  margin: 0 24px 24px 0;
  padding: 0; }
  @media only screen and (min-width: 450px) {
    .video-link {
      width: 40%;
      float: left; } }
  @media only screen and (min-width: 561px) {
    .video-link {
      width: 20%;
      float: left; } }
  .video-link.active {
    border: 4px solid #75b94e; }

.instructions {
  padding: 0;
  margin: 0; }
  .instructions li {
    margin-top: 0;
    margin-bottom: 24px; }
  @media only screen and (min-width: 791px) {
    .instructions li {
      width: 39%;
      float: left;
      margin-right: 3.12%;
      margin-bottom: 24px; }
      .instructions li:first-child, .instructions li:nth-child(2n+1) {
        clear: left;
        margin-left: 9.37%; }
      .instructions li:nth-child(2n) {
        margin-right: 0; } }

.banner {
  margin-bottom: 48px; }

/* Palettes and other classes
================================ */
.negative * {
  color: #edeff2; }

.negative h2 {
  color: #fdc543; }

.negative p {
  color: #9d9fa2; }
  .negative p.caption {
    color: #fff; }

.background-grey {
  background-color: #282828; }

.background-yellow {
  background-color: #fdc543; }

.background-red {
  background-color: #a80030; }

.center h1, .center h2, .center h3, .center h4, .center p, .center ul, .center li, .center div {
  text-align: center; }

.huge {
  /* If you're not below basic size 2,
	set initial font-size one smaller for small screens */
  font-size: 144px;
  line-height: 144px;
  margin-bottom: 24px;
  font-size: 72px;
  line-height: 80px;
  margin-bottom: 24px;
  /* Starting from medium sizes, let fonts grow to full size */
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0; }
  @media only screen and (min-width: 791px) {
    .huge {
      font-size: 144px;
      line-height: 144px;
      margin-bottom: 24px; } }
  @media only screen and (min-width: 1031px) {
    .huge {
      font-size: 200px;
      line-height: 200px;
      margin-bottom: 24px; } }
  @media only screen and (min-width: 1981px) {
    .huge {
      font-size: 200px;
      line-height: 200px;
      margin-bottom: 24px; } }

.section {
  border-top: 1px solid #edeff2;
  margin-top: 0;
  margin-bottom: 0; }

.explanation {
  /* If you're not below basic size 2,
	set initial font-size one smaller for small screens */
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 12px;
  /* Starting from medium sizes, let fonts grow to full size */
  font-weight: 900;
  margin-top: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #9d9fa2; }
  @media only screen and (min-width: 1031px) {
    .explanation {
      font-size: 12px;
      line-height: 20px;
      margin-bottom: 12px; } }
  @media only screen and (min-width: 1981px) {
    .explanation {
      font-size: 14px;
      line-height: 24px;
      margin-bottom: 24px; } }
  @media only screen and (min-width: 791px) {
    .explanation {
      text-align: right; } }
  .explanation img {
    height: 12px;
    width: auto;
    margin-right: 6px; }

.fancy {
  font-family: "museo-sans", sans-serif; }

.news a {
  color: #fff;
  background-color: #9d9fa2;
  border-bottom: 2px solid #5d5f62; }
  .news a:hover {
    background-color: #838589;
    cursor: pointer; }

.newsitem p {
  padding-bottom: 20px;
  border-bottom: 1px solid #edeff2; }

.meta {
  color: #9d9fa2; }

.address-links {
  text-transform: uppercase;
  font-size: 75%;
  font-weight: 900;
  letter-spacing: 0.1em; }
  .address-links .explanation {
    border: 1px solid red;
    text-align: left; }

.title {
  padding-top: 24px;
  padding-bottom: 24px;
  /*
	background-image: url('../img/kuvitus-keltainen-kaupunki.png');
	background-size: 50%;
	background-repeat: repeat-x;
	background-position: left 0 top 100%;
	*/ }
  .title h1 {
    /* If you're not below basic size 2,
	set initial font-size one smaller for small screens */
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 24px;
    /* Starting from medium sizes, let fonts grow to full size */
    text-transform: uppercase;
    font-weight: 100;
    color: #fdc543;
    text-align: center;
    text-shadow: 2px 2px 2px black;
     }
    @media only screen and (min-width: 1031px) {
      .title h1 {
        font-size: 48px;
        line-height: 56px;
        margin-bottom: 24px; } }
    @media only screen and (min-width: 1981px) {
      .title h1 {
        font-size: 48px;
        line-height: 56px;
        margin-bottom: 24px; } }
    .title h1 a {
      color: #fdc543;
      font-weight: 100; }

.garage-image {
  margin-top: 0; }
  .garage-image img {
    margin-top: 0; }

.garage-data {
  margin: 0;
  list-style-type: none;
  padding: 2.5% 5% 2.5% 5%;
  background-color: #fff;
  border: 1px solid #edeff2; }
  @media only screen and (min-width: 891px) {
    .garage-data {
      width: 39%;
      float: right;
      padding: 0;
      position: absolute;
      right: 9.37%; } }
  .garage-data li {
    padding: 12px 0 12px 132px;
    border-bottom: 1px solid #edeff2; }
    .garage-data li h4 {
      margin: 0;
      float: none;
      color: #9d9fa2; }
      @media only screen and (min-width: 561px) {
        .garage-data li h4 {
          width: 66%;
          float: left; } }
    .garage-data li p {
      margin: 0; }
      @media only screen and (min-width: 561px) {
        .garage-data li p {
          width: 33%;
          float: right; } }
    .garage-data li:last-child {
      border-bottom: none; }
  .garage-data .garage-capacity, .garage-data .garage-height, .garage-data .garage-levels, .garage-data .garage-licence {
    background-size: auto 24px;
    background-position: left 24px bottom 50%;
    background-repeat: no-repeat; }
  .garage-data .garage-capacity {
    background-image: url("../img/kuvake-autopaikkoja.png"); }
  .garage-data .garage-height {
    background-image: url("../img/kuvake-korkeus.png"); }
  .garage-data .garage-levels {
    background-image: url("../img/kuvake-tasoja.png"); }
  .garage-data .garage-licence {
    background-image: url("../img/kuvake-rekisteri.png"); }
    .garage-data .garage-licence p {
      width: 100%;
      float: none; }

.bills, .coins, .cards {
  font-weight: 700; }

.bills {
  background-image: url("../img/kuvake-setelit.png");
  background-size: auto 24px;
  background-repeat: no-repeat;
  padding-left: 48px; }
  @media only screen and (min-width: 561px) {
    .bills {
      width: 50%;
      float: left; } }

.coins {
  background-image: url("../img/kuvake-kolikot.png");
  background-size: auto 24px;
  background-repeat: no-repeat;
  padding-left: 36px; }
  @media only screen and (min-width: 561px) {
    .coins {
      width: 50%;
      float: right; } }

.cards {
  clear: both; }
  .cards img {
    height: 36px;
    width: auto;
    float: left;
    margin: 0 12px 0 0; }

.moovy {
  clear: both; }
  .cards img {
    height: 36px;
    width: auto;
    float: left;
    margin: 0 12px 0 0; }

.sectors {
  list-style-type: none;
  padding: 0; }
  .sectors li {
    padding: 6px 0 6px 0;
    border-bottom: 1px solid #edeff2; }
    .sectors li:last-child {
      border-bottom: none; }

.image {
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0; }
  .image p {
    padding-top: 12px;
    padding-bottom: 12px;
    margin: 0 9.37% 0 9.37%; }

.inline {
  height: 24px;
  width: auto;
  margin-right: 7.92px; }

.in-english {
  margin-top: 24px; }
  .in-english img {
    display: inline;
    height: 24px;
    width: auto;
    margin-right: 12px; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }
  .embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* Big Picture
================================ */
body {
  margin: 0;
  padding: 0;
  height: 100%;
  background-color: #282828;
  background-image: url("../img/p-talo-tausta.jpg");
  /*background-size: cover;
  background-repeat: none;*/
  background-size: auto;
  background-repeat: no-repeat;
  }
body.etusivu {
  margin: 0;
  padding: 0;
  height: 100%;
  background-color: #282828;
 /* background-image: url("../img/tausta.jpg");
  background-size: cover;
  background-repeat: none;*/

  background-image: url("../img/park-it-rock-it-tausta.jpg");
  background-size: auto;
  background-repeat: no-repeat;

  background-attachment: scroll; }
  @media only screen and (min-width: 891px) {
    body.pysakointitalo header {
      min-height: 0; } }
  @media only screen and (min-width: 891px) {
    body.perussivu header {
      min-height: 0; } }

header {
  margin-top: 0; }

#map {
  padding: 0;
  margin: 0;
  display: none;
  height: 240px; }
  #map * {
    margin: auto; }
  #map label {
    width: auto;
    display: inline; }
  #map img {
    max-width: none !important; }
  #map .button a {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 6px 12px 6px 12px;
    margin-top: 12px;
    margin-bottom: 12px; }
  @media only screen and (min-width: 791px) {
    #map {
      display: none;
      width: 100%;
      height: 560px; } }

#search {
  background-color: #fff;
  margin: 5%;
  padding: 36px 24px 24px 24px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5); }
  #search h1, #search p {
    text-align: center; }
  #search h1 {
    color: #75b94e; }
  #search form {
    display: block;
    margin: 0 auto 0 auto;
    text-align: center; }
    #search form input {
      display: inline-block;
      width: auto;
      margin-bottom: 12px; }
      #search form input[type="search"] {
        max-width: 90%;
        margin-right: 12px; }
  @media only screen and (min-width: 561px) {
    #search {
      margin: 5% auto 5% auto;
      max-width: 480px; } }
  @media only screen and (min-width: 791px) {
    #search {
      width: 50%;
      margin: 7.5% auto 5% auto; } }
  @media only screen and (min-width: 891px) {
    #search {
      padding: 36px 48px 24px 48px; } }

#mylocation {
  display: none; }

#results {
  background-color: #fff;
  margin: 5%;
  padding: 36px 24px 24px 24px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5); }
  #results ul {
    list-style-type: none;
    padding: 0; }
    #results ul li {
      border-bottom: 1px solid #edeff2; }
      #results ul li h2 {
        margin-bottom: 0; }
      #results ul li:last-child {
        border: none; }
      #results ul li .button a, #results ul li .button span {
        margin-bottom: 0; }
        #results ul li .button a:last-child, #results ul li .button span:last-child {
          margin-bottom: 24px; }

nav#header-navigation, nav#footer-navigation {
  background-color: #282828;
  width: 100%; }
  nav#header-navigation ul, nav#footer-navigation ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    nav#header-navigation ul li, nav#footer-navigation ul li {
      margin: 0;
      max-width: 100%;
      color: #fff;
      border-bottom: 1px solid #3c3c3b; }
      nav#header-navigation ul li:hover ul.sub-navigation, nav#header-navigation ul li:focus ul.sub-navigation, nav#footer-navigation ul li:hover ul.sub-navigation, nav#footer-navigation ul li:focus ul.sub-navigation {
        height: auto; }
      nav#header-navigation ul li a, nav#footer-navigation ul li a {
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        display: block;
        padding: 12px;
        color: #fdc543;
        font-weight: 700; }
        nav#header-navigation ul li a:hover, nav#header-navigation ul li a:focus, nav#footer-navigation ul li a:hover, nav#footer-navigation ul li a:focus {
          background-color: #3c3c3b;
          color: #fed575; }
      nav#header-navigation ul li.has-children a, nav#footer-navigation ul li.has-children a {
        background-image: url("../img/arrow-right.png");
        background-size: 6px;
        background-position: right 24px bottom 50%;
        background-repeat: no-repeat; }
  @media only screen and (min-width: 1031px) {
    nav#header-navigation, nav#footer-navigation {
      float: right;
      background-color: transparent;
      width: auto;
      max-width: 77%;
      margin-right: 48px;
      margin-top: 48px; }
      nav#header-navigation ul li, nav#footer-navigation ul li {
        float: left;
        border: none; }
        nav#header-navigation ul li:hover ul.sub-navigation, nav#footer-navigation ul li:hover ul.sub-navigation {
          visibility: visible;
          opacity: 1;
          filter: alpha(opacity=100);
          -moz-transform: translate(0, 0);
          -o-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
          -webkit-transform: translate(0, 0);
          transform: translate(0, 0); }
        nav#header-navigation ul li a, nav#footer-navigation ul li a {
          background-color: transparent;
          display: inline-block;
          padding: 10.8px;
          padding-bottom: 24px;
          color: #edeff2; }
          nav#header-navigation ul li a:hover, nav#footer-navigation ul li a:hover {
            background-color: transparent;
            color: #fdc543; }
        nav#header-navigation ul li.has-children a, nav#footer-navigation ul li.has-children a {
          background-image: url("../img/arrow-down.png");
          background-size: 12px;
          background-position: right 50% bottom 6px;
          background-repeat: no-repeat; }
          nav#header-navigation ul li.has-children a:hover, nav#footer-navigation ul li.has-children a:hover {
            background-position: right 50% bottom 12px; } }

.sidebar-navigation {
  list-style-type: none;
  padding: 5%; }
  @media only screen and (min-width: 791px) {
    .sidebar-navigation {
      padding: 0; } }
  .sidebar-navigation li {
    border-bottom: 1px solid #edeff2; }
    .sidebar-navigation li a {
      padding-top: 6px;
      padding-bottom: 6px;
      display: block; }

#footer-navigation {
  display: block;
  margin-top: 0; }
  @media only screen and (min-width: 1031px) {
    #footer-navigation {
      display: none; } }

#header-navigation ul.sub-navigation, #footer-navigation ul.sub-navigation {
  overflow: hidden;
  height: 0;
  background-color: #1b1b1b; }
  #header-navigation ul.sub-navigation li a, #footer-navigation ul.sub-navigation li a {
    padding-left: 24px;
    background-color: transparent !important;
    background-image: none !important; }
  #header-navigation ul.sub-navigation li:last-child, #footer-navigation ul.sub-navigation li:last-child {
    border-bottom: none; }
  @media only screen and (min-width: 1031px) {
    #header-navigation ul.sub-navigation, #footer-navigation ul.sub-navigation {
      height: auto;
      display: block;
      visibility: hidden;
      position: absolute;
      z-index: 5000;
      background-color: #ededed;
      border-top: 2px solid #fff;
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      border-radius: 8px;
      -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
      box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
      -moz-transform: translate(0, 3.6px);
      -o-transform: translate(0, 3.6px);
      -ms-transform: translate(0, 3.6px);
      -webkit-transform: translate(0, 3.6px);
      transform: translate(0, 3.6px); }
      #header-navigation ul.sub-navigation li, #footer-navigation ul.sub-navigation li {
        border-bottom: 1px solid #e7eaee;
        float: none; }
        #header-navigation ul.sub-navigation li a, #footer-navigation ul.sub-navigation li a {
          padding: 12px;
          color: #838589; }
          #header-navigation ul.sub-navigation li a:hover, #footer-navigation ul.sub-navigation li a:hover {
            color: #282828; }
        #header-navigation ul.sub-navigation li:last-child, #footer-navigation ul.sub-navigation li:last-child {
          border: none; } }

#nav-toggle {
  display: block;
  float: right;
  margin: 48px 24px 0 24px; }
  #nav-toggle a {
    -webkit-border-radius: 1.5em;
    -moz-border-radius: 1.5em;
    border-radius: 1.5em;
    display: inline-block;
    padding: 12px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border: 2px solid #fff; }
    #nav-toggle a span span {
      font-size: 20px; }
  @media only screen and (min-width: 1031px) {
    #nav-toggle {
      display: none; } }

#logo {
  display: block;
  width: 100px;
  height: 80px;
  margin: 24px 0 0 24px; }
  @media only screen and (min-width: 891px) {
    #logo {
      margin: 48px 0 24px 48px; } }

#container {
  margin-top: 0; }
  @media only screen and (min-width: 791px) {
    #container {
      padding: 0;
      margin: 0 auto 0 auto; } }

#pysakointi {
  background-color: #fff; }
  #pysakointi .icon {
    width: 19.21%;
    float: left;
    height: 104px;
    text-align: center;
    margin: 10% 5% 10% 10%; }
    #pysakointi .icon img {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  #pysakointi .pysakointitalot {
    overflow: hidden;
    border-right: 1px solid #edeff2;
    border-top: 16px solid #0060a9; }
  #pysakointi .kadunvarsi {
    overflow: hidden;
    border-top: 16px solid #75b94e; }
    #pysakointi .kadunvarsi a {
      color: #75b94e; }
      #pysakointi .kadunvarsi a:hover {
        color: #5e983c; }
  #pysakointi .info {
    overflow: hidden;
    margin: 10% 10% 10% 0; }
  @media only screen and (min-width: 791px) {
    #pysakointi div {
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out; }
      #pysakointi div.pysakointitalot:hover {
        border-top: 16px solid #005290; }
      #pysakointi div.kadunvarsi:hover {
        border-top: 16px solid #69aa43; }
      #pysakointi div:hover .icon {
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1); }
    #pysakointi .info {
      width: 53.125%;
      float: right; } }

#jyvasparkki {
  margin: 0;
  background-color: #282828; }
  @media only screen and (min-width: 791px) {
    #jyvasparkki {
      background-image: url("../img/harmaa-kaupunki.jpg");
      background-size: cover; } }

#news, #service-highlights {
  background-color: #fff;
  margin: 0; }
  #news .news-image, #service-highlights .news-image {
    overflow: hidden;
    background-color: #75b94e; }
  #news h4, #news p, #service-highlights h4, #service-highlights p {
    margin: 5% 10% 5% 10%; }
  @media only screen and (min-width: 791px) {
    #news, #service-highlights {
      display: table;
      height: auto; }
      #news div.one-third-left, #news div.one-third-right, #service-highlights div.one-third-left, #service-highlights div.one-third-right {
        min-height: 432px;
        padding-bottom: 24px; }
      #news div.one-third-left, #service-highlights div.one-third-left {
        border-right: 1px solid #edeff2; } }
  #news .button, #service-highlights .button {
    margin-top: 0; }

footer {
  padding: 5%;
  margin-top: 0; }
  footer a {
    color: #fdc543; }
    footer a:hover {
      color: #fee4a8; }
  footer .button a {
    color: #fff; }
  footer h4 {
    color: #fff;
    margin-bottom: 0; }
  footer p {
    color: #9d9fa2;
    font-weight: 700; }
  footer .jyvaskyla {
    margin-top: 0;
    width: 47.5%;
    margin-right: 5%;
    float: left;
    margin-top: 36px;
    margin-bottom: 36px; }
  footer .matkakeskus {
    margin-top: 0;
    width: 47.5%;
    float: right;
    margin-top: 36px;
    margin-bottom: 36px; }
  @media only screen and (min-width: 791px) {
    footer {
      padding: 0; }
      footer .jyvaskyla, footer .matkakeskus {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 24px; }
      footer .logos, footer .service, footer .contact {
        margin-top: 5%;
        margin-bottom: 5%; }
      footer .logos {
        margin-left: 9.37%;
        width: 17.96875%;
        float: left; }
      footer .service {
        margin-left: 10.156%;
        width: 25%;
        float: left; }
      footer .contact {
        margin-left: 3.125%;
        margin-right: 9.37%;
        width: 25%;
        float: right; } }

#pysakointitalot {
  margin: 0;
  background-color: #fff;
  list-style-type: none;
  padding: 0; }
  #pysakointitalot .pysakointitalo {
    border-bottom: 1px solid #edeff2; }
    #pysakointitalot .pysakointitalo img {
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -ms-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out; }
    #pysakointitalot .pysakointitalo img:hover {
      -webkit-filter: grayscale(100%);
      -moz-filter: grayscale(100%);
      -ms-filter: grayscale(100%);
      -o-filter: grayscale(100%);
      filter: grayscale(100%); }
    #pysakointitalot .pysakointitalo .p-info {
      padding: 0 5% 0 5%; }
    #pysakointitalot .pysakointitalo .address {
      width: 70%;
      float: left; }
    @media only screen and (min-width: 561px) {
      #pysakointitalot .pysakointitalo {
        float: left;
        width: 50%;
        border-right: 1px solid #edeff2; }
        #pysakointitalot .pysakointitalo:nth-child(1), #pysakointitalot .pysakointitalo:nth-child(2n+1) {
          clear: left; }
        #pysakointitalot .pysakointitalo:nth-child(2n) {
          border-right: none; } }
    @media only screen and (min-width: 891px) {
      #pysakointitalot .pysakointitalo {
        width: 25%; }
        #pysakointitalot .pysakointitalo:nth-child(1), #pysakointitalot .pysakointitalo:nth-child(2n+1) {
          clear: none; }
        #pysakointitalot .pysakointitalo:nth-child(2n) {
          border-right: 1px solid #edeff2; }
        #pysakointitalot .pysakointitalo:nth-child(1), #pysakointitalot .pysakointitalo:nth-child(4n+1) {
          clear: left; }
        #pysakointitalot .pysakointitalo:nth-child(4n) {
          border-right: none; } }
    #pysakointitalot .pysakointitalo h3 {
      margin-bottom: 6px !important; }
    #pysakointitalot .pysakointitalo h4 {
      margin-bottom: 30px !important; }

.details {
  margin-top: 0;
  width: 30%;
  float: right; }
  .details .vapaat-paikat {
    /* If you're not below basic size 2,
	set initial font-size one smaller for small screens */
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 24px;
    /* Starting from medium sizes, let fonts grow to full size */
    border: 1px solid #edeff2;
    padding: 6px;
    text-align: center;
    margin-bottom: 0 !important; }
    @media only screen and (min-width: 1031px) {
      .details .vapaat-paikat {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 24px; } }
    @media only screen and (min-width: 1981px) {
      .details .vapaat-paikat {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 24px; } }
    .details .vapaat-paikat img {
      height: 14px;
      width: auto; }
  .details .twentyfour {
    /* If you're not below basic size 2,
	set initial font-size one smaller for small screens */
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 24px;
    /* Starting from medium sizes, let fonts grow to full size */
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 0.05em;
    background-color: #75b94e;
    color: #fff;
    padding: 6px;
    text-align: center;
    margin-top: 0; }
    @media only screen and (min-width: 1031px) {
      .details .twentyfour {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 24px; } }
    @media only screen and (min-width: 1981px) {
      .details .twentyfour {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 24px; } }

#hinnasto {
  background-color: #fff;
  margin: 0; }
  #hinnasto p {
    padding: 0 5% 0 5%; }
    @media only screen and (min-width: 791px) {
      #hinnasto p {
        padding: 0; } }
  #hinnasto table.all td:nth-of-type(1):before {
    content: "P-talo: "; }
  #hinnasto table.all td:nth-of-type(2):before {
    content: "1. Alkava tunti: "; }
  #hinnasto table.all td:nth-of-type(3):before {
    content: "2. Alkava tunti: "; }
  #hinnasto table.all td:nth-of-type(4):before {
    content: "Seur. alk. tunnit: "; }
  #hinnasto table.all td:nth-of-type(5):before {
    content: "Vuorokausi: "; }
  #hinnasto table.all td:nth-of-type(6):before {
    content: "Kuukausikortti"; }
  #hinnasto table.all td:nth-of-type(7):before {
    content: "Vuosikortti"; }
  #hinnasto table.single td:nth-of-type(1):before {
    content: "1. Alkava tunti: "; }
  #hinnasto table.single td:nth-of-type(2):before {
    content: "2. Alkava tunti: "; }
  #hinnasto table.single td:nth-of-type(3):before {
    content: "Seur. alk. tunnit: "; }
  #hinnasto table.single td:nth-of-type(4):before {
    content: "Vuorokausi. "; }
  #hinnasto table.single td:nth-of-type(5):before {
    content: "Kuukausikortti"; }
  #hinnasto table.single td:nth-of-type(6):before {
    content: "Vuosikortti"; }
  #hinnasto table.single td:nth-of-type(7):before {
    content: "Kadotettu lipuke"; }
  #hinnasto table.street td:nth-of-type(1):before {
    content: "Vyöhyke: "; }
  #hinnasto table.street td:nth-of-type(2):before {
    content: "Maksulliset ajat: "; }
  #hinnasto table.street td:nth-of-type(3):before {
    content: "1. Tunti: "; }
  #hinnasto table.street td:nth-of-type(4):before {
    content: "2. Tunti: "; }
  #hinnasto table.street td:nth-of-type(5):before {
    content: "3. Tunti: "; }
  #hinnasto table.street td:nth-of-type(6):before {
    content: "4. Tunti: "; }
  #hinnasto table.street td:nth-of-type(7):before {
    content: "Seuraavat tunnit: "; }
  #hinnasto table.street td:nth-of-type(8):before {
    content: "Vuorokausi: "; }
  #hinnasto table.street td:nth-of-type(9):before {
    content: "Lauantai: "; }
  #hinnasto table.street td:nth-of-type(10):before {
    content: "Sunnuntai: "; }
  #hinnasto table.street .sector-one {
    background-color: rgba(168, 0, 48, 0.05); }
    #hinnasto table.street .sector-one td:first-child {
      font-weight: 900;
      color: #a80030; }
  #hinnasto table.street .sector-two {
    background-color: rgba(253, 197, 67, 0.05); }
    #hinnasto table.street .sector-two td:first-child {
      font-weight: 900;
      color: #d89702; }
  #hinnasto table.street .sector-p2 {
    background-color: rgba(0, 96, 169, 0.05); }
    #hinnasto table.street .sector-p2 td:first-child {
      font-weight: 900;
      color: #0060a9; }
  #hinnasto table.street .sector-sairaala-1 {
    background-color: rgba(168, 0, 48, 0.05); }
    #hinnasto table.street .sector-sairaala-1 td:first-child {
      font-weight: 900;
      color: #a80030; }
  #hinnasto table.street .sector-sairaala-2 {
    background-color: rgba(0, 96, 169, 0.05); }
    #hinnasto table.street .sector-sairaala-2 td:first-child {
      font-weight: 900;
      color: #0060a9; }
  #hinnasto table.street .sector-sairaala-3 {
    background-color: rgba(117, 185, 78, 0.05); }
    #hinnasto table.street .sector-sairaala-3 td:first-child {
      font-weight: 900;
      color: #75b94e; }
  #hinnasto table.street .sector-kyllo {
    background-color: rgba(152, 216, 251, 0.05); }
    #hinnasto table.street .sector-kyllo td:first-child {
      font-weight: 900;
      color: #36b3f7; }



/*Korttihinnasto*/

#korttihinnasto {
  background-color: #fff;
  margin: 0; }
  #korttihinnasto p {
    padding: 0 5% 0 5%; }
    @media only screen and (min-width: 791px) {
      #korttihinnasto p {
        padding: 0; } }
  #korttihinnasto table.all td:nth-of-type(1):before {
    content: "P-talo: "; }
  #korttihinnasto table.all td:nth-of-type(2):before {
    content: "Kuukausikortti 30.4.2019 saakka: "; }
  #korttihinnasto table.all td:nth-of-type(3):before {
    content: "Vuosikortti 30.4.2019 saakka: "; }
  #korttihinnasto table.all td:nth-of-type(4):before {
    content: "Kuukausikortti 1.5.2019 alkaen: "; }
  #korttihinnasto table.all td:nth-of-type(5):before {
    content: "Vuosikortti 1.5.2019: "; }
  #korttihinnasto table.all td:nth-of-type(6):before {
    content: "Kuukausikortti"; }
  #korttihinnasto table.all td:nth-of-type(7):before {
    content: "Vuosikortti"; }
  #korttihinnasto table.single td:nth-of-type(1):before {
    content: "Kuukausikortti 30.4.2019 saakka: "; }
  #korttihinnasto table.single td:nth-of-type(2):before {
    content: "Vuosikortti 30.4.2019 saakka: "; }
  #korttihinnasto table.single td:nth-of-type(3):before {
    content: "Kuukausikortti 1.5.2019 alkaen: "; }
  #korttihinnasto table.single td:nth-of-type(4):before {
    content: "Vuosikortti 1.5.2019 alkaen: "; }
  #korttihinnasto table.single td:nth-of-type(5):before {
    content: "Kuukausikortti"; }
  #korttihinnasto table.single td:nth-of-type(6):before {
    content: "Vuosikortti"; }
  #korttihinnasto table.single td:nth-of-type(7):before {
    content: "Kadotettu lipuke"; }
  #korttihinnasto table.street td:nth-of-type(1):before {
    content: "Vyöhyke: "; }
  #korttihinnasto table.street td:nth-of-type(2):before {
    content: "Maksulliset ajat: "; }
  #korttihinnasto table.street td:nth-of-type(3):before {
    content: "1. Tunti: "; }
  #korttihinnasto table.street td:nth-of-type(4):before {
    content: "2. Tunti: "; }
  #korttihinnasto table.street td:nth-of-type(5):before {
    content: "3. Tunti: "; }
  #korttihinnasto table.street td:nth-of-type(6):before {
    content: "4. Tunti: "; }
  #korttihinnasto table.street td:nth-of-type(7):before {
    content: "Seuraavat tunnit: "; }
  #korttihinnasto table.street td:nth-of-type(8):before {
    content: "Vuorokausi: "; }
  #korttihinnasto table.street td:nth-of-type(9):before {
    content: "Lauantai: "; }
  #korttihinnasto table.street td:nth-of-type(10):before {
    content: "Sunnuntai: "; }
  #korttihinnasto table.street .sector-one {
    background-color: rgba(168, 0, 48, 0.05); }
    #korttihinnasto table.street .sector-one td:first-child {
      font-weight: 900;
      color: #a80030; }
  #korttihinnasto table.street .sector-two {
    background-color: rgba(253, 197, 67, 0.05); }
    #korttihinnasto table.street .sector-two td:first-child {
      font-weight: 900;
      color: #d89702; }
  #korttihinnasto table.street .sector-p2 {
    background-color: rgba(0, 96, 169, 0.05); }
    #korttihinnasto table.street .sector-p2 td:first-child {
      font-weight: 900;
      color: #0060a9; }
  #korttihinnasto table.street .sector-sairaala-1 {
    background-color: rgba(168, 0, 48, 0.05); }
    #korttihinnasto table.street .sector-sairaala-1 td:first-child {
      font-weight: 900;
      color: #a80030; }
  #korttihinnasto table.street .sector-sairaala-2 {
    background-color: rgba(0, 96, 169, 0.05); }
    #korttihinnasto table.street .sector-sairaala-2 td:first-child {
      font-weight: 900;
      color: #0060a9; }
  #korttihinnasto table.street .sector-sairaala-3 {
    background-color: rgba(117, 185, 78, 0.05); }
    #korttihinnasto table.street .sector-sairaala-3 td:first-child {
      font-weight: 900;
      color: #75b94e; }
  #korttihinnasto table.street .sector-kyllo {
    background-color: rgba(152, 216, 251, 0.05); }
    #korttihinnasto table.street .sector-kyllo td:first-child {
      font-weight: 900;
      color: #36b3f7; }



/*Keskustan P-Talojen uusi hinnasto */
#hinnasto-keskusta {
  background-color: #fff;
  margin: 0; }
  #hinnasto-keskusta p {
    padding: 0 5% 0 5%; }
    @media only screen and (min-width: 791px) {
      #hinnasto-keskusta p {
        padding: 0; } }
  #hinnasto-keskusta table.all td:nth-of-type(1):before {
    content: "P-talo: "; }
  #hinnasto-keskusta table.all td:nth-of-type(2):before {
    content: "1. Alkava tunti klo 6–16: "; }
  #hinnasto-keskusta table.all td:nth-of-type(3):before {
    content: "Seur. alkavat tunnit klo 6–16 á: "; }
  #hinnasto-keskusta table.all td:nth-of-type(4):before {
    content: "Klo 16–6 välillä alk. 2 tunnin jakso: "; }
  #hinnasto-keskusta table.all td:nth-of-type(5):before {
    content: "Vuorokausi: "; }
  #hinnasto-keskusta table.all td:nth-of-type(6):before {
    content: "Kadotettu lipuka"; }
  #hinnasto-keskusta table.all td:nth-of-type(7):before {
    content: "Vuosikortti"; }
  #hinnasto-keskusta table.single td:nth-of-type(1):before {
    content: "1. Alkava tunti klo 6–16: "; }
  #hinnasto-keskusta table.single td:nth-of-type(2):before {
    content: "Seur. alkavat tunnit klo 6–16 á: "; }
  #hinnasto-keskusta table.single td:nth-of-type(3):before {
    content: "Klo 16–6 välillä alk. 2 tunnin jakso: "; }
  #hinnasto-keskusta table.single td:nth-of-type(4):before {
    content: "Vuorokausi. "; }
  #hinnasto-keskusta table.single td:nth-of-type(5):before {
    content: "Kadotettu lipuke"; }
  #hinnasto-keskusta table.single td:nth-of-type(6):before {
    content: "Vuosikortti"; }
  #hinnasto-keskusta table.single td:nth-of-type(7):before {
    content: "Kadotettu lipuke"; }


/*Muiden P-Talojen uusi hinnasto */
#hinnasto-muut {
  background-color: #fff;
  margin: 0; }
  #hinnasto-muut p {
    padding: 0 5% 0 5%; }
    @media only screen and (min-width: 791px) {
      #hinnasto-muut p {
        padding: 0; } }
  #hinnasto-muut table.all td:nth-of-type(1):before {
    content: "P-talo: "; }
  #hinnasto-muut table.all td:nth-of-type(2):before {
    content: "1. Alkava tunti: "; }
  #hinnasto-muut table.all td:nth-of-type(3):before {
    content: "Seur. alkavat tunnit á: "; }
  #hinnasto-muut table.all td:nth-of-type(4):before {
    content: "Vuorokausi: "; }
  #hinnasto-muut table.all td:nth-of-type(5):before {
    content: "Kadotettu lipuke "; }
  #hinnasto-muut table.all td:nth-of-type(6):before {
    content: "Kuukausikortti"; }
  #hinnasto-muut table.all td:nth-of-type(7):before {
    content: "Vuosikortti"; }
  #hinnasto-muut table.single td:nth-of-type(1):before {
    content: "1. Alkava tunti: "; }
  #hinnasto-muut table.single td:nth-of-type(2):before {
    content: "Seur. alkavat tunnit á: "; }
  #hinnasto-muut table.single td:nth-of-type(3):before {
    content: "Vuorokausi:: "; }
  #hinnasto-muut table.single td:nth-of-type(4):before {
    content: "Kadotettu lipuke "; }
  #hinnasto-muut table.single td:nth-of-type(5):before {
    content: "Kuukausikortti"; }
  #hinnasto-muut table.single td:nth-of-type(6):before {
    content: "Vuosikortti"; }
  #hinnasto-muut table.single td:nth-of-type(7):before {
    content: "Kadotettu lipuke alkaen"; }

  @media only screen and (min-width: 791px) {
    #hinnasto table.all td:nth-of-type(n):before, #hinnasto table.single td:nth-of-type(n):before, #hinnasto table.street td:nth-of-type(n):before {
      content: ""; } }

@media only screen and (min-width: 791px) {
  table {
    display: table;
    padding: 0;
    width: 100%;
    border-top: 2px solid #0060a9;
    border-bottom: 2px solid #0060a9;
    margin-bottom: 0; }
    table th, table td {
      padding: 12px;
      display: table-cell;
      position: static;
      width: auto; }
    table tr {
      display: table-row; }
    table thead, table tbody {
      display: table-row-group; }
    table thead tr {
      position: static; }
    table th {
      /* If you're not below basic size 2,
	set initial font-size one smaller for small screens */
      font-size: 12px;
      line-height: 20px;
      margin-bottom: 12px;
      /* Starting from medium sizes, let fonts grow to full size */
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.025em;
      text-align: left;
      border-bottom: 1px solid #9d9fa2; } }
    @media only screen and (min-width: 791px) and (min-width: 1031px) {
      table th {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 12px; } }
    @media only screen and (min-width: 791px) and (min-width: 1981px) {
      table th {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 24px; } }

@media only screen and (min-width: 791px) {
    table tr:nth-child(odd) {
      border-bottom: 1px solid #edeff2; }
    table tr:nth-child(even) {
      border-bottom: 1px solid #9d9fa2; }
    table thead th:first-child, table tr td:first-child {
      padding-left: 5%; }
    table thead th:last-child, table tr td:last-child {
      padding-right: 5%; } }

form ul {
  padding: 0;
  list-style-type: none; }
  form ul li {
    padding: 0; }

#checkboxes label, #checkboxes input {
  margin-top: 0; }

#checkboxes label {
  display: block;
  float: left; }

#checkboxes input[type="checkbox"] {
  display: block;
  float: left;
  margin-right: 12px;
  clear: both; }

form#parkkitehtuuri input[type="submit"] {
  clear: both;
  margin-top: 24px; }

div.parkkitehtuuri-input {
  display: block;
  width: 47%;
  float: left;
  margin-top: 24px;
  margin-bottom: 24px; }
  div.parkkitehtuuri-input:nth-child(2n+0) {
    float: right; }
