/*!
Theme Name: Wild Taiga
Theme URI: http://underscores.me/
Author: Kouta Media
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wildtaiga
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.

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

html {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

::-moz-selection {
	background: rgb(30, 76, 43);
	color:rgb(255, 255, 255);
	text-shadow: none;
}

::selection {
	background: rgb(30, 76, 43);
	color:rgb(255, 255, 255);
	text-shadow: none;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/


@font-face{
	font-family:"Futura LT W01 Light Condensed";
	src:url("fonts/b1b295d2-89ce-43c4-bf6c-abbc7d26437e.eot?#iefix");
	src:url("fonts/b1b295d2-89ce-43c4-bf6c-abbc7d26437e.eot?#iefix") format("eot"),url("fonts/73956fa0-5cd8-4815-bacd-229aaac08ea2.woff2") format("woff2"),url("fonts/8eb4bbf6-6c6e-46a0-a9cc-dab8c61069c6.woff") format("woff"),url("fonts/87433a1d-86ba-46a1-b229-679d9ddbe1d8.ttf") format("truetype"),url("fonts/22dbb88c-5e89-4b8b-9ea7-b60cc70d7ab3.svg#22dbb88c-5e89-4b8b-9ea7-b60cc70d7ab3") format("svg");
}

/*
font-family:'Futura LT W01 Light Condensed';
font-family: 'Rock Salt', cursive;

font-family: 'Montserrat', sans-serif;
font-weight: 300;
font-weight: 700;
*/

body,
button,
input,
select,
optgroup,
textarea {
	color: rgb(0, 0, 0);
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	margin: 0px;
	font-family:'Futura LT W01 Light Condensed';
}

h1 {
	font-size: 90px;
	font-weight: 300;
	line-height: 125%;
	text-transform: uppercase;
	letter-spacing: -2px;
}

span.rough {
	font-family: 'Rock Salt', cursive;
	text-transform: none;
}

h2,
h1.category-title,
.company-page-title-block h1 {
	font-size: 80px;
	font-weight: 300;
	line-height: 100%;
	text-transform: uppercase;
	letter-spacing: -2px;
}

h3 {
	font-size: 36px;
	font-weight: 300;
	line-height: 100%;
	text-transform: uppercase;
}

h4 {
	font-size: 28px;
	font-weight: 300;
	line-height: 100%;
	text-transform: uppercase;
}

h5 {
	font-size: 20px;
	font-family: 'Rock Salt', cursive;
	line-height: 125%;
}

h6 {
	font-size: 26px;
	font-family: 'Rock Salt', cursive;
	line-height: 125%;
}

p {
	margin: 0px;
	font-size: 16px;
	line-height: 1.45;
	margin-bottom: 1.5em;
}

b, strong {
	font-weight: 700;
}

.infowindow p {
	float: left;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 14px;
}

.infowindow b {
	float: left;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 10px;
}

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: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	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: 15px;
	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: #1d4c2b;
	/* 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%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	font-family:'Futura LT W01 Light Condensed';
	text-transform: uppercase;
	border: 1px solid rgb(205, 210, 190);
	border-radius: 0px;
	background: rgb(205, 210, 190);
	color: rgb(0, 0, 0);
	font-size: 22px;
	line-height: 22px;
	padding: 8px 15px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	outline: 0px;
	border: 1px solid rgb(205, 210, 190);
	color: rgb(205, 210, 190);
	background-color: rgb(255, 255, 255);
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	outline: 0px;
	border: 1px solid rgb(205, 210, 190);
	color: rgb(205, 210, 190);
	background-color: rgb(255, 255, 255);
}

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 {
	height: 40px;
	font-size: 14px;
	color: rgb(0, 0, 0);
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 0px;
	padding: 10px;
}

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 {
	outline: 0px;
	border: 1px solid rgb(205, 210, 190);
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

.label-above .nf-field-label {
    margin-bottom: 5px !important;
}

#ninja_forms_required_items,
.nf-field-container {
    margin-bottom: 10px !important;
}

.nf-field-label label {
    font-weight: 300 !important;
}

.field-wrap>div input[type=checkbox] {
	width: 20px !important;
	height: 20px !important;
}

.nf-form-fields-required {
	display: none !important;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: rgb(25, 76, 45);
	font-weight: 400;
	text-decoration: underline;
}

a:visited {
}

a:hover, a:focus, a:active {
}

a:focus {
	outline: 0;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
# 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: 14px;
	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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## 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;
}


/*--------------------------------------------------------------
## Wild Taiga
--------------------------------------------------------------*/

.fb-pixel {
	display: none;
}

.wrapper {
	width: 1400px;
	margin: 0px auto;
}

.object-fit {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}

header {
	float: left;
	width: 100%;
	position: relative;
	background-color: rgb(205, 210, 190);
}

header.slider-header {
	height: 100vh;
	min-height: 900px;
	overflow: hidden;
}

.slides {
	float: left;
	width: 100%;
	height: auto;
	overflow: hidden;
	cursor: move;
	cursor: grab;
	cursor: -webkit-grab;
	cursor: -moz-grab;
}

.slides.owl-grab {
	cursor: grabbing;
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
}

.slide {
	float: left;
	position: relative;
	width: 100%;
	height: 100vh;
	min-height: 900px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}


.slide .wrapper{
	position: relative;
}

.header-logo {
	float: left;
	width: 100%;
	position: relative;
	z-index: 10;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.header-logo img {
	float: left;
	display: block;
	margin: 0px;
	width: 350px !important;
	filter: drop-shadow(3px 0px 7px rgba(0, 0, 0, 0.35));
}

.slide-text {
	float: left;
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 10;
	color: rgb(255, 255, 255);
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	margin-top: 200px;
}

.slide-background {
    flex: none;
	display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
	overflow: hidden;
}

.slider-nav {
	position: absolute;
	z-index: 10;
	top: 0px;
	right: 0px;
}

.owl-prev,
.owl-next {
	float: left;
	display: block;
	position: relative;
	height: 50px;
	width: 50px;
	border: 0px;
	outline: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	line-height: 0;
	border-radius: 0px;
	background-color: rgba(0, 0, 0, 0.5);
}

.owl-prev:hover,
.owl-next:hover {
	background-color: rgb(0, 0, 0);
}

.owl-prev {
	margin-right: 2px;
}

.owl-prev:after,
.owl-next:after {
	content:'';
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto;
	width: 0;
	height: 0;
	border-style: solid;
}

.owl-prev:after {
	border-width: 7px 8px 7px 0;
	border-color: transparent rgb(255, 255, 255) transparent transparent;
}

.owl-next:after {
	border-width: 7px 0 7px 8px;
	border-color: transparent transparent transparent rgb(255, 255, 255);
}

.season-switcher {
	position: absolute;
	bottom: 75px;
	left: 75px;
	z-index: 5;
	color: rgb(255, 255, 255);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.season-title {
	float: left;
	margin-bottom: 15px;
}

.season-links {
	float: left;
	border-top: 1px solid rgb(255, 255, 255);
	padding-top: 15px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.season-links a {
	color: rgb(255, 255, 255);
  font-size: 20px;
	margin-left: 15px;
	font-family:'Futura LT W01 Light Condensed';
	text-transform: uppercase;
	text-decoration: none;
}

.season-links a:first-of-type {
	margin-left: 0px;
}

.scroll-to-content {
	position: absolute;
	bottom: 75px;
	width: 30px;
	height: 30px;
	left: 0px;
	right: 0px;
	margin: auto;
	z-index: 5;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.scroll-to-content a {
	display: block;
	margin: 0px;
	width: 30px;
	height: 30px;
	border-left: 4px solid rgb(255, 255, 255);
	border-bottom: 4px solid rgb(255, 255, 255);
	-webkit-box-shadow: -4px 4px 4px 0 rgba(0, 0, 0, 0.2);
	box-shadow: -4px 4px 4px 0 rgba(0, 0, 0, 0.2);
}

#top-bar {
	float: left;
	top: 0px;
	position: sticky;
	position: -webkit-sticky;
	width: 100%;
	z-index: 100;
	padding: 10px 0px;
	margin-bottom: 100px;
	background-color: rgb(255, 255, 255);
	-webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
}

#top-bar .wrapper {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.custom-logo-link {
	float: left;
	width: 150px;
}

.custom-logo-link img {
	width: 100%;
	height: auto;
	margin: 0px;
	display: block;
}

#nav-toggle,
#secondary-nav-toggle {
	display: none;
	float: left;
	width: 50px;
	height: 50px;
	padding: 10px;
	cursor:pointer;
	background-color: rgb(255, 255, 255);
	transform: translateZ(0);
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.line {
	float:left;
	width:100%;
	height:6px;
	margin:2px 0px;
	background-color:rgb(31, 75, 43);
	transform: translateZ(0);
}

nav {
	float: left;
	width: auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.main-navigation {
	float: left;
}

.main-navigation ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: flex;
	flex-direction: row;
	align-items: stretch;
	justify-content: flex-start;
}

.main-navigation ul li {
	float: left;
	border-left: 1px solid rgba(0, 0, 0, 0.2) ;
}

.main-navigation ul li:first-of-type {
	border-left: 0px;
}

.main-navigation ul li a {
	font-family:'Futura LT W01 Light Condensed';
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	padding: 10px 25px;
	font-size: 20px;
	line-height: 20px;
	color: rgb(0, 0, 0);
}

.main-navigation ul li a:hover {
	color: rgb(59, 91, 50);
}

.main-navigation ul li:hover ul{
	display: block;
}

.main-navigation ul li ul {
	display: none;
	position: absolute;
	width: 1400px;
	left: 0px;
	right: 0px;
	margin: 0px auto;
	padding: 0px;
	padding-top: 18px;
}

.category-navigation {
	float: left;
	width: 100%;
	background-color: rgb(255, 255, 255);
    min-height: 380px;
	display: flex;
	flex-direction: row;
	align-items: stretch;
	justify-content: flex-start;
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.category-navigation-maincategory {
	float: left;
	width: 33.333%;
	position: relative;
	padding-left: 4px;
	padding-bottom: 4px;
}

.category-navigation-maincategory-image {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
    min-height: 380px;
	z-index: 101;
}

.category-navigation-maincategory-text {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
    min-height: 380px;
	z-index: 102;
	text-align: center;
	color: rgb(255, 255, 255);
	padding: 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: rgba(0, 0, 0, 0.2);
}

.category-navigation-maincategory-text h3 {
	margin-bottom: 10px;
}

.category-navigation-maincategory-text p {
	margin: 0px;
}

.category-navigation-subcategories {
	float: left;
	width: 66.666%;
	padding: 0px 4px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}

.category-navigation-subcategory {
	float: left;
	width: calc(25% - 3px);
	margin-left: 4px;
	margin-bottom: 10px;
}

.category-navigation-subcategory:nth-of-type(4n+1) {
	margin-left: 0px;
}

.info-links .category-navigation-subcategory {
	float: left;
	width: calc(20% - 4px);
	margin-left: 5px;
	margin-bottom: 10px;
}

.info-links .category-navigation-subcategory:nth-of-type(4n+1) {
	margin-left: 5px;
}

.info-links .category-navigation-subcategory:nth-of-type(5n+1) {
	margin-left: 0px;
}

.category-navigation-subcategory a {
	margin: 0px;
	padding: 0px !important;
	text-decoration: none;
}

.category-navigation-subcategory a p {
	margin: 0px;
	font-size: 20px;
}

.category-navigation-subcategory-image-area {
	float: left;
	width: 100%;
	height: 0px;
	padding-bottom: 66%;
	position: relative;
	background-color: rgb(150, 150, 150);
}

.category-navigation-subcategory-image {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.secondary-navigation {
	float: left;
	display: flex;
	flex-direction: row;
	align-items: stretch;
	justify-content: flex-end;
}

.nav-item {
	position: relative;
	float: left;
	border-left: 1px solid rgba(0, 0, 0, 0.2) ;
}

.nav-item:first-of-type {
	border-left: 0px;
}

.nav-item a {
	padding: 10px 25px;
	text-decoration: none;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}

.nav-item a p {
	font-weight: 300;
	font-size: 14px;
	line-height: 14px;
	color: rgb(0, 0, 0);
	margin: 0px;
}

.nav-item a:hover p {
	color: rgb(59, 91, 50);
}

.nav-item img {
	height: 25px;
	width: 25px;
	margin-right: 10px;
}


.nav-item:hover .nav-sub-items {
	display: block;
}

.nav-sub-items {
	display: none;
	width: 100%;
	padding-top: 21px;
	position: absolute;
	background-color: rgb(255, 255, 255);
}

.nav-sub-items a {
	float: left;
	width: 100%;
	display: block;
	padding: 10px;
	color: rgb(0, 0, 0);
	text-decoration: none;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.nav-sub-items a:hover {
	color: rgb(59, 91, 50);
}

.nav-sub-items a:first-of-type {
	border-top: 0px;
}

.site-content {
	float: left;
	width: 100%;
}

section {
	float: left;
	width: 100%;
}

#breadcrumbs {
	float: left;
	width: 100%;
	color: rgb(255, 255, 255);
	margin: 0px;
	margin-bottom: 10px;
}

#breadcrumbs a {
	color: rgb(255, 255, 255);
	text-decoration: none;
}

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

.introduction h2 {
	font-size: 100px;
	margin-bottom: 2rem;
}

@media (max-width:768px) {
	.introduction h2 {
		font-size: 60px;
	}
}


.introduction.has-introduction-image {
	align-items: flex-start;
	justify-content: flex-start;
	margin-bottom: 100px;
}

.introduction-text {
	max-width: 65rem;
	color: rgb(255, 255, 255);
	text-align: center;
}

.introduction-text p {
	font-size: 1.5rem;
}

.introduction.has-introduction-image .introduction-text {
	padding-right: 50px;
	text-align: left;
	width: 50%;
}

.introduction.has-introduction-image .introduction-text p {
	font-size: 20px;
}

.introduction-image {
	float: left;
	width: 50%;
	padding-left: 50px;
	border-left: 1px solid rgb(255, 255, 255);
}

.highlights {
	float: left;
	width: 100%;
	margin-bottom: 100px;
}

#get-highlights {
	float: left;
	width: 100%;
	min-height: 100px;
	position: relative;
}

#more-highlights {
	float: left;
	width: 100%;
	position: relative;
}

.loader-frame {
	float: left;
	width: 100%;
	text-align: center;
}

.highlight-title {
	float: left;
	width: 100%;
	margin-bottom: 25px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}

.highlight-title-block {
	float: left;
	max-width: 50%;
	color: rgb(255, 255, 255);
}

.highlight-title-block:nth-of-type(2) {
	padding-left: 50px;
}

.show-more-link {
	float: left;
	width: 100%;
	margin-top: 25px;
}

.show-more-link a,
.show-more-link p {
	cursor: pointer;
	font-weight: 700;
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
	text-decoration: none;
	color: rgb(255, 255, 255);
}

.categories {
	float: left;
	width: 100%;
}

.current-category {
	float: left;
	width: 100%;
	min-height: 50px;
	position: relative;
	margin-bottom: 100px;
}

.current-category .load-line,
.current-category .l1:before,
.current-category .l2:before,
.current-category .l3:before,
.current-category .l4:before,
.current-category .l5:before,
.current-category .l6:before {
	background-color:rgb(255, 255, 255);
}

.current-category-info {
	float: left;
	width: 100%;
	background-color: rgb(255, 255, 255);
	margin-bottom: 4px;
	min-height: 400px;
	display: flex;
	flex-direction: row;
	align-items: stretch;
	justify-content: flex-start;
}

.current-category-info-text {
	float: left;
	width: 50%;
	padding: 50px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.current-category-info-text p {
	margin: 0px;
	text-decoration: none;
	margin-top: 25px;
}

.current-category-info-text h5 {
	color: rgb(150, 154, 136);
	margin-top: 25px;
}

.current-category-info-image {
	float: left;
	width: 50%;
	background-color: rgb(150, 150, 150);
}

.sub-categories {
	float: left;
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}

.sub-category {
	float: left;
	width: calc(25% - 3px);
	margin-left: 4px;
	margin-top: 25px;
	text-align: center;
	color: rgb(255, 255, 255);
}

.sub-category:nth-of-type(4n+1) {
	margin-left: 0px;
}

.sub-category:nth-of-type(-n+4) {
	margin-top: 0px;
}

.sub-category-image-area {
	float: left;
	width: 100%;
	height: 0px;
	padding-bottom: 66%;
	position: relative;
	background-color: rgb(255, 255, 255);
	margin-bottom: 10px;
}

.sub-category-image {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.sub-category h3 {
	color: rgb(255, 255, 255);
}

.sub-category p {
	color: rgb(255, 255, 255);
	margin: 0px;
	margin-top: 10px;
}

.sub-category a {
	text-decoration: none;
}

.products-area {
	float: left;
	width: 100%;
	margin-bottom: 100px;
}

.products-area h2 {
	color: rgb(255, 255, 255);
	margin-bottom: 25px;
}

.products {
	float: left;
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-start;
}

.product {
	float: left;
	position: relative;
	width: calc(25% - 3px);
	margin-left: 4px;
	margin-top: 4px;
	background-color: rgb(255, 255, 255);
}

.product:nth-of-type(4n+1) {
	margin-left: 0px;
}

.product:nth-of-type(-n+4) {
	margin-top: 0px;
}

#more-highlights .product:nth-of-type(-n+3) {
	margin-top: 3px;
}

.product-image-area {
	float: left;
	width: 100%;
	height: 0px;
	padding-bottom: 66%;
	position: relative;
	background-color: rgb(150, 150, 150);
	margin-bottom: 10px;
}

.product-image {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.online-product-badge {
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding: 10px;
	background-color: rgba(0, 0, 0, 0.7);
	color: rgb(255, 255, 255);
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

.online-product-badge p {
	font-size: 15px;
	line-height: 1;
	text-transform: uppercase;
	margin: 0px;
}

.online-product-badge img {
	float: left;
	width: auto;
	height: 20px;
	margin-left: 10px;
}

.product-text {
	float: left;
	width: 100%;
	padding: 15px 15px 75px 15px;
	position: relative;
}

.product-text p {
	margin: 0px;
	margin-top: 10px;
}

.product-text small {
	font-size: 18px;
	text-transform: uppercase;
	font-family:'Futura LT W01 Light Condensed';
	color: rgb(25, 76, 45);
}

.product-bottom {
	position: absolute;
	bottom: 0px;
	width: 100%;
	padding: 15px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
}

.product-bottom-price {
	float: left;
	width: 60%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
}

.product-bottom-price p {
	margin: 0px;
	font-size: 13px;
}

.product-bottom-price h4 {
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid rgba(0, 0, 0, 0.2);
	font-size: 32px;
	letter-spacing: -2px;
}

.product-bottom-link {
	float: left;
	width: 40%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
}

.product-bottom-link a {
	font-size: 20px;
	line-height: 20px;
	padding: 10px 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-family:'Futura LT W01 Light Condensed';
	color: rgb(0, 0, 0);
	background-color: rgb(205, 210, 190);
	border: 1px solid rgb(205, 210, 190);
}

.product-bottom-link a:hover {
	background-color: rgb(255, 255, 255);
	color: rgb(205, 210, 190);
}


.bokun-highlights {
	float: left;
	width: 100%;
	margin-bottom: 100px;
}

#get-bokun-highlights {
	float: left;
	width: 100%;
	min-height: 100px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: stretch;
	justify-content: flex-start;
}

.bokun-highlight-title {
	float: left;
	width: 100%;
	margin-bottom: 25px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}

.bokun-highlight-title-block {
	float: left;
	max-width: 50%;
	color: rgb(255, 255, 255);
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}

.bokun-highlight-title-block img {
	float: left;
	height: 60px;
	width: auto;
	margin-right: 15px;
}

.bokun-highlight-title-block:nth-of-type(2) {
	padding-left: 50px;
}

.map-links {
	float: left;
	width: 100%;
	display: flex;
	flex-direction: row;
	margin-bottom: 100px;
	align-items: stretch;
	justify-content: flex-start;
}

.map-link {
	display: flex;
	padding: 50px;
	margin-left: 4px;
	text-align: center;
	position: relative;
	align-items: center;
	width: calc(50% - 2px);
	flex-direction: column;
	color: rgb(255, 255, 255);
	justify-content: flex-start;
} 

.map-link:first-of-type {
	margin-left: 0;
}

.map-link-text {
	z-index: 2;
	display: flex;
	text-align: center;
	position: relative;
	align-items: center;
	flex-direction: column;
	justify-content: flex-start;
}

.map-link-icon {
	height: 125px;
	margin-bottom: 25px;
}

.map-link h5 {
	margin: 15px 0;
	color: rgb(203, 208, 190);
}

.map-link p {
	margin: 15px 0;
}

.map-link a {
	line-height: 1;
	font-size: 26px;
	margin-top: 25px;
	color: rgb(0,0,0);
	padding: 12px 25px;
	text-decoration: none;
	text-transform: uppercase;
	background-color: rgb(205,210,190);
	border: 1px solid rgb(205,210,190);
	font-family: 'Futura LT W01 Light Condensed';
}

.map-link a:hover,
.map-link a:focus {
	color: rgb(205, 210, 190);
	background-color: rgb(255, 255, 255);
}

.map-link-bg {
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	position: absolute;
	pointer-events: none;
}

.map-link-bg img {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.map-embeds {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
}

.map-embed {
	margin-top: 15px;
	margin-left: 3px;
	width: calc(33.33% - 2px);
}

.map-embed:nth-of-type(3n+1) {
	margin-left: 0;
}

.map-embed:nth-of-type(-n+3) {
	margin-top: 0;
}

.some-section {
	overflow: hidden;
	background-color: rgb(255, 255, 255);
	background-image: url('images/wildtaiga-karhut-bg.jpg');
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding: 100px 0px 550px 0px;
}

.some-area {
	float: left;
	width: 100%;
	margin-bottom: 100px;
}

.some-title {
	float: left;
	width: 100%;
	margin-bottom: 25px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}

.some-title-block {
	float: left;
	max-width: 50%;
	color: rgb(0, 0, 0);
}

.some-title-block:nth-of-type(2) {
	padding-left: 50px;
}

.news-area {
	float: left;
	width: 100%;
	margin-bottom: 100px;
}

.news-area .show-more-link a {
	color: rgb(0, 0, 0);
	text-decoration: none;
}

.news-blocks {
	float: left;
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-start;
}

.news-block {
	float: left;
	width: calc(25% - 3px);
	margin-left: 4px;
	margin-top: 4px;
	position: relative;
	background-color:rgb(255, 255, 255);
}

.news-block:nth-of-type(-n+4) {
	margin-top: 0px;
}

.news-block:nth-of-type(4n+1) {
	margin-left: 0px;
}

.news-block-image-area {
	float: left;
	width: 100%;
	height: 0px;
	padding-bottom: 66%;
	position: relative;
	background-color: rgb(150, 150, 150);
}

.news-block-image {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.news-block-text {
	float: left;
	width: 100%;
	padding: 10px 10px 60px 10px;
}

.news-block-text small {
	font-size: 18px;
	text-transform: uppercase;
	font-family:'Futura LT W01 Light Condensed';
	color: rgb(25, 76, 45);
}

.news-block-text p {
	margin-top: 10px;
	margin-bottom: 0px;
}

.news-block-link {
	position: absolute;
	bottom: 0px;
	width: 100%;
	padding: 10px;
}

.news-block-link a {
	float: left;
	font-size: 18px;
	line-height: 18px;
	padding: 10px 25px;
	text-transform: uppercase;
	text-decoration: none;
	font-family:'Futura LT W01 Light Condensed';
	color: rgb(0, 0, 0);
	background-color: rgb(205, 210, 190);
	border: 1px solid rgb(205, 210, 190);
}

.news-block-link a:hover {
	background-color: rgb(255, 255, 255);
	color: rgb(205, 210, 190);
}

.logo-area {
	background-color: rgb(255, 255, 255);
}

.logos {
	float: left;
	width: 100%;
	overflow: hidden;
	padding: 50px 0px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.logos img {
	float: left;
	display: block;
	margin: 0px;
}

.info-area {
	float: left;
	width: 100%;
	padding: 100px 0px;
	display: flex;
	overflow: hidden;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}

.info-area-text {
	float: left;
	width: 50%;
	color: rgb(255, 255, 255);
}

.info-area-image {
	float: left;
	width: 50%;
	padding-left: 50px;
}

.info-area-image img {
	float: left;
	max-width: 100%;
	display: block;
	margin: 0px;
}

.info-blocks {
	float: left;
	width: 100%;
	margin-top: 50px;
}

.info-block {
	float: left;
	width: 100%;
	margin-top: 50px;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
}

.info-block:first-of-type {
	margin-top: 0px;
}

.info-block-image {
	float: left;
	width: 20%;
}

.info-block-image img {
	float: left;
	display:block;
	margin: 0px;
	max-width: 80%;
	max-height: 65px;
}

.info-block-text {
	float: left;
	width: 80%;
	padding-left: 25px;
}

.info-block-text a {
	color: rgb(255, 255, 255);
	text-decoration: none;
}

.info-block-text a:hover {
	color: rgba(255, 255, 255, 0.5);
}

.info-block-text p {
	margin-bottom: 0px;
}

.product-page-title {
	float: left;
	width: 100%;
	margin: 10px 0px;
	color: rgb(255, 255, 255);
}

.product-page {
	float: left;
	width: 100%;
	margin-bottom: 100px;
	background-color: rgb(255, 255, 255);
}

.product-page-top {
	float: left;
	width: 100%;
	margin-bottom: 50px;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
}

.product-page-top-text {
	float: left;
	width: 33.333%;
	padding: 50px;
}

.product-page-info-area {
	float: left;
	width: 100%;
	margin-top: 50px;
}

.product-page-info-area p {
	margin-bottom: 10px;
}

.product-page-top-info {
	float: left;
	width: 66.666%;
}

.product-page-main-image {
	float: left;
	width: 100%;
	height: 0px;
	padding-bottom: 66%;
	position: relative;
}

.product-page-main-image-block {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.product-page-top-image-info {
	position: absolute;
	z-index: 2;
	bottom: 0px;
	left: 0px;
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-start;
}

.product-page-top-image-info-price {
	float: left;
	width: 33.333%;
	padding: 25px;
	background-color: rgba(0, 0, 0, 0.7);
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
}

.product-page-top-image-info-price p {
	color: rgb(255, 255, 255);
	margin: 0px;
	padding-right: 15px;
}

.product-page-top-image-info-price h4 {
	padding-left: 15px;
	letter-spacing: -2px;
	border-left: 1px solid rgb(255, 255, 255);
	font-size: 44px;
	color: rgb(205, 210, 190);
	margin: 0px;
}

.product-page-top-image-info-link {
	float: left;
	width: 66.666%;
	background-color: rgba(0, 0, 0, 0.7);
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
}

.product-page-top-image-info-link a {
	float: left;
	font-size: 26px;
	line-height: 26px;
	padding: 10px 25px;
	text-transform: uppercase;
	text-decoration: none;
	font-family:'Futura LT W01 Light Condensed';
	color: rgb(255, 255, 255);
	background-color: rgb(32, 94, 115);
	border: 1px solid rgb(32, 94, 115);
}

.product-page-top-image-info-link a:hover {
	background-color: rgb(255, 255, 255);
	color: rgb(32, 94, 115);
}
.product-page-top-info-blocks {
	float: left;
	width: 100%;
	border: 1px solid rgba(0, 0, 0, 0.2);
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-start;
}

.product-page-top-block {
	float: left;
	padding: 25px;
	width: 33.333%;
	border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.product-page-top-block:first-of-type {
	border-left: 0px;
}

.product-page-top-block h4 {
	margin-bottom: 10px;
}

.product-page-top-block p {
	margin: 0px;
}

.product-page-top-block a {
	text-decoration: none;
}

.product-page-text {
	float: left;
	width: 100%;
	padding: 0px 50px;
	margin-bottom: 50px;
}

.product-page-text ul {
	margin: 0px;
}

.product-page-images {
	float: left;
	width: 100%;
	margin-bottom: 50px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}

.product-page-image {
	float: left;
	width: calc(50% - 1px);
	margin-left: 2px;
	margin-top: 2px;
}

.product-page-image:nth-of-type(2n+1) {
	margin-left: 0px;
}

.product-page-image:nth-of-type(-n+2) {
	margin-top: 0px;
}

.product-page-image-block-area {
	float: left;
	width: 100%;
	height: 0px;
	padding-bottom: 66%;
	position: relative;
}

.product-page-image-block {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.product-page-contact {
	float: left;
	width: 100%;
}

.product-page-map {
	float: left;
	width: 50%;
	padding-bottom: 50%;
	height: 0px;
	position: relative;
}

.acf-map {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.product-page-contact-form {
	float: left;
	width: 50%;
	padding: 0px 50px 50px 50px;
	position: relative;
}

.product-page-contact-form-title-area {
	float: left;
	width: 100%;
	margin-bottom: 25px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
}

.product-page-contact-form-title-image {
	float: left;
	width: 100px;
}

.product-page-contact-form-title-text {
	float: left;
	width: calc(100% - 100px);
	padding-left: 50px;
}

.product-page-contact-form-title-text h2 {
	margin-bottom: 0px;
}

.product-page-contact-form p {
	margin: 0px;
}

.product-page-bottom {
	float: left;
	width: 100%;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	padding: 50px 0px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-start;
}

.product-page-bottom-block {
	float: left;
	padding: 25px;
	width: 20%;
	border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.product-page-bottom-block:first-of-type {
	border-left: 0px;
}

.product-page-bottom-block h4 {
	margin-bottom: 10px;
}

.product-page-bottom-block p {
	margin: 0px;
	font-size: 15px;
}

.product-page-bottom-block a {
	text-decoration: none;
}

.print-link {
	cursor: pointer;
}

p.product-bottom-price {
	float: left;
	width: 100%;
	font-size: 40px;
	letter-spacing: -2px;
}

.company-page-link,
.product-page-link {
	float: left;
	margin-top: 10px;
}

.company-page-link a,
.product-page-link a {
	float: left;
	font-size: 18px;
	line-height: 18px;
	padding: 10px 25px;
	text-transform: uppercase;
	text-decoration: none;
	font-family:'Futura LT W01 Light Condensed';
	color: rgb(0, 0, 0);
	background-color: rgb(205, 210, 190);
	border: 1px solid rgb(205, 210, 190);
}

.product-page-link a {
	font-size: 22px;
	line-height: 22px;
	padding: 15px 25px;
}

.company-page-link a:hover,
.product-page-link a:hover {
	background-color: rgb(255, 255, 255);
	color: rgb(205, 210, 190);
}

.company-links {
	float: left;
	width: 100%;
	padding: 50px;
	margin-bottom: 100px;
	background-color: rgb(255, 255, 255);
}

.company-link {
	float: left;
	width: 100%;
	margin-top: 25px;
	padding-top: 25px;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
}

.company-link:first-of-type {
	margin-top: 0px;
	padding-top: 0px;
	border-top: 0px;
}

.company-link-image-block {
	float: left;
	width: 30%;
	position: relative;
}

.company-link-image-area {
	float: left;
	width: 100%;
	height: 0px;
	padding-bottom: 66%;
	position: relative;
}

.company-link-image {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.company-link-text-block {
	float: left;
	width: 70%;
	padding-left: 50px;
}

.company-link-text-block h4 {
	margin-bottom: 10px;
}

.company-link-text-block p {
	margin: 0px;
	margin-bottom: 25px;
}

.company-link-text-block a {
	float: left;
	font-size: 22px;
	line-height: 22px;
	padding: 10px 25px;
	text-transform: uppercase;
	text-decoration: none;
	font-family:'Futura LT W01 Light Condensed';
	color: rgb(0, 0, 0);
	background-color: rgb(205, 210, 190);
	border: 1px solid rgb(205, 210, 190);
}

.company-link-text-block a:hover {
	background-color: rgb(255, 255, 255);
	color: rgb(205, 210, 190);
}

.company-page-title {
	float: left;
	width: 100%;
	margin: 10px 0px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}

.company-page-title-block {
	float: left;
	max-width: 50%;
	color: rgb(255, 255, 255);
}

.company-page-title-block:nth-of-type(2) {
	padding: 5px 0px 5px 50px;
	margin-left: 50px;
	border-left: 1px solid rgb(255, 255, 255);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.company-page-title-block a {
	float: left;
	font-size: 24px;
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	text-decoration: none;
	font-family:'Futura LT W01 Light Condensed';
}

.company-page {
	float: left;
	width: 100%;
	margin-bottom: 50px;
	background-color: rgb(255, 255, 255);
	display: flex;
	flex-direction: row;
	align-items: stretch;
	justify-content: flex-start;
}

.company-page-text {
	float: left;
	width: 33.333%;
	padding: 50px;
}

.company-page-text h4 {
	margin-bottom: 10px;
}

.company-page-text-address {
	float: left;
	padding-top: 25px;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.company-page-text-address a {
	text-decoration: none;
}

.company-site-url {
	float: left;
	font-family:'Futura LT W01 Light Condensed';
	font-size: 28px;
	font-weight: 300;
	line-height: 100%;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.company-some-links {
	float: left;
	width: 100%;
	padding: 25px 0px;
	display: flex;
	flex-direction: row;
	align-items: stretch;
	justify-content: flex-start;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.company-some-link {
	float: left;
	width: 25%;
	padding: 10px 0px;
	border-left: 1px solid rgba(0, 0, 0, 0.2);
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.company-some-link:first-of-type {
	border-left: 0px;
}

.company-some-link a:hover {
	opacity: 0.5;
}

.company-some-link a img {
	display: block;
	height: 30px;
}

.company-page-image {
	float: left;
	width: 66.666%;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: flex-start;
}

.company-image {
	float: left;
	width: 100%;
	min-height: 400px;
	position: relative;
	background-color: rgb(150, 150, 150);
}

.company-image img{
	display: block;
	margin: 0px;
}

.company-page-map {
	float: left;
	width: 100%;
	height: 400px;
	position: relative;
}

.company-products-title {
	color: rgb(255, 255, 255);
    margin-bottom: 25px;
}

.company-page-products {
	float: left;
	width: 100%;
	margin-bottom: 100px;
}

.news-archive {
	float: left;
	width: 100%;
	margin-bottom: 100px;
}

.news-archive-title {
	float: left;
	width: 100%;
	margin: 10px 0px;
	color: rgb(255, 255, 255);
}

.news-page {
	float: left;
	width: 100%;
	padding: 50px;
	background-color: rgb(255, 255, 255);
	margin-bottom: 100px;
}

.news-page article {
	float: left;
	width: 70%;
}

.news-page article h2 {
	font-size: 60px;
	letter-spacing: -2px;
}

.news-page article img {
	max-width: 100%;
	margin-bottom: 25px;
}

p.news-date {
	font-size: 18px;
	text-transform: uppercase;
	font-family:'Futura LT W01 Light Condensed';
	margin-bottom: 25px;
}

.content-page-title {
	float: left;
	width: 100%;
	margin: 10px 0px;
	color: rgb(255, 255, 255);
}

.content-page-area {
	float: left;
	width: 100%;
	padding: 50px;
	background-color: rgb(255, 255, 255);
	margin-bottom: 50px;
}

.content-page-area:last-of-type {
	margin-bottom: 100px;
}

.content-page-area article {
	float: left;
	width: 70%;
}

.content-page-area article h2 {
	font-size: 60px;
	letter-spacing: -2px;
	margin-bottom: 25px;
}

.content-page-area article img {
	max-width: 100%;
	margin-bottom: 25px;
}

.files {
	float: left;
	width: 100%;
}

.file {
	float: left;
	width: 100%;
	border-top: 1px solid rgba(0, 0, 0, 0.2)
}

.file:first-of-type {
	border-top: 0px;
}

.file a {
	display: flex;
	flex-direction: row;
	align-items: center;
	text-decoration: none;
	padding: 15px;
}

.file a:hover {
	background-color: rgba(59, 91, 50, 0.1);
}

.file a img {
	width: 50px;
	margin: 0px;
}

.file a p {
	max-width: calc(100% - 50px);
	margin: 0px;
	padding-left: 25px;
	word-break: break-all;
}

.search-page {
	float: left;
	width: 100%;
	padding: 50px;
	background-color: rgb(255, 255, 255);
	margin-bottom: 100px;
}

.all-search-results {
	float: left;
	width: 100%;
	margin-top: 25px;
}

.search-result {
	float: left;
	width: 100%;
	border-bottom: 1px solid rgba(220, 220, 220);
}

.search-result a {
	display: block;
	padding: 15px;
	text-decoration: none;
}

.search-result a:hover {
	background-color: rgba(59, 91, 50, 0.1);
}

.search-result:last-of-type {
	border-bottom: 0px;
}

.search-result p {
	margin: 0px;
	color: rgb(0, 0, 0);
}

.search-form {
	float: left;
	width: 100%;
	margin-top: 25px;
}

.search-field {
	float: left;
	width: 250px;
	outline: 0px;
}

.map-page {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: calc(100vh - 77px);
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-start;
	justify-content: flex-start;
}

.marker {
	display: none;
}

.fullmap {
	float: left;
	position: relative;
	width: calc(100% - 350px);
	height: 100%;
}

#map-toggle {
	display: none;
	position: fixed;
	top: 50px;
	left: 0px;
	width: 50px;
	height: 50px;
	z-index: 90;
	text-align: center;
	background-color: rgb(255, 255, 255);
	padding: 10px;
	-webkit-box-shadow: 3px 3px 3px 0 rgba(0,0,0,0.2);
	box-shadow: 3px 3px 3x 0 rgba(0,0,0,0.2);
	transform: translateZ(0);
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

#map-toggle img {
	margin: 0px;
	height: 30px;
}

.map-filters {
	float: left;
	width: 350px;
	height: 100%;
	padding: 25px;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	background-color: rgb(255, 255, 255);
	overflow-y: auto;
	transform: translateZ(0);
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.filter-block {
	float: left;
	width: 100%;
	margin-top: 25px;
}

.filter-block:first-of-type {
	margin-top: 0px;
}

.filter-block-grand-childs {
	float: left;
	width: 100%;
	margin-top: 10px;
}

.filter-block-grand-childs:first-of-type {
	margin-top: 0px;
}

.filter-block-title {
	float: left;
	width: 100%;
	margin-bottom: 15px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}

.filter-block-title img {
	float: left;
	height: 26px;
	margin-right: 10px;
}

.filter-block-title h4 {
	font-size: 22px;
}

.map-filters label {
	float: left;
	width: 100%;
}

.checkbox {
	display: block;
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	font-size: 14px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-bottom: 2px;
}

.checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: rgb(205, 210, 190);
}

.checkbox.green input:checked ~ .checkmark {
	background-color: rgb(31, 75, 43);
}

.checkbox.blue input:checked ~ .checkmark {
	background-color: rgb(57, 91, 146);
}

.checkbox.purple input:checked ~ .checkmark {
	background-color: rgb(114, 63, 109);
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.checkbox input:checked ~ .checkmark:after {
	display: block;
}

.checkbox .checkmark:after {
	left: 8px;
	top: 3px;
	width: 6px;
	height: 12px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.fullmap-infowindow {
	float: left;
	padding: 15px;
}

.infowindow-text {
	float: left;
	width: 100%;
}

.infowindow-text h3 {
	font-size: 24px;
	letter-spacing: 0px;
	margin-bottom: 5px;
}

.infowindow-text h4 {
	font-size: 16px;
	letter-spacing: 0px;
	margin-bottom: 15px;
}

.infowindow-text p {
	font-size: 14px;
	margin: 0px;
}

.infowindow-links {
	float: left;
	width: 100%;
	margin-top: 15px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}

.infowindow-links a {
  float: left;
  font-size: 14px;
  line-height: 14px;
  padding: 10px 15px;
  text-transform: uppercase;
	text-decoration: none;
  font-family: 'Futura LT W01 Light Condensed';
  color: rgb(0, 0, 0);
  background-color: rgb(205, 210, 190);
  border: 1px solid rgb(205, 210, 190);
	margin-right: 10px;
}

.infowindow-links a:hover {
    background-color: rgb(255, 255, 255);
    color: rgb(205, 210, 190);
}

.site-bg-summer,
.site-bg-winter {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: -1;
}

.site-bg-summer:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(59, 91, 50, 0.7);
}

.site-bg-winter:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(119, 166, 192, 0.6);
}

.share-options {
	float: left;
	width: 100%;
	padding: 15px 0px;
	background-color: rgba(0, 0, 0, 0.5);
}

.share-options .wrapper {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
}

.share-options p {
	float: left;
	margin: 0px;
	margin-right: 10px;
	color: rgb(255, 255, 255);
}

.addthis_inline_share_toolbox {
	height: 30px;
}

footer {
	float: left;
	width: 100%;
	padding: 75px 0px;
	overflow: hidden;
	background-color: rgb(255, 255, 255);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.footer-content{
	float: left;
	width: 450px;
	text-align: center;
}

.footer-logo {
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}

.footer-logo img {
	display: inline-block;
	margin: 0px;
	width: 350px;
}

.some-links {
	float: left;
	width: 100%;
	margin-top: 50px;
	display: flex;
	flex-direction: row;
	align-items: stretch;
	justify-content: center;
}

.some-link {
	float: left;
	width: 25%;
	padding: 10px 0px;
	border-left: 1px solid rgba(0, 0, 0, 0.2);
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.some-link:first-of-type {
	border-left: 0px;
}

.some-link a:hover {
	opacity: 0.5;
}

.some-link a img {
	display: block;
	height: 30px;
}

.copyright {
	float: left;
	width: 100%;
	padding: 10px 0px;
	background-color: rgb(255, 255, 255);
}

.copyright p,
.copyright a {
	color: rgb(0, 0, 0);
	font-size:10px;
	text-decoration: none;
	margin: 0px;
}

#cookie-notice .button.bootstrap {
	margin: 0px;
	padding: 5px 15px;
	font-size: 14px;
	line-height: 14px;
	margin-left: 10px;
	text-shadow: none;
	background: none;
	background-color: rgb(255, 255, 255);
	border: 1px solid rgb(255, 255, 255);
	color: rgb(59, 91, 50);
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

#cookie-notice .button.bootstrap:hover {
	color: rgb(255, 255, 255);
	background-color: rgb(59, 91, 50);
}

/*Upitrek*/
#integrate-form {
	float: left;
	width: 100%;
	position: relative;
}

.upitrek-form {
	float: left;
	width: 100%;
	position: relative;
}

.upitrek-form-select-area {
	float: left;
	width: 100%;
	position: relative;
	min-height: 50px;
	margin-top: 25px;
}

.upitrek-form-select-area p {
	margin: 0px;
	margin-bottom: 5px;
}

p.upitrek-dorm-send-button {
	display: inline-block;
	cursor: pointer;
    font-size: 20px;
    line-height: 20px;
    padding: 15px 25px;
    text-transform: uppercase;
    font-family: 'Futura LT W01 Light Condensed';
    color: rgb(0,0,0);
    background-color: rgb(205,210,190);
    border: 1px solid rgb(205,210,190);
}

p.upitrek-dorm-send-button:hover {
	background-color: rgb(0,0,0);
    color: rgb(205,210,190);
}


.integrate-select {
	float: left;
	max-width: 350px;
	width: 100%;
	position: relative;
}

.integrate-select select {
	width: 100%;
	outline: 0px;
	font-weight: 300;
	font-size: 14px;
	float:left;
	color: rgb(0, 0, 0);
	background-color: rgb(255, 255, 255);
	border: 1px solid rgb(220, 220, 220);
	width:100%;
	height: 40px;
	padding: 5px 25px 5px 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

.integrate-select select:hover,
.integrate-select select:focus {
	border: 1px solid rgb(31, 75, 43);
}

.integrate-select select option:disabled{
	background-color: rgb(225, 225, 225);
}

.integrate-select select::-ms-expand {
	display: none;
}

.integrate-select:after {
	position:absolute;
	content:'';
	top:0px;
	right:10px;
	bottom:0px;
	margin:auto;
	pointer-events: none;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 7px 0 7px;
	border-color: rgb(31, 75, 43) transparent transparent transparent;
}


/*Responsive*/
@media screen and (max-width: 1450px) and (min-width: 1025px) {

h1 {
	font-size: 75px;
	letter-spacing: -2px;
}

h2,
h1.category-title,
.company-page-title-block h1,
.product-page-title h1 {
	font-size: 60px;
	letter-spacing: -2px;
}

h3 {
	font-size: 30px;
}

.product-page h2 {
	font-size: 30px;
	margin-bottom: 25px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 22px;
}

p {
	font-size: 16px;
	line-height: 1.45;
	margin-bottom: 1.5em;
}

.wrapper {
	width: 1000px;
	margin: 0px auto;
}

header.slider-header,
.slide {
	height: 100vh;
	min-height: 700px;
}

.header-logo img {
	width: 250px !important;
}

.slide-text {
	margin-top: 150px;
}

.owl-prev,
.owl-next {
	height: 50px;
	width: 50px;
}

.owl-prev:after {
	border-width: 7px 8px 7px 0;
}

.owl-next:after {
	border-width: 7px 0 7px 8px;
}

.season-switcher {
	bottom: 50px;
	left: 50px;
}

.season-title {
	margin-bottom: 15px;
}

.season-links {
	padding-top: 15px;
}

.season-links a {
    font-size: 18px;
	margin-left: 15px;
}

.scroll-to-content {
	bottom: 50px;
}

#top-bar {
	padding: 10px 0px;
}

.custom-logo-link {
	width: 100px;
}

nav {
	width: auto;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.main-navigation ul {
	flex-direction: row;
	align-items: stretch;
}

.main-navigation ul li {
	border-left: 1px solid rgba(0, 0, 0, 0.2) ;
}

.main-navigation ul li a {
	padding: 10px;
	font-size: 15px;
	line-height: 15px;
}

.main-navigation ul li ul {
	width: 1000px;
	padding-top: 12px;
}

.category-navigation {
    min-height: 300px;
}

.category-navigation-maincategory {
	width: 33.333%;
}

.category-navigation-maincategory-image {
    min-height: 300px;
}

.category-navigation-maincategory-text {
    min-height: 300px;
}

.category-navigation-subcategories {
	width: 66.666%;
	padding: 0px 4px;
}

.category-navigation-subcategory {
	width: calc(25% - 3px);
	margin-left: 4px;
	margin-bottom: 10px;
}

.category-navigation-subcategory:nth-of-type(4n+1) {
	margin-left: 0px;
}

.category-navigation-subcategory a p {
	font-size: 16px;
}

.secondary-navigation {
	flex-direction: row;
	align-items: stretch;
}

.nav-item {
	border-left: 1px solid rgba(0, 0, 0, 0.2) ;
}

.nav-item a {
	padding: 10px;
}

.nav-item a p {
	font-size: 13px;
	line-height: 13px;
}

.nav-item img {
	height: 20px;
	width: 20px;
	margin-right: 10px;
}

.nav-sub-items {
	display: none;
	width: 100%;
	padding-top: 18px;
	position: absolute;
	background-color: rgb(255, 255, 255);
}

.nav-sub-items a {
	float: left;
	width: 100%;
	display: block;
	padding: 10px;
	color: rgb(0, 0, 0);
	border-top: 1px solid rgba(0, 0, 0, 0.2);
}

#breadcrumbs {
}

#top-bar,
.introduction,
.highlights,
.bokun-highlights,
.current-category,
.map-links,
.products-area,
.some-area,
.news-area,
.product-page,
.company-links,
.company-page-products,
.news-archive,
.news-page,
.content-page-area:last-of-type {
	margin-bottom: 75px;
}

.introduction-text {
	width: 50%;
	padding-right: 50px;
}

.introduction-text p {
	font-size: 16px;
}

.introduction-image {
	width: 50%;
	padding-left: 50px;
}

.highlight-title {
	margin-bottom: 25px;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}

.highlight-title-block {
	max-width: 50%;
}

.highlight-title-block:nth-of-type(2) {
	padding-left: 50px;
}

.bokun-highlight-title {
	margin-bottom: 25px;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}

.bokun-highlight-title-block {
	max-width: 50%;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}

.bokun-highlight-title-block img {
	height: 45px;
	margin-right: 15px;
}

.bokun-highlight-title-block:nth-of-type(2) {
	padding-left: 50px;
}



.show-more-link a,
.show-more-link p {
	font-size: 20px;
	line-height: 20px;
}

.current-category-info {
	margin-bottom: 4px;
	min-height: 400px;
}

.current-category-info-text,
.map-info-text {
	width: 50%;
	padding: 50px;
}

.current-category-info-image,
.map-info-image {
	width: 50%;
}

.map-info {
	min-height: 400px;
}

.sub-category {
	width: calc(25% - 3px);
	margin-left: 4px;
	margin-top: 25px;
}

.sub-category:nth-of-type(4n+1) {
	margin-left: 0px;
}

.sub-category:nth-of-type(-n+4) {
	margin-top: 0px;
}

.product {
	width: calc(33.333% - 2px);
	margin-left: 3px;
	margin-top: 3px;
}

.sub-category p {
	font-size: 14px;
}

.product:nth-of-type(4n+1) {
	margin-left: 3px;
}

.product:nth-of-type(-n+4) {
	margin-top: 3px;
}

.product:nth-of-type(3n+1) {
	margin-left: 0px;
}

.product:nth-of-type(-n+3) {
	margin-top: 0px;
}

#more-highlights .product:nth-of-type(-n+3) {
	margin-top: 3px;
}

.product-text {
	padding: 15px 15px 90px 15px;
}

.product-text p {
	font-size: 15px;
}

.product-text small {
	font-size: 18px;
}

.product-bottom-price {
	width: 65%;
}

.product-bottom-price p {
	font-size: 13px;
}

.product-bottom-price h4 {
	margin-left: 10px;
	padding-left: 10px;
	font-size: 32px;
	letter-spacing: -2px;
}

.product-bottom-link {
	width: 35%;
}

.product-bottom-link a,
.map-info-text a {
	font-size: 18px;
	line-height: 18px;
	padding: 15px 20px;
}

.map-links {
	flex-direction: row;
	align-items: stretch;
}

.map-link {
	padding: 35px;
	margin-left: 4px;
	width: calc(50% - 2px);
} 

.map-link:first-of-type {
	margin-left: 0;
}

.map-link-icon {
	height: 100px;
	margin-bottom: 25px;
}

.map-link h5,
.map-link p {
	margin: 15px 0;
}

.map-link a {
	font-size: 22px;
	margin-top: 25px;
	padding: 10px 20px;
}

.map-embeds {
	flex-direction: row;
}

.map-embed {
	margin-left: 3px;
	width: calc(33.33% - 2px);
}

.map-embed:nth-of-type(3n+1) {
	margin-left: 0;
}

.map-embed:nth-of-type(-n+3) {
	margin-top: 0;
}

.some-section {
	background-size: 100% auto;
	padding: 100px 0px 450px 0px;
}

.some-title {
	margin-bottom: 25px;
	flex-direction: row;
	align-items: center;
}

.some-title-block {
	max-width: 75%;
}

.some-title-block:nth-of-type(2) {
	padding-left: 50px;
}

.news-block {
	width: calc(25% - 3px);
	margin-left: 4px;
	margin-top: 4px;
}

.news-block:nth-of-type(-n+4) {
	margin-top: 0px;
}

.news-block:nth-of-type(4n+1) {
	margin-left: 0px;
}

.news-block-text {
	padding: 10px 10px 60px 10px;
}

.news-block-text small {
	font-size: 18px;
}

.news-block-link a {
	font-size: 18px;
	line-height: 18px;
	padding: 10px 25px;
}

.logos {
	padding: 50px 0px;
	flex-direction: row;
	justify-content: space-between;
}

.logos img {
}

.info-area {
	padding: 100px 0px;
	flex-direction: row;
	align-items: center;
}

.info-area-text {
	width: 50%;
}

.info-area-image {
	width: 50%;
	padding-left: 50px;
}

.info-blocks {
	margin-top: 50px;
}

.info-block {
	margin-top: 50px;
}

.info-block-image {
	width: 20%;
}

.info-block-image img {
	max-width: 80%;
	max-height: 65px;
}

.info-block-text {
	width: 80%;
	padding-left: 25px;
}

.product-page-top {
	margin-bottom: 25px;
}

.product-page-top-text {
	width: 33.333%;
	padding: 25px;
}

.product-page-info-area {
	margin-top: 25px;
}

.product-page-top-info {
	width: 66.666%;
}

.product-page-top-image-info {
	position: absolute;
	bottom: 0px;
	left: 0px;
	flex-direction: row;
	align-items: stretch;
}

.product-page-top-image-info-price {
	width: 50%;
	padding: 25px;
}

.product-page-top-image-info-price p {
	padding-right: 15px;
}

.product-page-top-image-info-price h4 {
	padding-left: 15px;
	letter-spacing: -2px;
	font-size: 40px;
}

.product-page-top-image-info-link {
	width: 50%;
	padding: 25px;
	justify-content: flex-end;
}

.product-page-top-image-info-link a {
	font-size: 22px;
	line-height: 22px;
	padding: 10px 25px;
}

.product-page-top-info-blocks {
	border: 1px solid rgba(0, 0, 0, 0.2);
	flex-direction: row;
	align-items: stretch;
}

.product-page-top-block {
	padding: 25px;
	width: 50%;
	border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.product-page-text {
	padding: 0px 25px;
	margin-bottom: 25px;
}

.product-page-images {
	margin-bottom: 25px;
}

.product-page-image {
	width: calc(50% - 1px);
	margin-left: 2px;
	margin-top: 2px;
}

.product-page-image:nth-of-type(2n+1) {
	margin-left: 0px;
}

.product-page-image:nth-of-type(-n+2) {
	margin-top: 0px;
}

.product-page-map {
	width: 50%;
	padding-bottom: 50%;
}

.product-page-contact-form {
	width: 50%;
	padding: 0px 50px 50px 50px;
}

.product-page-contact-form-title-area {
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}

.product-page-contact-form-title-image {
	width: 75px;
}

.product-page-contact-form-title-text {
	width: calc(100% - 75px);
	padding-left: 25px;
}

.product-page-contact-form-title-text h2 {
	margin: 0px;
}

.product-page-bottom {
	padding: 50px 0px;
	flex-direction: row;
	align-items: stretch;
}

.product-page-bottom-block {
	padding: 15px;
	width: 20%;
}

.product-page-bottom-block h4 {
	font-size: 22px;
}

.product-page-bottom-block p {
	font-size: 14px;
	word-break: break-all;
}

p.product-bottom-price {
	font-size: 40px;
	letter-spacing: -2px;
}

.company-page-link a {
  font-size: 15px;
  line-height: 15px;
  padding: 10px;
}

.product-page-link a  {
  font-size: 18px;
  line-height: 18px;
  padding: 15px;
}

.company-links {
	padding: 50px;
}

.company-link {
	margin-top: 25px;
	padding-top: 25px;
	flex-direction: row;
}

.company-link-image-block {
	width: 35%;
}

.company-link-text-block {
	width: 65%;
	padding-left: 25px;
}

.company-link-text-block p {
	margin: 0px;
	margin-bottom: 15px;
}

.company-link-text-block a {
	font-size: 18px;
	line-height: 18px;
	padding: 10px 25px;
}

.company-page-title {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}

.company-page-title-block {
	max-width: 75%;
}

.company-page-title-block:nth-of-type(2) {
	padding: 5px 0px 5px 50px;
	margin-left: 50px;
	border-left: 1px solid rgb(255, 255, 255);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.company-page-title-block a {
	font-size: 24px;
}

.company-page {
	margin-bottom: 50px;
	flex-direction: row;
	align-items: stretch;
}

.company-page-text {
	width: 33.333%;
	padding: 25px;
}

.company-site-url {
	font-size: 24px;
}

.company-some-link:first-of-type {
	border-left: 0px;
}

.company-page-image {
	width: 66.666%;
	align-items: stretch;
}

.company-image {
	min-height: 400px;
}

.company-page-map {
	height: 400px;
}

.news-page {
	padding: 50px;
}

.news-page article,
.content-page-area article {
	float: left;
	width: 80%;
}

.news-page article h2 {
	font-size: 50px;
	letter-spacing: -1px;
}

p.news-date {
	font-size: 18px;
}

.content-page-area {
	padding: 50px;
	margin-bottom: 50px;
}

.content-page-area article h2 {
	font-size: 60px;
	letter-spacing: -2px;
	margin-bottom: 25px;
}

.file a {
	padding: 15px;
}

.file a img {
	width: 50px;
}

.file a p {
	max-width: calc(100% - 50px);
	padding-left: 25px;
}

.search-page {
	padding: 50px;
}

.search-field {
	width: 250px;
}

.map-page {
	height: calc(100vh - 60px);
	flex-direction: row-reverse;
}

.fullmap {
	width: calc(100% - 350px);
}

.map-filters {
	width: 350px;
	padding: 50px 25px 25px 25px;
}

.filter-block-title img {
	height: 26px;
}

.filter-block-title h4 {
	font-size: 22px;
}

.checkbox {
	font-size: 14px;
}

.checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.fullmap-infowindow {
	padding: 15px;
}

footer {
	padding: 75px 0px;
}

.footer-content{
	width: 450px;
}

.footer-logo {
	margin-bottom: 50px;
}

.footer-logo img {
	width: 250px;
}

.some-links {
	margin-top: 50px;
}

.some-link {
	padding: 10px 0px;
}

.some-link a img {
	height: 30px;
}

}

/*Steppi*/
@media screen and (max-width: 1024px) and (min-width: 769px) {

h1 {
	font-size: 60px;
	letter-spacing: -2px;
}

h2,
h1.category-title,
.company-page-title-block h1,
.product-page-title h1 {
	font-size: 50px;
	letter-spacing: -1px;
}

h3 {
	font-size: 26px;
}

.product-page h2 {
	font-size: 26px;
	margin-bottom: 25px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 20px;
}

p {
	font-size: 15px;
	line-height: 1.45;
	margin-bottom: 1.5em;
}

.wrapper {
	width: 750px;
	margin: 0px auto;
}

header.slider-header,
.slide {
	height: 100vh;
	min-height: 600px;
}

.header-logo img {
	width: 200px !important;
}

.slide-text {
	margin-top: 100px;
}

.owl-prev,
.owl-next {
	height: 50px;
	width: 50px;
}

.owl-prev:after {
	border-width: 7px 8px 7px 0;
}

.owl-next:after {
	border-width: 7px 0 7px 8px;
}

.season-switcher {
	bottom: 50px;
	left: 50px;
}

.season-title {
	margin-bottom: 15px;
}

.season-links {
	padding-top: 15px;
}

.season-links a {
    font-size: 18px;
	margin-left: 15px;
}

.scroll-to-content {
	bottom: 50px;
}

#top-bar {
	padding: 5px 0px;
	overflow: hidden;
}

#top-bar .wrapper {
	width: 100%;
	margin: 0;
	position: relative;
	justify-content: center;
}

.custom-logo-link {
	width: auto;
	height: 40px;
	margin-right: 0px;
}

.custom-logo-link img {
	width: auto;
	height: 100%;
}

#nav-toggle,
#secondary-nav-toggle {
	display: block;
}

nav {
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

#secondary-navigation {
	position: absolute;
	right: 0px;
}

#navigation {
	position: absolute;
	left: 0px;
}

.main-navigation {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 270px;
	height: 100vh;
	margin-left: -270px;
	border-right: 1px solid rgba(0, 0, 0, 0.2);
	background-color: rgb(255, 255, 255);
	overflow-y: auto;
	transform: translateZ(0);
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.main-navigation ul {
	float: left;
	width: 100%;
	display: block;
}

.main-navigation ul li {
	float: left;
	width: 100%;
	border-left: 0px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.main-navigation ul li a {
	display: block;
	padding: 15px;
    font-size: 18px;
    line-height: 18px;
}

.main-navigation ul li ul {
	display: block;
	position: relative;
	float: left;
	width: 100%;
	padding-top: 0px;
}

.category-navigation {
  min-height: 75px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.category-navigation-maincategory {
	display: none;
}

.category-navigation-subcategories {
	width: 100%;
	padding: 0px;
}

.category-navigation-subcategory,
.info-links .category-navigation-subcategory {
	width: 100%;
	margin-left: 0px;
	margin-bottom: 0px;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.category-navigation-subcategory-image-area {
	display: none;
}

.category-navigation-subcategory a {
	display: block;
	padding: 10px 25px !important;
	font-size: 15px;
	line-height: 15px;
}

.category-navigation-subcategory a p {
	font-size: 16px;
}

.info-links .category-navigation-subcategory:nth-of-type(4n+1) {
	margin-left: 0px;
}

.secondary-navigation {
	position: fixed;
	top: 0px;
	right: 0px;
	width: 270px;
	height: 100vh;
	margin-right: -270px;
	border-left: 1px solid rgba(0, 0, 0, 0.2);
	background-color: rgb(255, 255, 255);
	overflow-y: auto;
	transform: translateZ(0);
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.nav-item {
	float: left;
	width: 100%;
	border-left: 0px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2) ;
}

.nav-item:last-of-type {
	border-bottom: 0px;
}

.nav-item a {
	padding: 15px;
}

.nav-item a p {
	font-size: 14px;
	line-height: 14px;
}

.nav-item img {
	height: 20px;
	width: 20px;
	margin-right: 10px;
}

.nav-sub-items {
	display: block;
	float: left;
	width: 100%;
	padding-top: 0px;
	position: relative;
}

.nav-sub-items a {
	float: left;
	width: 100%;
	display: block;
    font-size: 14px;
	padding: 8px 20px 8px 46px;
	color: rgb(0, 0, 0);
	border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.nav-sub-items a:first-of-type {
	border-top: 1px solid rgba(0, 0, 0, 0.2);
}

#breadcrumbs {
	font-size: 14px;
}

#top-bar,
.introduction,
.highlights,
.bokun-highlights,
.current-category,
.map-link,
.products-area,
.some-area,
.news-area,
.product-page,
.company-links,
.company-page-products,
.news-archive,
.news-page,
.content-page-area:last-of-type {
	margin-bottom: 75px;
}

.introduction-text {
	width: 50%;
	padding-right: 50px;
}

.introduction-text p {
	font-size: 16px;
}

.introduction-image {
	width: 50%;
	padding-left: 25px;
}

.highlight-title {
	margin-bottom: 25px;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}

.highlight-title-block {
	max-width: 50%;
}

.highlight-title-block:nth-of-type(2) {
	padding-left: 25px;
}


.bokun-highlight-title {
	margin-bottom: 25px;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}

.bokun-highlight-title-block {
	max-width: 50%;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}

.bokun-highlight-title-block img {
	height: 35px;
	margin-right: 15px;
}

.bokun-highlight-title-block:nth-of-type(2) {
	padding-left: 25px;
}


.show-more-link a,
.show-more-link p {
	font-size: 20px;
	line-height: 20px;
}

.current-category-info {
	margin-bottom: 4px;
	min-height: 400px;
}

.current-category-info-text,
.map-info-text {
	width: 50%;
	padding: 25px;
}

.current-category-info-image,
.map-info-image {
	width: 50%;
}

.map-info {
	min-height: 400px;
}

.sub-category {
	width: calc(50% - 2px);
	margin-left: 4px;
	margin-top: 25px;
}

.sub-category:nth-of-type(4n+1) {
	margin-left: 4px;
}

.sub-category:nth-of-type(-n+4) {
	margin-top: 25px;
}

.sub-category:nth-of-type(2n+1) {
	margin-left: 0px;
}

.sub-category:nth-of-type(-n+2) {
	margin-top: 0px;
}

.product {
	width: calc(50% - 1px);
	margin-left: 2px;
	margin-top: 2px;
}

.sub-category p {
	font-size: 14px;
}

.product:nth-of-type(4n+1) {
	margin-left: 2px;
}

.product:nth-of-type(-n+4) {
	margin-top: 2px;
}

.product:nth-of-type(2n+1) {
	margin-left: 0px;
}

.product:nth-of-type(-n+2) {
	margin-top: 0px;
}

#more-highlights .product:nth-of-type(-n+3) {
	margin-top: 3px;
}

.product-text {
	padding: 15px 15px 75px 15px;
}

.product-text p {
	font-size: 14px;
}

.product-text small {
	font-size: 14px;
}


.product-bottom {
}

.product-bottom-price {
}

.product-bottom-price p {
	font-size: 13px;
}

.product-bottom-price h4 {
	margin-left: 10px;
	padding-left: 10px;
	font-size: 32px;
	letter-spacing: -2px;
}

.product-bottom-link {
}

.product-bottom-link a,
.map-info-text a {
	font-size: 20px;
	line-height: 20px;
	padding: 10px 20px;
}

.map-links {
	flex-direction: row;
	align-items: stretch;
}

.map-link {
	padding: 25px;
	margin-left: 4px;
	width: calc(50% - 2px);
} 

.map-link:first-of-type {
	margin-left: 0;
}

.map-link-icon {
	height: 75px;
	margin-bottom: 20px;
}

.map-link h5,
.map-link p {
	margin: 15px 0;
}

.map-link a {
	font-size: 20px;
	margin-top: 25px;
	padding: 10px 20px;
}

.map-embeds {
	flex-direction: row;
}

.map-embed {
	margin-left: 3px;
	width: calc(33.33% - 2px);
}

.map-embed:nth-of-type(3n+1) {
	margin-left: 0;
}

.map-embed:nth-of-type(-n+3) {
	margin-top: 0;
}

.some-section {
	background-size: 100% auto;
	padding: 100px 0px 300px 0px;
}

.some-title {
	margin-bottom: 25px;
	flex-direction: column;
	align-items: flex-start;
}

.some-title-block {
	max-width: 100%;
	width: 100%;
}

.some-title-block:nth-of-type(2) {
	padding-left: 0px;
	margin-top: 10px;
}

.news-block {
	width: calc(50% - 2px);
	margin-left: 4px;
	margin-top: 4px;
}

.news-block:nth-of-type(-n+4) {
	margin-top: 4px;
}

.news-block:nth-of-type(4n+1) {
	margin-left: 4px;
}

.news-block:nth-of-type(-n+2) {
	margin-top: 0px;
}

.news-block:nth-of-type(2n+1) {
	margin-left: 0px;
}

.news-block-text {
	padding: 10px 10px 60px 10px;
}

.news-block-text small {
	font-size: 18px;
}

.news-block-link a {
	font-size: 18px;
	line-height: 18px;
	padding: 10px 25px;
}

.logos {
	padding: 50px 0px;
	flex-direction: row;
	justify-content: space-between;
}

.logos img {
	max-height: 75px;
	max-width: 125px;
}

.info-area {
	padding: 75px 0px;
	flex-direction: row;
	align-items: center;
}

.info-area-text {
	width: 60%;
}

.info-area-image {
	width: 40%;
	padding-left: 25px;
}

.info-blocks {
	margin-top: 25px;
}

.info-block {
	margin-top: 25px;
}

.info-block-image {
	width: 20%;
}

.info-block-image img {
	max-width: 80%;
	max-height: 65px;
}

.info-block-text {
	width: 80%;
	padding-left: 25px;
}

.product-page-top {
	margin-bottom: 25px;
	flex-direction: column-reverse;
}

.product-page-top-text {
	width: 100%;
	padding: 25px;
}

.product-page-info-area {
	margin-top: 25px;
}

.product-page-top-info {
	width: 100%;
}

.product-page-top-image-info {
	position: absolute;
	bottom: 0px;
	left: 0px;
	flex-direction: row;
	align-items: stretch;
}

.product-page-top-image-info-price {
	width: 50%;
	padding: 25px;
}

.product-page-top-image-info-price p {
	padding-right: 15px;
}

.product-page-top-image-info-price h4 {
	padding-left: 15px;
	letter-spacing: -2px;
	font-size: 40px;
}

.product-page-top-image-info-link {
	width: 50%;
	padding: 25px;
	justify-content: flex-end;
}

.product-page-top-image-info-link a {
	font-size: 22px;
	line-height: 22px;
	padding: 10px 25px;
}

.product-page-top-info-blocks {
	border: 1px solid rgba(0, 0, 0, 0.2);
	flex-direction: row;
	align-items: stretch;
}

.product-page-top-block {
	padding: 25px;
	width: 50%;
	border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.product-page-text {
	padding: 0px 25px;
	margin-bottom: 25px;
}

.product-page-images {
	margin-bottom: 25px;
}

.product-page-image {
	width: calc(50% - 1px);
	margin-left: 2px;
	margin-top: 2px;
}

.product-page-image:nth-of-type(2n+1) {
	margin-left: 0px;
}

.product-page-image:nth-of-type(-n+2) {
	margin-top: 0px;
}

.product-page-map {
	width: 100%;
	padding-bottom: 0%;
	height: 300px;
}

.product-page-contact-form {
	width: 100%;
	padding: 25px;
}

.product-page-contact-form-title-area {
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}

.product-page-contact-form-title-image {
	width: 75px;
}

.product-page-contact-form-title-text {
	width: calc(100% - 75px);
	padding-left: 25px;
}

.product-page-contact-form-title-text h2 {
	margin: 0px;
}

.product-page-bottom {
	padding: 0px;
	flex-direction: column;
	align-items: flex-start;
}

.product-page-bottom-block {
	padding: 25px;
	width: 100%;
	border-left: 0px;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.product-page-bottom-block:first-of-type {
	border-top: 0px;
}

p.product-bottom-price {
	font-size: 40px;
	letter-spacing: -2px;
}

.company-page-link a {
    font-size: 15px;
    line-height: 15px;
    padding: 10px;
}

.product-page-link a  {
  font-size: 18px;
  line-height: 18px;
  padding: 10px 15px;
}

.company-links {
	padding: 25px;
}

.company-link {
	margin-top: 25px;
	padding-top: 25px;
	flex-direction: row;
}

.company-link-image-block {
	width: 40%;
}

.company-link-text-block {
	width: 60%;
	padding-left: 25px;
}

.company-link-text-block p {
	margin: 0px;
	font-size: 14px;
	margin-bottom: 15px;
}

.company-link-text-block a {
	font-size: 18px;
	line-height: 18px;
	padding: 10px 25px;
}

.company-page-title {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.company-page-title-block {
	max-width: 100%;
	width: 100%;
}

.company-page-title-block:nth-of-type(2) {
	padding: 0px;
	margin-left: 0px;
	border-left: 0px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.company-page-title-block a {
	font-size: 20px;
}

.company-page {
	margin-bottom: 50px;
	flex-direction: column;
	align-items: flex-start;
}

.company-page-text {
	width: 100%;
	padding: 25px;
}

.company-site-url {
	font-size: 20px;
}

.company-some-link:first-of-type {
	border-left: 0px;
}

.company-page-image {
	width: 100%;
	align-items: flex-start;
}

.company-image {
	height: 0px;
	min-height: 0px;
	position: relative;
	padding-bottom: 60%;
}

.company-image img {
	position: absolute;
}

.company-page-map {
	height: 300px;
}

.news-page {
	padding: 25px;
}

.news-page article,
.content-page-area article {
	float: left;
	width: 100%;
}

.news-page article h2 {
	font-size: 50px;
	letter-spacing: -1px;
}

p.news-date {
	font-size: 16px;
}

.content-page-area {
	padding: 25px;
	margin-bottom: 25px;
}

.content-page-area article h2 {
	font-size: 50px;
	letter-spacing: -2px;
	margin-bottom: 25px;
}

.file a {
	padding: 15px;
}

.file a img {
	width: 40px;
}

.file a p {
	max-width: calc(100% - 40px);
	padding-left: 25px;
}

.search-page {
	padding: 25px;
}

.search-field {
	width: 250px;
}

.map-page {
	height: calc(100vh - 50px);
	flex-direction: row;
}

.fullmap {
	width: 100%;
}

#map-toggle {
	display: block;
}

.map-filters {
	position: absolute;
	left: 0px;
	width: 270px;
	margin-left: -270px;
	padding: 75px 10px 25px 10px;
}

.filter-block-title img {
	height: 26px;
}

.filter-block-title h4 {
	font-size: 22px;
}

.checkbox {
	font-size: 13px;
	margin-bottom: 4px;
}

.checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.fullmap-infowindow {
	padding: 15px;
}

footer {
	padding: 50px 0px;
}

.footer-content{
	width: 450px;
}

.footer-logo {
	margin-bottom: 50px;
}

.footer-logo img {
	width: 200px;
}

.some-links {
	margin-top: 50px;
}

.some-link {
	padding: 10px 0px;
}

.some-link a img {
	height: 30px;
}

}
/*Steppi*/
@media screen and (max-width: 768px) and (min-width: 641px) {


h1 {
	font-size: 50px;
	letter-spacing: -1px;
}

h2,
h1.category-title,
.company-page-title-block h1,
.product-page-title h1 {
	font-size: 40px;
	letter-spacing: -1px;
}

h3 {
	font-size: 26px;
}

.product-page h2 {
	font-size: 26px;
	margin-bottom: 25px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 20px;
}

p {
	font-size: 15px;
	line-height: 1.45;
	margin-bottom: 1.5em;
}

.wrapper {
	width: 620px;
	margin: 0px auto;
}

header.slider-header,
.slide {
	height: 100vh;
	min-height: 500px;
}

.header-logo img {
	width: 175px !important;
}

.slide-text {
	margin-top: 75px;
}

.owl-prev,
.owl-next {
	height: 50px;
	width: 50px;
}

.owl-prev:after {
	border-width: 7px 8px 7px 0;
}

.owl-next:after {
	border-width: 7px 0 7px 8px;
}

.season-switcher {
	bottom: 25px;
	left: 25px;
}

.season-title {
	margin-bottom: 10px;
}

.season-links {
	padding-top: 10px;
}

.season-links a {
    font-size: 16px;
	margin-left: 10px;
}

.scroll-to-content {
	bottom: 25px;
}

#top-bar {
	padding: 5px 0px;
	overflow: hidden;
}


#top-bar .wrapper {
	width: 100%;
	margin: 0;
	position: relative;
	justify-content: center;
}

.custom-logo-link {
	width: auto;
	height: 40px;
	margin-right: 0px;
}

.custom-logo-link img {
	width: auto;
	height: 100%;
}

#nav-toggle,
#secondary-nav-toggle {
	display: block;
}

nav {
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

#secondary-navigation {
	position: absolute;
	right: 0px;
}

#navigation {
	position: absolute;
	left: 0px;
}

.main-navigation {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 270px;
	height: 100vh;
	margin-left: -270px;
	border-right: 1px solid rgba(0, 0, 0, 0.2);
	background-color: rgb(255, 255, 255);
	overflow-y: auto;
	transform: translateZ(0);
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.main-navigation ul {
	float: left;
	width: 100%;
	display: block;
}

.main-navigation ul li {
	float: left;
	width: 100%;
	border-left: 0px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.main-navigation ul li a {
	display: block;
	padding: 15px;
    font-size: 18px;
    line-height: 18px;
}

.main-navigation ul li ul {
	display: block;
	position: relative;
	float: left;
	width: 100%;
	padding-top: 0px;
}

.category-navigation {
    min-height: 75px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.category-navigation-maincategory {
	display: none;
}

.category-navigation-subcategories {
	width: 100%;
	padding: 0px;
}

.category-navigation-subcategory,
.info-links .category-navigation-subcategory {
	width: 100%;
	margin-left: 0px;
	margin-bottom: 0px;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.category-navigation-subcategory-image-area {
	display: none;
}

.category-navigation-subcategory a {
	display: block;
	padding: 10px 25px !important;
	font-size: 15px;
	line-height: 15px;
}

.category-navigation-subcategory a p {
	font-size: 16px;
}

.info-links .category-navigation-subcategory:nth-of-type(4n+1) {
	margin-left: 0px;
}

.secondary-navigation {
	position: fixed;
	top: 0px;
	right: 0px;
	width: 270px;
	height: 100vh;
	margin-right: -270px;
	border-left: 1px solid rgba(0, 0, 0, 0.2);
	background-color: rgb(255, 255, 255);
	overflow-y: auto;
	transform: translateZ(0);
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.nav-item {
	float: left;
	width: 100%;
	border-left: 0px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2) ;
}

.nav-item:last-of-type {
	border-bottom: 0px;
}

.nav-item a {
	padding: 15px;
}

.nav-item a p {
	font-size: 14px;
	line-height: 14px;
}

.nav-item img {
	height: 20px;
	width: 20px;
	margin-right: 10px;
}

.nav-sub-items {
	display: block;
	float: left;
	width: 100%;
	padding-top: 0px;
	position: relative;
}

.nav-sub-items a {
	float: left;
	width: 100%;
	display: block;
    font-size: 14px;
	padding: 8px 20px 8px 46px;
	color: rgb(0, 0, 0);
	border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.nav-sub-items a:first-of-type {
	border-top: 1px solid rgba(0, 0, 0, 0.2);
}

#breadcrumbs {
	font-size: 14px;
}

#top-bar,
.introduction,
.highlights,
.bokun-highlights,
.current-category,
.map-links,
.products-area,
.some-area,
.news-area,
.product-page,
.company-links,
.company-page-products,
.news-archive,
.news-page,
.content-page-area:last-of-type {
	margin-bottom: 50px;
}

.introduction {
	flex-direction: column;
}

.introduction-text {
	width: 100%;
	padding-right: 0px;
	padding-bottom: 25px;
}

.introduction-text p {
	font-size: 16px;
}

.introduction-image {
	width: 100%;
	padding-left: 0px;
	border-left: 0px;
	padding-top: 25px;
	border-top: 1px solid rgb(255, 255, 255);
}

.introduction-image img {
	max-width: 350px;
}

.highlight-title {
	margin-bottom: 25px;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.highlight-title-block {
	max-width: 100%;
	width: 100%;
}

.highlight-title-block:nth-of-type(2) {
	padding-left: 0px;
	margin-top: 10px;
}


.bokun-highlight-title {
	margin-bottom: 25px;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.bokun-highlight-title-block {
	max-width: 100%;
	width: 100%;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}

.bokun-highlight-title-block img {
	height: 30px;
	margin-right: 15px;
}

.bokun-highlight-title-block:nth-of-type(2) {
	padding-left: 0px;
	margin-top: 10px;
}

.show-more-link a,
.show-more-link p {
	font-size: 16px;
	line-height: 16px;
}

.current-category-info {
	margin-bottom: 4px;
	min-height: 400px;
	flex-direction: column-reverse;
}

.current-category-info-text,
.map-info-text {
	width: 100%;
	padding: 25px;
}

.current-category-info-image,
.map-info-image {
	width: 100%;
	height: 0px;
	padding-bottom: 66%;
	position: relative;
}

.current-category-info-image img,
.map-info-image img {
	position: absolute;
}

.map-info {
	min-height: 400px;
	flex-direction: column-reverse;
}

.sub-category {
	width: calc(50% - 2px);
	margin-left: 4px;
	margin-top: 25px;
}

.sub-category:nth-of-type(4n+1) {
	margin-left: 4px;
}

.sub-category:nth-of-type(-n+4) {
	margin-top: 25px;
}

.sub-category:nth-of-type(2n+1) {
	margin-left: 0px;
}

.sub-category:nth-of-type(-n+2) {
	margin-top: 0px;
}

.products {
	flex-direction: column;
	align-items: flex-start;
}

.product {
	width: 100%;
	margin-left: 0px;
	margin-top: 10px;
}

.sub-category p {
	font-size: 14px;
}

.news-block:nth-of-type(-n+4) {
	margin-top: 0px;
}

.news-block:nth-of-type(4n+1) {
	margin-top: 10px;
}

.product:nth-of-type(3n+1) {
	margin-left: 0px;
}

.product:nth-of-type(-n+3) {
	margin-top: 10px;
}

.product:first-of-type,
#more-highlights .product:first-of-type {
	margin-top: 0px;
}

#more-highlights .product:nth-of-type(-n+3) {
	margin-top: 10px;
}


.product-text {
	padding: 15px;
}

.product-text p {
	font-size: 14px;
}

.product-text small {
	font-size: 14px;
}

.product-bottom {
	float: left;
	position: relative;
	flex-direction: row;
}

.product-bottom-price {
	width: 50%;
}

.product-bottom-price p {
	font-size: 13px;
}

.product-bottom-price h4 {
	margin-left: 10px;
	padding-left: 10px;
	font-size: 32px;
	letter-spacing: -2px;
}

.product-bottom-link {
	margin-top: 10px;
	width: 50%;
    justify-content: flex-end;
}

.product-bottom-link a,
.map-info-text a {
	font-size: 20px;
	line-height: 20px;
	padding: 10px 20px;
}

.map-links {
	flex-direction: column;
	align-items: flex-start;
}

.map-link {
	width: 100%;
	padding: 25px;
	margin-left: 0;
	margin-top: 10px;
} 

.map-link:first-of-type {
	margin-top: 0;
	margin-left: 0;
}

.map-link-icon {
	height: 75px;
	margin-bottom: 20px;
}

.map-link h5,
.map-link p {
	margin: 15px 0;
}

.map-link a {
	font-size: 20px;
	margin-top: 25px;
	padding: 10px 20px;
}

.map-embeds {
	flex-direction: row;
}

.map-embed {
	margin-left: 4px;
	width: calc(50% - 2px);
}

.map-embed:nth-of-type(3n+1) {
	margin-left: 4px;
}

.map-embed:nth-of-type(-n+3) {
	margin-top: 15px;
}

.map-embed:nth-of-type(2n+1) {
	margin-left: 0;
}

.map-embed:nth-of-type(-n+2) {
	margin-top: 0;
}

.some-section {
	background-size: 100% auto;
	padding: 75px 0px 150px 0px;
}

.some-title {
	margin-bottom: 25px;
	flex-direction: column;
	align-items: flex-start;
}

.some-title-block {
	max-width: 100%;
	width: 100%;
}

.some-title-block:nth-of-type(2) {
	padding-left: 0px;
	margin-top: 10px;
}

.news-block {
	width: calc(50% - 2px);
	margin-left: 4px;
	margin-top: 4px;
}

.news-block:nth-of-type(-n+4) {
	margin-top: 4px;
}

.news-block:nth-of-type(4n+1) {
	margin-left: 4px;
}

.news-block:nth-of-type(-n+2) {
	margin-top: 0px;
}

.news-block:nth-of-type(2n+1) {
	margin-left: 0px;
}

.news-block-text {
	padding: 10px 10px 60px 10px;
}

.news-block-text small {
	font-size: 18px;
}

.news-block-link a {
	font-size: 18px;
	line-height: 18px;
	padding: 10px 25px;
}

.logos {
	padding: 25px 0px;
	flex-direction: row;
	justify-content: space-between;
}

.logos img {
	max-height: 75px;
	max-width: 125px;
}

.info-area {
	padding: 75px 0px;
	flex-direction: row;
	align-items: center;
}

.info-area-text {
	width: 60%;
}

.info-area-image {
	width: 40%;
	padding-left: 25px;
}

.info-blocks {
	margin-top: 25px;
}

.info-block {
	margin-top: 25px;
}

.info-block-image {
	width: 20%;
}

.info-block-image img {
	max-width: 80%;
	max-height: 65px;
}

.info-block-text {
	width: 80%;
	padding-left: 25px;
}

.product-page-top {
	margin-bottom: 25px;
	flex-direction: column-reverse;
}

.product-page-top-text {
	width: 100%;
	padding: 25px;
}

.product-page-info-area {
	margin-top: 25px;
}

.product-page-top-info {
	width: 100%;
}

.product-page-top-image-info {
	position: absolute;
	bottom: 0px;
	left: 0px;
	flex-direction: row;
	align-items: stretch;
}

.product-page-top-image-info-price {
	width: 50%;
	padding: 25px;
}

.product-page-top-image-info-price p {
	padding-right: 15px;
}

.product-page-top-image-info-price h4 {
	padding-left: 15px;
	letter-spacing: -2px;
	font-size: 40px;
}

.product-page-top-image-info-link {
	width: 50%;
	padding: 25px;
	justify-content: flex-end;
}

.product-page-top-image-info-link a {
	font-size: 22px;
	line-height: 22px;
	padding: 10px 25px;
}

.product-page-top-info-blocks {
	border: 1px solid rgba(0, 0, 0, 0.2);
	flex-direction: column;
	align-items: flex-start;
}

.product-page-top-block {
	padding: 25px;
	width: 100%;
	border-left: 0px;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.product-page-top-block:first-of-type {
	border-top: 0px;
}

.product-page-text {
	padding: 0px 25px;
	margin-bottom: 25px;
}

.product-page-images {
	margin-bottom: 25px;
}

.product-page-image {
	width: calc(50% - 1px);
	margin-left: 2px;
	margin-top: 2px;
}

.product-page-image:nth-of-type(2n+1) {
	margin-left: 0px;
}

.product-page-image:nth-of-type(-n+2) {
	margin-top: 0px;
}

.product-page-map {
	width: 100%;
	padding-bottom: 0%;
	height: 300px;
}

.product-page-contact-form {
	width: 100%;
	padding: 25px;
}

.product-page-contact-form-title-area {
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}

.product-page-contact-form-title-image {
	width: 75px;
}

.product-page-contact-form-title-text {
	width: calc(100% - 75px);
	padding-left: 25px;
}

.product-page-contact-form-title-text h2 {
	margin: 0px;
}

.product-page-bottom {
	padding: 0px;
	flex-direction: column;
	align-items: flex-start;
}

.product-page-bottom-block {
	padding: 25px;
	width: 100%;
	border-left: 0px;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.product-page-bottom-block:first-of-type {
	border-top: 0px;
}

p.product-bottom-price {
	font-size: 40px;
	letter-spacing: -2px;
}

.company-page-link a {
    font-size: 16px;
    line-height: 16px;
    padding: 10px;
}

.product-page-link a  {
  font-size: 16px;
  line-height: 16px;
  padding: 10px 15px;
}

.company-links {
	padding: 25px;
}

.company-link {
	margin-top: 25px;
	padding-top: 25px;
	flex-direction: row;
}

.company-link-image-block {
	width: 100%;
	margin-bottom: 10px;
}

.company-link-text-block {
	width: 100%;
	padding-left: 0px;
}

.company-link-text-block p {
	margin: 0px;
	font-size: 14px;
	margin-bottom: 15px;
}

.company-link-text-block a {
	font-size: 18px;
	line-height: 18px;
	padding: 10px 25px;
}

.company-page-title {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.company-page-title-block {
	max-width: 100%;
	width: 100%;
}

.company-page-title-block:nth-of-type(2) {
	padding: 0px;
	margin-left: 0px;
	border-left: 0px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.company-page-title-block a {
	font-size: 20px;
}

.company-page {
	margin-bottom: 50px;
	flex-direction: column;
	align-items: flex-start;
}

.company-page-text {
	width: 100%;
	padding: 25px;
}

.company-site-url {
	font-size: 20px;
}

.company-some-link:first-of-type {
	border-left: 0px;
}

.company-page-image {
	width: 100%;
	align-items: flex-start;
}

.company-image {
	height: 0px;
	min-height: 0px;
	position: relative;
	padding-bottom: 60%;
}

.company-image img {
	position: absolute;
}


.company-page-map {
	height: 300px;
}

.news-page {
	padding: 25px;
}

.news-page article,
.content-page-area article {
	float: left;
	width: 100%;
}

.news-page article h2 {
	font-size: 50px;
	letter-spacing: -1px;
}

p.news-date {
	font-size: 16px;
}

.content-page-area {
	padding: 25px;
	margin-bottom: 25px;
}

.content-page-area article h2 {
	font-size: 50px;
	letter-spacing: -2px;
	margin-bottom: 25px;
}

.file a {
	padding: 15px;
}

.file a img {
	width: 40px;
}

.file a p {
	max-width: calc(100% - 40px);
	padding-left: 25px;
}

.search-page {
	padding: 25px;
}

.search-field {
	width: 250px;
}


.map-page {
	height: calc(100vh - 50px);
	flex-direction: row;
}

.fullmap {
	width: 100%;
}

#map-toggle {
	display: block;
}

.map-filters {
	position: absolute;
	left: 0px;
	width: 270px;
	margin-left: -270px;
	padding: 75px 10px 25px 10px;
}

.filter-block-title img {
	height: 26px;
}

.filter-block-title h4 {
	font-size: 22px;
}

.checkbox {
	font-size: 13px;
	margin-bottom: 4px;
}

.checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.fullmap-infowindow {
	padding: 15px;
	max-width: 480px;
}

.infowindow-text h3 {
	font-size: 24px;
}

.infowindow-links {
	margin-top: 15px;
	flex-direction: row;
}

.infowindow-links a {
    font-size: 14px;
    line-height: 14px;
    padding: 10px 15px;
	margin-right: 10px;
}

footer {
	padding: 50px 0px;
}

.footer-content{
	width: 400px;
}

.footer-logo {
	margin-bottom: 25px;
}

.footer-logo img {
	width: 175px;
}

.some-links {
	margin-top: 25px;
}

.some-link {
	padding: 10px 0px;
}

.some-link a img {
	height: 25px;
}

}
/*Steppi*/
@media screen and (max-width: 640px) and (min-width: 481px) {

h1 {
	font-size: 40px;
	letter-spacing: -1px;
}

h2,
h1.category-title,
.company-page-title-block h1,
.product-page-title h1 {
	font-size: 36px;
	letter-spacing: -1px;
}

h3 {
	font-size: 26px;
}

.product-page h2 {
	font-size: 26px;
	margin-bottom: 25px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 20px;
}

p {
	font-size: 15px;
	line-height: 1.45;
	margin-bottom: 1.5em;
}

.wrapper {
	width: 460px;
	margin: 0px auto;
}

header.slider-header,
.slide {
	height: 100vh;
	min-height: 400px;
}

.header-logo img {
	width: 150px !important;
}

.slide-text {
	margin-top: 50px;
}

.owl-prev,
.owl-next {
	height: 50px;
	width: 50px;
}

.owl-prev:after {
	border-width: 7px 8px 7px 0;
}

.owl-next:after {
	border-width: 7px 0 7px 8px;
}

.season-switcher {
	display: none;
}

.scroll-to-content {
	bottom: 25px;
	width: 25px;
	height: 25px;
}

.scroll-to-content a {
	width: 25px;
	height: 25px;
}

#top-bar {
	padding: 5px 0px;
	overflow: hidden;
}


#top-bar .wrapper {
	width: 100%;
	margin: 0;
	position: relative;
	justify-content: center;
}

.custom-logo-link {
	width: auto;
	height: 40px;
	margin-right: 0px;
}

.custom-logo-link img {
	width: auto;
	height: 100%;
}

#nav-toggle,
#secondary-nav-toggle {
	display: block;
}

nav {
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

#secondary-navigation {
	position: absolute;
	right: 0px;
}

#navigation {
	position: absolute;
	left: 0px;
}

.main-navigation {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 270px;
	height: 100vh;
	margin-left: -270px;
	border-right: 1px solid rgba(0, 0, 0, 0.2);
	background-color: rgb(255, 255, 255);
	overflow-y: auto;
	transform: translateZ(0);
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.main-navigation ul {
	float: left;
	width: 100%;
	display: block;
}

.main-navigation ul li {
	float: left;
	width: 100%;
	border-left: 0px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.main-navigation ul li a {
	display: block;
	padding: 15px;
    font-size: 18px;
    line-height: 18px;
}

.main-navigation ul li ul {
	display: block;
	position: relative;
	float: left;
	width: 100%;
	padding-top: 0px;
}

.category-navigation {
    min-height: 75px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.category-navigation-maincategory {
	display: none;
}

.category-navigation-subcategories {
	width: 100%;
	padding: 0px;
}

.category-navigation-subcategory,
.info-links .category-navigation-subcategory {
	width: 100%;
	margin-left: 0px;
	margin-bottom: 0px;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.category-navigation-subcategory-image-area {
	display: none;
}

.category-navigation-subcategory a {
	display: block;
	padding: 10px 25px !important;
	font-size: 15px;
	line-height: 15px;
}

.category-navigation-subcategory a p {
	font-size: 16px;
}

.info-links .category-navigation-subcategory:nth-of-type(4n+1) {
	margin-left: 0px;
}

.secondary-navigation {
	position: fixed;
	top: 0px;
	right: 0px;
	width: 270px;
	height: 100vh;
	margin-right: -270px;
	border-left: 1px solid rgba(0, 0, 0, 0.2);
	background-color: rgb(255, 255, 255);
	overflow-y: auto;
	transform: translateZ(0);
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.nav-item {
	float: left;
	width: 100%;
	border-left: 0px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2) ;
}

.nav-item:last-of-type {
	border-bottom: 0px;
}

.nav-item a {
	padding: 15px;
}

.nav-item a p {
	font-size: 14px;
	line-height: 14px;
}

.nav-item img {
	height: 20px;
	width: 20px;
	margin-right: 10px;
}

.nav-sub-items {
	display: block;
	float: left;
	width: 100%;
	padding-top: 0px;
	position: relative;
}

.nav-sub-items a {
	float: left;
	width: 100%;
	display: block;
    font-size: 14px;
	padding: 8px 20px 8px 46px;
	color: rgb(0, 0, 0);
	border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.nav-sub-items a:first-of-type {
	border-top: 1px solid rgba(0, 0, 0, 0.2);
}

#breadcrumbs {
	font-size: 14px;
}

#top-bar,
.introduction,
.highlights,
.bokun-highlights,
.current-category,
.map-links,
.products-area,
.some-area,
.news-area,
.product-page,
.company-links,
.company-page-products,
.news-archive,
.news-page,
.content-page-area:last-of-type {
	margin-bottom: 50px;
}

.introduction {
	flex-direction: column;
}

.introduction-text {
	width: 100%;
	padding-right: 0px;
	padding-bottom: 25px;
}

.introduction-text p {
	font-size: 16px;
}

.introduction-image {
	width: 100%;
	padding-left: 0px;
	border-left: 0px;
	padding-top: 25px;
	border-top: 1px solid rgb(255, 255, 255);
}

.introduction-image img {
	max-width: 350px;
}

.highlight-title {
	margin-bottom: 25px;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.highlight-title-block {
	max-width: 100%;
	width: 100%;
}

.highlight-title-block:nth-of-type(2) {
	padding-left: 0px;
	margin-top: 10px;
}

.bokun-highlight-title {
	margin-bottom: 25px;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.bokun-highlight-title-block {
	max-width: 100%;
	width: 100%;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}

.bokun-highlight-title-block img {
	height: 25px;
	margin-right: 10px;
}

.bokun-highlight-title-block:nth-of-type(2) {
	padding-left: 0px;
	margin-top: 10px;
}

.show-more-link a,
.show-more-link p {
	font-size: 16px;
	line-height: 16px;
}

.current-category-info {
	margin-bottom: 4px;
	min-height: 400px;
	flex-direction: column-reverse;
}

.current-category-info-text,
.map-info-text {
	width: 100%;
	padding: 25px;
}

.current-category-info-image,
.map-info-image {
	width: 100%;
	height: 0px;
	padding-bottom: 66%;
	position: relative;
}

.current-category-info-image img,
.map-info-image img {
	position: absolute;
}

.map-info {
	min-height: 400px;
	flex-direction: column-reverse;
}

.sub-category {
	width: calc(50% - 2px);
	margin-left: 4px;
	margin-top: 25px;
}

.sub-category:nth-of-type(4n+1) {
	margin-left: 4px;
}

.sub-category:nth-of-type(-n+4) {
	margin-top: 25px;
}

.sub-category:nth-of-type(2n+1) {
	margin-left: 0px;
}

.sub-category:nth-of-type(-n+2) {
	margin-top: 0px;
}

.products {
	flex-direction: column;
	align-items: flex-start;
}

.product {
	width: 100%;
	margin-left: 0px;
	margin-top: 10px;
}

.sub-category p {
	font-size: 14px;
}


.news-block:nth-of-type(-n+4) {
	margin-top: 0px;
}

.news-block:nth-of-type(4n+1) {
	margin-top: 10px;
}

.product:nth-of-type(3n+1) {
	margin-left: 0px;
}

.product:nth-of-type(-n+3) {
	margin-top: 10px;
}

.product:first-of-type,
#more-highlights .product:first-of-type {
	margin-top: 0px;
}

#more-highlights .product:nth-of-type(-n+3) {
	margin-top: 10px;
}


.product-text {
	padding: 15px;
}

.product-text p {
	font-size: 14px;
}

.product-text small {
	font-size: 14px;
}

.product-bottom {
	float: left;
	position: relative;
	flex-direction: row;
}

.product-bottom-price {
	width: 50%;
}

.product-bottom-price p {
	font-size: 13px;
}

.product-bottom-price h4 {
	margin-left: 10px;
	padding-left: 10px;
	font-size: 32px;
	letter-spacing: -2px;
}

.product-bottom-link {
	margin-top: 10px;
	width: 50%;
    justify-content: flex-end;
}

.product-bottom-link a,
.map-info-text a {
	font-size: 20px;
	line-height: 20px;
	padding: 10px 20px;
}

.map-links {
	flex-direction: column;
	align-items: flex-start;
}

.map-link {
	width: 100%;
	padding: 25px;
	margin-left: 0;
	margin-top: 10px;
} 

.map-link:first-of-type {
	margin-top: 0;
	margin-left: 0;
}

.map-link-icon {
	height: 75px;
	margin-bottom: 20px;
}

.map-link h5,
.map-link p {
	margin: 15px 0;
}

.map-link a {
	font-size: 20px;
	margin-top: 25px;
	padding: 10px 20px;
}

.map-embeds {
	flex-direction: row;
}

.map-embed {
	margin-left: 4px;
	width: calc(50% - 2px);
}

.map-embed:nth-of-type(3n+1) {
	margin-left: 4px;
}

.map-embed:nth-of-type(-n+3) {
	margin-top: 15px;
}

.map-embed:nth-of-type(2n+1) {
	margin-left: 0;
}

.map-embed:nth-of-type(-n+2) {
	margin-top: 0;
}

.some-section {
	background-size: 100% auto;
	padding: 50px 0px 150px 0px;
}

.some-title {
	margin-bottom: 25px;
	flex-direction: column;
	align-items: flex-start;
}

.some-title-block {
	max-width: 100%;
	width: 100%;
}

.some-title-block:nth-of-type(2) {
	padding-left: 0px;
	margin-top: 10px;
}

.news-block {
	width: calc(50% - 2px);
	margin-left: 4px;
	margin-top: 4px;
}

.news-block:nth-of-type(-n+4) {
	margin-top: 4px;
}

.news-block:nth-of-type(4n+1) {
	margin-left: 4px;
}

.news-block:nth-of-type(-n+2) {
	margin-top: 0px;
}

.news-block:nth-of-type(2n+1) {
	margin-left: 0px;
}

.news-block-text {
	padding: 10px 10px 60px 10px;
}

.news-block-text small {
	font-size: 18px;
}

.news-block-link a {
	font-size: 18px;
	line-height: 18px;
	padding: 10px 25px;
}

.logos {
	padding: 25px 0px;
	flex-direction: row;
	justify-content: space-between;
}

.logos img {
	max-height: 50px;
	max-width: 75px;
}

.info-area {
	padding: 50px 0px;
	flex-direction: column;
	align-items: flex-start;
}

.info-area-text {
	width: 100%;
}

.info-area-image {
	width: 100%;
	padding-left: 0px;
	margin-top: 25px;
}

.info-area-image img {
	max-width: 300px;
}

.info-blocks {
	margin-top: 25px;
}

.info-block {
	margin-top: 25px;
}

.info-block-image {
	width: 20%;
}

.info-block-image img {
	max-width: 80%;
	max-height: 65px;
}

.info-block-text {
	width: 80%;
	padding-left: 25px;
}

.product-page-top {
	margin-bottom: 25px;
	flex-direction: column-reverse;
}

.product-page-top-text {
	width: 100%;
	padding: 25px;
}

.product-page-info-area {
	margin-top: 25px;
}

.product-page-top-info {
	width: 100%;
}

.product-page-top-image-info {
	position: absolute;
	bottom: 0px;
	left: 0px;
	flex-direction: row;
	align-items: stretch;
}

.product-page-top-image-info-price {
	width: 60%;
	padding: 15px;
}

.product-page-top-image-info-price p {
	padding-right: 15px;
}

.product-page-top-image-info-price h4 {
	padding-left: 15px;
	letter-spacing: -2px;
	font-size: 36px;
}

.product-page-top-image-info-link {
	width: 40%;
	padding: 15px;
	justify-content: flex-end;
}

.product-page-top-image-info-link a {
	font-size: 20px;
	line-height: 20px;
	padding: 10px 25px;
}

.product-page-top-info-blocks {
	border: 1px solid rgba(0, 0, 0, 0.2);
	flex-direction: column;
	align-items: flex-start;
}

.product-page-top-block {
	padding: 25px;
	width: 100%;
	border-left: 0px;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.product-page-top-block:first-of-type {
	border-top: 0px;
}

.product-page-text {
	padding: 0px 25px;
	margin-bottom: 25px;
}

.product-page-images {
	margin-bottom: 25px;
}

.product-page-image {
	width: calc(50% - 1px);
	margin-left: 2px;
	margin-top: 2px;
}

.product-page-image:nth-of-type(2n+1) {
	margin-left: 0px;
}

.product-page-image:nth-of-type(-n+2) {
	margin-top: 0px;
}

.product-page-map {
	width: 100%;
	padding-bottom: 0%;
	height: 250px;
}

.product-page-contact-form {
	width: 100%;
	padding: 25px;
}

.product-page-contact-form-title-area {
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}

.product-page-contact-form-title-image {
	width: 75px;
}

.product-page-contact-form-title-text {
	width: calc(100% - 75px);
	padding-left: 25px;
}

.product-page-contact-form-title-text h2 {
	margin: 0px;
}

.product-page-bottom {
	padding: 0px;
	flex-direction: column;
	align-items: flex-start;
}

.product-page-bottom-block {
	padding: 25px;
	width: 100%;
	border-left: 0px;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.product-page-bottom-block:first-of-type {
	border-top: 0px;
}

p.product-bottom-price {
	font-size: 40px;
	letter-spacing: -2px;
}

.company-page-link a {
    font-size: 16px;
    line-height: 16px;
    padding: 10px;
}

.product-page-link a  {
  font-size: 16px;
  line-height: 16px;
  padding: 10px 15px;
}

.company-links {
	padding: 25px;
}

.company-link {
	margin-top: 25px;
	padding-top: 25px;
	flex-direction: row;
}

.company-link-image-block {
	width: 100%;
	margin-bottom: 10px;
}

.company-link-text-block {
	width: 100%;
	padding-left: 0px;
}

.company-link-text-block p {
	margin: 0px;
	font-size: 14px;
	margin-bottom: 15px;
}

.company-link-text-block a {
	font-size: 18px;
	line-height: 18px;
	padding: 10px 25px;
}

.company-page-title {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.company-page-title-block {
	max-width: 100%;
	width: 100%;
}

.company-page-title-block:nth-of-type(2) {
	padding: 0px;
	margin-left: 0px;
	border-left: 0px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.company-page-title-block a {
	font-size: 20px;
}

.company-page {
	margin-bottom: 50px;
	flex-direction: column;
	align-items: flex-start;
}

.company-page-text {
	width: 100%;
	padding: 25px;
}

.company-site-url {
	font-size: 20px;
}

.company-some-link:first-of-type {
	border-left: 0px;
}

.company-page-image {
	width: 100%;
	align-items: flex-start;
}

.company-image {
	height: 0px;
	min-height: 0px;
	position: relative;
	padding-bottom: 60%;
}

.company-image img {
	position: absolute;
}

.company-page-map {
	height: 250px;
}

.news-page {
	padding: 25px;
}

.news-page article,
.content-page-area article {
	float: left;
	width: 100%;
}

.news-page article h2 {
	font-size: 40px;
	letter-spacing: -1px;
}

p.news-date {
	font-size: 16px;
}

.content-page-area {
	padding: 25px;
	margin-bottom: 25px;
}

.content-page-area article h2 {
	font-size: 40px;
	letter-spacing: -1px;
	margin-bottom: 25px;
}

.file a {
	padding: 15px;
}

.file a img {
	width: 40px;
}

.file a p {
	max-width: calc(100% - 40px);
	padding-left: 15px;
	font-size: 14px;
}

.search-page {
	padding: 25px;
}

.search-field {
	width: 250px;
}


.map-page {
	height: calc(100vh - 50px);
	flex-direction: row;
}

.fullmap {
	width: 100%;
}

#map-toggle {
	display: block;
}

.map-filters {
	position: absolute;
	left: 0px;
	width: 270px;
	margin-left: -270px;
	padding: 75px 10px 25px 10px;
}

.filter-block-title img {
	height: 26px;
}

.filter-block-title h4 {
	font-size: 22px;
}

.checkbox {
	font-size: 13px;
	margin-bottom: 4px;
}

.checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}


.fullmap-infowindow {
	padding: 15px;
	max-width: 400px;
}

.infowindow-text h3 {
	font-size: 24px;
}

.infowindow-links {
	margin-top: 15px;
	flex-direction: row;
}

.infowindow-links a {
    font-size: 14px;
    line-height: 14px;
    padding: 10px 15px;
	margin-right: 10px;
}

footer {
	padding: 50px 0px;
}

.footer-content{
	width: 400px;
}

.footer-logo {
	margin-bottom: 25px;
}

.footer-logo img {
	width: 150px;
}

.some-links {
	margin-top: 25px;
}

.some-link {
	padding: 10px 0px;
}

.some-link a img {
	height: 25px;
}

}
/*Steppi*/
@media screen and (max-width: 480px) and (min-width: 320px) {

h1 {
	font-size: 40px;
	letter-spacing: -1px;
}

h2,
h1.category-title,
.company-page-title-block h1,
.product-page-title h1 {
	font-size: 36px;
	letter-spacing: -1px;
}

h3 {
	font-size: 26px;
}

.product-page h2 {
	font-size: 26px;
	margin-bottom: 25px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 20px;
}

p {
	font-size: 15px;
	line-height: 1.45;
	margin-bottom: 1.5em;
}

.wrapper {
	width: 90%;
	max-width: 460px;
	margin: 0px auto;
}

header.slider-header,
.slide {
	height: 100vh;
	min-height: 400px;
}

.header-logo img {
	width: 150px !important;
}

.slide-text {
	margin-top: 50px;
}

.owl-prev,
.owl-next {
	height: 50px;
	width: 50px;
}

.owl-prev:after {
	border-width: 7px 8px 7px 0;
}

.owl-next:after {
	border-width: 7px 0 7px 8px;
}


.season-switcher {
	display: none;
}

.scroll-to-content {
	bottom: 25px;
	width: 25px;
	height: 25px;
}

.scroll-to-content a {
	width: 25px;
	height: 25px;
}

#top-bar {
	padding: 5px 0px;
	overflow: hidden;
}


#top-bar .wrapper {
	width: 100%;
	margin: 0;
	position: relative;
	justify-content: center;
}

.custom-logo-link {
	width: auto;
	height: 40px;
	margin-right: 0px;
}

.custom-logo-link img {
	width: auto;
	height: 100%;
}

#nav-toggle,
#secondary-nav-toggle {
	display: block;
}

nav {
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

#secondary-navigation {
	position: absolute;
	right: 0px;
}

#navigation {
	position: absolute;
	left: 0px;
}

.main-navigation {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 270px;
	height: 100vh;
	margin-left: -270px;
	border-right: 1px solid rgba(0, 0, 0, 0.2);
	background-color: rgb(255, 255, 255);
	overflow-y: auto;
	transform: translateZ(0);
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.main-navigation ul {
	float: left;
	width: 100%;
	display: block;
}

.main-navigation ul li {
	float: left;
	width: 100%;
	border-left: 0px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.main-navigation ul li a {
	display: block;
	padding: 15px;
    font-size: 18px;
    line-height: 18px;
}

.main-navigation ul li ul {
	display: block;
	position: relative;
	float: left;
	width: 100%;
	padding-top: 0px;
}

.category-navigation {
    min-height: 75px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.category-navigation-maincategory {
	display: none;
}

.category-navigation-subcategories {
	width: 100%;
	padding: 0px;
}

.category-navigation-subcategory,
.info-links .category-navigation-subcategory {
	width: 100%;
	margin-left: 0px;
	margin-bottom: 0px;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.category-navigation-subcategory-image-area {
	display: none;
}

.category-navigation-subcategory a {
	display: block;
	padding: 10px 25px !important;
	font-size: 15px;
	line-height: 15px;
}

.category-navigation-subcategory a p {
	font-size: 16px;
}

.info-links .category-navigation-subcategory:nth-of-type(4n+1) {
	margin-left: 0px;
}

.secondary-navigation {
	position: fixed;
	top: 0px;
	right: 0px;
	width: 270px;
	height: 100vh;
	margin-right: -270px;
	border-left: 1px solid rgba(0, 0, 0, 0.2);
	background-color: rgb(255, 255, 255);
	overflow-y: auto;
	transform: translateZ(0);
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.nav-item {
	float: left;
	width: 100%;
	border-left: 0px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2) ;
}

.nav-item:last-of-type {
	border-bottom: 0px;
}

.nav-item a {
	padding: 15px;
}

.nav-item a p {
	font-size: 14px;
	line-height: 14px;
}

.nav-item img {
	height: 20px;
	width: 20px;
	margin-right: 10px;
}

.nav-sub-items {
	display: block;
	float: left;
	width: 100%;
	padding-top: 0px;
	position: relative;
}

.nav-sub-items a {
	float: left;
	width: 100%;
	display: block;
    font-size: 14px;
	padding: 8px 20px 8px 46px;
	color: rgb(0, 0, 0);
	border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.nav-sub-items a:first-of-type {
	border-top: 1px solid rgba(0, 0, 0, 0.2);
}

#breadcrumbs {
	font-size: 14px;
}

#top-bar,
.introduction,
.highlights,
.bokun-highlights,
.current-category,
.map-links,
.products-area,
.some-area,
.news-area,
.product-page,
.company-links,
.company-page-products,
.news-archive,
.news-page,
.content-page-area:last-of-type {
	margin-bottom: 50px;
}

.introduction {
	flex-direction: column;
}

.introduction-text {
	width: 100%;
	padding-right: 0px;
	padding-bottom: 25px;
}

.introduction-text p {
	font-size: 16px;
}

.introduction-image {
	width: 100%;
	padding-left: 0px;
	border-left: 0px;
	padding-top: 25px;
	border-top: 1px solid rgb(255, 255, 255);
}

.introduction-image img {
	max-width: 100%;
}

.highlight-title {
	margin-bottom: 25px;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.highlight-title-block {
	max-width: 100%;
	width: 100%;
}

.highlight-title-block:nth-of-type(2) {
	padding-left: 0px;
	margin-top: 10px;
}

.bokun-highlight-title {
	margin-bottom: 25px;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.bokun-highlight-title-block {
	max-width: 100%;
	width: 100%;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}

.bokun-highlight-title-block img {
	height: 25px;
	margin-right: 10px;
}

.bokun-highlight-title-block:nth-of-type(2) {
	padding-left: 0px;
	margin-top: 10px;
}

.show-more-link a,
.show-more-link a {
	font-size: 16px;
	line-height: 16px;
}

.current-category-info {
	margin-bottom: 4px;
	min-height: 400px;
	flex-direction: column-reverse;
}

.current-category-info-text,
.map-info-text {
	width: 100%;
	padding: 10px;
}

.current-category-info-image,
.map-info-image {
	width: 100%;
	height: 0px;
	padding-bottom: 66%;
	position: relative;
}

.current-category-info-image img,
.map-info-image img {
	position: absolute;
}

.map-info {
	min-height: 400px;
	flex-direction: column-reverse;
}

.sub-category {
	width: 100%;
	margin-left: 0px;
	margin-top: 25px;
}

.sub-category:nth-of-type(4n+1) {
	margin-left: 0px;
}

.sub-category:nth-of-type(-n+4) {
	margin-top: 25px;
}

.sub-category:first-of-type {
	margin-top: 0px;
}

.products {
	flex-direction: column;
	align-items: flex-start;
}

.product {
	width: 100%;
	margin-left: 0px;
	margin-top: 10px;
}

.sub-category p {
	font-size: 14px;
}


.news-block:nth-of-type(-n+4) {
	margin-top: 0px;
}

.news-block:nth-of-type(4n+1) {
	margin-top: 10px;
}

.product:nth-of-type(3n+1) {
	margin-left: 0px;
}

.product:nth-of-type(-n+3) {
	margin-top: 10px;
}

.product:first-of-type,
#more-highlights .product:first-of-type {
	margin-top: 0px;
}

#more-highlights .product:nth-of-type(-n+3) {
	margin-top: 10px;
}

.product-text {
	padding: 10px;
}

.product-text p {
	font-size: 14px;
}

.product-text small {
	font-size: 14px;
}

.product-bottom {
	float: left;
	padding: 10px;
	position: relative;
	flex-direction: column;
}

.product-bottom-price {
	width: 100%;
}

.product-bottom-price p {
	font-size: 13px;
}

.product-bottom-price h4 {
	margin-left: 10px;
	padding-left: 10px;
	font-size: 32px;
	letter-spacing: -2px;
}

.product-bottom-link {
	margin-top: 10px;
	width: 100%;
    justify-content: flex-start;
}

.product-bottom-link a,
.map-info-text a {
	font-size: 20px;
	line-height: 20px;
	padding: 10px 20px;
}

.map-links {
	flex-direction: column;
	align-items: flex-start;
}

.map-link {
	width: 100%;
	padding: 15px;
	margin-left: 0;
	margin-top: 10px;
} 

.map-link:first-of-type {
	margin-top: 0;
	margin-left: 0;
}

.map-link-icon {
	height: 65px;
	margin-bottom: 20px;
}

.map-link h5,
.map-link p {
	margin: 15px 0;
}

.map-link a {
	font-size: 20px;
	margin-top: 25px;
	padding: 10px 20px;
}

.map-embeds {
	flex-direction: column;
}

.map-embed {
	width: 100%;
	margin-left: 0;
}

.map-embed:nth-of-type(3n+1) {
	margin-left: 0;
}

.map-embed:nth-of-type(-n+3) {
	margin-top: 15px;
}

.map-embed:first-of-type {
	margin-top: 0;
}

.some-section {
	background-size: 100% auto;
	padding: 50px 0px 50px 0px;
}

.some-title {
	margin-bottom: 25px;
	flex-direction: column;
	align-items: flex-start;
}

.some-title-block {
	max-width: 100%;
	width: 100%;
}

.some-title-block:nth-of-type(2) {
	padding-left: 0px;
	margin-top: 10px;
}

.news-block {
	width: 100%;
	margin-left: 0px;
	margin-top: 10px;
}

.news-block:nth-of-type(-n+4) {
	margin-top: 10px;
}

.news-block:nth-of-type(4n+1) {
	margin-left: 0px;
}

.news-block:first-of-type {
	margin-top: 0px;
}

.news-block-text {
	padding: 10px 10px 60px 10px;
}

.news-block-text small {
	font-size: 18px;
}

.news-block-link a {
	font-size: 18px;
	line-height: 18px;
	padding: 10px 25px;
}

.logos {
	padding: 25px 0px;
	flex-direction: row;
	justify-content: space-between;
}

.logos img {
	max-height: 40px;
	max-width: 60px;
}

.info-area {
	padding: 50px 0px;
	flex-direction: column;
	align-items: flex-start;
}

.info-area-text {
	width: 100%;
}

.info-area-image {
	width: 100%;
	padding-left: 0px;
	margin-top: 25px;
}

.info-area-image img {
	max-width: 100%;
}

.info-blocks {
	margin-top: 25px;
}

.info-block {
	margin-top: 25px;
}

.info-block-image {
	width: 25%;
}

.info-block-image img {
	max-width: 80%;
	max-height: 65px;
}

.info-block-text {
	width: 75%;
	padding-left: 10px;
}

.product-page-top {
	margin-bottom: 25px;
	flex-direction: column-reverse;
}

.product-page-top-text {
	width: 100%;
	padding: 10px;
}

.product-page-info-area {
	margin-top: 25px;
}

.product-page-top-info {
	width: 100%;
}

.product-page-main-image {
	padding-bottom: 100%;
}

.product-page-top-image-info {
	position: absolute;
	bottom: 0px;
	left: 0px;
	flex-direction: row;
	align-items: stretch;
}

.product-page-top-image-info-price {
	width: 100%;
	padding: 10px;
}

.product-page-top-image-info-price p {
	padding-right: 15px;
}

.product-page-top-image-info-price h4 {
	padding-left: 15px;
	letter-spacing: -2px;
	font-size: 36px;
}

.product-page-top-image-info-link {
	width: 100%;
	padding: 10px;
	justify-content: flex-start;
}

.product-page-top-image-info-link a {
	font-size: 18px;
	line-height: 18px;
	padding: 8px 25px;
}

.product-page-top-info-blocks {
	border: 1px solid rgba(0, 0, 0, 0.2);
	flex-direction: column;
	align-items: flex-start;
}

.product-page-top-block {
	padding: 10px;
	width: 100%;
	border-left: 0px;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.product-page-top-block:first-of-type {
	border-top: 0px;
}

.product-page-text {
	padding: 0px 10px;
	margin-bottom: 25px;
}

.product-page-images {
	margin-bottom: 25px;
}

.product-page-image {
	width: 100%;
	margin-left: 0px;
	margin-top: 2px;
}

.product-page-image:nth-of-type(2n+1) {
	margin-left: 0px;
}

.product-page-image:nth-of-type(-n+2) {
	margin-top: 2px;
}

.product-page-image:first-of-type {
	margin-top: 0px;
}

.product-page-map {
	width: 100%;
	padding-bottom: 0%;
	height: 250px;
}

.product-page-contact-form {
	width: 100%;
	padding: 25px 10px;
}

.product-page-contact-form-title-area {
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}

.product-page-contact-form-title-image {
	width: 75px;
}

.product-page-contact-form-title-text {
	width: calc(100% - 75px);
	padding-left: 25px;
}

.product-page-contact-form-title-text h2 {
	margin: 0px;
}

.product-page-bottom {
	padding: 0px;
	flex-direction: column;
	align-items: flex-start;
}

.product-page-bottom-block {
	padding: 10px;
	width: 100%;
	border-left: 0px;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.product-page-bottom-block:first-of-type {
	border-top: 0px;
}

p.product-bottom-price {
	font-size: 40px;
	letter-spacing: -2px;
}

.company-page-link a {
    font-size: 16px;
    line-height: 16px;
    padding: 10px;
}

.product-page-link a  {
  font-size: 16px;
  line-height: 16px;
  padding: 10px 15px;
}

.company-links {
	padding: 10px;
}

.company-link {
	margin-top: 25px;
	padding-top: 25px;
	flex-direction: row;
}

.company-link-image-block {
	width: 100%;
	margin-bottom: 10px;
}

.company-link-text-block {
	width: 100%;
	padding-left: 0px;
}

.company-link-text-block p {
	margin: 0px;
	font-size: 14px;
	margin-bottom: 15px;
}

.company-link-text-block a {
	font-size: 18px;
	line-height: 18px;
	padding: 10px 25px;
}

.company-page-title {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.company-page-title-block {
	max-width: 100%;
	width: 100%;
}

.company-page-title-block:nth-of-type(2) {
	padding: 0px;
	margin-left: 0px;
	border-left: 0px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.company-page-title-block a {
	font-size: 20px;
}

.company-page {
	margin-bottom: 50px;
	flex-direction: column;
	align-items: flex-start;
}

.company-page-text {
	width: 100%;
	padding: 10px;
}

.company-site-url {
	font-size: 20px;
}

.company-some-link:first-of-type {
	border-left: 0px;
}

.company-page-image {
	width: 100%;
	align-items: flex-start;
}

.company-image {
	height: 0px;
	min-height: 0px;
	position: relative;
	padding-bottom: 60%;
}

.company-image img {
	position: absolute;
}

.company-page-map {
	height: 250px;
}

.news-page {
	padding: 10px;
}

.news-page article,
.content-page-area article {
	float: left;
	width: 100%;
    word-break: break-word;
}

.news-page article h2 {
	font-size: 30px;
	letter-spacing: 0px;
}

p.news-date {
	font-size: 16px;
}

.content-page-area {
	padding: 10px;
	margin-bottom: 25px;
}

.content-page-area article h2 {
	font-size: 30px;
	letter-spacing: 0px;
	margin-bottom: 15px;
}

.file a {
	padding: 15px;
}

.file a img {
	width: 35px;
}

.file a p {
	max-width: calc(100% - 35px);
	padding-left: 10px;
	font-size: 12px;
}

.search-page {
	padding: 15px;
}

.search-field {
	width: 180px;
}


.map-page {
	height: calc(100vh - 50px);
	flex-direction: row;
}

.fullmap {
	width: 100%;
}

#map-toggle {
	display: block;
}

.map-filters {
	position: absolute;
	left: 0px;
	width: 270px;
	margin-left: -270px;
	padding: 75px 10px 25px 10px;
}

.filter-block-title img {
	height: 26px;
}

.filter-block-title h4 {
	font-size: 22px;
}

.checkbox {
	font-size: 13px;
	margin-bottom: 4px;
}

.checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.fullmap-infowindow {
	padding: 10px;
	max-width: 260px;
}

.infowindow-text h3 {
	font-size: 20px;
}

.infowindow-links {
	margin-top: 15px;
	flex-direction: row;
}

.infowindow-links a {
    font-size: 14px;
    line-height: 14px;
    padding: 8px 10px;
	margin-right: 10px;
}

footer {
	padding: 50px 0px;
}

.footer-content{
	width: 300px;
}

.footer-logo {
	margin-bottom: 25px;
}

.footer-logo img {
	width: 150px;
}

.some-links {
	margin-top: 25px;
}

.some-link {
	padding: 10px 0px;
}

.some-link a img {
	height: 25px;
}

}

/*Admin palkki*/

.admin-bar #top-bar {
	top: 32px;
}

@media screen and (max-width: 781px) and (min-width: 601px) {
	.admin-bar #top-bar {
		top: 46px;
	}
}

@media screen and (max-width: 600px)  {
	.admin-bar #top-bar {
		top: 0px;
	}
}


/*Steppi*/
@media print {

	.site {
		float: left;
		width: 100%;
	}

	body {
		background: none;
	}

	#navigation,
	.secondary-navigation,
	header,
	#breadcrumbs,
	.product-page-contact-form,
	.site-bg,
	.share-options,
	footer,
	.copyright,
	#cookie-notice,
	#bokun-form,
	.site-bg-winter,
	.site-bg-summer {
		display: none;
		margin: 0px !important;
	}

	#top-bar {
		position: relative !important;
		padding: 0px !important;
		background: none;
		-webkit-box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0);
		box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0);
		margin-bottom: 0px;
	}

	#top-bar .wrapper {
		justify-content: flex-end;
	}

	.custom-logo-link {
		width: 100px;
		margin-right: 0px;
	}

	.wrapper {
		width: 100%;
	}

	p {
		font-size: 12px !important;
	}

	h1 {
		color: rgb(0, 0, 0);
		letter-spacing: -1px !important;
		font-size: 40px !important;
	}

	h2 {
		font-size: 30px !important;
		margin-bottom: 10px !important;
	}

	.product-page-title {
		width: calc(100% - 150px);
		margin: 0px;
		margin-top: -35px;
	}

	.product-page {
		margin: 0px;
	}

	.product-page-top {
		margin-top: 10px;
		flex-direction: column-reverse;
		margin-bottom: 25px;
		page-break-after: always;
	}

	.product-page-top-text,
	.product-page-top-info {
		width: 100%;
		padding: 0px !important;
	}

	.product-page-info-area {
		margin-top: 25px !important;
	}

	.product-page-top-info {
		height: auto;
		margin-bottom: 25px;
		page-break-after: always;
	}

	.product-page-main-image {
		height: 400px;
		padding: 0px !important;
	}

	.product-page-top-image-info-price {
		width: 100%;
	}

	.product-page-top-image-info-link {
		display: none;
	}

	.product-page-top-block {
		width: 50%;
	}

	.product-page-top-text {
		font-size: 12px !important;
	}

	.product-page-text {
		padding: 0px !important;
		margin-bottom: 25px;
		page-break-after: always;
	}

	.product-page-images {
		padding: 0px !important;
		margin-bottom: 25px;
		page-break-before: always;
	}

	.product-page-image-block-area {
		height: 250px !important;
		padding-bottom: 0px !important;
	}

	.product-page-map {
		width: 100%;
		height: 300px !important;
		padding-bottom: 0px !important;
	}

	.product-page-bottom {
		display: none;
	}

	.gmnoprint{
		display:none;
	}

	.gm-style div > img {
		position: absolute;
	}

}

.row {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	margin-right: -15px;
    margin-left: -15px;
}

.col {
	-webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
	max-width: 50%;
	position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (max-width:768px) {
	.row {
		display: block;
		margin-left: 0;
		margin-right: 0;
	}
	.col {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 10%;
		flex: 0 0 10%;
		max-width: 100%;
		padding-right: 0;
		padding-left: 0;
	}
}


/*Custobar*/
.custobar-form {
	float: left;
	width: 100%;
	max-width: 600px;
}

.custobar-form form {
	width: 100%;
	display: flex;
  align-items: flex-start;
	flex-direction: column;
}

.custobar-form form p {
	margin: 0.5em 0 0 0;
}

.custobar-form form label {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.custobar-form select {
	width: 100%;
	color: #000;
	height: 40px;
	padding: 10px;
	font-size: 14px;
  border-radius: 0;
	border: 1px solid rgba(0,0,0,.1);
}

.custobar-form select:hover,
.custobar-form select:focus {
	outline: 0px;
	border: 1px solid rgb(205, 210, 190);
}


.custobar-form span.red {
	color: red;
	margin-left: 5px;
	font-weight: 700;
}

.custobar-form form label.checkboxfield {
	line-height: 1;
	flex-direction: row;
	align-items: center;
	margin-top: 20px !important;
}

.custobar-form form label.checkboxfield input {
	width: 20px;
	height: 20px;
	margin-right: 10px;
}

.custobar-form form label:not(:first-of-type) {
	margin-top: 10px;
}

.custobar-form form input[type=submit] {
	width: auto;
	margin-top: 20px;
}

.custobar-form p.error {
	width: 100%;
	padding: 10px;
	margin-top: 25px;
	color: rgb(110, 0, 0);
	background-color: rgba(110, 0, 0, 0.25);
}


/*Prodcut-page 2021*/
.product-page {
	float: left;
	width: 100%;
	padding: 20px;
}

.product-page-hero {
	height: 0;
	width: 100%;
	position: relative;
	padding-bottom: 56.25%;
}

.product-page-hero-text {
	width: 100%;
	z-index: 2;
	bottom: 50px;
	text-align: center;
	position: absolute;
	color: rgb(255, 255, 255);
}

.product-page-hero-text p {
	font-size: 20px;
	line-height: 1.1;
	font-weight: 700;
	margin: 0 0 5px 0;
	letter-spacing: 4px;
	text-transform: uppercase;
}

.product-page-hero-text h1 {
	font-size: 70px;
	line-height: 1.1;
	letter-spacing: 0px;
}

.product-page-hero-image {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}

.product-page-info {
	width: 100%;
	display: grid;
	padding: 25px 0;
	position: relative;
	grid-template-columns: repeat(4, 1fr);
}

.product-page-info::after {
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 20px;
	position: absolute;
	background: linear-gradient(0deg, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0) 100%);
}

.product-page-info-block {
	padding: 10px 20px;
}

.product-page-info-block:not(:first-of-type) {
	border-left: 1px solid rgb(220, 220, 220);
}

.product-page-info-block p {
	margin: 0 0 0.25em;
  font-weight: 400;
	line-height: 1.2;
}

.product-page-info-block p.price {
	font-size: 30px;
	font-weight: 700;
}

.product-page-info-block b {
	display: block;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.product-page-info-block a {
	color: rgb(0, 0, 0);
	text-decoration: none;
}

.product-page-info-block a:hover {
	color: rgb(25, 76, 45);
}

.product-page-info-block a.book-online {
	font-weight: 700;
	padding: 0.75em 1.5em;
  border-radius: 1.55em;
	display: inline-block;
	background-color: rgb(205, 210, 190);
}

.product-page-info-block a.book-online:hover {
	color: rgb(255, 255, 255);
	background-color: rgb(25, 76, 45);
}

.product-page-content {
	width: 100%;
	margin-top: 75px;
	position: relative;
	padding-bottom: 75px;
}

.product-page-content::after {
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 20px;
	position: absolute;
	background: linear-gradient(0deg, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0) 100%);
}

.short-desc {
	width: 100%;
	display: flex;
	margin: 0 auto;
	max-width: 1000px;
	margin-bottom: 75px;
	align-items: center;
	flex-direction: column;
}

.short-desc p {
	margin: 0;
	font-size: 20px;
	font-weight: 400;
	text-align: center;
	color: rgb(80, 80, 80);
}

.short-desc::after {
	content: '';
	width: 100%;
	height: 1px;
	margin-top: 50px;
	max-width: 600px;
	display: inline-block;
	border-bottom: 1px solid rgb(210, 210, 210);
}

.product-page-content-text {
	width: 100%;
	margin: 0 auto;
	max-width: 1000px;
	margin-bottom: 75px;
}

.product-page-content-text.full {
	width: 100%;
	margin: 0 auto;
	max-width: 1000px;
}

.product-page-content-text ul {
	margin: 0;
	padding: 0;
  list-style-position: inside;
}

.product-page-content-text h2 {
	font-size: 36px;
	line-height: 1.1;
	margin-bottom: 10px;
	letter-spacing: 0px;
}

.product-page-content-text p {
  font-weight: 400;
}

.product-page-content-image {
	width: 100%;
	margin-bottom: 75px;
}

.product-page-content-image img {
	width: 100%;
}

.product-page-content-images {
	gap: 20px;
	width: 100%;
	display: grid;
	margin-bottom: 75px;
	grid-template-columns: repeat(3, 1fr);
}

.product-page-content-images-singular.big {
	width: 100%;
	max-height: 850px;
	grid-column-start: 1;
	grid-column-end: span 3;
}

.product-page-content-images-singular.big img {
	margin: 0;
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.product-page-content-images-singular:not(.big) {
	display: grid;
}

.product-page-content-images-singular:not(.big)::before {
	height: 0;
	content: '';
	display: block;
	padding-bottom: 100%;
	grid-area: 1 / 1 / 2 / 2;
}

.product-page-content-images-singular:not(.big) img {
	width: 100%;
	height: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	grid-area: 1 / 1 / 2 / 2;
}

.product-page-content-contact {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.product-page-content-contact > div {
	float: none;
}

.product-page-content-contact .product-page-contact-form {
	padding-right: 0;
	padding-bottom: 0;
}

.product-page-content-contact .product-page-contact-form-title-text h2 {
	margin: 0;
	font-size: 36px;
	line-height: 1.1;
	letter-spacing: 0px;
}

.product-page-footer {
	width: 100%;
	position: relative;
}

.product-page-footer-text {
	width: 100%;
	text-align: center;
	margin: 50px 0 25px 0;
}

.product-page-footer-text p {
	font-size: 18px;
	line-height: 1.1;
	font-weight: 700;
	margin: 0 0 5px 0;
	letter-spacing: 4px;
	text-transform: uppercase;
}

.product-page-footer-text h3 {
	font-size: 50px;
	line-height: 1.1;
	letter-spacing: 0px;
}

.product-page-footer-company {
	width: 100%;
	display: flex;
	margin: 40px 0 50px;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

.product-page-footer-company p {
	font-size: 16px;
	line-height: 1.1;
	font-weight: 700;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}

.product-page-footer-company a {
	font-weight: 700;
	color:rgb(0, 0, 0);
	padding: 0.75em 1.5em;
  border-radius: 1.55em;
	display: inline-block;
	text-decoration: none;
	background-color: rgb(205, 210, 190);
}

.product-page-footer-company a:hover {
	color: rgb(255, 255, 255);
	background-color: rgb(25, 76, 45);
}

p.footer-print {
	cursor: pointer;
	font-weight: 700;
	margin-right: 25px;
}

/*Steppi*/
@media screen and (max-width: 1450px) and (min-width: 1025px) {
	
	.product-page-info-block {
		padding: 10px;
	}
	
	.product-page-info-block b {
		font-size: 15px;
	}
	
}
/*Steppi*/
@media screen and (max-width: 1024px) and (min-width: 641px) {
	
	.product-page-content {
		margin-top: 50px;
		padding-bottom: 50px;
	}
	
	.short-desc,
	.product-page-content-text,
	.product-page-content-image,
	.product-page-content-images {
		margin-bottom: 50px;
	}
	
	.short-desc::after {
		margin-top: 25px;
	}	
	
	.product-page-footer-text {
		margin: 35px 0 25px 0;
	}

	.product-page-footer-company {
		margin: 30px 0 50px;
	}
	
	.product-page-content-text h2 {
		font-size: 28px;
	}
	
	.product-page-hero-text {
		bottom: 30px;
	}

	.product-page-hero-text p {
		font-size: 18px;
		letter-spacing: 3px;
	}

	.product-page-hero-text h1 {
		font-size: 55px;
	}

	.short-desc p {
		font-size: 18px;
	}
	
	.product-page-info {
		padding: 25px 0;
		grid-template-columns: repeat(2, 1fr);
	}
	
	.product-page-info-block {
		padding: 20px;
	}
	
	.product-page-info-block:nth-of-type(3) {
		border-left: 0;
	}
	
	.product-page-info-block:nth-of-type(n+3) {
		margin-top: 10px;
	}
	
	.product-page-content-contact .product-page-contact-form {
		padding-left: 0;
	}
	
}
/*Steppi*/
@media screen and (max-width: 640px) and (min-width: 320px) {
	
	.product-page-content {
		margin-top: 35px;
		padding-bottom: 35px;
	}
	
	.short-desc,
	.product-page-content-text,
	.product-page-content-image,
	.product-page-content-images {
		margin-bottom: 35px;
	}
	
	.short-desc::after {
		margin-top: 15px;
	}	
	
	.product-page-footer-text {
		margin: 25px 0 15px 0;
	}

	.product-page-footer-company {
		margin: 25px 0 35px;
	}
	
	.product-page-content-text h2 {
		font-size: 26px;
	}
	
	.product-page-hero {
		padding: 0;
		min-height: 350px;
	}
	
	.product-page-hero-text {
		bottom: 10px;
	}

	.product-page-hero-text p {
		font-size: 16px;
		letter-spacing: 2px;
	}

	.product-page-hero-text h1 {
		font-size: 38px;
	}

	.short-desc p {
		font-size: 16px;
	}
	
	.product-page-info {
		padding: 25px 0;
		grid-template-columns: repeat(1, 1fr);
	}
	
	.product-page-info-block {
		padding: 20px;
	}
	
	.product-page-info-block:not(:first-of-type) {
		margin-top: 10px;
		border-left: 0;
		border-top: 1px solid rgb(220, 220, 220);
	}
	
	.product-page-content-images {
		gap: 10px;
		grid-template-columns: repeat(2, 1fr);
	}

	.product-page-content-images-singular.big {
		grid-column-start: 1;
		grid-column-end: span 2;
	}
	
	.product-page-content-contact .product-page-contact-form {
		padding-left: 0;
	}
	
	.product-page-content-contact .product-page-contact-form-title-text h2 {
		font-size: 26px;
	}

	.product-page-footer-text p {
		font-size: 16px;
		letter-spacing: 3px;
	}

	.product-page-footer-text h3 {
		font-size: 36px;
	}
	
	.single-tuotekortti .share-options .wrapper {
    display: flex;
    align-items: center;
		flex-direction: column;
    justify-content: center;
	}
	
	.single-tuotekortti .share-options .wrapper p {
		margin: 0 0 5px 0;
	}
	
	p.footer-print {
		margin: 0 0 10px 0;
	}
	
}

/*Tuotekortti uudistuksen tulostus*/
@media print {
	
	.hide-in-print,
	.product-page-footer-company {
		display: none;
	}
	
	.product-page-info {
		padding: 25px 0;
		grid-template-columns: repeat(3, 1fr);
	}
	
	.product-page-hero-text p,
	.product-page-hero-text h1 {
		color: rgb(255, 255, 255) !important;
	}
	
	.product-page-content {
		margin-top: 35px;
		padding-bottom: 35px;
	}
	
	.short-desc,
	.product-page-content-text,
	.product-page-content-image,
	.product-page-content-images {
		margin-bottom: 35px;
	}
}

.certs {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.certs .cert {
	flex: 1 0 20%;
	max-width: 20%;
	padding: .5em;
}
.certs .cert img {
	max-height: 100px;
	display: block;
}

.has-zoom-animation img {
	width: 100%;
	animation: move 40s ease;
	/* Add infinite to loop. */
	animation-iteration-count: infinite !important;
	-ms-animation: move 40s ease;
	-webkit-animation: move 40s ease;
	-0-animation: move 40s ease;
	-moz-animation: move 40s ease;
	position: absolute;
}

@keyframes move {
	0% {
	  -webkit-transform-origin: bottom left;
	  -moz-transform-origin: bottom left;
	  -ms-transform-origin: bottom left;
	  -o-transform-origin: bottom left;
	  transform-origin: bottom left;
	  transform: scale(1.0);
	  -ms-transform: scale(1.0);
	  /* IE 9 */
	  
	  -webkit-transform: scale(1.0);
	  /* Safari and Chrome */
	  
	  -o-transform: scale(1.0);
	  /* Opera */
	  
	  -moz-transform: scale(1.0);
	  /* Firefox */
	}
	50% {
	  transform: scale(1.2);
	  -ms-transform: scale(1.2);
	  /* IE 9 */
	  
	  -webkit-transform: scale(1.2);
	  /* Safari and Chrome */
	  
	  -o-transform: scale(1.2);
	  /* Opera */
	  
	  -moz-transform: scale(1.2);
	  /* Firefox */
	}
	100% {
	  transform: scale(1);
	  -ms-transform: scale(1);
	  /* IE 9 */
	  
	  -webkit-transform: scale(1);
	  /* Safari and Chrome */
	  
	  -o-transform: scale(1);
	  /* Opera */
	  
	  -moz-transform: scale(1);
	  /* Firefox */
	}
  }

.slide video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.search-result-inner {
	display: flex;
	gap: 1rem;
}

.search-result-inner .search-result-thumbnail {
	height: 150px;
	flex: 0 0 150px;
	max-width: 150px;
}

.search-result-inner .search-result-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.product-map-filters {
	clear: both;
    flex: 1 1 100%;
	margin-bottom: .5rem;
}

.filters-title {
	margin-bottom: .5rem;
}

.product-map-filters select {
	width: 50%;
	padding: .5rem;
}

.product-read-more {
	font-weight: 700;
    padding: 0.75em 1.5em;
    border-radius: 1.55em;
    display: inline-block;
    background-color: rgb(205, 210, 190);
	color: rgb(0, 0, 0);
    text-decoration: none;
}

@media (max-width:768px) {
	.search-result-inner {
		display: block;
	}

	.search-result-inner .search-result-thumbnail {
		margin-bottom: 1rem;
	}
	
}

@media (max-width:1024px) {
	.product-map-filters select {
		width: 100%;
	}
	
}

.floating-socials {
    position: fixed;
    right: 0;
    top: 34%;
    z-index: 2;
}

@media (max-width:768px) {
	.floating-socials {
		display: none;
	}
}

.floating-socials .some-links {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0;
}

.floating-socials .some-links .some-link {
	border: 0;
	width: 50px;
	height: 50px;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.5);
}