/*!
Theme Name: Digimoguli
Theme URI: http://underscores.me/
Author: Digimoguli Oy
Author URI: https://www.digimoguli.fi/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: digimoguli
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Digimoguli is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Abril+Fatface");
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

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

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

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

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

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

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

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

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

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #222222;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 0.875rem;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased; }
  @media (min-width: 500px) {
    body,
    button,
    input,
    select,
    optgroup,
    textarea {
      font-size: 0.9375rem; } }
  @media (min-width: 768px) {
    body,
    button,
    input,
    select,
    optgroup,
    textarea {
      font-size: 1rem; } }
  @media (min-width: 1200px) {
    body,
    button,
    input,
    select,
    optgroup,
    textarea {
      font-size: 1.125rem; } }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: 'Abril Fatface', cursive;
  font-weight: 400 !important;
  color: #333333;
  margin: 0.625rem 0 1.225rem 0;
  line-height: 1.3;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }
  @media (min-width: 768px) {
    h1, h2, h3, h4, h5, h6 {
      word-break: normal; } }

h1 {
  font-size: 2.25rem; }
  @media (min-width: 768px) {
    h1 {
      font-size: 2.75rem; } }
  @media (min-width: 1200px) {
    h1 {
      font-size: 3.75rem; } }
  @media (min-width: 1440px) {
    h1 {
      font-size: 4.375rem; } }

.banner h1 {
  font-size: 2.25rem; }
  @media (min-width: 768px) {
    .banner h1 {
      font-size: 2.75rem; } }
  @media (min-width: 1200px) {
    .banner h1 {
      font-size: 3.125rem; } }
  @media (min-width: 1440px) {
    .banner h1 {
      font-size: 3.75rem; } }

h2 {
  font-size: 1.625rem; }
  @media (min-width: 768px) {
    h2 {
      font-size: 1.875rem; } }
  @media (min-width: 1200px) {
    h2 {
      font-size: 2.5rem; } }
  @media (min-width: 1440px) {
    h2 {
      font-size: 2.875rem; } }

h3 {
  font-size: 1.375rem; }
  @media (min-width: 768px) {
    h3 {
      font-size: 1.75rem; } }
  @media (min-width: 1200px) {
    h3 {
      font-size: 1.875rem; } }
  @media (min-width: 1440px) {
    h3 {
      font-size: 2.25rem; } }

.news__thumbnail h3 {
  font-size: 1.25rem; }
  @media (min-width: 768px) {
    .news__thumbnail h3 {
      font-size: 1.5rem; } }
  @media (min-width: 1200px) {
    .news__thumbnail h3 {
      font-size: 1.625rem; } }
  @media (min-width: 1440px) {
    .news__thumbnail h3 {
      font-size: 1.875rem; } }

h4 {
  font-size: 1.125rem; }
  @media (min-width: 768px) {
    h4 {
      font-size: 1.25rem; } }
  @media (min-width: 1200px) {
    h4 {
      font-size: 1.375rem; } }
  @media (min-width: 1440px) {
    h4 {
      font-size: 1.625rem; } }

h5 {
  font-size: 1rem; }
  @media (min-width: 768px) {
    h5 {
      font-size: 1.125rem; } }
  @media (min-width: 1200px) {
    h5 {
      font-size: 0.125rem; } }
  @media (min-width: 1440px) {
    h5 {
      font-size: 1.25rem; } }

.hero h1 {
  text-transform: uppercase;
  margin: 0 0 1rem 0;
  line-height: 1.1; }

.hero h3 {
  margin: 0 0 0.625rem 0; }

.hero h1,
.hero h2,
.hero h3,
.hero h4,
.hero h5,
.hero h6,
.white h1,
.white h2,
.white h3,
.white h4,
.white h5,
.white h6 {
  color: #ffffff; }

.black h1,
.black h2,
.black h3,
.black h4,
.black h5,
.black h6 {
  color: #000000; }

.main-title {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1.25rem; }
  @media (min-width: 768px) {
    .main-title {
      margin-bottom: 1.875rem; } }
  @media (min-width: 1200px) {
    .main-title {
      margin-bottom: 2.5rem; } }

.footer-content h1,
.footer-content h2,
.footer-content h3,
.footer-content h4 {
  color: #d32113; }

p {
  margin-bottom: 1.5em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 0.9375rem;
  line-height: 1.8;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #ffffff;
  /* Fallback for when there is no custom background color defined. */ }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

.hero,
.hero.large,
.swiper-container {
  height: auto;
  min-height: 95vh; }
  @media (min-width: 768px) {
    .hero,
    .hero.large,
    .swiper-container {
      height: 100vh;
      min-height: 460px; } }
  @media (min-width: 1200px) {
    .hero,
    .hero.large,
    .swiper-container {
      height: 85vh;
      min-height: 600px; } }

.hero.medium {
  height: auto;
  min-height: 300px; }
  @media (min-width: 768px) {
    .hero.medium {
      min-height: 400px;
      height: 40vh; } }
  @media (min-width: 1200px) {
    .hero.medium {
      height: 50vh;
      min-height: 500px; } }

.hero.small {
  height: auto;
  min-height: 200px; }
  @media (min-width: 768px) {
    .hero.small {
      min-height: 300px;
      height: 35vh; } }
  @media (min-width: 1200px) {
    .hero.small {
      height: 40vh;
      min-height: 400px; } }

.article-hero {
  padding: 3.75rem 0 0 0; }
  @media (min-width: 768px) {
    .article-hero {
      padding: 5.125rem 0 0 0; } }

.hero-bg,
.swiper-container,
.swiper-slide {
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: 100%;
  position: relative;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding: 3.75rem 0 0; }
  @media (min-width: 768px) {
    .hero-bg,
    .swiper-container,
    .swiper-slide {
      padding-top: 5.125rem;
      height: 100%; } }

.bg-image {
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  background-size: cover !important; }

.hero-bg {
  min-height: 95vh;
  overflow: hidden;
  padding: 3.75rem 0.9375rem 5rem 0.9375rem; }
  @media (min-width: 768px) {
    .hero-bg {
      min-height: 460px;
      padding: 5.125rem 0.9375rem 0 0.9375rem; } }
  @media (min-width: 1200px) {
    .hero-bg {
      min-height: 600px;
      padding: 7.8125rem 0.9375rem 0 1.875rem; } }

.hero.medium .hero-bg {
  min-height: 300px; }
  @media (min-width: 768px) {
    .hero.medium .hero-bg {
      min-height: 400px;
      max-height: 500px; } }
  @media (min-width: 1200px) {
    .hero.medium .hero-bg {
      max-height: 700px; } }

.hero.small .hero-bg {
  min-height: 200px; }
  @media (min-width: 768px) {
    .hero.small .hero-bg {
      min-height: 300px; } }
  @media (min-width: 1200px) {
    .hero.small .hero-bg {
      max-height: 500px; } }

.hero-content,
.banner-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width: 700px;
  margin: auto;
  padding: 0.9375rem;
  z-index: 999; }
  @media (min-width: 768px) {
    .hero-content,
    .banner-content {
      max-width: 970px; } }
  @media (min-width: 1200px) {
    .hero-content,
    .banner-content {
      max-width: 970px; } }

.swiper-slide {
  padding: 0 !important; }

.slide-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width: 700px;
  padding: 0.9375rem;
  padding-top: 3.75rem;
  margin: auto; }
  @media (min-width: 768px) {
    .slide-content {
      padding-top: 6.25rem; } }
  @media (min-width: 768px) {
    .slide-content {
      max-width: 970px; } }

.banner {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
  min-height: 80vh;
  padding: 0.9375rem;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important; }

.banner {
  min-height: 300px; }
  @media (min-width: 768px) {
    .banner {
      min-height: 360px; } }
  @media (min-width: 1200px) {
    .banner {
      min-height: 500px; } }

.hero p,
.banner p,
.hero span {
  color: #fff;
  font-size: 1.125rem; }

.black h1,
.black p,
.black span {
  color: #111 !important; }

.framed {
  padding: 0.9375rem;
  background: #000; }

span.maze {
  position: absolute;
  display: flex;
  overflow: hidden;
  width: 600px;
  height: 600px;
  bottom: -350px;
  margin: auto;
  left: calc(50% - 300px);
  z-index: 1;
  opacity: 0.1; }
  @media (min-width: 768px) {
    span.maze {
      width: 100%;
      height: 400px;
      bottom: -200px;
      left: 0; } }
  @media (min-width: 1200px) {
    span.maze {
      width: 100%;
      height: 600px;
      bottom: -300px; } }

span.maze img {
  width: 600px;
  margin: auto;
  display: flex; }
  @media (min-width: 768px) {
    span.maze img {
      width: 70%; } }

#spinning {
  animation: rotation 120s infinite linear;
  -webkit-animation: rotation 120s infinite linear; }

@-webkit-keyframes rotation {
  from {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
  to {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg); } }

.hero a {
  color: #ffffff;
  text-decoration: none; }

/**
 * Swiper 4.3.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 5, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: flex;
  justify-content: center;
  background: transparent; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-invisible-blank-slide {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-prev,
.swiper-button-next {
  width: 27px;
  height: 44px;
  z-index: 10;
  display: block;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  width: 100%;
  displa: inline-block;
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 999;
  bottom: 1.875rem; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  width: 100%;
  color: #fff; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  margin: 0.125rem 0.3125rem;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #ffffff; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000; }

.swiper-pagination-lock {
  display: none; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

.swiper-2 {
  min-height: unset;
  padding-bottom: 3.75rem; }

.pagination-2 {
  bottom: 0px !important; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  display: inline-block;
  width: auto;
  line-height: 1.7;
  font-weight: 700;
  font-size: 1rem;
  background: #d32113;
  border: 3px solid #d32113;
  color: #ffffff;
  border-radius: 50px;
  padding: 0.6875rem 1.625rem;
  margin: 0.9375rem 0 0;
  text-decoration: none !important;
  transition: all .3s;
  cursor: pointer; }
  button:visited,
  input[type="button"]:visited,
  input[type="reset"]:visited,
  input[type="submit"]:visited {
    color: #ffffff; }
  button:hover, button:focus, button:active,
  input[type="button"]:hover,
  input[type="button"]:focus,
  input[type="button"]:active,
  input[type="reset"]:hover,
  input[type="reset"]:focus,
  input[type="reset"]:active,
  input[type="submit"]:hover,
  input[type="submit"]:focus,
  input[type="submit"]:active {
    color: #ffffff; }
  button:focus,
  input[type="button"]:focus,
  input[type="reset"]:focus,
  input[type="submit"]:focus {
    outline: 0; }
  button:hover, button:active,
  input[type="button"]:hover,
  input[type="button"]:active,
  input[type="reset"]:hover,
  input[type="reset"]:active,
  input[type="submit"]:hover,
  input[type="submit"]:active {
    outline: 0;
    border-color: #c6382d;
    background: #c6382d; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  width: auto;
  color: #444;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  padding: 0.625rem 1.25rem;
  transition: all .3s;
  box-shadow: none; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111;
    background-color: #fbfbfb;
    outline: none;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1); }

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="password"],
.wpcf7 input[type="search"],
.wpcf7 input[type="number"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="range"],
.wpcf7 input[type="date"],
.wpcf7 input[type="month"],
.wpcf7 input[type="week"],
.wpcf7 input[type="time"],
.wpcf7 input[type="datetime"],
.wpcf7 input[type="datetime-local"],
.wpcf7 input[type="color"],
.wpcf7 textarea {
  width: 100%; }

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="password"],
.wpcf7 input[type="search"],
.wpcf7 input[type="number"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="range"],
.wpcf7 input[type="date"],
.wpcf7 input[type="month"],
.wpcf7 input[type="week"],
.wpcf7 input[type="time"],
.wpcf7 input[type="datetime"],
.wpcf7 input[type="datetime-local"],
.wpcf7 input[type="color"],
.wpcf7 textarea {
  width: 100%; }

.bg-grey input[type="text"],
.bg-grey input[type="email"],
.bg-grey input[type="url"],
.bg-grey input[type="password"],
.bg-grey input[type="search"],
.bg-grey input[type="number"],
.bg-grey input[type="tel"],
.bg-grey input[type="range"],
.bg-grey input[type="date"],
.bg-grey input[type="month"],
.bg-grey input[type="week"],
.bg-grey input[type="time"],
.bg-grey input[type="datetime"],
.bg-grey input[type="datetime-local"],
.bg-grey input[type="color"],
.bg-grey textarea {
  background-color: #fff; }

label, .wpcf7-list-item-label {
  font-size: 0.9375rem; }

.wpcf7-list-item-label {
  font-weight: 300; }

select {
  border: 1px solid #ccc; }

textarea {
  width: auto; }

input[type="search"] {
  height: 3.125rem;
  margin-bottom: 0.9375rem;
  width: 100%; }
  @media (min-width: 500px) {
    input[type="search"] {
      width: auto;
      max-width: 600px;
      min-width: 600px; } }

.wpcf7 input[type="text"].other-field {
  width: auto;
  max-width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 2px solid #999; }
  .wpcf7 input[type="text"].other-field:focus {
    border-bottom: 2px solid #555; }

.wpcf7 input[type="text"].time-field {
  width: 200px;
  max-width: 100%;
  float: left;
  margin: 15px 15px 15px 0; }

.wpcf7 p {
  clear: both; }

#mc_embed_signup {
  background: transparent;
  clear: left;
  font-size: 1rem;
  font-family: Georgia, Times, "Times New Roman", serif;
  width: 100%; }

#mc-embedded-subscribe-form input[type=checkbox] {
  display: inline;
  width: auto;
  margin-right: 10px; }

#mergeRow-gdpr {
  margin-top: 20px; }

#mergeRow-gdpr fieldset label {
  font-weight: normal; }

#mc-embedded-subscribe-form .mc_fieldset {
  border: none;
  min-height: 0px;
  padding-bottom: 0px; }

#mc_embed_signup input.email {
  font-family: "Open Sans","Helvetica Neue",Arial,Helvetica,Verdana,sans-serif;
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  width: 350px;
  height: 52px !important;
  vertical-align: top;
  color: #444 !important;
  border: 1px solid transparent !important;
  border-radius: 3px !important;
  background-color: #eee !important;
  padding: 0.625rem 1.25rem !important;
  transition: all .3s; }
  #mc_embed_signup input.email:focus {
    color: #111;
    background-color: #e1e1e1;
    outline: none; }

#mc_embed_signup .button {
  height: auto !important;
  height: 60px;
  padding: 0.625rem 1.25rem !important;
  background-color: #d32113 !important;
  color: #ffffff !important; }

@media only screen and (min-width: 641px) {
  .gform_wrapper li.gf_list_inline ul.gfield_checkbox li, .gform_wrapper li.gf_list_inline ul.gfield_radio li {
    margin: 0 16px 10px 0 !important; } }

.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_left select, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_right select, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=radio], .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
  height: 40px !important;
  border-radius: 3px !important; }

@media only screen and (min-width: 321px) {
  .gform_wrapper .gfield_time_hour, .gform_wrapper .gfield_time_minute {
    max-width: 6rem !important; } }

body .gform_wrapper img.ui-datepicker-trigger {
  margin: 2px !important; }

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
  margin-top: 0 !important; }

.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
  max-width: 100% !important; }

.gform_wrapper .gfield_time_hour i {
  margin-top: 1px !important; }

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 8px 10px !important; }

.gform_wrapper label.gfield_label, .gform_wrapper legend.gfield_label {
  font-size: 0.9375rem !important; }

.gform_wrapper .gfield input::placeholder {
  font-size: 14px; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Buttons
--------------------------------------------------------------*/
.buttons {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  flex-direction: row; }
  @media (min-width: 768px) {
    .buttons {
      width: auto;
      flex-direction: row; } }

.buttons li,
.content .buttons li {
  margin: 0.3125rem; }
  @media (min-width: 768px) {
    .buttons li,
    .content .buttons li {
      width: auto;
      margin: 0.9375rem 0.625rem 0 0; } }

.buttons li:last-child,
.content .buttons li:last-child {
  margin: 0.3125rem; }
  @media (min-width: 768px) {
    .buttons li:last-child,
    .content .buttons li:last-child {
      margin: 0.9375rem 0 0 0; } }

.button {
  display: inline-block;
  width: auto;
  line-height: 1.7;
  font-weight: 700;
  background: #d32113;
  border: 3px solid #d32113;
  color: #ffffff;
  border-radius: 3px;
  padding: 0.6875rem 1.625rem;
  margin: 0.9375rem 0 0;
  text-decoration: none !important;
  transition: all .3s; }
  @media (min-width: 768px) {
    .button {
      width: auto; } }
  .button:visited {
    color: #ffffff; }
  .button:hover, .button:focus, .button:active {
    color: #ffffff; }
  .button:focus {
    outline: 0; }
  .button:hover, .button:active {
    outline: 0;
    border-color: #c6382d;
    background: #c6382d; }

.buttons .button {
  font-size: 0.8125rem;
  border: 2px solid #d32113;
  color: #ffffff;
  margin: 0;
  padding: 0.5rem 1rem; }
  @media (min-width: 768px) {
    .buttons .button {
      font-size: 0.9375rem;
      padding: 0.75rem 1.25rem; } }

.button.white {
  color: #222;
  background: #ffffff;
  border-color: #ffffff; }
  .button.white:hover, .button.white:active {
    outline: 0;
    border-color: white;
    background: white; }

.button.black {
  color: #fff;
  background: #000000;
  border-color: #000000; }
  .button.black:hover, .button.black:active {
    outline: 0;
    border-color: #1a1a1a;
    background: #1a1a1a; }

.button.btn_border {
  background: transparent;
  color: #ffffff; }
  .button.btn_border:hover, .button.btn_border:active {
    outline: 0;
    color: #ffffff;
    border-color: #c6382d;
    background: #c6382d; }

.button.btn_border.black {
  color: #000000; }
  .button.btn_border.black:hover, .button.btn_border.black:active {
    outline: 0;
    color: #ffffff;
    border-color: #000000;
    background: #000000; }

.button.btn_border.white {
  color: #ffffff; }
  .button.btn_border.white:hover, .button.btn_border.white:active {
    outline: 0;
    color: #000000;
    border-color: white;
    background: white; }

.button.btn_arrow {
  color: #d32113;
  padding: 0.6875rem 0rem;
  background: none;
  border: none;
  cursor: pointer; }
  .button.btn_arrow:hover {
    background: none;
    border: none;
    color: #c6382d; }

.button.btn_arrow.black {
  color: #000000; }
  .button.btn_arrow.black:hover {
    background: none;
    border: none;
    color: #d32113; }

.button.btn_arrow.white {
  color: #ffffff; }
  .button.btn_arrow.white:hover {
    background: none;
    border: none;
    color: #d32113; }

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #ce1e21; }
  a:visited {
    color: #d32113; }
  a:hover, a:focus, a:active {
    color: #c6382d; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

.banner-content a {
  text-decoration: none;
  color: inherit; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
body.overlay-is-navbar-collapse {
  margin: 0;
  height: 100%;
  overflow: hidden; }

.site-header {
  position: fixed;
  width: 100%;
  right: 0;
  left: 0;
  top: 0;
  z-index: 99999;
  transition: top 0.3s;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 40%, rgba(0, 0, 0, 0) 150%, rgba(27, 27, 24, 0) 120%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  @media (min-width: 768px) {
    .site-header {
      background: black; } }

.header-links {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center; }

.mobile-lang {
  display: flex; }
  @media (min-width: 768px) {
    .mobile-lang {
      display: none; } }

.mobile-lang .nav li {
  margin: 0 1rem; }

.mobile-lang .nav li > a {
  padding: 0 1rem; }

.menu-linkkivalikko-container .lang-item {
  display: none; }
  @media (min-width: 768px) {
    .menu-linkkivalikko-container .lang-item {
      display: block; } }

/* Fix revealbar on IOS devices */
@supports (-webkit-overflow-scrolling: touch) {
  .overlay-is-navbar-collapse .site-header {
    position: fixed; } }

.site-header a {
  text-decoration: none;
  color: #ffffff;
  outline: 0; }
  .site-header a:visited {
    color: #ffffff; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden; }

@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none; } }

@media (min-width: 768px) {
  .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.155em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    opacity: 0.6; }
  .show .dropdown-toggle::after {
    border-bottom: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-top: 0;
    border-left: 0.3em solid transparent;
    opacity: 0.6; } }

.dropdown-toggle:empty::after {
  margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 13.75rem;
  padding: 0;
  margin: 0;
  color: #ffffff;
  text-align: left;
  list-style: none;
  background-color: #000;
  background-clip: padding-box; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #ffffff;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }

.dropdown-item:hover,
.dropdown-item:focus {
  text-decoration: none;
  background-color: #1e1e1e; }

.dropdown-item.active,
.dropdown-item:active {
  color: #000000;
  text-decoration: none;
  background-color: #000; }

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #000000;
  background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }

.nav-link:hover, .nav-link:focus {
  text-decoration: none; }

.nav-link.disabled {
  color: #6c757d; }

/* Navbar */
.navbar {
  padding: 0;
  width: 100%;
  height: 60px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  transition: all .3s ease; }

.overlay-is-navbar-collapse .navbar {
  position: fixed;
  top: 0;
  display: inline-flex;
  align-items: flex-start;
  min-height: 100%;
  overflow: hidden;
  background-color: #1a1a1a; }
  @media (min-width: 768px) {
    .overlay-is-navbar-collapse .navbar {
      min-height: 0; } }

.navbar > .container {
  display: none;
  width: 100%;
  height: 100%;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-top: 4.375rem;
  position: absolute;
  background: #000000;
  transition: all .3s ease; }
  @media (min-width: 768px) {
    .navbar > .container {
      background: rgba(0, 0, 0, 0); } }

.overlay-is-navbar-collapse .navbar > .container {
  display: block;
  overflow-y: scroll; }
  @media (min-width: 768px) {
    .overlay-is-navbar-collapse .navbar > .container {
      width: 100%;
      overflow-y: auto; } }

@media (min-width: 768px) {
  .overlay-is-navbar-collapse .nav-header {
    display: flex; } }

.nav-header {
  position: relative;
  z-index: 50;
  width: 100%;
  padding: 0 0.9375rem;
  display: flex;
  justify-content: space-between;
  height: auto;
  align-items: center; }

.overlay-is-navbar-collapse .nav-header {
  background: #111;
  height: 3.8125rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

.navbar-brand {
  display: inline-block;
  font-size: 1.25rem;
  margin: 0;
  padding: 0;
  line-height: 100%;
  overflow: hidden;
  white-space: nowrap;
  transition: all .3s; }

.navbar-brand img {
  height: 36px; }

.nav li {
  width: 100%;
  margin: 0;
  border-bottom: 1px solid black; }

.nav li.show {
  width: 100%;
  margin: 0;
  background: #262626; }

.nav li > a {
  font-size: 1rem;
  font-weight: 300;
  padding: 0.875rem 0 0.875rem 1.25rem;
  transition: all .3s ease; }
  @media (min-width: 768px) {
    .nav li > a {
      padding: 0.5rem 0.5rem;
      font-size: 0.8125rem; } }
  @media (min-width: 920px) {
    .nav li > a {
      padding: 0.5rem 0.75rem;
      font-size: 0.875rem; } }
  @media (min-width: 1200px) {
    .nav li > a {
      padding: 0.5rem 0.9375rem;
      font-size: 1rem; } }

.nav li > a:hover {
  background: #262626; }

.nav li li {
  border-top: 0;
  background: #262626;
  border-bottom: 0; }
  .nav li li:first-child {
    border-top: 0; }

.nav li li > a {
  padding: 0.875rem 0 0.875rem 1.875rem; }
  @media (min-width: 1200px) {
    .nav li li > a {
      font-size: 0.875rem; } }

.nav li li > a:hover {
  background: #262626; }

.nav li.current-page-ancestor,
.nav li.current-menu-ancestor,
.nav li.current-menu-parent,
.nav li.current-page-parent,
.nav li.current_page_parent,
.nav li.current_page_ancestor {
  background-color: #262626; }

.nav li.current_page_item a {
  color: #d32113; }

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none; }

.nav .dropdown-menu {
  position: static;
  float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse,
.overlay-is-navbar-collapse .navbar-collapse {
  position: relative;
  width: 100%;
  top: 60px;
  left: 0;
  background: rgba(0, 0, 0, 0);
  displaY: block;
  opacity: 0;
  transition: all .3s ease; }

.overlay-is-navbar-collapse .navbar-collapse.show {
  position: relative;
  height: auto;
  overflow-y: auto;
  width: 100%;
  left: 0;
  opacity: 1; }

.overlay-is-navbar-collapse .menu-linkkivalikko-container {
  display: block; }

.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0; }

.navbar-expand .nav {
  -ms-flex-direction: row;
  flex-direction: row; }

.navbar-expand .nav .dropdown-menu {
  position: absolute; }

.navbar-expand .nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

.navbar-expand > .container {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto; }

.navbar-expand .navbar-toggler {
  display: none; }

/* Toggler */
.navbar-toggler {
  background: none;
  border: 0;
  cursor: pointer;
  display: block;
  outline: none;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 30px;
  height: 30px;
  z-index: 1; }
  .navbar-toggler:hover {
    background: transparent !important; }

.main-medium.toggled {
  position: fixed;
  top: 0;
  min-height: 100%;
  height: auto; }

.main-medium.toggled ul {
  display: inline-block;
  width: 100%; }

/* Hamburger */
.navbar-toggler[aria-expanded="false"] span,
.navbar-toggler[aria-expanded="true"] span {
  display: block;
  width: 30px;
  height: 3px;
  margin-bottom: 5px;
  padding: 0;
  position: relative;
  background: #fff;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 3px 0px;
  transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.25s ease; }

.navbar-toggler[aria-expanded="true"] span {
  opacity: 1;
  transform: rotate(45deg) translate(0px, 0px); }

.navbar-toggler[aria-expanded="true"] span:nth-last-child(2) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2); }

.navbar-toggler[aria-expanded="true"] span:nth-last-child(3) {
  transform: rotate(45deg) translate(5px, -2px); }

.navbar-toggler[aria-expanded="true"] span:nth-last-child(1) {
  transform: rotate(-45deg) translate(0px, 4px); }

.navbar-toggler span:last-child {
  margin-bottom: 0px; }

/* Plus-sign toggler */
.overlay-is-navbar-collapse .dropdown-toggle {
  position: relative;
  /* Vertical line */
  /* horizontal line */ }
  .overlay-is-navbar-collapse .dropdown-toggle:before, .overlay-is-navbar-collapse .dropdown-toggle:after {
    content: "";
    position: absolute;
    background-color: #ffffff;
    right: 0;
    border: 0;
    transition: transform 0.25s ease-out; }
  .overlay-is-navbar-collapse .dropdown-toggle:before {
    top: 50%;
    width: 4px;
    height: 16px;
    margin-top: -8px;
    right: 26px; }
  .overlay-is-navbar-collapse .dropdown-toggle:after {
    top: 50%;
    width: 16px;
    height: 4px;
    margin-top: -2px;
    right: 20px; }
  .overlay-is-navbar-collapse .dropdown-toggle[aria-expanded="true"] {
    cursor: pointer; }
    .overlay-is-navbar-collapse .dropdown-toggle[aria-expanded="true"]:before {
      transform: rotate(90deg); }
    .overlay-is-navbar-collapse .dropdown-toggle[aria-expanded="true"]:after {
      transform: rotate(180deg); }

/* Linkkivalikko */
#topbar {
  display: none; }
  @media (min-width: 768px) {
    #topbar {
      display: block; } }

#mobile {
  opacity: 0;
  margin: 0.625rem 0;
  transition: opacity 1s 0.5s ease;
  border-top: 1px solid rgba(255, 255, 255, 0.2); }
  @media (min-width: 768px) {
    #mobile {
      display: none; } }

#mobile.menu-linkkivalikko-container li {
  width: 100%; }

.overlay-is-navbar-collapse #mobile {
  opacity: 1;
  display: block;
  background: black; }

.menu-linkkivalikko-container {
  display: none;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: start;
  justify-content: flex-end;
  width: 100%; }
  @media (min-width: 768px) {
    .menu-linkkivalikko-container {
      background: #000000; } }

.menu-linkkivalikko-container .nav {
  display: flex;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  flex-direction: row;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0; }
  @media (min-width: 768px) {
    .menu-linkkivalikko-container .nav {
      justify-content: flex-end; } }

.menu-linkkivalikko-container li {
  margin: 5px;
  width: auto;
  border: 0; }

.menu-linkkivalikko-container li > a {
  color: #ffffff;
  background-color: #000000;
  text-align: center;
  padding: 0.5rem 0.625rem;
  font-size: 0.9375rem; }

.menu-linkkivalikko-container li > a:hover {
  background-color: #0d0d0d; }

.menu-linkkivalikko-container li.active a,
.menu-linkkivalikko-container li.active a {
  color: #fff !important; }

.menu-linkkivalikko-container li.keltainen > a {
  color: #000000;
  background-color: #d32113; }

.menu-linkkivalikko-container li.keltainen > a:hover {
  color: #000000;
  background-color: #ea2516; }

@media (min-width: 768px) {
  .menu-linkkivalikko-container li.haku > a {
    background-color: transparent; } }

.nav li.puhelin > a,
.nav li.email > a,
.nav li.book > a {
  font-size: 0.8125rem;
  font-weight: 300;
  background: transparent;
  border: 2px solid #d32113;
  color: #ffffff;
  height: 100%;
  border-radius: 3px; }
  .nav li.puhelin > a:hover, .nav li.puhelin > a:active,
  .nav li.email > a:hover,
  .nav li.email > a:active,
  .nav li.book > a:hover,
  .nav li.book > a:active {
    outline: 0;
    color: #ffffff;
    border-color: #c6382d;
    background: #c6382d; }

@media (min-width: 768px) {
  .menu-linkkivalikko-container {
    display: flex; } }

.overlay-is-navbar-collapse .menu-linkkivalikko-container {
  display: block;
  position: relative;
  padding: 1rem; }

.overlay-is-navbar-collapse .navbar-collapse.show {
  position: relative;
  height: auto;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 1; }

.nav,
.overlay-is-navbar-collapse .nav {
  width: auto;
  height: auto;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  flex-wrap: wrap; }

@media (min-width: 920px) {
  .navbar,
  .overlay-is-navbar-collapse .navbar {
    position: static;
    height: auto;
    padding: 0;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: start;
    justify-content: space-between;
    align-items: center; } }

@media (min-width: 768px) {
  .navbar,
  .overlay-is-navbar-collapse .navbar {
    position: static;
    height: auto;
    padding: 0;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: start;
    justify-content: space-between;
    align-items: center; }
  .nav-header,
  .overlay-is-navbar-collapse .nav-header {
    position: relative;
    z-index: 50;
    width: auto;
    height: auto;
    padding: 0.9375rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 0;
    background-color: transparent; }
  .overlay-is-navbar-collapse .nav-header {
    width: 100%;
    padding: 0.9375rem; }
  .scrolled .nav-header {
    align-items: flex-end;
    padding: 0.3125rem 0.9375rem; }
  .navbar-brand {
    display: inline-block;
    font-size: 1rem;
    width: auto;
    margin: 0;
    padding: 0;
    line-height: 100%;
    white-space: nowrap; }
  .scrolled .navbar-brand,
  .overlay-is-navbar-collapse .scrolled .navbar-brand {
    display: inline-block;
    font-size: 1.25rem;
    margin: 0;
    padding: 0.3125rem 0;
    overflow: hidden;
    white-space: nowrap; }
  .scrolled .navbar-brand img {
    height: 30px; }
  .nav li {
    position: relative;
    border: 0;
    margin: 0; }
  .nav li.show {
    width: auto; }
  .nav li.current-menu-parent,
  .nav li.current-page-parent,
  .nav li.current_page_parent,
  .nav li.current_page_ancestor {
    background-color: transparent; }
  .nav li.current-menu-parent a,
  .nav li.current-page-parent a,
  .nav li.current_page_parent a,
  .nav li.current_page_ancestor a {
    color: #d32113; }
  .nav li.current-menu-item a,
  .nav li.current_page_item a {
    color: #d32113; }
  .nav li.current-menu-parent.show a,
  .nav li.current-page-parent.show a,
  .nav li.current_page_parent.show a,
  .nav li.current_page_ancestor.show a {
    color: #ffffff;
    background: #262626; }
  .nav li.current-menu-parent.show li a,
  .nav li.current-page-parent.show li a,
  .nav li.current_page_parent.show li a,
  .nav li.current_page_ancestor.show li a {
    color: #ffffff; }
  .nav li.current-menu-item a:hover,
  .nav li.current_page_item a:hover,
  .nav li.current-menu-parent a:hover,
  .nav li.current-page-parent a:hover,
  .nav li.current_page_parent a:hover,
  .nav li.current_page_ancestor a:hover,
  .nav li.current_page_parent li.current-menu-item a,
  .nav li.current_page_parent li.current_page_item a {
    color: #ffffff;
    background: #262626; }
  .nav li li {
    border-top: 1px solid black; }
  .nav li li > a {
    padding: 0.5rem 0.9375rem; }
  .nav li li > a:hover {
    background-color: #262626; }
  .navbar > .container,
  .overlay-is-navbar-collapse .navbar > .container {
    display: block;
    width: auto;
    height: 100%;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    padding-top: 0;
    position: relative;
    top: auto;
    transition: all .3s ease; }
  .overlay-is-navbar-collapse .navbar > .container {
    width: 100%; }
  .nav,
  .overlay-is-navbar-collapse .nav {
    width: 100%;
    height: 100%;
    display: block;
    padding: 0;
    margin: 0;
    list-style: none; }
  .nav {
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: flex-end; }
  .nav .dropdown-menu {
    position: absolute; }
  .overlay-is-navbar-collapse .nav .dropdown-menu {
    position: relative;
    width: 100%; }
  .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    width: 100%;
    padding: 0;
    opacity: 1;
    position: static; }
  .menu-linkkivalikko-container {
    padding-top: 0; }
  .navbar-toggler {
    display: none; }
  .overlay-is-navbar-collapse .navbar-toggler {
    display: block; }
  .navbar li {
    width: auto; }
  .navbar li.menu-item-has-children:last-child .dropdown-menu {
    left: auto;
    right: 0; }
  .nav li.puhelin,
  .nav li.email {
    display: none; }
  .menu-linkkivalikko-container li {
    margin: 3px;
    width: auto;
    border: 0; }
  .menu-linkkivalikko-container li > a {
    color: #ffffff;
    background-color: #000000;
    text-align: center;
    padding: 0.325rem 0.65rem;
    font-size: 0.8125rem; } }

@media (min-width: 768px) {
  .navbar-brand img {
    height: 50px; } }

@media (min-width: 1200px) {
  .navbar,
  .overlay-is-navbar-collapse .navbar {
    justify-content: space-between; }
  .navbar-brand img {
    height: 90px; } }

.menu-linkkivalikko-container li.lang-item > a {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem; }

.nav li.current-lang > a {
  color: #999; }

#menu-mobiili-kielivalikko li {
  border: 0; }

@media (min-width: 768px) {
  .show-mobile {
    display: none; } }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.site-main {
  background-color: #ffffff;
  background-image: url(../assets/machinery.jpg);
  background-size: cover;
  background-repeat: no-repeat; }

ul, ol {
  padding: 0;
  margin: 0 0 1.5rem 1rem;
  line-height: 1.5; }

ul li,
ol li {
  margin: 0.75rem 0; }

section {
  width: 100%;
  margin: auto;
  padding: 2.5rem 0; }
  @media (min-width: 768px) {
    section {
      padding: 3.75rem 0; } }
  @media (min-width: 1200px) {
    section {
      padding: 5rem 0; } }

aside section {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 !important;
  margin: 0; }

.content.white {
  color: #ffffff; }

.content img {
  height: auto;
  max-width: 100%;
  max-height: 400px;
  width: auto; }
  @media (min-width: 768px) {
    .content img {
      max-height: 800px; } }
  @media (min-width: 1200px) {
    .content img {
      max-height: unset; } }

.widget {
  margin: 0; }

.content-area {
  width: 100%;
  background: #fff; }

.site-content {
  padding-top: 0; }

.site-content .widget-area {
  overflow: hidden; }

/* Footer */
.site-footer {
  clear: both;
  width: 100%;
  color: #fff;
  background: #000; }

section.footer-content {
  text-align: center;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  padding: 2.5rem 0 1.25rem; }
  @media (min-width: 768px) {
    section.footer-content {
      padding: 3.125rem 0; } }
  @media (min-width: 1200px) {
    section.footer-content {
      padding: 3.75rem 0; } }

.footer-content a {
  color: #fff;
  text-decoration: none; }

.locations {
  background-color: #161616; }

.footer-content .area {
  grid-gap: 0 30px; }

.footer-content .col {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  grid-gap: 0 30px; }
  @media (min-width: 768px) {
    .footer-content .col {
      grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
      max-width: 1170px; } }
  @media (min-width: 1200px) {
    .footer-content .col {
      grid-template-columns: repeat(auto-fit, minmax(370px, 1fr));
      max-width: 1170px; } }

.footer-content .separator {
  height: 1px;
  width: 100%;
  background-color: #262626;
  margin: 0.9375rem 0; }

img.logo__footer {
  max-width: 140px;
  height: auto;
  margin: auto; }

.footer-content p {
  margin-bottom: 0.625rem; }

.footer-content__some {
  display: flex;
  list-style: none;
  justify-content: center;
  padding: 0 1.875rem;
  margin: auto; }

.some-link {
  margin: 0.625rem; }

.some-link a {
  justify-content: center;
  align-items: center;
  text-align: center;
  display: inline-block;
  width: 3.5rem;
  height: 3.5rem;
  font-size: 1.25rem;
  line-height: 1.25rem;
  padding: 1rem;
  border-radius: 100%;
  background: #ffffff;
  border: 2px solid #ffffff;
  color: #000000;
  transition: scale .3 ease; }
  .some-link a:hover {
    transform: scale(0.95, 0.95); }

.some-link a i {
  color: #000000; }

.some-link-plain {
  color: #ffffff;
  font-size: 2rem;
  margin: 0; }

.some-link-plain .fa-tripadvisor {
  color: #ffffff; }

.site-info {
  color: #666;
  font-size: 0.875rem;
  padding: 1.875rem; }

.site-info a,
.site-info a:visited {
  color: #666;
  text-decoration: none; }

/* Grid */
.wrapper {
  margin: 0 0.9375rem;
  position: relative;
  z-index: 10; }

.area {
  grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  display: grid;
  grid-gap: 30px;
  margin: auto;
  justify-content: center; }

.tight {
  grid-gap: 1px; }

.col {
  max-width: 100%; }
  @media (min-width: 500px) {
    .col {
      max-width: 480px; } }
  @media (min-width: 768px) {
    .col {
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      max-width: 1170px; } }
  @media (min-width: 1200px) {
    .col {
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      max-width: 1170px; } }
  @media (min-width: 1440px) {
    .col {
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      max-width: 1170px; } }

.col2 {
  max-width: 100%; }
  @media (min-width: 500px) {
    .col2 {
      max-width: 480px; } }
  @media (min-width: 768px) {
    .col2 {
      grid-template-columns: repeat(auto-fit, minmax(370px, 1fr));
      max-width: 1170px; } }
  @media (min-width: 1200px) {
    .col2 {
      grid-template-columns: repeat(auto-fit, minmax(470px, 1fr));
      max-width: 1170px; } }
  @media (min-width: 1440px) {
    .col2 {
      grid-template-columns: repeat(auto-fit, minmax(570px, 1fr));
      max-width: 1170px; } }

.wrap-center {
  width: 1170px;
  max-width: 100%;
  display: flex;
  justify-content: flex-start;
  margin: auto; }

.page-header {
  margin: 0;
  position: relative; }

.entry-meta {
  padding: 0rem;
  font-size: 0.8125rem;
  color: #888; }
  @media (min-width: 768px) {
    .entry-meta {
      font-size: 0.875rem; } }

.entry-summary {
  font-size: 0.9375rem; }
  @media (min-width: 768px) {
    .entry-summary {
      font-size: 1rem; } }

@media (min-width: 768px) {
  .entry-summary p {
    margin-top: 0; } }

.article-content {
  display: grid;
  grid-template-columns: 1fr; }
  @media (min-width: 768px) {
    .article-content {
      grid-template-columns: auto;
      grid-gap: 30px; } }

/* Overrides */
.wide {
  max-width: 1170px; }

.narrow {
  max-width: 800px; }

.full {
  max-width: 100%; }

.col.items1 {
  max-width: 600px; }

.no-margin {
  margin: 0; }

.no-padding {
  padding: 0; }

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

.no-gutter {
  grid-gap: 0; }

.footer-content .content {
  align-items: center; }

/* Background colors */
.bg-black {
  background-color: #000000;
  background-image: url(../assets/mazes.jpg);
  background-size: cover;
  background-repeat: repeat-x; }

.bg-white {
  background-color: transparent; }

.bg-grey {
  background-color: #eeeeee; }

/* Icons */
.icon {
  font-size: 3rem; }

.center {
  text-align: center !important;
  align-items: center !important; }

/* News */
.news__thumbnail {
  width: 100%;
  height: auto;
  min-height: 180px;
  padding: 0.9375rem;
  position: relative;
  background-size: cover !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  position: relative;
  overflow: hidden; }
  @media (min-width: 768px) {
    .news__thumbnail {
      max-width: 100%;
      height: 220px;
      padding: 1.25rem; } }
  @media (min-width: 1200px) {
    .news__thumbnail {
      max-width: 570px;
      height: 300px; } }

.news__thumbnail a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  list-style: none;
  color: #fff;
  text-decoration: none;
  text-align: center; }

.thumbnail-content {
  position: relative;
  z-index: 999;
  text-align: left;
  transition: all .3s; }

.news__thumbnail h1,
.news__thumbnail h2,
.news__thumbnail h3,
.news__thumbnail h4 {
  color: #ffffff;
  margin-bottom: 0; }

.tight .thumbnail-content p {
  margin: 0; }

.news__thumbnail .entry-meta {
  color: #ffffff; }

.news__thumbnail a span {
  list-style: none;
  color: #fff;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  text-decoration: none;
  background-color: rgba(160, 100, 0, 0);
  transition: all .3s;
  z-index: 1; }

.news__thumbnail a:hover span {
  background-color: rgba(0, 0, 0, 0.5); }

.news__thumbnail a:hover .thumbnail-content {
  margin-bottom: 5px; }

/* Galleries */
.gallery,
.logo-gallery {
  max-width: 1170px;
  margin: auto; }

.gallery ul,
.logo-gallery ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.gallery li {
  line-height: 0;
  margin: 1px;
  position: relative;
  width: 150px; }
  @media (min-width: 768px) {
    .gallery li {
      min-width: 250px; } }

.gallery li a {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0); }
  .gallery li a:hover {
    background: rgba(255, 255, 255, 0.3); }

.gallery li a img {
  margin: 0;
  padding: 0; }

.logo-gallery li {
  min-width: 100px;
  max-width: 120px;
  padding: 0 0.625rem;
  margin: 0 !important; }
  @media (min-width: 768px) {
    .logo-gallery li {
      min-width: 200px; } }

/* Post navigation */
.post-navigation,
.site-main .posts-navigation {
  display: grid;
  grid-gap: 15px;
  margin: auto;
  grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 2.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.2); }

.post-navigation a {
  background: #d32113;
  color: #ffffff;
  padding: 0.625rem 1.25rem;
  border-radius: 3.125rem;
  display: inline-block;
  text-decoration: none;
  font-size: 0.875rem;
  transition: background .3s; }
  @media (min-width: 768px) {
    .post-navigation a {
      font-size: 1rem; } }
  .post-navigation a:hover, .post-navigation a:active {
    outline: 0;
    background: #c6382d; }

.post-navigation .nav-next,
.post-navigation .nav-prev {
  display: inline-block;
  width: auto;
  float: none !important;
  width: auto !important;
  text-align: center; }

.posts-navigation .nav-previous,
.posts-navigation .nav-next {
  width: auto; }

/* Object embed */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: auto; }

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* Blockquote */
blockquote {
  margin: 1.5rem auto 1.5rem;
  padding: 0 1rem 0 1rem;
  position: relative; }

blockquote:before {
  font-family: Arial, sans-serif;
  content: "\201C";
  font-size: 5em;
  position: absolute;
  left: 5px;
  top: 0.2rem;
  line-height: 0.1em; }

blockquote:after {
  font-family: Arial, sans-serif;
  content: "\201D";
  font-size: 5em;
  position: absolute;
  right: 3px;
  bottom: -2rem;
  line-height: 0.1em; }

/* Trainers */
.card {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  padding: 30px;
  margin: 70px 0 0 0;
  position: relative; }

.card img {
  margin: 0 0 0.9375rem 0;
  position: absolute;
  top: -70px;
  border-radius: 100%;
  border: 15px solid #fff;
  max-width: 140px;
  max-height: 140px; }

.card-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 70px;
  width: 100%; }

.card-email {
  padding: 0.625pxrem 0; }

.card-desc {
  font-size: 14px;
  padding: 15px 0 0 0;
  margin-top: 30px;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

.card-desc a {
  text-decoration: none; }

.entry-footer {
  color: #666;
  font-size: 0.8125rem; }
  @media (min-width: 768px) {
    .entry-footer {
      font-size: 0.875rem; } }

.entry-title a {
  text-decoration: none; }

.searchpage {
  padding: 3.75rem 0; }

.searchbar {
  width: 100%; }

.widget_recent_entries ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  width: 100%; }

.widget_recent_entries li {
  padding: 0.5rem 0.9375rem;
  margin: 1px 0;
  background-color: #fff; }

.widget_recent_entries li a {
  text-decoration: none;
  color: #222; }

/* Rooms */
.room-banner {
  width: 100%;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background-size: cover !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  transition: background-position 5s; }
  @media (min-width: 768px) {
    .room-banner {
      min-height: 400px; } }
  @media (min-width: 1200px) {
    .room-banner {
      min-height: 600px; } }

.room-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  max-width: 100%;
  padding: 1.875rem 0.9375rem; }
  @media (min-width: 500px) {
    .room-content {
      padding: 1.875rem;
      max-width: 100%; } }
  @media (min-width: 768px) {
    .room-content {
      padding: 2.5rem;
      max-width: 700px; } }
  @media (min-width: 1200px) {
    .room-content {
      padding: 3.75rem 0.9375rem;
      max-width: 800px; } }

.room-banner:hover {
  background-position: 50% 70% !important; }

.room-content h4,
.room-content h1 {
  margin-top: 0; }

.room-content h4 {
  margin-bottom: 0; }

.room-content p {
  margin: 0 0 0.5rem; }

.hero .fa-industry,
.thumbnail-content .fa-industry,
.room-content .fa-industry,
.hero .fa-key,
.thumbnail-content .fa-key,
.room-content .fa-key {
  position: static;
  width: auto;
  color: #ffffff;
  opacity: 0.7; }

.room-content .fa-industry.checked,
.thumbnail-content .fa-industry.checked,
.hero .fa-industry.checked,
.room-content .fa-key.checked,
.thumbnail-content .fa-key.checked,
.hero .fa-key.checked {
  color: #ffd720;
  opacity: 1; }

.comment-content {
  max-width: 690px;
  padding: 1.875rem;
  background-color: #ffffff; }

.fa-tripadvisor {
  color: #5C954F; }

.comment-content p {
  font-size: 1.125rem; }
  @media (min-width: 768px) {
    .comment-content p {
      font-size: 1.625rem; } }

.comment-content .author {
  color: #838383;
  font-size: 0.875rem;
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .comment-content .author {
      font-size: 1rem; } }

.comment-content span {
  color: #838383 !important;
  font-style: italic;
  font-size: 0.75rem; }
  @media (min-width: 768px) {
    .comment-content span {
      font-size: 0.875rem; } }

iframe.book-now {
  min-height: 660px;
  width: 100%;
  max-width: 400px; }

.level {
  margin: 0.3rem 0 1rem 0; }

.tight .level {
  margin: 0.3rem 0; }

.white span {
  color: #ffffff; }

.tight .level span {
  font-size: 0.75rem; }

.nav-links {
  display: grid;
  grid-gap: 15px;
  margin: 0.9375rem;
  grid-template-columns: 1fr 1fr; }

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  width: 100%; }

.price {
  padding: 0.9375rem;
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 3px; }

.price h2,
.price h3,
.price h4,
.price p {
  margin: 0;
  padding: 0; }

.price p {
  font-size: 0.875rem; }

/* Google Maps */
.acf-map {
  width: 100%;
  height: 260px;
  margin: 0; }
  @media (min-width: 768px) {
    .acf-map {
      height: 500px; } }

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important; }

.acf-map h4 {
  font-size: 1rem;
  margin: 0;
  paddin: 0;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-weight: 300; }

.acf-map p {
  font-size: 0.8125rem;
  margin: 0; }

#booking .content {
  margin: auto;
  width: 100%;
  text-align: center; }

#booking h4 {
  font-size: 1.625rem; }
  @media (min-width: 768px) {
    #booking h4 {
      font-size: 1.875rem; } }

/* imports */
.no-sidebar .content-area {
  float: none;
  margin-left: auto;
  margin-right: auto; }

.no-sidebar .site-main {
  margin-right: 0; }

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }
