/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

html {
  font-size: 100%;
}

h1, .alpha,
h2, .beta,
h3, .gamma,
h4, .delta,
h5, .epsilon,
h6, .zeta {
  font-weight: bold;
  margin: 0;
}

h1, .alpha {
  font-size: 3em;
  line-height: 1;
  margin-bottom: 0.5em;
}

h2, .beta {
  font-size: 2.25em;
  line-height: 1.3333333333;
  margin-bottom: 0.6666666667em;
}

h3, .gamma {
  font-size: 1.5em;
  line-height: 1;
  margin-bottom: 1em;
}

h4, .delta {
  font-size: 1.3125em;
  line-height: 1.1428571429;
  margin-bottom: 1.1428571429em;
}

h5, .epsilon {
  font-size: 1.125em;
  line-height: 1.3333333333;
  margin-bottom: 1.3333333333em;
}

h6, .zeta {
  font-size: 1em;
  line-height: 1.5;
  margin-bottom: 1.5em;
}

p,
blockquote {
  font-size: 1em;
  margin: 0 0 1.5em;
  line-height: 1.5;
  -ms-hyphens: none;
  hyphens: none;
}

dl,
ol,
ul {
  font-size: 1em;
  margin: 0 0 1.5em;
  padding: 0;
}

dd,
dt,
li {
  line-height: 1.5;
  margin: 0;
}

body {
  background: #142140;
  font-family: "Montserrat", sans-serif;
  font-size: 100%;
  color: #1d1d1d;
}

* {
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */ /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}

a {
  text-decoration: none;
  color: #1c2b56;
}

.primary ul, .responsive-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site {
  background: #fff;
}

.logo img, .content img, figure img, .pre-footer img, .site-footer img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 640px) {
  .logo img, .content img, figure img, .pre-footer img, .site-footer img {
    width: auto;
    max-width: 100%;
  }
}

figure {
  max-width: 100%;
  margin: 1em 0;
}

figcaption {
  font-size: 13px;
  color: #888;
  line-height: 1.4;
}

blockquote {
  font-family: Georgia, sans-serif;
  font-style: italic;
  padding: 0 20px;
}

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

.cf:after {
  clear: both;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (min-width: 1150px) {
  .container {
    width: 1150px;
    padding: 0;
  }
}

/**
  * Header
  */
.site-header .container {
  padding: 15px 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1700px) {
  .site-header .container {
    width: 1700px;
    padding: 25px 0 20px;
  }
}

.site-header .logo {
  float: left;
  width: 80%;
}
.site-header .logo img {
  max-width: 20rem;
  width: 100%;
  display: block;
}

.site-header .scania {
  float: right;
  position: relative;
  margin-top: 4px;
  width: 15%;
  max-width: 128px;
}
@media screen and (min-width: 640px) {
  .site-header .scania {
    margin-top: -12px;
  }
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}

/*@import "types/3dx";
@import "types/3dx-r";
@import "types/3dy";
@import "types/3dy-r";
@import "types/arrow";
@import "types/arrow-r";
@import "types/arrowalt";
@import "types/arrowalt-r";
@import "types/boring";
@import "types/collapse";
@import "types/collapse-r";
@import "types/elastic";
@import "types/elastic-r";
@import "types/emphatic";
@import "types/emphatic-r";*/
/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 2px;
}
.hamburger--slider .hamburger-inner::before {
  top: 10px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.hamburger--slider .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  -webkit-transform: rotate(-45deg) translate3d(-5.7142857143px, -6px, 0);
          transform: rotate(-45deg) translate3d(-5.7142857143px, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
          transform: translate3d(0, -20px, 0) rotate(-90deg);
}

/*@import "types/slider-r";
@import "types/spring";
@import "types/spring-r";
@import "types/stand";
@import "types/stand-r";
@import "types/spin";
@import "types/spin-r";
@import "types/squeeze";
@import "types/vortex";
@import "types/vortex-r";*/
.primary {
  background: #000;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
}

.primary .menu-items {
  display: none;
}
@media screen and (min-width: 840px) {
  .primary .menu-items {
    display: block;
  }
}

.primary li, .footer-nav li {
  display: inline-block;
  margin: 0 15px;
  position: relative;
}

.primary li ul {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  background: #000;
  background: rgba(0, 0, 0, 0.6);
  height: 0;
  visibility: hidden;
}

.primary li:hover ul {
  height: auto;
  visibility: visible;
}

.primary li ul li {
  display: block;
  text-align: left;
  margin: 0;
}

.primary a, .footer-nav a {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  display: block;
  padding: 10px 10px;
}
@media screen and (min-width: 840px) {
  .primary a, .footer-nav a {
    font-size: 18px;
  }
}

.footer-nav a {
  color: #1c2b56;
}

.primary li ul li a {
  padding: 5px 10px;
  font-size: 16px;
}

.primary a:hover, .primary .current_page_item > a, .primary .current_page_parent > a, .primary li:hover > a, .footer-nav a:hover, .footer-nav .current_page_item a, .footer-nav .current_page_parent a {
  color: #ed1c24;
}

.primary .facebook a {
  padding: 0;
  display: block;
  position: relative;
  top: -2px;
  text-indent: -9999px;
  width: 16px;
  height: 28px;
  background: url("../images/facebook-icon.png") no-repeat 0 0;
}

.footer-nav .facebook a {
  padding: 0;
  width: 16px;
  height: 28px;
  position: relative;
  top: -5px;
  text-indent: -9999px;
  background: url("../images/facebook-icon.png") no-repeat -16px 0;
}

.primary .instagram a {
  padding: 0;
  display: block;
  position: relative;
  top: -1px;
  text-indent: -9999px;
  width: 28px;
  height: 28px;
  background: url("../images/instagram_valk.png") no-repeat 0 0;
}

.footer-nav .instagram a {
  padding: 0;
  width: 28px;
  height: 28px;
  position: relative;
  top: -3px;
  text-indent: -9999px;
  background: url("../images/instagram.png") no-repeat 0;
}

.responsive-nav {
  background: #3b3b3f;
}

.responsive-nav ul {
  display: none;
  background: #1c2953;
  clear: both;
  text-align: center;
  padding: 10px 0;
}
.responsive-nav ul a {
  font-size: 18px;
  display: block;
  padding: 12px 10px;
  color: #fff;
  text-transform: uppercase;
}

.hamburger {
  float: right;
}
@media screen and (min-width: 840px) {
  .hamburger {
    display: none;
  }
}

.responsive-nav .rw-nav-palvelut {
  background: #1b38a0;
}

/**
  * Hero
  */
.hero {
  background: url("../images/hero-mobile.jpg") no-repeat top center;
  background-size: cover;
}
@media screen and (min-width: 640px) {
  .hero {
    background: url("../images/hero.jpg") no-repeat top center;
    background-size: cover;
  }
}

.alasivu .hero {
  height: 205px;
}
@media screen and (min-width: 640px) {
  .alasivu .hero {
    height: 419px;
  }
}

.hero .caption {
  text-transform: uppercase;
  text-align: center;
  padding: 250px 0 40px;
}
@media screen and (min-width: 640px) {
  .hero .caption {
    padding: 90px 0;
  }
}
@media screen and (min-width: 840px) {
  .hero .caption {
    float: right;
    width: 60%;
  }
}

.hero .caption h2 {
  font-family: "rbno-black", sans-serif;
  font-size: 50px;
  font-style: italic;
  color: #fff;
  line-height: 1;
  margin: 25px 0 0;
}
@media screen and (min-width: 840px) {
  .hero .caption h2 {
    font-size: 62px;
  }
}
@media screen and (min-width: 1700px) {
  .hero .caption h2 {
    font-size: 82px;
  }
}

.hero .caption p {
  font-family: "rbno-book", sans-serif;
  font-size: 40px;
  color: #fff;
  margin: 0;
}
@media screen and (min-width: 840px) {
  .hero .caption p {
    font-size: 60px;
  }
}

/**
  * Content
  */
.content {
  padding: 50px 0;
}

.palvelut {
  margin-bottom: 45px;
}

.palvelut .palvelu {
  background: #192d53;
  color: #fff;
  position: relative;
  margin-bottom: 27px;
  height: auto;
}
@media screen and (min-width: 840px) {
  .palvelut .palvelu {
    float: left;
    width: 48.78%;
    margin-right: 2.34%;
    height: 422px;
  }
}
@media screen and (min-width: 1700px) {
  .palvelut .palvelu {
    width: 561px;
  }
}

.palvelut .last {
  margin-right: 0;
}

.palvelut img {
  display: block;
  opacity: 0.8;
}

.palvelu .caption {
  text-align: center;
  padding: 25px;
  font-weight: 700;
  font-size: 16px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);
}
@media screen and (min-width: 640px) {
  .palvelu .caption {
    font-size: 14px;
  }
}
@media screen and (min-width: 1150px) {
  .palvelu .caption {
    font-size: 18px;
    padding: 50px;
  }
}

.palvelu .caption h3 {
  font-family: "rbno-black", sans-serif;
  font-size: 33px;
  text-transform: uppercase;
  margin: 0 0 20px;
  font-style: italic;
  color: #fff;
}
@media screen and (min-width: 640px) {
  .palvelu .caption h3 {
    font-size: 28px;
  }
}
@media screen and (min-width: 840px) {
  .palvelu .caption h3 {
    font-size: 33px;
  }
}
@media screen and (min-width: 1700px) {
  .palvelu .caption h3 {
    font-size: 53px;
  }
}

.palvelu .caption .btn {
  display: inline-block;
  background: #001841;
  padding: 5px 10px;
  color: #fff;
  font-size: 28px;
  white-space: nowrap;
  font-family: "rbno-black", sans-serif;
  font-style: italic;
}
@media screen and (min-width: 640px) {
  .palvelu .caption .btn {
    font-size: 40px;
    padding: 5px 20px;
  }
}

@media screen and (min-width: 1150px) {
  .palvelu.pesula .caption .btn {
    margin-top: 50px;
  }
}

.palvelu .caption span {
  font-weight: 700;
  font-size: 20px;
  display: block;
  margin: 10px 0;
}
@media screen and (min-width: 840px) {
  .palvelu .caption span {
    margin: 25px 0;
    font-size: 26px;
  }
}

@media screen and (min-width: 840px) {
  .caption-links {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
  }
}

.palvelu a {
  color: #fff;
}

.breadcrumbs {
  margin: 0 0 15px;
  font-size: 12px;
}

.responsive-mob {
  text-align: center;
  display: block;
  padding: 10px;
  font-size: 18px;
  background: #1b38a1;
  font-weight: bold;
  color: #fff;
}
@media screen and (min-width: 640px) {
  .responsive-mob {
    display: none;
  }
}
.responsive-mob a {
  color: #fff;
}

.site-content {
  padding: 25px 0;
}

.content-area {
  width: 100%;
  text-align: center;
}

.content-area h1 {
  font-size: 40px;
  text-transform: uppercase;
  color: #1c2b56;
  font-family: "rbno-black", sans-serif;
  font-style: italic;
  margin-bottom: 0;
}
@media screen and (min-width: 640px) {
  .content-area h1 {
    font-size: 50px;
  }
}
@media screen and (min-width: 840px) {
  .content-area h1 {
    font-size: 60px;
  }
}

.content-area ul {
  list-style: none;
}

.content-area h2, .content-area h3 {
  color: #1c2b56;
  margin-bottom: 5px;
}

.images {
  margin-top: 100px;
  text-align: center;
}

.images li {
  margin-bottom: 2%;
}
@media screen and (min-width: 640px) {
  .images li {
    display: inline-block;
    width: 47%;
    margin: 0 1%;
  }
}

.henkilot {
  margin-top: 100px;
}

.henkilot .henkilo {
  margin-bottom: 25px;
  font-size: 14px;
}
@media screen and (min-width: 640px) {
  .henkilot .henkilo {
    float: left;
    width: 32%;
    margin-right: 2%;
  }
}
@media screen and (min-width: 840px) {
  .henkilot .henkilo {
    font-size: 16px;
  }
}

.henkilot .last {
  margin-right: 0;
}

.henkilot .first {
  clear: left;
}

.henkilo .profile {
  margin-bottom: 15px;
}
@media screen and (min-width: 640px) {
  .henkilo .profile {
    float: left;
    width: 95px;
    margin-bottom: 0;
  }
}

.henkilo .profile img {
  max-width: 95px;
}

@media screen and (min-width: 640px) {
  .henkilo .text {
    float: left;
    width: 70%;
    text-align: left;
  }
}
@media screen and (min-width: 1150px) {
  .henkilo .text {
    margin-left: 15px;
  }
}
.henkilo .text p img {
  max-width: 40px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 1150px) {
  .henkilo .text p img {
    margin-left: 0;
  }
}

@media screen and (min-width: 840px) {
  .map-contact .kartta {
    float: left;
    width: 60%;
  }
}

@media screen and (min-width: 840px) {
  .map-contact .text {
    width: 100%;
    text-align: left;
  }
}

.sidebar {
  width: 100%;
  margin-top: 25px;
}
@media screen and (min-width: 840px) {
  .sidebar {
    float: right;
    width: 33%;
  }
}

.pagination {
  clear: both;
  padding: 20px 0;
  position: relative;
  font-size: 11px;
  line-height: 13px;
}

.pagination span, .pagination a {
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 6px 9px 5px 9px;
  width: auto;
  color: #fff;
  background: #555;
}

.pagination a:hover {
  color: #fff;
  background: #3279BB;
}

.pagination .current {
  padding: 6px 9px 5px 9px;
  background: #3279BB;
  color: #fff;
}

.comment-list img {
  width: auto;
  max-width: 100%;
}

.libre-form {
  max-width: 750px;
  margin: 0 auto;
}

input[type=text], input[type=email], input[type=tel], input[type=search], textarea, input[type=submit], button[type=submit] {
  padding: 12px 10px;
  width: 100%;
  border: 1px solid #0e2364;
  background: #f3f3f3;
}

textarea {
  max-width: 100%;
  width: 100%;
  height: 250px;
}

button[type=submit] {
  background: #0e2364;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 10px;
  font-size: 18px;
}

label {
  display: block;
  text-align: left;
}

.alignleft {
  margin: 25px 0;
}
@media screen and (min-width: 640px) {
  .alignleft {
    float: left;
    margin: 0 25px 25px 0;
  }
}

.alignright {
  margin: 25px 0;
}
@media screen and (min-width: 640px) {
  .alignright {
    float: right;
    margin: 0 0 25px 25px;
  }
}

.aligncenter {
  margin: 25px auto;
}

/**
  * Footer
  */
.pre-footer {
  background: url("../images/footer.jpg") no-repeat top center;
  background-size: cover;
  text-align: center;
  color: #fff;
  padding: 25px 0;
  font-size: 15px;
  margin-bottom: 25px;
}
@media screen and (min-width: 840px) {
  .pre-footer {
    padding: 50px 0;
  }
}
@media screen and (min-width: 1700px) {
  .pre-footer {
    padding: 100px 0;
  }
}

.pre-footer h3 {
  font-family: "rbno-black", sans-serif;
  font-style: italic;
  font-size: 34px;
  text-transform: uppercase;
}
@media screen and (min-width: 640px) {
  .pre-footer h3 {
    font-size: 40px;
  }
}
@media screen and (min-width: 840px) {
  .pre-footer h3 {
    font-size: 53px;
  }
}

.pre-footer .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 640px) {
  .pre-footer .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 840px) {
  .pre-footer .container {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media screen and (min-width: 1700px) {
  .pre-footer .container {
    padding-left: 150px;
    padding-right: 150px;
  }
}
.pre-footer .container p img {
  max-width: 6rem;
  width: 100%;
  margin: 0 auto;
  display: block;
}

.pre-footer p {
  margin-bottom: 45px;
}

.site-footer {
  text-align: center;
  padding: 30px 15px;
  font-size: 14px;
}
@media screen and (min-width: 640px) {
  .site-footer {
    padding-left: 0;
    padding-right: 0;
  }
}
.site-footer p img {
  max-width: 6rem;
  width: 100%;
  margin: 0 auto;
  display: block;
}

.design {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  padding: 30px 0;
  margin-top: 25px;
}

.design .haaja {
  text-indent: -9999px;
  display: inline-block;
  width: 56px;
  height: 28px;
  background: url("../images/haaja-logo.png") no-repeat 0 0;
  position: relative;
  top: -10px;
  margin-left: 5px;
}