/*!
Theme Name: Villa Vuokatti
Theme URI: https://krow.fi
Author: Krow Digital
Author URI: https://krow.fi
Description: Theme for Villa Vuokatti website.
Version: 1.1.51
Tested up to: 6.3
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: villa_vuokatti
Domain Path: /languages
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.

Villa Vuokatti 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"] {
	appearance: button;
	-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"] {
	appearance: textfield;
	-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(130, 120, 99);
	color:rgb(255, 255, 255);
	text-shadow: none;
}

::selection {
	background: rgb(130, 120, 99);
	color:rgb(255, 255, 255);
	text-shadow: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

/*
font-family: 'Lora', serif;
font-weight: 400;


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


*/

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

h1, h2, h3, h4, h5, h6 {
	clear: both;
	margin: 0px;
}

h1 {
	font-family: 'Lora', serif;
	font-weight: 400;
	line-height: 90%;
	letter-spacing: -3px;
	font-size: 90px;
}

h2 {
	font-family: 'Lora', serif;
	font-weight: 400;
	line-height: 1;
	letter-spacing: -3px;
	font-size: 70px;
	margin-bottom: 5px;
}

h3 {
	font-family: 'Lora', serif;
	font-weight: 400;
	line-height: 1;
	font-size: 40px;
	margin-bottom: 25px;
}

h4 {
	font-family: 'Lora', serif;
	font-weight: 400;
	line-height: 1;
	font-size: 30px;
}

h5 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	line-height: 1.1;
	font-size: 18px;
	color: rgb(130, 120, 100);
	margin-bottom: 10px;
}

h6 {
	font-family: 'Lora', serif;
	font-weight: 400;
	line-height: 1;
	font-size: 20px;
	color: rgb(130, 120, 99);
	margin-bottom: 10px;
}

p {
	margin-bottom: 1.5em;
	font-weight: 300;
}

p.subtitle {
	margin: 0px;
	font-size: 20px;
	font-family: 'Lora', serif;
	font-weight: 400;
	text-transform: uppercase;
	color: rgb(130, 120, 99);
	margin-bottom: 25px;
}

p.ingress {
	margin: 0px;
	font-size: 20px;
	font-family: 'Lora', serif;
	font-weight: 400;
	text-transform: uppercase;
	color: rgb(130, 120, 99);
	margin-bottom: 25px;
}

strong, b {
	font-weight: 700;
}

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: #fff;
	/* 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"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

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: 0;
}

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 {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
	outline: 0;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: rgb(130, 120, 99);
	text-decoration: none;
}

a:hover, a:focus, a:active {
	color: rgb(130, 120, 99);
}

a:focus {
	outline: 0;
}

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

/*--------------------------------------------------------------
## Moder
--------------------------------------------------------------*/
.moder-highlight-bg {
	background-color: #827863 !important;
}

#moder-embed .moder-bar__search-button svg,
#moder-embed .moder-datepicker__nav svg .st0 {
	fill: #fff !important;
}

#moder-embed .moder-bar__search-text {
	color: #fff;
}

.moder-bar__sub-heading.active,
.moder-highlight-text {
	color: #827863 !important;
}

#moder-embed {
	margin-bottom: 60px;
}

@media screen and (min-width: 640px) {
	#moder-embed {
		margin-bottom: 0;
	}
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

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

/*--------------------------------------------------------------
## Villa Vuokatti
--------------------------------------------------------------*/

.site-content {
	width: 100%;
}

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

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

header {
	float: left;
	width: 100%;
	position: relative;
	height: calc(100vh - 75px);
	min-height: 700px;
}

.header-content {
	float: left;
	width: 100%;
	height: 100%;
	z-index: 1000;
	position: relative;
}

.header-content .wrapper {
	height: 100%;
	display: flex;
	position: relative;
	align-items: center;
	flex-direction: column;
	justify-content: space-between;
}

.custom-logo-link {
	margin-top: 75px;
	height: 150px;
}

.custom-logo-link img {
	display: block;
	height: 100%;
	width: 100%;
	margin: 0px;
	filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.2));
}

.header-text {
	width: 100%;
	margin-bottom: 75px;
	color: rgb(255, 255, 255);
}

.header-text p,
.header-text h1 {
	text-align: center;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}

.header-text p {
	margin: 0px;
	font-size: 30px;
	font-family: 'Lora', serif;
	font-weight: 400;
}

.header-text #moder-embed,
.header-single-text #moder-embed {
	margin-top: 50px;
}

.header-video {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
	position: absolute;
	overflow: hidden;
}

.header-video:before {
	content:'';
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 2;
	background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.2) 100%);
	background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.25) 0%,rgba(0, 0, 0, 0.2) 100%);
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.25) 0%,rgba(0, 0, 0, 0.2) 100%);
}

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

.owl-stage-outer,
.owl-stage,
.owl-item{
	height: 100%;
}

.header-slider {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1000;
}

.header-slider .owl-stage-outer {
	overflow: visible;
	overflow-x: clip !important;
}

.header-slide {
	position: relative;
	width: 100%;
	height: 100%;
}

.slide-image {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgb(200, 200, 200);
}

.inner-control.disabled {
	display: none;
}

.inner-control .owl-prev {
	position: absolute;
	z-index: 10;
	height: 25px;
	width: 25px;
	top: 0px;
	bottom: 0px;
	left: 25px;
	margin: auto;
}

.inner-control .owl-next {
	position: absolute;
	z-index: 10;
	height: 25px;
	width: 25px;
	top: 0px;
	bottom: 0px;
	right: 25px;
	margin: auto;
}

.prev-arrow {
	cursor: pointer;
	width: 100%;
	height: 100%;
	border-left: 3px solid rgba(255, 255, 255, 0.75);
	border-bottom: 3px solid rgba(255, 255, 255, 0.75);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.next-arrow {
	cursor: pointer;
	width: 100%;
	height: 100%;
	border-right: 3px solid rgba(255, 255, 255, 0.75);
	border-top: 3px solid rgba(255, 255, 255, 0.75);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.prev-arrow:hover {
	border-left: 3px solid rgba(255, 255, 255, 1);
	border-bottom: 3px solid rgba(255, 255, 255, 1);
}

.next-arrow:hover {
	border-right: 3px solid rgba(255, 255, 255, 1);
	border-top: 3px solid rgba(255, 255, 255, 1);
}

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

.header-single-content {
	float: left;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1000;
}

.header-single-content:before {
	content:'';
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.2) 100%);
	background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%,rgba(0, 0, 0, 0.2) 100%);
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%,rgba(0, 0, 0, 0.2) 100%);
}

.header-single-content .wrapper {
	height: 100%;
	display: flex;
	position: relative;
	align-items: center;
	flex-direction: column;
	justify-content: space-between;
}

.header-single-text {
	width: 100%;
	margin-bottom: 75px;
	color: rgb(255, 255, 255);
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: flex-start;
}

.header-single-text p,
.header-single-text h1 {
	max-width: 800px;
	text-align: center;
	text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.7);
}

.header-single-text p {
	margin: 0px;
	font-size: 15px;
	font-weight: 400;
}

.header-single-text p.subtitle {
	color: rgb(210, 200, 180);
	font-size: 20px;
	margin-bottom: 25px;
}

.header-single-text p.address {
	margin: 0px;
	font-size: 14px;
	letter-spacing: 4px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 25px;
}

header.none {
	min-height: 500px;
	height: 500px;
}

header.none .wrapper {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.header-no-content {
	float: left;
	width: 100%;
	color: rgb(255, 255, 255);
	text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.7);
}

.header-no-content .custom-logo-link {
	margin-top: 0px;
	margin-bottom: 100px;
}

#nav-bar {
	position: sticky;
	position: -webkit-sticky;
	top: -1px;
	float: left;
	width: 100%;
	border-bottom: 1px solid rgb(230, 230, 230);
	padding: 25px 0px;
	background-color: rgb(255, 255, 255);
	z-index: 900;
}

.mobile-logo {
	display: none;
	position: absolute;
	height: 40px;
	margin: 5px 0px 5px 5px;
	pointer-events: auto;
}
.mobile-logo img {
	display: block;
	height: 100%;
	width: auto;
}

#nav-button {
	display: none;
	position: relative;
	float: left;
	width: 50px;
	height: 49px;
	padding: 10px;
	pointer-events: auto;
	background-color: rgb(84, 44, 0);
	cursor: pointer;
}

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

#navigation {
	float: left;
	width: 100%;
}

.nav-row {
	gap: 0 50px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.main-nav {
	float: left;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}

#header-nav {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#header-nav li {
	float: left;
	margin-left: 25px;
    position: relative;
}

#header-nav li:first-of-type {
	margin-left: 0px;
}

#header-nav li a,
#open-booking  {
	font-family: 'Lora', serif;
	font-weight: 400;
	font-size: 17px;
	color: rgb(0, 0, 0);
	text-transform: uppercase;
}

#header-nav li a:hover,
#open-booking:hover {
	color: rgb(130, 120, 99);
}

#header-nav li ul {
	display: none;
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 225px;
	padding-top: 25px;
	background-color: rgb(255, 255, 255);
}

#header-nav li:hover ul {
	display: block;
}

#header-nav li ul li {
	float: left;
	width: 100%;
	margin: 0px;
	border-bottom: 1px solid rgb(220, 220, 220);
}

#header-nav li ul li:first-of-type {
	border-top: 1px solid rgb(220, 220, 220);
}

#header-nav li ul li a{
	display: block;
	font-size: 15px;
	padding: 10px;
}



.lang-nav {
	float: left;
}

.lang-nav li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid rgb(220, 220, 220);
}

.lang-nav li:first-of-type {
	margin-left: 0px;
	padding-left: 0px;
	border-left: 0px;
}

.lang-nav li a{
	font-family: 'Lora', serif;
	font-weight: 400;
	font-size: 17px;
	color: rgb(0, 0, 0);
	text-transform: uppercase;
}

.lang-nav li a:hover {
	color: rgb(130, 120, 99);
}

.main-nav form {
	margin-left: 25px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}

#booking-form.inactive {
	opacity: 0.5;
}

#open-booking {
	margin: 0px;
	margin-left: 25px;
	cursor: pointer;
}

.form-input {
	float: left;
	position: relative;
	margin-right: 10px;
}

.form-input input[type='text'] {
	float: left;
	cursor: default;
	width: 100%;
	padding: 0px 10px 0px 45px;
	width: 145px;
	font-size: 16px;
	color: rgb(0, 0, 0);
	background-color: rgb(255, 255, 255);
	border: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

.form-input:after {
	position: absolute;
	content: '';
	opacity: 0.3;
	top: 0px;
	bottom: 0px;
	margin: auto;
	left: 5px;
	width: 28px;
	height: 18px;
    pointer-events: none;
	background-image: url('images/villavuokatti-tulo.svg');
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 100% auto;
	pointer-events: none;
}

.form-input:nth-of-type(2):after {
	background-image: url('images/villavuokatti-lahto.svg');
}

.form-input input::-webkit-input-placeholder {
	color: rgb(0, 0, 0);
}

.form-input input::-moz-placeholder {
	color: rgb(0, 0, 0);
}

.form-input input:-ms-input-placeholder {
	color: rgb(0, 0, 0);
}

.form-input input:-moz-placeholder {
	color: rgb(0, 0, 0);
}

.main-nav form input[type='submit'] {
	margin-left: 10px;
	float: left;
	cursor: pointer;
	padding: 0px;
	font-family: 'Lora', serif;
	font-weight: 400;
	font-size: 17px;
	text-transform: uppercase;
	color: rgb(0, 0, 0);
	background-color: rgb(255, 255, 255);
	border: 0px;
	outline: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

.mobile-booking {
	display: none;
	float: left;
	width: 100%;
	border-bottom: 1px solid rgb(230, 230, 230);
	padding: 10px 0px;
}

.mobile-booking .wrapper {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}

.mobile-booking p {
	margin: 0px;
	font-family: 'Lora', serif;
	font-weight: 400;
	font-size: 17px;
	color: rgb(0, 0, 0);
	text-transform: uppercase;
	margin-right: 25px;
}

.mobile-form-input {
	float: left;
	position: relative;
	width: 165px;
	margin-right: 10px;
}

.mobile-form-input input[type='text'] {
	float: left;
	cursor: default;
	width: 100%;
	padding: 5px 15px 5px 45px;
	width: 100%;
	font-size: 16px;
	color: rgb(0, 0, 0);
	background-color: rgb(255, 255, 255);
	border: 0px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid rgba(230, 230, 230, 0.7);
}

.mobile-form-input input[type='text']:hover,
.mobile-form-input input[type='text']:focus {
	border: 1px solid rgb(230, 230, 230);
}

.mobile-form-input:after {
	position: absolute;
	content: '';
	opacity: 0.3;
	top: 0px;
	bottom: 0px;
	margin: auto;
	left: 10px;
	width: 28px;
	height: 18px;
    pointer-events: none;
	background-image: url('images/villavuokatti-tulo.svg');
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 100% auto;
	pointer-events: none;
}

.mobile-form-input:nth-of-type(2):after {
	background-image: url('images/villavuokatti-lahto.svg');
}

.mobile-form-input input::-webkit-input-placeholder {
	color: rgb(0, 0, 0);
}

.mobile-form-input input::-moz-placeholder {
	color: rgb(0, 0, 0);
}

.mobile-form-input input:-ms-input-placeholder {
	color: rgb(0, 0, 0);
}

.mobile-form-input input:-moz-placeholder {
	color: rgb(0, 0, 0);
}

.mobile-booking form input[type='submit'] {
	float: left;
	cursor: pointer;
	padding: 0px;
	font-family: 'Lora', serif;
	font-weight: 400;
	font-size: 17px;
	padding: 0px 15px;
	height: 36px;
	text-transform: uppercase;
	color: rgb(0, 0, 0);
	background-color: rgb(255, 255, 255);
	border: 0px;
	outline: 0px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid rgba(230, 230, 230, 0.7);
}

.mobile-booking form input[type='submit']:hover,
.mobile-booking form input[type='submit']:focus {
	background-color: rgb(0, 0, 0);
	color: rgb(255, 255, 255);
}

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

section {
	float: left;
	width: 100%;
	border-bottom: 1px solid rgb(230, 230, 230);
}

.content section:last-of-type{
	border-bottom: 0px;
}

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

article p {
	margin: 0px;
	margin-bottom: 1em;
	margin-top: 0.5em;
}

article ul {
	margin-left: 0px;
	margin-top: 0.5em;
	margin-bottom: 1em;
}

.main-text-area {
	min-height: 750px;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.main-text {
	float: left;
	position: relative;
	z-index: 10;
	width: 600px;
	margin: 75px 0px;
}

.main-text-area-bg {
	position: absolute;
	bottom: 0px;
	right: 0px;
	height: 90%;
	width: 100%;
	z-index: 1;
	pointer-events: none;
}

.main-text-area-bg img {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	pointer-events: none;
}

.villa-filters-area {
	float: left;
	width: 100%;
	background-image: url('images/poreallas-majoitus-vuokatti.jpg');
	background-position: 100% 0%;
	background-repeat: no-repeat;
}

.villa-filters-area .wrapper {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	justify-content: flex-start;
}

.villa-filters-area-block {
	float: left;
	width: 25%;
	padding: 150px 25px;
	border-right: 1px solid rgb(230, 230, 230);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.villa-filters-area-title {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.villa-filters-area-title img {
	float: left;
	width: 50px;
	height: 50px;
	margin-bottom: 25px;
}

.villa-filters {
	float: left;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.villa-filters p {
    display: inline-block;
	cursor: pointer;
	margin: 0px;
	margin-top: 10px;
}

.villa-filters p:first-of-type {
	margin-top: 0px;
}

.villa-filters p.active {
	font-weight: 700;
}

#get-villas {
	float: left;
	width: 50%;
	margin-left: 25px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

#get-villas a {
	margin-top: 15px;
}

#get-villas a:first-of-type {
	margin-top: 0px;
}

.villa-filter-link {
	float: left;
	width: calc(50% - 1px);
	height: 100%;
	margin-left: 2px;
    position: relative;
}

.villa-filter-link:first-of-type {
	margin-left: 0px;
}

.villa-filter-link a {
	float: left;
    position: relative;
	z-index: 3;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.25);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.villa-filter-link a h4 {
	color: rgb(255, 255, 255);
}

.villa-filter-link a:hover {
	background-color: rgba(0, 0, 0, 0.5);
}


.villa-filter-link-image {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgb(200, 200, 200);
}


.villa-links {
	float: left;
	width: 100%;
	gap: 0.5em;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

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

.villa-link .wrapper{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-end;
}

.villa-link:nth-of-type(2n+2) .wrapper {
	justify-content: flex-start;
}

.villa-link-text {
	gap: 1em;
	float: left;
	z-index: 10;
	width: 600px;
	display: flex;
	margin: 100px 0px;
	position: relative;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	color: rgb(255, 255, 255);
}

.villa-link-batch-area {
	float: left;
	width: 100%;
}

.villa-link-batch {
	padding: 1em;
	max-width: 80%;
	position: relative;
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.8);
}

.villa-link-batch p.batch-title {
    font-weight: 700;
	font-size: 1.1em;
	margin-bottom: 0.5em;
	text-transform: uppercase;
    color: rgb(210, 200, 180);
}

.villa-link-batch p {
	font-size: 1em;
	line-height: 1.2;
    font-weight: 400;
    color: rgb(255, 255, 255);
}

.villa-link-text a {
	display: inline-block;
}

.villa-link-text a h2 {
	color: rgb(255, 255, 255);
}

.villa-link-text p {
	margin: 0px;
	font-size: 1em;
	font-weight: 400;
}

.villa-link-text p.subtitle {
	font-size: 1.3em;
	color: #d2c8b4;
	margin: 0 !important;
}

.villa-link-text p.address {
	margin: 0px;
	font-size: 0.9em;
	font-weight: 400;
	letter-spacing: 4px;
	text-transform: uppercase;
}

.villa-link-button {
    color: #fff;
	line-height: 1;
	font-size: 1em;
    font-weight: 700;
	position: relative;
	border-radius: 6px;
	padding: 0.75em 1.5em;
	display: inline-block;
	background-color: #827863;
}

.villa-link-button:hover {
    color: #fff;
    background-color: #281e08;
}

.villa-link-image {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgb(200, 200, 200);
}

.villa-link-image:after {
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.35);
}

.default {
	margin: 75px 0px;
}

.section-title {
	margin-bottom: 50px;
}

.section-title h2{
	margin: 0px;
}

.weekend {
	float: left;
	width: 100%;
	padding: 75px 0px;
}

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

.weekend-text-title {
	float: left;
	max-width: 25%;
	margin-right: 50px;
}

.weekend-text-title h2 {
	margin: 0px;
}

.weekend-text-content {
	float: left;
}

.weekend-text-content p:last-of-type{
	margin-bottom: 0px;
}

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

.weekend-link {
	float: left;
	width: calc(25% - 3px);
	margin-left: 4px;
	position: relative;
}

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

.weekend-link-img {
	float: left;
	width: 100%;
	height: 0px;
	padding-bottom: 60%;
	position: relative;
}

.weekend-link-img img {
	position: absolute;
}

.weekend-link-text {
	float: left;
	width: 100%;
	padding: 10px 10px 65px 0px;
}

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

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

.weekend-link-bottom {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}

.weekend-link-date,
.weekend-link-price {
	float: left;
	width: 33.33%;
}

.weekend-link-date p {
	margin: 0px;
	font-size: 14px;
}

.weekend-link-price p {
	margin: 0px;
	text-align: center;
	font-size: 26px;
	font-weight: 400;
}

.weekend-link-url {
	float: left;
	width: 33.33%;
	text-align: center;
	border-left: 1px solid rgb(0, 0, 0);
	padding: 5px 0px;
}

.weekend-link-url a {
    font-size: 16px;
	letter-spacing: 2px;
    font-family: 'Lora', serif;
    font-weight: 400;
    text-transform: uppercase;
    color: rgb(130, 120, 99);
}

.some-section {
	float: left;
	width: 100%;
	margin: 75px 0px;
}

.some-parallax {
	float: left;
	width: 100%;
	position: relative;
}

.some-parallax:before {
	content:'';
	position: absolute;
	pointer-events: none;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 75%;
    z-index: 5;
	background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%,rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%,rgba(0, 0, 0, 0) 100%);
}

.some-text {
	float: left;
	position: relative;
	z-index: 10;
	width: 600px;
	margin: 100px 0px;
	color: rgb(255, 255, 255);
	text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.7);
}

.some-text p.ingress{
	color: rgb(210, 200, 180);
}

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

.news {
	padding: 75px 0px;
}

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

#get-news {
	float: left;
	width: 100%;
	position: relative;
}

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

.news-link:first-of-type {
	margin-top: 0px;
}

.news-link-title {
	float: left;
	width: 25%;
	padding-right: 25px;
}

.news-link-text {
	float: left;
	width: 70%;
	padding: 10px 0px 10px 25px;
	border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.news-link-text p {
	margin: 0px;
}

.news-link-text a {
	font-weight: 700;
}

.news-popup {
	position: relative;
	width: 90%;
	max-width: 600px;
	background-color: rgb(255, 255, 255);
	padding: 25px;
	overflow: hidden;
	margin: 25px auto;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
}

.news-popup h3 {
	margin-bottom: 0px;
}

.news-popup p.date {
	margin: 0px;
	margin-bottom: 25px;
}

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

.showmore-button {
	float: left;
	width: 100%;
	margin-top: 25px;
}

.showmore-button p {
	float: left;
	cursor: pointer;
	font-size: 18px;
	font-family: 'Lora', serif;
    font-weight: 400;
    line-height: 1;
	color: rgb(130, 120, 99);
	text-transform: uppercase;
	margin: 0px;
}

.activity-top {
	float: left;
	width: 100%;
	border-bottom: 1px solid rgb(230, 230, 230);
	display: flex;
	flex-direction: row;
	align-items: stretch;
	justify-content: flex-start;
}

.activity-column {
	float: left;
	width: 50%;
	position: relative;
	padding: 75px 0px;
	border-left: 1px solid rgb(230, 230, 230);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.activity-column:first-of-type {
	border-left: 0px;
	align-items: flex-end;
}

.activity-title {
	float: left;
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}

.activity-title-logo {
	float: left;
	width: 200px;
	margin-right: 50px;
}

.activity-title-logo img {
	float: left;
	width: 100%;
	margin: 0px;
}

.activity-title-text h2,
.activity-title-text p {
	margin: 0px;
}

.activity-filters {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.activity-filters h4 {
	margin-bottom: 25px;
}

.activity-filters p {
    display: inline-block;
	cursor: pointer;
	margin: 0px;
	margin-top: 10px;
}

.activity-filters p:first-of-type {
	margin-top: 0px;
}

.activity-filters p.active {
	font-weight: 700;
}

#get-activities {
	float: left;
	width: 100%;
	margin-bottom: 50px;
	min-height: 350px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
}

.showmore-activities {
	float: left;
	width: 100%;
	margin-top: 25px;
	text-align: center;
}

.showmore-activities p {
	cursor: pointer;
	margin: 0px;
    display: inline-block;
    font-size: 16px;
    padding: 15px 20px;
    background-color: rgb(60,35,20);
    color: rgb(210,200,180);
    font-family: 'Lora',serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.activity-link {
	float: left;
	width: calc(20% - 4px);
	height: 0px;
	padding-bottom: calc(20% - 4px);
	margin-left: 5px;
	margin-top: 5px;
	position: relative;
	background-color: rgb(200, 200, 200);
}

.activity-link:nth-of-type(5n+1) {
	margin-left: 0px;
}

.activity-link:nth-of-type(-n+5) {
	margin-top: 0px;
}

.activity-link-content {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	color: rgb(255, 255, 255);
	background-color: rgba(0, 0, 0, 0.2);
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	padding: 25px;
	text-align: center;
	z-index: 5;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.activity-link-content h5 {
	font-size: 26px;
	margin: 0px;
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	margin-bottom: 10px;
}

.activity-link-content p {
	margin: 0px;
}

.activity-link-content a {
	position: absolute;
	bottom: 10px;
	right: 10px;
	color: rgba(255, 255, 255, 0.5);
	font-size: 12px;
}

.activity-link-image {
	z-index: 2;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}



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

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

.text-image.image-first {
	flex-direction: row-reverse;
}

.text-image-text {
	float: left;
	width: 50%;
	position: relative;
	padding: 75px 0px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: center;
}

.text-image.image-first .text-image-text {
	align-items: flex-start;
}

.half-wrapper-left {
	float: right;
	padding-right: 50px;
	width: 700px;
}

.half-wrapper-right {
	float: left;
	padding-left: 50px;
	width: 700px;
}

.text-image-video {
	float: left;
	width: 50%;
	position: relative;
}

.text-image-video-container {
	float: left;
	position: relative;
	width: 100%;
	height: 100%;
}

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

.text-image-image {
	float: left;
	width: 50%;
	position: relative;
	min-height: 650px;
}

.text-image-image img {
	position: absolute;
}

.image-gallery {
	float: left;
	width: 100%;
	padding: 50px 0px;
}

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

.gallery-images a {
	float: left;
	width: calc(12.5% - 2px);
	margin-left: 2px;
	margin-top: 2px;
}

.gallery-images a:nth-of-type(8n+1) {
	margin-left: 0px;
}

.gallery-images a:nth-of-type(-n+8) {
	margin-top: 0px;
}

.gallery-image {
	float: left;
	width: 100%;
	height: 0px;
	padding-bottom: 100%;
	position: relative;
}

.gallery-image img{
	position: absolute;
}

.equipment {
	float: left;
	width: 100%;
	display: flex;
	padding: 50px 0;
	flex-direction: row;
	align-items: stretch;
	justify-content: flex-start;
}

.equipment .wrapper {
	max-width: 800px;
}

.equipment-column {
	float: left;
	width: 50%;
	position: relative;
	padding: 75px 0px;
	border-left: 1px solid rgb(230, 230, 230);
}

.equipment-column:first-of-type {
	border-left: 0px;
	padding-bottom: 0px;
}

.equipment-list {
	float: left;
	width: 100%;
}

.equipment-list li {
	font-size: 15px;
	list-style: square;
	margin: 5px 0px;
}

.pets {
	margin-top: 50px;
	float: left;
	width: 100%;
	padding: 25px 0px;
	background-color: rgb(245, 245, 245);
}

.pets .half-wrapper-left {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.pets-text {
	float: left;
	padding-right: 25px;
}

.pets-text h3 {
	margin: 0px;
}

.pets-text p {
	margin: 0px;
	margin-top: 5px;
}

.pets-text p.not-allowed {
	color: rgb(150, 26, 26);
	font-weight: 700;
}

.pets-text p.allowed {
	color: rgb(52, 117, 30);
	font-weight: 700;
}

.floorplans {
	float: left;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.floorplans h3 {
	margin-bottom: 10px;
}

.floorplans p {
	margin: 0px;
}

.floorplans a {
	float: left;
	margin-top: 25px;
}

.floorplans a img {
	max-width: 420px;
}

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

.location-column {
	float: left;
	width: 50%;
	position: relative;
	border-left: 1px solid rgb(230, 230, 230);
}

.location-column:first-of-type {
	border-left: 0px;
}

.location-map {
	float: left;
	width: 100%;
	height: 100%;
	min-height: 450px;
}

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

.distances-title {
	float: left;
	width: 100%;
	margin-top: 50px;
}

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

.distance {
	float: left;
	width: calc(25% - 9px);
	margin-top: 25px;
	margin-left: 12px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

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

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

.distance img {
	float: left;
	width: 100px;
	height: 60px;
	margin-bottom: 10px;
}

.distance p {
	float: left;
	width: 100%;
	margin: 0px;
	text-align: center;
}


#booking-area {
	float: left;
	width: 100%;
}

.booking-area-title {
	float: left;
	width: 100%;
	margin-bottom: 25px;
}

.booking-area-title h3,
.booking-area-title p {
	margin: 0px;
}

.booking-area-calendar {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	position: relative;
}

.booking-area-inputs {
	float: left;
	width: 100%;
}

.booking-area-inputs form {
	float: left;
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.booking-inputs-price {
	float: left;
	width: 30%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.booking-inputs-dates {
	float: left;
	width: 40%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.booking-inputs-dates p {
	font-size: 13px;
}

.booking-inputs-button {
	float: left;
	width: 30%;
	text-align: center;
}

.booking-inputs-dates p,
.booking-inputs-price p,
.booking-inputs-button p {
	margin: 0px;
}

.booking-inputs-price b {
	font-size: 40px;
	line-height: 1;
	font-weight: 400;
}

#can-not-book,
#not-available {
	display: none;
	font-size: 14px;
	line-height: 1;
	font-weight: 700;
}
.booking-area-inputs form input[type='submit'] {
	float: right;
	margin: 0px;
	font-size: 16px;
	cursor: pointer;
	text-align: center;
	padding: 15px 20px;
	background-color: rgb(30, 35, 20);
	border: 0px;
	border-radius: 0px;
	color: rgb(210, 200, 180);
	font-family: 'Lora', serif;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.booking-area-inputs form input[type='submit']:hover {
	color: rgb(30, 35, 20);
	background-color: rgb(210, 200, 180);
}

.booking-area-inputs form input[type='submit']:disabled,
.booking-area-inputs form input[type='submit']:disabled:hover {
	background-color: rgb(220, 220, 220);
	color: rgb(255, 255, 255);
	cursor: not-allowed;
}

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

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

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

.faq p {
	margin-top: 0px;
}

.faq p:last-of-type {
	margin-bottom: 0px;
}


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

.buff-video {
	float: left;
	width: 50%;
}

.buff-video-frame {
	float: left;
	width: 100%;
	height: 0px;
	padding-bottom: 56.25%;
	position: relative;
}

.buff-video-frame iframe {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.buff-sleds {
	float: left;
	width: 50%;
	position: relative;
	overflow: hidden;
	background-image: url('images/banner-moottorikelkka-vuokraus-vuokatti.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

.buff-sleds-text-container {
	float: left;
	height: 100%;
	width: 100%;
	position: relative;
	z-index: 3;
	padding: 50px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.buff-sleds-text {
	float: left;
	width: 100%;
	color: rgb(255, 255, 255);
	text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.7);
}

.buff-sleds-text h2 {
	margin: 0px;
	line-height: 1;
	margin-bottom: 10px;
}

.buff-sleds-text p {
	margin: 0px;
	margin-bottom: 10px;
}

.buff-sleds-text p.ingress {
	color: rgb(255, 255, 255);
}

.buff-sleds-text a {
    display: inline-block;
	margin-top: 10px;
    position: relative;
    font-size: 16px;
    padding: 15px 20px;
    background-color: rgb(60, 35, 20);
    color: rgb(210, 200, 180);
    font-family: 'Lora', serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.buff-sleds-text a:hover {
    color: rgb(60, 35, 20);
    background-color: rgb(210, 200, 180);
}

.comment {
	float: left;
	width: 100%;
	position: relative;
}

.comment:before {
	content:'';
	position: absolute;
	pointer-events: none;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 75%;
    z-index: 5;
	background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%,rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%,rgba(0, 0, 0, 0) 100%);
}

.comment-text {
	float: left;
	position: relative;
	z-index: 10;
	width: 600px;
	margin: 100px 0px;
	color: rgb(255, 255, 255);
	text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.7);
}

.comment-text p {
	margin: 0px;
	font-size: 20px;
	font-family: 'Lora', serif;
	font-weight: 400;
	text-transform: uppercase;
	color: rgb(210, 200, 180);
	margin-bottom: 25px;
}

.comment-text p.commenter {
	font-weight: 400;
	color: rgb(255, 255, 255);
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	margin-bottom: 0px;
	text-transform: none;
}

.parallax-area {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.parallax-window {
	height: 100%;
	width: 100%;
    background: transparent;
}

.some-footer {
	float: left;
	width: 100%;
	padding: 15px 0px;
	border-top: 1px solid rgb(230, 230, 230);
	background-color: rgb(255, 255, 255);
}

.some-footer .wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
}

.some-footer p {
	margin: 0px;
	margin-right: 10px;
}

.addthis_inline_share_toolbox {
	height: 30px;
}

footer {
	float: left;
	width: 100%;
	padding: 75px 0px;
	border-top: 1px solid rgb(230, 230, 230);
	background-color: rgb(255, 255, 255);
}

footer .wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}

.footer-block {
	float: left;
	max-width: 20%;
	margin-left: 50px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.footer-block:first-of-type {
	margin-left: 0px;
	max-width: auto;
}

.footer-block img {
	height: 75px;
}

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

.footer-block a:hover {
	color: rgb(130, 120, 99);
}

#footer-nav {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.copyright {
	font-size: 12px;
	line-height: 1;
	margin: 10px 0px;
	color: rgb(0, 0, 0);
}

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

.custom-logo-link {
	height: 125px;
}



.buff-sleds-text-container {
	padding: 50px;
}

.buff-sleds-text h2 {
	font-size: 60px;
}

}

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

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

h2 {
	letter-spacing: -2px;
	font-size: 55px;
}

h3 {
	font-size: 36px;
	margin-bottom: 25px;
}

h4 {
	font-size: 26px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 20px;
	margin-bottom: 10px;
}

p.subtitle {
	font-size: 20px;
	margin-bottom: 25px;
}

p.ingress {
	font-size: 20px;
	margin-bottom: 25px;
}

.wrapper {
	width: 90%;
	min-width: 1000px;
}

header {
	height: calc(100vh - 75px);
	min-height: 700px;
}

.custom-logo-link {
	margin-top: 75px;
	height: 100px;
}

.header-text {
	margin-bottom: 75px;
}

.header-text p {
	font-size: 24px;
}

.inner-control .owl-prev {
	height: 25px;
	width: 25px;
	left: 25px;
}

.inner-control .owl-next {
	height: 25px;
	width: 25px;
	right: 25px;
}

.prev-arrow {
	border-left: 3px solid rgba(255, 255, 255, 0.75);
	border-bottom: 3px solid rgba(255, 255, 255, 0.75);
}

.next-arrow {
	border-right: 3px solid rgba(255, 255, 255, 0.75);
	border-top: 3px solid rgba(255, 255, 255, 0.75);
}

.prev-arrow:hover {
	border-left: 3px solid rgba(255, 255, 255, 1);
	border-bottom: 3px solid rgba(255, 255, 255, 1);
}

.next-arrow:hover {
	border-right: 3px solid rgba(255, 255, 255, 1);
	border-top: 3px solid rgba(255, 255, 255, 1);
}

.villa-link:before,
.some-parallax:before,
.comment:before {
	width: 75%;
}

.header-single-text {
	margin-bottom: 75px;
}

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

.header-single-text p.subtitle {
	font-size: 20px;
	margin-bottom: 25px;
}

.header-single-text p.address {
	font-size: 14px;
	letter-spacing: 4px;
	margin-bottom: 25px;
}

header.none {
	min-height: 500px;
	height: 500px;
}

.header-no-content .custom-logo-link {
	margin-top: 0px;
	margin-bottom: 100px;
}

#nav-bar {
	width: 100%;
	padding: 25px 0px;
}

#nav-button {
	display: none;
}

#navigation {
	float: left;
	width: 100%;
}

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

.main-nav {
	flex-direction: row;
	align-items: center;
}

#header-nav {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#header-nav li {
	margin-left: 20px;
}

#header-nav li a,
#open-booking  {
	font-size: 16px;
}


.lang-nav li {
	margin-left: 7px;
	padding-left: 7px;
}

.lang-nav li a{
	font-size: 16px;
}


.main-nav form {
	margin-left: 20px;
	flex-direction: row;
	align-items: center;
}

#booking-form.inactive {
	opacity: 0.5;
}

#open-booking {
	margin-left: 25px;
}

.form-input {
	margin-right: 10px;
}

.form-input input[type='text'] {
	padding: 0px 10px 0px 45px;
	width: 145px;
	font-size: 16px;
}

.form-input:after {
	left: 5px;
	width: 28px;
	height: 18px;
}

.main-nav form input[type='submit'] {
	margin-left: 10px;
	font-size: 16px;
}

.main-text-area {
	min-height: 750px;
}

.main-text {
	width: 600px;
	margin: 75px 0px;
}

.main-text-area-bg:after {
	position: absolute;
	content: '';
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgb(255, 255, 255, 0.2);
}

.main-text-area-bg img {
	height: 100%;
}

.villa-filters-area {
	background-size: auto 100%;
}

.villa-filters-area .wrapper {
	align-items: stretch;
}

.villa-filters-area-block {
	width: 25%;
	padding: 100px 25px;
	border-right: 1px solid rgb(230, 230, 230);
}

.villa-filters-area-title img {
	width: 50px;
	height: 50px;
	margin-bottom: 25px;
}

#get-villas {
	width: 50%;
}

.villa-filter-link {
	width: calc(50% - 1px);
	margin-left: 2px;
}

.villa-link {
	min-height: 750px;
}

.villa-link .wrapper{
	flex-direction: row;
	justify-content: flex-end;
}

.villa-link:nth-of-type(2n+2) .wrapper {
	justify-content: flex-start;
}

.villa-link-text {
	width: 600px;
	margin: 100px 0px;
}

.section-title {
	margin-bottom: 50px;
}

.default,
.some-section {
	margin: 75px 0px;
}

.weekend,
.news,
.activity-column,
.text-image-text,
.equipment-column {
	padding: 75px 0px;
}

.weekend-text {
	margin-bottom: 50px;
	flex-direction: row;
	align-items: center;
}

.weekend-text-title {
	max-width: 25%;
	margin-right: 50px;
}

.weekend-link {
	width: calc(25% - 3px);
	margin-left: 4px;
}

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

.weekend-link-text {
	padding: 10px 10px 65px 0px;
}

.weekend-link-date p {
	font-size: 13px;
}

.weekend-link-price p {
	font-size: 22px;
}

.weekend-link-url a {
    font-size: 15px;
	letter-spacing: 2px;
}

.some-text {
	float: left;
	position: relative;
	z-index: 10;
	width: 600px;
	margin: 100px 0px;
	color: rgb(255, 255, 255);
	text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.7);
}

.some-text p.ingress{
	color: rgb(210, 200, 180);
}

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

.news-link {
	flex-direction: row;
	align-items: center;
}

.news-link-title {
	width: 25%;
	padding-right: 25px;
}

.news-link-text {
	width: 70%;
	padding: 10px 0px 10px 25px;
}

.showmore-button p {
	font-size: 18px;
}

.activity-top {
	flex-direction: row;
	align-items: stretch;
}

.activity-column {
	width: 50%;
	border-left: 1px solid rgb(230, 230, 230);
}

.activity-column:first-of-type {
	border-left: 0px;
	align-items: flex-end;
}

.activity-title {
	flex-direction: row;
	align-items: center;
}

.activity-title-logo {
	width: 200px;
	margin-right: 50px;
}

#get-activities {
	margin-bottom: 50px;
}

.activity-link {
	width: calc(25% - 3px);
	padding-bottom: calc(25% - 3px);
	margin-left: 4px;
	margin-top: 4px;
}

.activity-link:nth-of-type(5n+1) {
	margin-left: 4px;
}

.activity-link:nth-of-type(-n+5) {
	margin-top: 4px;
}

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

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

.activity-link-content h5 {
	font-size: 26px;
}

.text-image,
.equipment,
.locations {
	flex-direction: row;
	align-items: stretch;
}

.text-image.image-first {
	flex-direction: row-reverse;
}

.text-image-text {
	width: 50%;
	flex-direction: column;
	align-items: flex-end;
}

.text-image.image-first .text-image-text {
	align-items: flex-start;
}

.half-wrapper-left {
	padding-right: 50px;
	width: 500px;
}

.half-wrapper-right {
	padding-left: 50px;
	width: 500px;
}

.text-image-image {
	width: 50%;
	min-height: 550px;
}

.image-gallery{
	padding: 50px 0px;
}

.gallery-images a {
	width: calc(12.5% - 2px);
	margin-left: 2px;
	margin-top: 2px;
}

.gallery-images a:nth-of-type(8n+1) {
	margin-left: 0px;
}

.gallery-images a:nth-of-type(-n+8) {
	margin-top: 0px;
}

.equipment-column {
	border-left: 1px solid rgb(230, 230, 230);
}

.equipment-column:first-of-type {
	border-left: 0px;
}

.pets img {
	height: 90px;
}

.floorplans a img {
	max-width: 420px;
}

.location-column {
	border-left: 1px solid rgb(230, 230, 230);
}

.location-column:first-of-type {
	border-left: 0px;
}

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

.distances-title {
	margin-top: 50px;
}

.distances {
	margin: 25px 0px;
}

.distance {
	width: calc(33.333% - 6px);
	margin-top: 25px;
	margin-left: 9px;
}

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

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

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

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

.distance img {
	width: 90px;
	height: 65px;
}

#booking-area {
	width: 100%;
}

.booking-area-inputs form {
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.booking-inputs-price {
	width: 28%;
}

.booking-inputs-dates {
	width: 44%;
}

.booking-inputs-dates p {
	font-size: 13px;
}

.booking-inputs-button {
	width: 28%;
}

.booking-inputs-price b {
	font-size: 30px;
}

#can-not-book,
#not-available {
	font-size: 14px;
}
.booking-area-inputs form input[type='submit'] {
	font-size: 15px;
	padding: 10px 15px;
	letter-spacing: 2px;
}

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

.buff-video {
	width: 50%;
}

.buff-video-frame {
	padding-bottom: 70%;
}

.buff-sleds {
	width: 50%;
}

.buff-sleds-text-container {
	padding: 25px;
}

.buff-sleds-text h2 {
	font-size: 45px;
}

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

.buff-sleds-text a {
    font-size: 15px;
    padding: 15px 20px;
}

.comment-text {
	width: 600px;
	margin: 100px 0px;
}

.comment-text p {
	font-size: 20px;
	margin-bottom: 25px;
}

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

footer {
	padding: 75px 0px;
}

footer .wrapper {
	flex-direction: row;
}

.footer-block {
	max-width: 20%;
	margin-left: 50px;
}

.footer-block:first-of-type {
	margin-left: 0px;
	max-width: auto;
}

.footer-block img {
	height: 75px;
}

.copyright {
	font-size: 12px;
}


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


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

h2 {
	letter-spacing: -2px;
	font-size: 45px;
}

h3 {
	font-size: 32px;
	margin-bottom: 25px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 20px;
	margin-bottom: 10px;
}

p.subtitle {
	font-size: 18px;
	margin-bottom: 15px;
}

p.ingress {
	font-size: 18px;
	margin-bottom: 15px;
}

.wrapper {
	width: 90%;
	min-width: 750px;
}

.half-wrapper-left {
	float: none;
	padding-right: 0px;
	width: 90%;
	min-width: 750px;
	margin: 0px auto;
}

.half-wrapper-right {
	float: none;
	padding-left: 0px;
	width: 90%;
	min-width: 750px;
	margin: 0px auto;
}

header {
	height: 100vh;
	min-height: 600px;
	margin-top: 0px;
}

.custom-logo-link {
	margin-top: 50px;
	height: 100px;
}

.header-text #moder-embed,
.header-single-text #moder-embed {
  margin-top: 25px;
}

.header-text {
	margin-bottom: 50px;
}

.header-text p {
	font-size: 24px;
}

.inner-control .owl-prev {
	height: 25px;
	width: 25px;
	left: 25px;
}

.inner-control .owl-next {
	height: 25px;
	width: 25px;
	right: 25px;
}

.prev-arrow {
	border-left: 3px solid rgba(255, 255, 255, 0.75);
	border-bottom: 3px solid rgba(255, 255, 255, 0.75);
}

.next-arrow {
	border-right: 3px solid rgba(255, 255, 255, 0.75);
	border-top: 3px solid rgba(255, 255, 255, 0.75);
}

.prev-arrow:hover {
	border-left: 3px solid rgba(255, 255, 255, 1);
	border-bottom: 3px solid rgba(255, 255, 255, 1);
}

.next-arrow:hover {
	border-right: 3px solid rgba(255, 255, 255, 1);
	border-top: 3px solid rgba(255, 255, 255, 1);
}

.villa-link:before,
.some-parallax:before,
.comment:before {
	width: 75%;
}

.header-single-text {
	margin-bottom: 50px;
}

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

.header-single-text p.subtitle {
	font-size: 20px;
	margin-bottom: 25px;
}

.header-single-text p.address {
	font-size: 14px;
	letter-spacing: 4px;
	margin-bottom: 25px;
}

header.none {
	min-height: 400px;
	height: 400px;
}

.header-no-content .custom-logo-link {
	margin-top: 0px;
	margin-bottom: 100px;
}

#nav-bar {
	position: fixed;
	left: 0px;
	width: 100%;
	padding: 0px;
	height: 50px;
	z-index: 1010;
	pointer-events: none;
	background-color: rgba(255, 255, 255, 0);
	border-bottom: 0px;
}

#nav-bar .wrapper {
	width: 100%;
	pointer-events: none;
}

#nav-button,
.mobile-logo {
	display: block;
	pointer-events: auto;
}

#navigation {
	float: right;
	width: auto;
	margin-right: -300px;
	pointer-events: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.nav-row {
	background-color: rgb(255, 255, 255);
	border-left: 1px solid rgba(0, 0, 0, 0.3);
	width: 300px;
	height: 100vh;
	pointer-events: auto;
	overflow-y: auto;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.main-nav,
.lang-nav {
	display: block;
	width: 100%;
	flex-direction: column;
	align-items: flex-start;
}

#header-nav {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#header-nav li {
	width: 100%;
	margin-left: 0px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

#header-nav li a{
	display: block;
	padding: 15px 10px;
	font-size: 16px;
}

#header-nav li ul {
	display: block;
	position: relative;
	width: 100%;
	padding-top: 0px;
}

#header-nav li ul li {
	border-bottom: 0px;
	border-top: 1px solid rgba(0, 0, 0, 0.3);
}

#header-nav li ul li:first-of-type {
	border-top: 1px solid rgba(0, 0, 0, 0.3);
}

#header-nav li ul li a{
	font-size: 14px;
	padding: 10px 10px 10px 25px;
}

.lang-nav {
	margin-top: 25px;
}

.lang-nav li {
	width: 100%;
	margin-left: 0px;
	padding-left: 0px;
	border-left: 0px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.lang-nav li:first-of-type {
	border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.lang-nav li a{
	display: block;
	padding: 15px 10px;
	font-size: 16px;
}

#booking-form,
#open-booking,
.main-nav form {
	display: none;
}


.mobile-booking {
	display: block;
	padding: 10px 0px;
}

.mobile-booking .wrapper {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}

.mobile-booking p {
	font-size: 17px;
	margin-right: 25px;
}

.mobile-form-input {
	width: 165px;
	margin-right: 10px;
}

.main-text-area {
	min-height: 100px;
}

.main-text {
	width: 100%;
	margin: 50px 0px;
}

.main-text-area-bg {
	top: auto;
	bottom: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.main-text-area-bg img {
	height: auto;
	width: 100%;
}

.main-text-area-bg:after {
	content:'';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.75);
}

.villa-filters-area {
	background: none;
}

.villa-filters-area .wrapper {
	align-items: stretch;
	flex-wrap: wrap;
}

.villa-filters-area-block {
	width: 50%;
	padding: 50px 25px;
	border-right: 0px;
}

.villa-filters-area-title img {
	width: 50px;
	height: 50px;
	margin-bottom: 25px;
}

#get-villas {
	border-top: 1px solid rgb(230, 230, 230);
	width: 100%;
	margin: 0px;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

#get-villas a,
#get-villas a:first-of-type {
	margin: 10px;
}

.villa-filter-link {
	width: calc(50% - 1px);
	margin-left: 2px;
	height: 200px;
}

.villa-link {
	min-height: 100px;
}

.villa-link .wrapper{
	flex-direction: row;
	justify-content: flex-start;
}

.villa-link:nth-of-type(2n+2) .wrapper {
	justify-content: flex-start;
}

.section-title {
	margin-bottom: 50px;
}

.default,
.some-section {
	margin: 50px 0px;
}

.weekend,
.news,
.activity-column,
.text-image-text,
.equipment-column {
	padding: 50px 0px;
}

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

.weekend-text-title {
	max-width: 100%;
	margin-right: 0px;
	margin-bottom: 25px;
}

.weekend-link {
	width: calc(50% - 5px);
	margin-left: 10px;
	margin-top: 10px;
}

.weekend-link:nth-of-type(4n+1) {
	margin-left: 10px;
}

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

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

.weekend-link-text {
	padding: 10px 10px 55px 0px;
}

.weekend-link-date p {
	font-size: 13px;
}

.weekend-link-price p {
	font-size: 22px;
}

.weekend-link-url a {
    font-size: 15px;
	letter-spacing: 2px;
}

.some-text {
	float: left;
	position: relative;
	z-index: 10;
	width: 100%;
	margin: 75px 0px;
	color: rgb(255, 255, 255);
	text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.7);
}

.some-text p.ingress{
	color: rgb(210, 200, 180);
}

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

.news-link {
	flex-direction: row;
	align-items: center;
}

.news-link-title {
	width: 30%;
	padding-right: 15px;
}

.news-link-text {
	width: 70%;
	padding: 10px 0px 10px 15px;
}

.showmore-button p {
	font-size: 16px;
}

.activity-top {
	flex-direction: column;
	align-items: flex-start;
}


.activity-column {
	width: 100%;
	border-left: 0px;
	border-top: 1px solid rgb(230, 230, 230);
}

.activity-column:first-of-type {
	border-left: 0px;
	border-top: 0px;
	align-items: flex-start;
}

.activity-title {
	flex-direction: row;
	align-items: center;
}

.activity-title-logo {
	width: 100px;
	margin-right: 50px;
}

#get-activities {
	min-height: 100px;
	margin-bottom: 50px;
}

.showmore-activities p {
    font-size: 15px;
    padding: 10px 15px;
}

.activity-link {
	width: calc(33.333% - 2px);
	padding-bottom: calc(33.333% - 2px);
	margin-left: 3px;
	margin-top: 3px;
}

.activity-link:nth-of-type(5n+1) {
	margin-left: 3px;
}

.activity-link:nth-of-type(-n+5) {
	margin-top: 3px;
}

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

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

.activity-link-content h5 {
	font-size: 22px;
}

.text-image,
.equipment,
.locations {
	flex-direction: column;
	align-items: flex-start;
}

.text-image.image-first {
	flex-direction: column;
}

.text-image-text {
	width: 100%;
	flex-direction: column;
	align-items: flex-end;
}

.text-image.image-first .text-image-text {
	align-items: flex-start;
}

.text-image-video {
	width: 100%;
}

.text-image-video-container {
	height: 0px;
	padding-bottom: 56.25%;
}

.text-image-image {
	width: 100%;
	min-height: 400px;
}

.image-gallery{
	padding: 50px 0px;
}

.gallery-images a {
	width: calc(16.666% - 5px);
	margin-left: 6px;
	margin-top: 6px;
}

.gallery-images a:nth-of-type(8n+1) {
	margin-left: 6px;
}

.gallery-images a:nth-of-type(-n+8) {
	margin-top: 6px;
}

.gallery-images a:nth-of-type(6n+1) {
	margin-left: 0px;
}

.gallery-images a:nth-of-type(-n+6) {
	margin-top: 0px;
}

.equipment-column {
	width: 100%;
	border-left: 0px;
	border-top: 1px solid rgb(230, 230, 230);
}

.equipment-column:first-of-type {
	border-left: 0px;
	border-top: 0px;
}

.pets img {
	height: 90px;
}

.floorplans a img {
	max-width: 420px;
}

.location-column {
	width: 100%;
	border-left: 1px solid rgb(230, 230, 230);
}

.location-column:first-of-type {
	border-left: 0px;
}

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

.distances-title {
	margin-top: 50px;
}

.distances {
	margin: 25px 0px;
}

.distance {
	width: calc(33.333% - 6px);
	margin-top: 25px;
	margin-left: 9px;
}

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

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

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

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

.distance img {
	width: 90px;
	height: 65px;
}


#booking-area {
	width: 750px;
}

.booking-area-inputs form {
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.booking-inputs-price {
	width: 28%;
}

.booking-inputs-dates {
	width: 44%;
}

.booking-inputs-dates p {
	font-size: 13px;
}

.booking-inputs-button {
	width: 28%;
}

.booking-inputs-price b {
	font-size: 30px;
}

#can-not-book,
#not-available {
	font-size: 14px;
}
.booking-area-inputs form input[type='submit'] {
	font-size: 15px;
	padding: 10px 15px;
	letter-spacing: 2px;
}

.buffs {
	flex-direction: column-reverse;
	align-items: flex-start;
}

.buff-video {
	width: 100%;
}

.buff-sleds {
	width: 100%;
	min-height: 550px;
}

.buff-sleds-text-container {
	padding: 75px 25px;
}

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

.buff-sleds-text a {
    font-size: 15px;
    padding: 15px 20px;
}

.comment-text {
	width: 100%;
	margin: 75px 0px;
}

.comment-text p {
	font-size: 20px;
	margin-bottom: 25px;
}

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

footer {
	padding: 75px 0px;
}

footer .wrapper {
	flex-direction: row;
}

.footer-block {
	max-width: 20%;
	margin-left: 35px;
}

.footer-block:first-of-type {
	margin-left: 0px;
	max-width: auto;
}

.footer-block img {
	height: 75px;
}

.copyright {
	font-size: 12px;
}


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


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

h2 {
	letter-spacing: -1px;
	font-size: 38px;
}

h3 {
	font-size: 26px;
	margin-bottom: 15px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 18px;
	margin-bottom: 10px;
}

p.subtitle {
	font-size: 18px;
	margin-bottom: 10px;
}

p.ingress {
	font-size: 18px;
	margin-bottom: 10px;
}

.wrapper {
	width: 90%;
	min-width: 620px;
}

.half-wrapper-left {
	float: none;
	padding-right: 0px;
	width: 90%;
	min-width: 620px;
	margin: 0px auto;
}

.half-wrapper-right {
	float: none;
	padding-left: 0px;
	width: 90%;
	min-width: 620px;
	margin: 0px auto;
}

header {
	height: 100vh;
	min-height: 550px;
	margin-top: 0px;
}

.custom-logo-link {
	margin-top: 50px;
	height: 60px;
}

.custom-logo-link img {
	width: auto !important;
}

.header-text #moder-embed,
.header-single-text #moder-embed {
  margin-top: 10px;
}

.header-text {
	margin-bottom: 20px;
}

.header-text p {
	font-size: 20px;
}

.inner-control .owl-prev {
	height: 25px;
	width: 25px;
	left: 25px;
}

.inner-control .owl-next {
	height: 25px;
	width: 25px;
	right: 25px;
}

.prev-arrow {
	border-left: 3px solid rgba(255, 255, 255, 0.75);
	border-bottom: 3px solid rgba(255, 255, 255, 0.75);
}

.next-arrow {
	border-right: 3px solid rgba(255, 255, 255, 0.75);
	border-top: 3px solid rgba(255, 255, 255, 0.75);
}

.prev-arrow:hover {
	border-left: 3px solid rgba(255, 255, 255, 1);
	border-bottom: 3px solid rgba(255, 255, 255, 1);
}

.next-arrow:hover {
	border-right: 3px solid rgba(255, 255, 255, 1);
	border-top: 3px solid rgba(255, 255, 255, 1);
}

.villa-link:before,
.some-parallax:before,
.comment:before {
	width: 100%;
}

.header-single-content .wrapper {
	position: relative;
	height: 100%;
}

.header-single-text {
	margin-bottom: 20px;
}

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

.header-single-text p.subtitle {
	font-size: 18px;
	margin-bottom: 15px;
}

.header-single-text p.address {
	font-size: 14px;
	letter-spacing: 4px;
	margin-bottom: 15px;
}

header.none {
	min-height: 350px;
	height: 350px;
}

.header-no-content .custom-logo-link {
	margin-top: 0px;
	margin-bottom: 75px;
}

#nav-bar {
	position: fixed;
	left: 0px;
	width: 100%;
	padding: 0px;
	height: 50px;
	z-index: 1010;
	pointer-events: none;
	background-color: rgba(255, 255, 255, 0);
	border-bottom: 0px;
}

#nav-bar .wrapper {
	width: 100%;
	pointer-events: none;
}

#nav-button,
.mobile-logo {
	display: block;
	pointer-events: auto;
}

#navigation {
	float: right;
	width: auto;
	margin-right: -300px;
	pointer-events: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.nav-row {
	background-color: rgb(255, 255, 255);
	border-left: 1px solid rgba(0, 0, 0, 0.3);
	width: 300px;
	height: 100vh;
	pointer-events: auto;
	overflow-y: auto;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.main-nav,
.lang-nav {
	display: block;
	width: 100%;
	flex-direction: column;
	align-items: flex-start;
}

#header-nav {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#header-nav li {
	width: 100%;
	margin-left: 0px;
	padding-left: 0px;
	border-left: 0px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

#header-nav li a{
	display: block;
	padding: 15px 10px;
	font-size: 16px;
}

#header-nav li ul {
	display: block;
	position: relative;
	width: 100%;
	padding-top: 0px;
}

#header-nav li ul li {
	border-bottom: 0px;
	border-top: 1px solid rgba(0, 0, 0, 0.3);
}

#header-nav li ul li:first-of-type {
	border-top: 1px solid rgba(0, 0, 0, 0.3);
}

#header-nav li ul li a{
	font-size: 14px;
	padding: 10px 10px 10px 25px;
}

.lang-nav {
	margin-top: 25px;
}

.lang-nav li {
	width: 100%;
	margin-left: 0px;
	padding-left: 0px;
	border-left: 0px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.lang-nav li:first-of-type {
	border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.lang-nav li a {
	display: block;
	padding: 15px 10px;
	font-size: 16px;
}

#booking-form,
#open-booking,
.main-nav form {
	display: none;
}

.mobile-booking {
	display: block;
	padding: 10px 0px;
}

.mobile-booking .wrapper {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}

.mobile-booking p {
	font-size: 17px;
	margin-right: 10px;
}

.mobile-form-input {
	width: 165px;
	margin-right: 10px;
}

.main-text-area {
	min-height: 100px;
}

.main-text {
	width: 100%;
	margin: 50px 0px;
}

.main-text-area-bg {
	bottom: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.main-text-area-bg img {
	height: auto;
	width: 100%;
	top: auto;
	bottom: 0px;
}

.main-text-area-bg:after {
	content:'';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.75);
}

.villa-filters-area {
	background: none;
}

.villa-filters-area .wrapper {
	align-items: stretch;
	flex-wrap: wrap;
}

.villa-filters-area-block {
	width: 50%;
	padding: 50px 25px;
	border-right: 0px;
}

.villa-filters-area-title img {
	width: 50px;
	height: 50px;
	margin-bottom: 25px;
}
#get-villas {
	border-top: 1px solid rgb(230, 230, 230);
	width: 100%;
	margin: 0px;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

#get-villas a,
#get-villas a:first-of-type {
	margin: 10px;
}

.villa-filter-link {
	width: calc(50% - 1px);
	margin-left: 2px;
	height: 200px;
}

.villa-link {
	min-height: 100px;
}

.villa-link .wrapper{
	flex-direction: row;
	justify-content: flex-start;
}

.villa-link:nth-of-type(2n+2) .wrapper {
	justify-content: flex-start;
}

.villa-link-text {
	width: 100%;
	margin: 100px 0px;
}

.section-title {
	margin-bottom: 50px;
}

.default,
.some-section {
	margin: 50px 0px;
}

.weekend,
.news,
.activity-column,
.text-image-text,
.equipment-column {
	padding: 50px 0px;
}

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

.weekend-text-title {
	max-width: 100%;
	margin-right: 0px;
	margin-bottom: 25px;
}

.weekend-link {
	width: calc(50% - 5px);
	margin-left: 10px;
	margin-top: 10px;
}

.weekend-link:nth-of-type(4n+1) {
	margin-left: 10px;
}

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

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

.weekend-link-text {
	padding: 10px 10px 55px 0px;
}

.weekend-link-date p {
	font-size: 13px;
}

.weekend-link-price p {
	font-size: 22px;
}

.weekend-link-url a {
    font-size: 15px;
	letter-spacing: 2px;
}

.some-text {
	float: left;
	position: relative;
	z-index: 10;
	width: 100%;
	margin: 50px 0px;
	color: rgb(255, 255, 255);
	text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.7);
}

.some-text p.ingress{
	color: rgb(210, 200, 180);
}

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

.news-title {
	margin-bottom: 25px;
}

.news-link {
	flex-direction: column;
	align-items: flex-start;
}

.news-link-title {
	width: 100%;
	padding-right: 0px;
	margin-bottom: 10px;
}

.news-link-text {
	width: 100%;
	padding: 10px 0px;
    border-left: 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

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

.showmore-button p {
	font-size: 16px;
}

.activity-top {
	flex-direction: column;
	align-items: flex-start;
}


.activity-column {
	width: 100%;
	border-left: 0px;
	border-top: 1px solid rgb(230, 230, 230);
}

.activity-column:first-of-type {
	border-left: 0px;
	border-top: 0px;
	align-items: flex-start;
}

.activity-title {
	flex-direction: row;
	align-items: center;
}

.activity-title-logo {
	width: 100px;
	margin-right: 50px;
}

#get-activities {
	min-height: 100px;
	margin-bottom: 50px;
}


.showmore-activities p {
    font-size: 15px;
    padding: 10px 15px;
}

.activity-link {
	width: calc(50% - 2px);
	padding-bottom: calc(50% - 2px);
	margin-left: 4px;
	margin-top: 4px;
}

.activity-link:nth-of-type(5n+1) {
	margin-left: 4px;
}

.activity-link:nth-of-type(-n+5) {
	margin-top: 4px;
}

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

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

.activity-link-content h5 {
	font-size: 22px;
}

.text-image,
.equipment,
.locations {
	flex-direction: column;
	align-items: flex-start;
}

.text-image.image-first {
	flex-direction: column;
}

.text-image-text {
	width: 100%;
	flex-direction: column;
	align-items: flex-end;
}

.text-image.image-first .text-image-text {
	align-items: flex-start;
}

.text-image-video {
	width: 100%;
}

.text-image-video-container {
	height: 0px;
	padding-bottom: 56.25%;
}

.text-image-image {
	width: 100%;
	min-height: 400px;
}

.image-gallery{
	padding: 50px 0px;
}

.gallery-images a {
	width: calc(25% - 3px);
	margin-left: 4px;
	margin-top: 4px;
}

.gallery-images a:nth-of-type(8n+1) {
	margin-left: 4px;
}

.gallery-images a:nth-of-type(-n+8) {
	margin-top: 4px;
}

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

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

.equipment-column {
	width: 100%;
	border-left: 0px;
	border-top: 1px solid rgb(230, 230, 230);
}

.equipment-column:first-of-type {
	border-left: 0px;
	border-top: 0px;
	padding-bottom: 0px;
}

.pets {
	float: left;
    position: relative;
	margin-top: 25px;
}

.pets img {
	height: 90px;
}

.floorplans a img {
	max-width: 350px;
}

.location-column {
	width: 100%;
	border-left: 1px solid rgb(230, 230, 230);
}

.location-column:first-of-type {
	border-left: 0px;
}

.location-map {
	min-height: 350px;
}

.distances-title {
	margin-top: 50px;
}

.distances {
	margin: 25px 0px;
}

.distance {
	width: calc(33.333% - 6px);
	margin-top: 15px;
	margin-left: 9px;
}

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

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

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

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

.distance img {
	width: 90px;
	height: 65px;
}

#booking-area {
	width: 620px;
}

.booking-area-inputs form {
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.booking-inputs-price {
	width: 28%;
}

.booking-inputs-dates {
	width: 44%;
}

.booking-inputs-dates p {
	font-size: 13px;
}

.booking-inputs-button {
	width: 28%;
}

.booking-inputs-price b {
	font-size: 30px;
}

#can-not-book,
#not-available {
	font-size: 14px;
}
.booking-area-inputs form input[type='submit'] {
	font-size: 15px;
	padding: 10px 15px;
	letter-spacing: 2px;
}

.buffs {
	flex-direction: column-reverse;
	align-items: flex-start;
}

.buff-video {
	width: 100%;
}

.buff-sleds {
	width: 100%;
	min-height: 450px;
}

.buff-sleds-text-container {
	padding: 50px 25px;
}

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

.buff-sleds-text a {
    font-size: 15px;
    padding: 15px 20px;
}

.comment-text {
	width: 100%;
	margin: 50px 0px;
}

.comment-text p {
	font-size: 18px;
	margin-bottom: 15px;
}

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

footer {
	padding: 50px 0px;
}

footer .wrapper {
	flex-direction: row;
}

.footer-block {
	max-width: 30%;
	margin-left: 35px;
}

.footer-block:first-of-type {
	margin-left: 0px;
	max-width: 100%;
	width: 100%;
	margin-bottom: 25px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.footer-block img {
	height: 50px;
}

.copyright {
	font-size: 12px;
}

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


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

h2 {
	letter-spacing: -1px;
	font-size: 32px;
}

h3 {
	font-size: 22px;
	margin-bottom: 15px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 18px;
	margin-bottom: 10px;
}

p.subtitle {
	font-size: 16px;
	margin-bottom: 10px;
}

p.ingress {
	font-size: 16px;
	margin-bottom: 10px;
}

.wrapper {
	width: 90%;
	min-width: 460px;
}

.half-wrapper-left {
	float: none;
	padding-right: 0px;
	width: 90%;
	min-width: 460px;
	margin: 0px auto;
}

.half-wrapper-right {
	float: none;
	padding-left: 0px;
	width: 90%;
	min-width: 460px;
	margin: 0px auto;
}

header {
	height: 100vh;
	min-height: 450px;
	margin-top: 0px;
}

.custom-logo-link {
	margin-top: 50px;
	height: 50px;
}

.custom-logo-link img {
	width: auto !important;
}

.header-text #moder-embed,
.header-single-text #moder-embed {
  margin-top: 10px;
}

.header-text {
	margin-bottom: 20px;
}

.header-text p {
	font-size: 18px;
}

.inner-control .owl-prev {
	height: 25px;
	width: 25px;
	left: 25px;
}

.inner-control .owl-next {
	height: 25px;
	width: 25px;
	right: 25px;
}

.prev-arrow {
	border-left: 3px solid rgba(255, 255, 255, 0.75);
	border-bottom: 3px solid rgba(255, 255, 255, 0.75);
}

.next-arrow {
	border-right: 3px solid rgba(255, 255, 255, 0.75);
	border-top: 3px solid rgba(255, 255, 255, 0.75);
}

.prev-arrow:hover {
	border-left: 3px solid rgba(255, 255, 255, 1);
	border-bottom: 3px solid rgba(255, 255, 255, 1);
}

.next-arrow:hover {
	border-right: 3px solid rgba(255, 255, 255, 1);
	border-top: 3px solid rgba(255, 255, 255, 1);
}

.villa-link:before,
.some-parallax:before,
.comment:before {
	width: 100%;
}

.header-single-content .wrapper {
	position: relative;
	height: 100%;
}

.header-single-text {
	margin-bottom: 20px;
}

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

.header-single-text p.subtitle {
	font-size: 16px;
	margin-bottom: 10px;
}

.header-single-text p.address {
	font-size: 14px;
	letter-spacing: 3px;
	margin-bottom: 10px;
}

header.none {
	min-height: 300px;
	height: 300px;
}

.header-no-content .custom-logo-link {
	margin-top: 0px;
	margin-bottom: 50px;
}

#nav-bar {
	position: fixed;
	left: 0px;
	width: 100%;
	padding: 0px;
	height: 50px;
	z-index: 1010;
	pointer-events: none;
	background-color: rgba(255, 255, 255, 0);
	border-bottom: 0px;
}

#nav-bar .wrapper {
	width: 100%;
	pointer-events: none;
}

#nav-button,
.mobile-logo {
	display: block;
	pointer-events: auto;
}

#navigation {
	float: right;
	width: auto;
	margin-right: -300px;
	pointer-events: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.nav-row {
	background-color: rgb(255, 255, 255);
	border-left: 1px solid rgba(0, 0, 0, 0.3);
	width: 300px;
	height: 100vh;
	pointer-events: auto;
	overflow-y: auto;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.main-nav,
.lang-nav {
	display: block;
	width: 100%;
	flex-direction: column;
	align-items: flex-start;
}

#header-nav {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#header-nav li {
	width: 100%;
	margin-left: 0px;
	padding-left: 0px;
	border-left: 0px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

#header-nav li a{
	display: block;
	padding: 15px 10px;
	font-size: 16px;
}

#header-nav li ul {
	display: block;
	position: relative;
	width: 100%;
	padding-top: 0px;
}

#header-nav li ul li {
	border-bottom: 0px;
	border-top: 1px solid rgba(0, 0, 0, 0.3);
}

#header-nav li ul li:first-of-type {
	border-top: 1px solid rgba(0, 0, 0, 0.3);
}

#header-nav li ul li a{
	font-size: 14px;
	padding: 10px 10px 10px 25px;
}

.lang-nav {
	margin-top: 25px;
}

.lang-nav li {
	width: 100%;
	margin-left: 0px;
	padding-left: 0px;
	border-left: 0px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.lang-nav li:first-of-type {
	border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.lang-nav li a {
	display: block;
	padding: 15px 10px;
	font-size: 16px;
}

#booking-form,
#open-booking,
.main-nav form {
	display: none;
}

.mobile-booking {
	display: block;
	padding: 10px 0px;
}

.mobile-booking .wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.mobile-booking p {
	font-size: 17px;
	margin-right: 0px;
	margin-bottom: 10px;
}

.mobile-form-input {
	width: 165px;
	margin-right: 10px;
}

.main-text-area {
	min-height: 100px;
}

.main-text {
	width: 100%;
	margin: 25px 0px;
}

.main-text-area-bg {
	bottom: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.main-text-area-bg img {
	height: auto;
	width: 100%;
	top: auto;
	bottom: 0px;
}

.main-text-area-bg:after {
	content:'';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.75);
}

.villa-filters-area {
	background: none;
}

.villa-filters-area .wrapper {
	align-items: stretch;
	flex-wrap: wrap;
}

.villa-filters-area-block {
	width: 100%;
	padding: 25px;
	border-right: 0px;
	border-top: 1px solid rgb(230, 230, 230);
}

.villa-filters-area-block:first-of-type {
	border-top: 0px;
}

.villa-filters-area-title img {
	width: 50px;
	height: 50px;
	margin-bottom: 25px;
}

#get-villas {
	border-top: 1px solid rgb(230, 230, 230);
	width: 100%;
	margin: 0px;
	flex-direction: row;
	align-items: stretch;
}

#get-villas a,
#get-villas a:first-of-type {
	margin: 10px;
}

.villa-filter-link {
	width: calc(50% - 1px);
	margin-left: 2px;
	height: 200px;
}

.villa-link {
	min-height: 50vh;
}

.villa-link .wrapper{
	align-items: center;
	flex-direction: column;
	justify-content: flex-start;
}

.villa-link:nth-of-type(2n+2) .wrapper {
	justify-content: flex-start;
}

.villa-link-text {
	width: 100%;
	margin: 75px 0px;
	text-align: center;
	align-items: center;
}

.villa-link-text p {
	display: none;
}

.villa-link-text p.subtitle {
	color: #fff;
	display: block;
	text-transform: none;
}

.villa-link-text p.address {
	display: none;
}

.villa-link-batch {
	display: none;
}

.section-title {
	margin-bottom: 25px;
}

.default,
.some-section {
	margin: 25px 0px;
}

.weekend,
.news,
.activity-column,
.text-image-text,
.equipment-column {
	padding: 25px 0px;
}

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

.weekend-text-title {
	max-width: 100%;
	margin-right: 0px;
	margin-bottom: 25px;
}

.weekend-link {
	width: calc(50% - 5px);
	margin-left: 10px;
	margin-top: 10px;
}

.weekend-link:nth-of-type(4n+1) {
	margin-left: 10px;
}

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

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

.weekend-link-text {
	padding: 10px 10px 55px 0px;
}

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

.weekend-link-text h4 {
	font-size: 22px;
}

.weekend-link-date p {
	font-size: 12px;
}

.weekend-link-price p {
	font-size: 18px;
}

.weekend-link-url a {
    font-size: 14px;
	letter-spacing: 1px;
}

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

.some-text p.ingress{
	color: rgb(210, 200, 180);
}

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

.news-title {
	margin-bottom: 25px;
}

.news-link {
	flex-direction: column;
	align-items: flex-start;
}

.news-link-title {
	width: 100%;
	padding-right: 0px;
	margin-bottom: 10px;
}

.news-link-text {
	width: 100%;
	padding: 10px 0px;
    border-left: 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

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

.showmore-button p {
	font-size: 15px;
}

.activity-top {
	flex-direction: column;
	align-items: flex-start;
}

.activity-column {
	width: 100%;
	border-left: 0px;
	border-top: 1px solid rgb(230, 230, 230);
}

.activity-column:first-of-type {
	border-left: 0px;
	border-top: 0px;
	align-items: flex-start;
}

.activity-title {
	flex-direction: row;
	align-items: center;
}

.activity-title-logo {
	width: 75px;
	margin-right: 25px;
}

#get-activities {
	min-height: 100px;
	margin-bottom: 50px;
}


.showmore-activities p {
    font-size: 15px;
    padding: 10px 15px;
}

.activity-link {
	width: calc(50% - 2px);
	padding-bottom: calc(50% - 2px);
	margin-left: 4px;
	margin-top: 4px;
}

.activity-link:nth-of-type(5n+1) {
	margin-left: 4px;
}

.activity-link:nth-of-type(-n+5) {
	margin-top: 4px;
}

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

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

.activity-link-content h5 {
	font-size: 22px;
}

.text-image,
.equipment,
.locations {
	flex-direction: column;
	align-items: flex-start;
}

.text-image.image-first {
	flex-direction: column;
}

.text-image-text {
	width: 100%;
	flex-direction: column;
	align-items: flex-end;
}

.text-image.image-first .text-image-text {
	align-items: flex-start;
}

.text-image-video {
	width: 100%;
}

.text-image-video-container {
	height: 0px;
	padding-bottom: 56.25%;
}

.text-image-image {
	width: 100%;
	min-height: 350px;
}

.image-gallery{
	padding: 25px 0px;
}

.gallery-images a {
	width: calc(25% - 3px);
	margin-left: 4px;
	margin-top: 4px;
}

.gallery-images a:nth-of-type(8n+1) {
	margin-left: 4px;
}

.gallery-images a:nth-of-type(-n+8) {
	margin-top: 4px;
}

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

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

.equipment-column {
	width: 100%;
	border-left: 0px;
	border-top: 1px solid rgb(230, 230, 230);
}

.equipment-column:first-of-type {
	border-left: 0px;
	border-top: 0px;
	padding-bottom: 0px;
}

.pets {
	float: left;
    position: relative;
	margin-top: 25px;
}

.pets img {
	height: 80px;
}

.floorplans a img {
	max-width: 350px;
}

.location-column {
	width: 100%;
	border-left: 1px solid rgb(230, 230, 230);
}

.location-column:first-of-type {
	border-left: 0px;
}

.location-map {
	min-height: 350px;
}

.distances-title {
	margin-top: 50px;
}

.distances {
	margin: 25px 0px;
}

.distance {
	width: calc(33.333% - 6px);
	margin-top: 15px;
	margin-left: 9px;
}

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

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

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

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

.distance img {
	width: 80px;
	height: 60px;
}


#booking-area {
	width: 460px;
}

.booking-area-inputs form {
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.booking-inputs-price {
	width: 28%;
}

.booking-inputs-dates {
	width: 44%;
}

.booking-inputs-dates p {
	font-size: 13px;
}

.booking-inputs-button {
	width: 28%;
}

.booking-inputs-price b {
	font-size: 26px;
}

#can-not-book,
#not-available {
	font-size: 14px;
}
.booking-area-inputs form input[type='submit'] {
	font-size: 15px;
	padding: 10px 15px;
	letter-spacing: 2px;
}


.buffs {
	flex-direction: column-reverse;
	align-items: flex-start;
}

.buff-video {
	width: 100%;
}

.buff-sleds {
	width: 100%;
	min-height: 500px;
}

.buff-sleds-text-container {
	padding: 50px 25px;
}

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

.buff-sleds-text a {
    font-size: 15px;
    padding: 15px 20px;
}


.comment-text {
	width: 100%;
	margin: 50px 0px;
}

.comment-text p {
	font-size: 16px;
	margin-bottom: 10px;
}

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

footer {
	padding: 50px 0px;
}

footer .wrapper {
	flex-direction: column;
}

.footer-block {
	max-width: 100%;
	width: 100%;
	margin-left: 0px;
	margin-top: 25px;
}

.footer-block:first-of-type {
	max-width: 100%;
	width: 100%;
	margin-top: 0px;
}

.footer-block img {
	height: 50px;
}

.copyright {
	font-size: 12px;
}


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



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

h2 {
	letter-spacing: -1px;
	font-size: 28px;
}

h3 {
	font-size: 20px;
	margin-bottom: 15px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 18px;
	margin-bottom: 10px;
}

p.subtitle {
	font-size: 15px;
	margin-bottom: 10px;
}

p.ingress {
	font-size: 15px;
	margin-bottom: 10px;
}

.wrapper {
	width: 90%;
	min-width: 300px;
}

.half-wrapper-left {
	float: none;
	padding-right: 0px;
	width: 90%;
	min-width: 300px;
	margin: 0px auto;
}

.half-wrapper-right {
	float: none;
	padding-left: 0px;
	width: 90%;
	min-width: 300px;
	margin: 0px auto;
}

header {
	height: 100vh;
	min-height: 650px;
	max-height: 700px;
	margin-top: 0px;
}

.custom-logo-link {
	margin-top: 50px;
	height: 40px;
}

.custom-logo-link img {
	width: auto !important;
}

.header-text #moder-embed,
.header-single-text #moder-embed {
  margin-top: 10px;
}

.header-text {
	margin-bottom: 10px;
}

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

.inner-control .owl-prev {
	height: 20px;
	width: 20px;
	left: 20px;
}

.inner-control .owl-next {
	height: 20px;
	width: 20px;
	right: 20px;
}

.prev-arrow {
	border-left: 3px solid rgba(255, 255, 255, 0.75);
	border-bottom: 3px solid rgba(255, 255, 255, 0.75);
}

.next-arrow {
	border-right: 3px solid rgba(255, 255, 255, 0.75);
	border-top: 3px solid rgba(255, 255, 255, 0.75);
}

.prev-arrow:hover {
	border-left: 3px solid rgba(255, 255, 255, 1);
	border-bottom: 3px solid rgba(255, 255, 255, 1);
}

.next-arrow:hover {
	border-right: 3px solid rgba(255, 255, 255, 1);
	border-top: 3px solid rgba(255, 255, 255, 1);
}

.villa-link:before,
.some-parallax:before,
.comment:before {
	width: 100%;
}

.header-single-content .wrapper {
	position: relative;
	height: 100%;
}

.header-single-text {
	margin-bottom: 10px;
}

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

.header-single-text p.subtitle {
	font-size: 15px;
	margin-bottom: 10px;
}

.header-single-text p.address {
	font-size: 13px;
	letter-spacing: 2px;
	margin-bottom: 10px;
}

header.none {
	min-height: 250px;
	height: 250px;
}

.header-no-content .custom-logo-link {
	margin-top: 0px;
	margin-bottom: 50px;
}

#nav-bar {
	position: fixed;
	left: 0px;
	width: 100%;
	padding: 0px;
	height: 50px;
	z-index: 1010;
	pointer-events: none;
	background-color: rgba(255, 255, 255, 0);
	border-bottom: 0px;
}

#nav-bar .wrapper {
	width: 100%;
	pointer-events: none;
}

#nav-button,
.mobile-logo {
	display: block;
	pointer-events: auto;
}

#navigation {
	float: right;
	width: auto;
	margin-right: -270px;
	pointer-events: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.nav-row {
	position: relative;
	background-color: rgb(255, 255, 255);
	border-left: 1px solid rgba(0, 0, 0, 0.3);
	width: 270px;
	height: 100vh;
	pointer-events: auto;
	overflow-y: auto;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.main-nav,
.lang-nav {
	display: block;
	width: 100%;
	flex-direction: column;
	align-items: flex-start;
}

#header-nav {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#header-nav li {
	width: 100%;
	margin-left: 0px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

#header-nav li a{
	display: block;
	padding: 15px 10px;
	font-size: 16px;
}

#header-nav li ul {
	display: block;
	position: relative;
	width: 100%;
	padding-top: 0px;
}

#header-nav li ul li {
	border-bottom: 0px;
	border-top: 1px solid rgba(0, 0, 0, 0.3);
}

#header-nav li ul li:first-of-type {
	border-top: 1px solid rgba(0, 0, 0, 0.3);
}

#header-nav li ul li a{
	font-size: 14px;
	padding: 10px 10px 10px 25px;
}

.lang-nav {
	margin-top: 25px;
}

.lang-nav li {
	width: 100%;
	margin-left: 0px;
	padding-left: 0px;
	border-left: 0px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.lang-nav li:first-of-type {
	border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.lang-nav li a {
	display: block;
	padding: 15px 10px;
	font-size: 16px;
}

#booking-form,
#open-booking,
.main-nav form {
	display: none;
}

.mobile-booking {
	display: block;
	padding: 10px 0px;
}

.mobile-booking .wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.mobile-booking p {
	font-size: 17px;
	margin-right: 0px;
	margin-bottom: 10px;
}

.mobile-booking form {
	display: flex;
	flex-direction: column;
	justify-items: center;
	justify-content: center;
}

.mobile-form-input {
	width: 200px;
	margin-right: 0px;
	margin-bottom: 10px;
}

.main-text-area {
	min-height: 100px;
}

.main-text {
	width: 100%;
	margin: 25px 0px;
}


.main-text-area-bg {
	bottom: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.main-text-area-bg img {
	height: auto;
	width: 100%;
	top: auto;
	bottom: 0px;
}

.main-text-area-bg:after {
	content:'';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.75);
}

.villa-filters-area {
	background: none;
}

.villa-filters-area .wrapper {
	align-items: stretch;
	flex-wrap: wrap;
}

.villa-filters-area-block {
	width: 100%;
	padding: 25px;
	border-right: 0px;
	border-top: 1px solid rgb(230, 230, 230);
}

.villa-filters-area-block:first-of-type {
	border-top: 0px;
}

.villa-filters-area-title img {
	width: 50px;
	height: 50px;
	margin-bottom: 25px;
}

#get-villas {
	border-top: 1px solid rgb(230, 230, 230);
	width: 100%;
	margin: 0px;
	flex-direction: row;
	align-items: stretch;
}

#get-villas a,
#get-villas a:first-of-type {
	margin: 10px;
}

.villa-filter-link {
	width: calc(50% - 1px);
	margin-left: 2px;
	height: 200px;
}

.villa-link {
	min-height: 50vh;
}

.villa-link .wrapper{
	align-items: center;
	flex-direction: column;
	justify-content: flex-start;
}

.villa-link:nth-of-type(2n+2) .wrapper {
	justify-content: flex-start;
}

.villa-link-text {
	width: 100%;
	margin: 75px 0px;
	text-align: center;
	align-items: center;
}

.villa-link-text p {
	display: none;
}

.villa-link-text p.subtitle {
	color: #fff;
	display: block;
	text-transform: none;
}

.villa-link-text p.address {
	display: none;
}

.villa-link-batch {
	display: none;
}

.section-title {
	margin-bottom: 25px;
}

.default,
.some-section {
	margin: 25px 0px;
}

.weekend,
.news,
.activity-column,
.text-image-text,
.equipment-column {
	padding: 25px 0px;
}

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

.weekend-text-title {
	max-width: 100%;
	margin-right: 0px;
	margin-bottom: 25px;
}

.weekend-link {
	width: 100%;
	margin-left: 0px;
	margin-top: 10px;
}

.weekend-link:nth-of-type(4n+1) {
	margin-left: 0px;
}
.weekend-link:first-of-type {
	margin-top: 0px;
}

.weekend-link-text {
	padding: 10px 10px 55px 0px;
}

.weekend-link-text h4 {
	font-size: 24px;
}

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

.weekend-link-date p {
	font-size: 13px;
}

.weekend-link-price p {
	font-size: 22px;
}

.weekend-link-url a {
    font-size: 15px;
	letter-spacing: 1px;
}

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

.some-text p.ingress{
	color: rgb(210, 200, 180);
}

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

.news-title {
	margin-bottom: 25px;
}

.news-link {
	flex-direction: column;
	align-items: flex-start;
}

.news-link-title {
	width: 100%;
	padding-right: 0px;
	margin-bottom: 10px;
}

.news-link-text {
	width: 100%;
	padding: 10px 0px;
    border-left: 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.news-link-text p {
	font-size: 13px;
}

.showmore-button p {
	font-size: 15px;
}

.activity-top {
	flex-direction: column;
	align-items: flex-start;
}

.activity-column {
	width: 100%;
	border-left: 0px;
	border-top: 1px solid rgb(230, 230, 230);
}

.activity-column:first-of-type {
	border-left: 0px;
	border-top: 0px;
	align-items: flex-start;
}

.activity-title {
	flex-direction: column;
	align-items: center;
}

.activity-title-logo {
	width: 75px;
	margin-right: 0px;
	margin-bottom: 25px;
}

#get-activities {
	min-height: 100px;
	margin-bottom: 50px;
}


.showmore-activities p {
    font-size: 15px;
    padding: 10px 15px;
}

.activity-link {
	width: 100%;
	padding-bottom: 100%;
	margin-left: 0px;
	margin-top: 5px;
}

.activity-link:nth-of-type(5n+1) {
	margin-left: 0px;
}

.activity-link:nth-of-type(-n+5) {
	margin-top: 5px;
}

.activity-link:first-of-type {
	margin-top: 0px;
}

.activity-link-content h5 {
	font-size: 22px;
}

.text-image,
.equipment,
.locations {
	flex-direction: column;
	align-items: flex-start;
}

.text-image.image-first {
	flex-direction: column;
}

.text-image-text {
	width: 100%;
	flex-direction: column;
	align-items: flex-end;
}

.text-image.image-first .text-image-text {
	align-items: flex-start;
}

.text-image-video {
	width: 100%;
}

.text-image-video-container {
	height: 0px;
	padding-bottom: 56.25%;
}

.text-image-image {
	width: 100%;
	min-height: 350px;
}

.image-gallery{
	padding: 25px 0px;
}

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

.gallery-images a:nth-of-type(8n+1) {
	margin-left: 3px;
}

.gallery-images a:nth-of-type(-n+8) {
	margin-top: 3px;
}

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

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

.equipment-column {
	width: 100%;
	border-left: 0px;
	border-top: 1px solid rgb(230, 230, 230);
}

.equipment-column:first-of-type {
	border-left: 0px;
	border-top: 0px;
	padding-bottom: 0px;
}

.pets {
	float: left;
    position: relative;
	margin-top: 25px;
}

.pets .half-wrapper-left {
	flex-direction: column-reverse;
    align-items: flex-start;
}

.pets-text {
	padding-right: 0px;
}

.pets img {
	height: 80px;
	margin-bottom: 15px;
}

.floorplans a img {
	max-width: 100%;
}

.location-column {
	width: 100%;
	border-left: 1px solid rgb(230, 230, 230);
}

.location-column:first-of-type {
	border-left: 0px;
}

.location-map {
	min-height: 350px;
}

.distances-title {
	margin-top: 50px;
}

.distances {
	margin: 25px 0px;
}

.distance {
	width: calc(50% - 5px);
	margin-top: 15px;
	margin-left: 10px;
}

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

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

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

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

.distance img {
	width: 70px;
	height: 50px;
}

.distance p  {
	font-size: 15px;
}


#booking-area {
	width: 300px;
}

.booking-area-inputs form {
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.booking-inputs-price {
	width: 100%;
	margin-bottom: 10px;
}

.booking-inputs-dates {
	width: 100%;
	margin-bottom: 10px;
}

.booking-inputs-dates p {
	font-size: 15px;
}

.booking-inputs-button {
	width: 100%;
}

.booking-inputs-price b {
	font-size: 26px;
}

#can-not-book,
#not-available {
	font-size: 14px;
}
.booking-area-inputs form input[type='submit'] {
	float: left;
	font-size: 15px;
	padding: 10px 15px;
	letter-spacing: 2px;
}



.buffs {
	flex-direction: column-reverse;
	align-items: flex-start;
}

.buff-video {
	width: 100%;
}

.buff-sleds {
	width: 100%;
	min-height: 500px;
}

.buff-sleds-text-container {
	padding: 50px 25px;
}

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

.buff-sleds-text a {
    font-size: 15px;
    padding: 10px 15px;
}


.comment-text {
	width: 100%;
	margin: 50px 0px;
}

.comment-text p {
	font-size: 15px;
	margin-bottom: 10px;
}

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

footer {
	padding: 50px 0px;
}

footer .wrapper {
	flex-direction: column;
}

.footer-block {
	max-width: 100%;
	width: 100%;
	margin-left: 0px;
	margin-top: 25px;
}

.footer-block:first-of-type {
	max-width: 100%;
	width: 100%;
	margin-top: 0px;
}

.footer-block img {
	height: 50px;
}

.copyright {
	font-size: 12px;
}



}


/*P��tekstin kuva*/
@media screen and (max-width: 1450px) and (min-width: 1351px) {
	.main-text-area-bg {
		height: 100%;
	}
}

/*Steppi*/
@media screen and (max-width: 1350px) and (min-width: 1251px) {
	.main-text-area-bg {
		height: 90%;
	}
}

/*Steppi*/
@media screen and (max-width: 1250px) and (min-width: 1151px) {
	.main-text-area-bg {
		height: 80%;
	}
}

/*Steppi*/
@media screen and (max-width: 1150px) and (min-width: 1025px) {
	.main-text-area-bg {
		height: 70%;
	}
}
