/*
Theme Name: Base
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI:
*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
	 ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

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

/* Text-level semantics
	 ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
	 ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
	 ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
	 ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/* Slick slider styles */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-slider * {
	outline: none;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

@font-face {
	font-family: "icomoon";
	src: url("fonts/icomoon.eot?koubfh");
	src: url("fonts/icomoon.eot?koubfh#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?koubfh") format("truetype"), url("fonts/icomoon.woff?koubfh") format("woff"), url("fonts/icomoon.svg?koubfh#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-instagram:before {
	content: "";
}

.icon-arrow-r:before {
	content: "";
}

.icon-arrow-l:before {
	content: "";
}

.icon-facebook:before {
	content: "";
}

@font-face {
	font-family: "DINPro";
	src: url("fonts/DINPro-Regular.woff2") format("woff2"), url("fonts/DINPro-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

.activities-nav,
.main-navigation,
.footer-nav,
.social-networks,
#main ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #c2c2c2;
	background: #0f0f0f;
/* 	font: 13px/1.8 "Roboto Mono", "Arial", "Helvetica Neue", "Helvetica", sans-serif; */
	font-size:13px;
	line-height:1.8;
	font-family: "input-mono" ,monospace;
font-weight: 400;
font-style: normal;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.gm-style img {
	max-width: none;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
	margin: 0 0 1.8em;
}

blockquote {
	border-left: 4px solid #999;
	padding-left: .5em;
	margin-left: 1.8em;
}

th,
td {
	border: 1px solid #999;
	padding: .5em;
	text-align: left;
	vertical-align: top;
}

th {
	text-align: center;
	vertical-align: middle;
}

ul,
ol {
	padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
	padding-left: 3em;
	margin: 0;
}

ul {
	list-style-type: disc;
}

dl dt {
	float: left;
	clear: left;
	padding-right: .3em;
	font-weight: bold;
}

dl dd {
	overflow: hidden;
}

pre {
	max-width: 100%;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: none;
	border-bottom: 2px solid #fc6d6b;
	padding: .4em .7em;
	background: none;
	outline: none;
	font-size: 14px;
	color: #c2c1bf;
	padding-left: 0;
	padding-right: 0;
	height: 38px;
	filter: drop-shadow(0px 0px 14px #ff4744);
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #fc6d6b;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #c2c1bf;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #c2c1bf;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #c2c1bf;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #c2c1bf;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #c2c1bf;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
	min-height: 150px;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

.form-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.form-group input {
	width: 100%;
}

.form-group .input-wrap {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.form-group button {
	width: 34px;
	height: 38px;
	border: 2px solid #fc6d6b;
	filter: drop-shadow(0px 0px 30px rgba(255, 71, 68, .7));
	background: transparent;
	color: #fc6d6b;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.form-group button:hover {
	background-color: #fc6d6b;
	color: #fff;
	box-shadow: 0 0 30px 1px rgba(255, 71, 68, .7), inset 0 0 14px 1px rgba(255, 71, 68, .7);
}

.widget {
	margin-bottom: 1.8em;
}

.widget ul {
	padding-left: 2em;
}

.widget select {
	min-width: 150px;
}

.comment-form label {
	display: block;
	padding-bottom: 4px;
}

.comment-form textarea {
	overflow: auto;
	margin: 0;
	height: 120px;
	min-height: 120px;
}

.comment-form textarea,
.comment-form input[type="text"] {
	margin: 0 4px 0 0;
	max-width: 300px;
	width: 100%;
}

.comment-form input[type="submit"] {
	display: block;
	float: none;
}

.post-password-form label {
	display: block;
	margin-bottom: 4px;
}

.post-password-form input[type="password"] {
	margin: 0 4px 0 0;
	max-width: 300px;
	width: 100%;
}

.search-form {
	margin-bottom: 15px;
}

.search-form input {
	float: left;
	height: 2em;
}

.search-form input[type="search"] {
	margin: 0 4px 0 0;
	width: 150px;
}

.post-password-form input {
	float: left;
	height: 2em;
}

.post-password-form input[type="password"] {
	width: 150px;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	background: #fc6d6b;
	color: #fff;
	height: 2em;
	border: none;
	padding: 0 .5em;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	opacity: .8;
}

.commentlist {
	margin: 0 0 1.8em;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 1.8em 4px 0;
}

.commentlist-item .commentlist-item {
	padding: 0;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 1.8em;
}

.widget_calendar #next {
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation,
.navigation-comments {
	position: relative;
	vertical-align: middle;
	margin-bottom: 1.8em;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
	position: absolute;
	left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers {
	display: inline-block;
	vertical-align: middle;
	padding: 0 .4em;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
	display: inline-block;
	vertical-align: middle;
	max-width: 48%;
	background: #fc6d6b;
	color: #fff;
	padding: .4em;
	text-decoration: none;
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
	opacity: .8;
}

.navigation-single {
	margin-bottom: 1.8em;
}

.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 48%;
	background: #fc6d6b;
	color: #fff;
	text-decoration: none;
}

.navigation-single .next:hover,
.navigation-single .prev:hover {
	opacity: .8;
}

.navigation-single .next a,
.navigation-single .prev a {
	color: inherit;
	text-decoration: none;
	padding: .4em;
	display: block;
}

.navigation-single .next {
	float: right;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #999;
	padding: .4em;
	margin-bottom: 1.8em;
}

.wp-caption img {
	margin: 0;
	vertical-align: top;
}

.wp-caption p {
	margin: .4em 0 0;
}

div.aligncenter {
	margin: 0 auto 1.8em;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 0 1.8em 4px 0;
}

.alignright {
	float: right;
	margin: 0 0 4px 1.8em;
}

.mejs-container {
	margin-bottom: 1.8em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

#wp-calendar tbody td {
	text-align: center;
}

#wp-calendar td,
#wp-calendar th {
	border: 1px solid #999;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: "DINPro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 400;
	margin: 0 0 .5em;
	color: #fff;
	line-height: 1.4;
}

h1,
.h1 {
	font-size: 26px;
}

h2,
.h2 {
	font-size: 24px;
}

h3,
.h3 {
	font-size: 22px;
}

h4,
.h4 {
	font-size: 20px;
}

h5,
.h5 {
	font-size: 18px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1.6429em;
}

button,
input[type="submit"],
input[type="reset"],
a {
	-webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, shadow .3s ease-in-out, border-color .3s ease-in-out, opacity .3s ease-in-out, box-shadow .3s ease-in-out;
	transition: color .3s ease-in-out, background-color .3s ease-in-out, shadow .3s ease-in-out, border-color .3s ease-in-out, opacity .3s ease-in-out, box-shadow .3s ease-in-out;
}

a {
	color: #fc6d6b;
	text-decoration: none;
}

.btn {
	position: relative;
	border: 2px solid #fc6d6b;
	min-width: 180px;
	display: inline-block;
	vertical-align: top;
	max-width: 180px;
	padding: 17px 15px 14px;
	box-shadow: 0 0 30px 1px rgba(255, 71, 68, .7), inset 0 0 14px 1px rgba(255, 71, 68, .7);
	text-align: center;
	font-size: 14px;
	line-height: 1.5;
	font-family: "DINPro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	z-index: 1;
	margin: 0 6px;
	font-weight: 500;
	background: #fc6d6b;
	color: #fff;
}

.btn:after {
	position: absolute;
	top: 3px;
	left: -7px;
	right: -7px;
	bottom: -7px;
	border: 2px solid #fc6d6b;
	box-shadow: 0 0 15px 1px rgba(255, 71, 68, .35), inset 0 0 15px 1px rgba(255, 71, 68, .35);
	content: "";
	z-index: -1;
}

.btn:hover {
	background: transparent;
	color: #fc6d6b;
	box-shadow: 0 0 15px 1px rgba(255, 71, 68, .35), inset 0 0 15px 1px rgba(255, 71, 68, .35);
}

.test {
	max-width: 1300px;
	padding: 0 15px;
	margin: 0 auto;
}

#header {
	width: 100% !important;
	position: fixed;
	top: 0;
	left: 0;
	padding: 20px 0;
	z-index: 99;
}

#header.header-fixed {
	background: #0b0b0b;
	box-shadow: 0 0 15px 1px rgba(255, 71, 68, .35);
}

#header > .container {
	max-width: 1215px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	z-index: 2;
}

#header .mobile-content {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

#header .activities .holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#header .logo {
	width: 140px;
	position: relative;
	z-index: 9;
}

#header .social-networks {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 20px;
	width: 100%;
}

#header .social-networks li {
	padding-top: 0;
	padding-bottom: 0;
}

.activities-nav {
	font-family: "DINPro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
}

.activities-nav li {
	padding: 5px 0;
}

.activities-nav li.active a {
	color: #fff;
	text-shadow: 0 0 20px white;
}

.activities-nav a:hover {
	color: #fff;
	text-shadow: 0 0 20px white;
}

.main-navigation {
	font-size: 18px;
	text-transform: uppercase;
	font-family: "DINPro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-align: center;
	padding: 10px 0;
}

.main-navigation a:hover {
	color: #fff;
	text-shadow: 0 0 20px white;
}

.main-navigation li {
	padding: 5px 0;
}

.main-navigation li.active a,
.main-navigation li.current-menu-item a {
	color: #fff;
	text-shadow: 0 0 20px white;
}

/* burger menu style */

.nav-opener {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	outline: none;
	position: relative;
	z-index: 9;
}

.nav-active .nav-opener {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.resize-active * {
	-webkit-transition: none !important;
	transition: none !important;
}

.nav-active {
	overflow: hidden;
}

#menu-side-menu {
	padding: 0;
}

#footer {
	background: #0b0b0b;
	color: #7d7d7d;
	font-family: "DINPro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	line-height: 1.4;
	text-transform: uppercase;
	padding: 41px 0;
	position: relative;
	z-index: 1;
}

#footer address {
	font-size: 13px;
	text-align: center;
	max-width: 266px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 29px;
}

#footer .social-networks {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.footer-logo {
	max-width: 79px;
	margin: 0 auto 36px;
}

.footer-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 12px;
	margin-bottom: 17px;
}

.footer-nav li {
	padding: 0 7px 5px;
}

.footer-nav a {
	color: #7d7d7d;
}

.footer-nav a:hover {
	color: #fc6d6b;
	text-shadow: 0 0 20px #ff4744;
}

#wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
}

address {
	font-style: normal;
}

.shape {
	position: absolute;
	z-index: -1;
	pointer-events: none;
	display: none;
}

.container {
	max-width: 1150px;
	margin: 0 auto;
	width: 100%;
	padding: 0 15px;
}

.bg-cover {
	background-size: cover;
	background-position: 50% 50%;
}

.social-networks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
}

.social-networks li {
	padding: 8px;
}

.social-networks a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	border: 2px solid #fc6d6b;
	box-shadow: 0 0 15px 1px rgba(255, 71, 68, .35), inset 0 0 15px 1px rgba(255, 71, 68, .35);
}

.social-networks a:hover {
	background: #fc6d6b;
	color: #fff;
	box-shadow: 0 0 30px 1px rgba(255, 71, 68, .7), inset 0 0 14px 1px rgba(255, 71, 68, .7);
}

.intro-block {
	padding: 46px 0 40px;
	text-align: center;
	position: relative;
	z-index: 2;
}

.intro-block .container {
	max-width: 708px;
}

.intro-block p {
	margin-bottom: 23px;
}

#main ul {
	margin-bottom: 21px;
}

#main ul > li {
	position: relative;
	padding-left: 15px;
}

#main ul > li:before {
	/* content: "-"; */
	position: absolute;
	left: 0;
	top: 0;
}

.article-block {
	background: #0b0b0b;
	position: relative;
}

.article-block .btn-hold {
	text-align: center;
	pointer-events: none;
	padding: 20px 0;
}

.article-block .container {
	position: relative;
}

.article-block .center-btn {
	padding: 28px 20px 16px;
	max-width: 185px;
	min-width: 185px;
	margin-bottom: 30px;
	pointer-events: initial;
}

.article-block .center-btn:after {
	top: 6px;
	bottom: -10px;
}

.article {
	padding-bottom: 30px;
}

.article:nth-child(odd) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.article:last-child {
	padding-bottom: 0;
}

.article .text-hold {
	padding: 30px 0;
	position: relative;
	z-index: 2;
}

.article .img {
	padding-top: 85%;
	background-size: cover;
	background-position: 50% 50%;
}

.article h2 {
	margin-bottom: 20px;
	letter-spacing: -.02em;
}

.text-cta-block {
	text-align: center;
	padding: 90px 0;
}

.text-cta-block h2 {
	text-transform: uppercase;
	margin-bottom: 40px;
}

.shape-01 {
	left: 0;
	top: 100px;
	width: 100px;
	height: 602px;
}

.shape-02 {
	right: 0;
	top: 100px;
	z-index: -1;
	width: 100px;
	height: 602px;
}

.shape-03 {
	left: 0;
	top: -200px;
	width: 133px;
	height: 602px;
}

.shape-04 {
	right: 0;
	bottom: 150px;
	width: 150px;
	height: 421px;
}

.shape-05 {
	bottom: -21px;
	left: -22px;
	right: 17px;
	top: 39px;
	border: 4px solid #fc6d6b;
	box-shadow: 0 0 15px 1px rgba(255, 71, 68, .35), inset 0 0 15px 1px rgba(255, 71, 68, .35);
	z-index: -1;
}

.shape-06 {
	right: -85px;
	top: 50px;
	width: 250px;
	height: 275px;
}

.shape-06 img {
	width: 100%;
}

.shape-07 {
	left: 0;
	top: 200px;
	width: 100px;
	height: 602px;
}

.shape-07.shape-new {
	left: -85px;
}

.shape-08 {
	right: 0;
	top: 0;
	z-index: -1;
	width: 100px;
	height: 602px;
}

.shape-09 {
	display: none !important;
}

.shape-10 {
	left: 0;
	top: 100px;
	width: 125px;
	height: 568px;
	z-index: 1;
}

.shape-11 {
	display: none;
}

.opening-hour-section {
	padding: 30px 0;
}

.opening-hour-section .intro {
	position: relative;
	z-index: 9;
}

.opening-hour-section .intro p {
	font-size: 16px;
}

.opening-hour-section h1,
.opening-hour-section h2 {
	text-transform: uppercase;
}

.opening-hour-wrapper .intro {
	max-width: 350px;
}

.opening-hour-wrapper .opening-hour-list span {
	display: block;
}

.opening-hour-wrapper .info {
	margin-bottom: 15px;
}

.opening-hour-wrapper .opening-hour {
	font-size: 15px;
	margin-bottom: 40px;
}

.contact-detail-section {
	background-color: #0b0b0b;
	padding: 40px 0;
}

.contact-detail-section address {
	margin-bottom: 0;
	line-height: 1.3;
}

.contact-detail-section .contact-detail {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.contact-detail-section .contact-info {
	padding: 0 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px;
	font-size: 15px;
	width: 100%;
}

.contact-detail-section .contact-info .icon-holder {
	width: 50px;
	margin-right: 15px;
}

.contact-detail-section .contact-info .icon-home {
	width: 50px;
}

.contact-detail-section .contact-info .text-holder {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.contact-detail-section .contact-info .text-holder a {
	color: #c2c2c2;
}

.contact-detail-section .contact-info .text-holder a:hover {
	color: #fc6d6b;
}

.contact-detail-section .contact-info img {
	width: 35px;
}

.intro-title {
	max-width: 500px;
	text-transform: uppercase;
	margin-bottom: 50px;
}

.intro-title h2 {
	display: inline-block;
	text-transform: uppercase;
	position: relative;
	letter-spacing: .08em;
	font-size: 35px;
	margin-bottom: 30px;
}

.intro-title p {
	font-size: 20px;
}

.page-banner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	padding: 130px 0 20px;
	position: relative;
	z-index: 1;
	margin-bottom: 40px;
}

.page-banner .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	min-height: 250px;
	width: 100%;
}

.page-banner .inner:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 200px;
	z-index: -1;
	content: "";
	background: -webkit-linear-gradient(top, #000 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%);
}

.page-banner h1 {
	margin-bottom: 22px;
}

.home .page-banner:before {
	top: -80px;
}

.home .page-banner:after {
	right: -2px;
	top: -80px;
}

.home .page-banner h1 {
	font-size: 26px;
}

.rooms-section {
	padding: 59px 0 45px;
}

.rooms-section .container {
	position: relative;
	z-index: 1;
}

.rooms-section h2 {
	margin: 0 25px 26px;
	letter-spacing: -.02em;
}

.rooms-section .col {
	padding-bottom: 40px;
	text-align: center;
}

.rooms-section .col:nth-child(even) .shape {
	display: none;
}

.rooms-section .col:nth-child(even) .box:after {
	position: absolute;
	content: "";
	right: -85px;
	top: 50px;
	width: 250px;
	height: 275px;
	background-image: url("https://fuelhouse.cy/wp-content/themes/flex/images/shape-05.svg");
	z-index: -1;
	background-position: 100%;
}

.rooms-section .inner {
	padding: 15px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	min-height: 300px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.rooms-section .box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-size: cover;
	background-position: 50% 50%;
}

.rooms-section .box:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	content: "";
	background: -webkit-linear-gradient(top, #000 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%);
}

.rooms-section .intro-text {
	max-width: 604px;
	margin: 0 auto 66px;
	text-align: center;
}

.our-mission {
	background: #0b0b0b;
	position: relative;
	z-index: 1;
}

.our-mission .img {
	padding-top: 84%;
	background-size: cover;
	background-position: 50% 50%;
}

.our-mission .text-hold {
	padding: 30px 0;
}

.our-mission h2 {
	text-transform: uppercase;
	margin-bottom: 10px;
}

.our-mission .btn {
	margin: 4px 10px 0;
}

.our-mission .row {
	padding-bottom: 50px;
}

.the-space {
	position: relative;
	background-size: cover;
	background-position: 50% 50%;
	padding: 90px 0;
	font-family: "DINPro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	z-index: 1;
}

.the-space h2 {
	text-transform: uppercase;
	margin-bottom: 24px;
}

.the-space .avatar a {
	display: block;
}

.the-space .avatar a:hover {
	box-shadow: 0 0 30px 1px rgba(255, 71, 68, .35);
}

.the-space .progress {
	height: 6px;
	background: #fc6d6b;
	filter: drop-shadow(0 0 30px rgba(255, 71, 68, .7));
	position: absolute;
	width: 223px;
	left: 0;
	top: 0;
}

.the-space .title {
	text-transform: uppercase;
	font-size: 20px;
	padding: 13px 0;
	display: block;
	position: relative;
}

.the-space .title a {
	color: #fff;
}

.the-space .title a:hover {
	color: #fc6d6b;
	text-shadow: 0 0 20px #ff4744;
}

.the-space .container {
	max-width: 965px;
}

.the-space .box {
	padding: 0 10px;
}

.the-space img {
	width: 100%;
}

.the-space .space-slider {
	margin: 0 -10px;
}

.the-space .slick-list {
	overflow: visible;
}

.the-space .slick-arrow {
	font-size: 14px;
	padding: 5px;
	position: absolute;
	top: -56px;
	right: 14px;
	line-height: 1;
}

.the-space .slick-arrow.slick-prev {
	right: 32px;
}

.the-space .slick-arrow.slick-disabled {
	opacity: .3;
}

.the-space .slick-arrow:hover {
	text-shadow: 0 0 15px #ff4744;
}

.cta-block {
	padding: 95px 0 50px;
}

.cta-block .image {
	background-size: cover;
	background-position: 50% 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	margin: 0 26px 22px;
	position: relative;
	z-index: 1;
}

.cta-block .image:after {
	position: absolute;
	left: -24px;
	right: -24px;
	top: 25px;
	bottom: -22px;
	content: "";
	border: 4px solid #fc6d6b;
	z-index: -1;
	pointer-events: none;
}

.cta-block .inner {
	width: 100%;
	padding: 72px 15px 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 300px;
}

.cta-block h2 {
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 23px;
}

.signup-form-block {
	padding: 29px 0 6px;
	position: relative;
	z-index: 2;
}

.signup-form-block h3 {
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	margin-bottom: 29px;
	font-family: "DINPro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.signup-form-block .signup-form {
	max-width: 480px;
	margin: 0 auto;
}

.follow-us {
	padding: 23px 0 36px;
	text-align: center;
	position: relative;
	z-index: 2;
}

.follow-us .container {
	max-width: 1424px;
}

.follow-us .title {
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-family: "DINPro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 16px;
	color: #fc6d6b;
	margin-bottom: 16px;
}

.follow-us .box {
	padding: 9px;
	max-width: 50%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
}

.follow-us .box a {
	display: block;
}

.follow-us .box a:hover {
	box-shadow: 0 0 20px 1px rgba(255, 71, 68, .2);
}

.follow-us .box img {
	width: 100%;
}

.follow-us .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -9px;
}

.the-space-block {
	padding: 50px 0;
}

.the-space-block h2 {
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 43px;
}

.slider {
	margin: 0 26px 22px;
	position: relative;
	z-index: 1;
}

.slider:after {
	position: absolute;
	left: -24px;
	right: -24px;
	top: 28px;
	bottom: -22px;
	content: "";
	border: 4px solid #fc6d6b;
	pointer-events: none;
}

.slider .image {
	background-size: cover;
	background-position: 50% 50%;
	padding-top: 52%;
	min-height: 300px;
}

.slider .slick-arrow {
	width: 34px;
	height: 38px;
	border: 2px solid #fc6d6b;
	box-shadow: 0 0 15px 1px rgba(255, 71, 68, .35), inset 0 0 15px 1px rgba(255, 71, 68, .35);
	font-size: 13px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	bottom: 20px;
	right: 50%;
	margin-right: 7px;
	z-index: 1;
}

.slider .slick-arrow.slick-next {
	left: 50%;
	right: auto;
	margin: 0 0 0 7px;
}

.slider .slick-arrow:hover {
	background-color: #fc6d6b;
	color: #fff;
	box-shadow: 0 0 30px 1px rgba(255, 71, 68, .7), inset 0 0 14px 1px rgba(255, 71, 68, .7);
}

.boxes {
	position: relative;
	z-index: 1;
	text-align: center;
	padding: 69px 0;
}

.boxes .btn {
	min-width: 140px;
}

.boxes .intro {
	margin-bottom: 100px;
}

.boxes .intro p {
	margin-bottom: 23px;
}

.boxes .row {
	margin: 0 -10px;
}

.boxes .col {
	padding: 0 10px 50px;
	position: relative;
}

.boxes .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 1;
	background-size: cover;
	background-position: 50% 50%;
}

.boxes .box:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: -1;
	content: "";
	background: -webkit-linear-gradient(top, #000 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%);
}

.boxes .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 312px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	padding: 10px 10px 22px;
}

.boxes .heading {
	text-transform: uppercase;
	margin: -50px 0 10px;
	font-family: "DINPro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #fff;
}

.boxes h2 {
	margin-bottom: 0;
	letter-spacing: .015em;
}

.boxes .sub-title {
	font-size: 14px;
}

.boxes .description {
	padding: 21px 0;
}

.boxes .btn-hold {
	padding-bottom: 35px;
	margin-top: -60px;
}

.pricing-section {
	position: relative;
	z-index: 1;
	text-align: center;
	padding: 45px 0;
	overflow: hidden;
}

.pricing-section .intro {
	margin-bottom: 45px;
}

.pricing-section .intro p {
	margin-bottom: 23px;
}

.pricing-block {
	position: relative;
	z-index: 1;
}

#mc_embed_signup input {
	padding-left: 0  !important;
	padding-right: 0  !important;
	border-radius: 0  !important;
	border: none  !important;
	border-bottom: 2px solid #fc6d6b  !important;
	text-indent: 0 !important;
}

#mc_embed_signup .button {
	padding: 0 !important;
	font-size: 0 !important;
	width: 34px !important;
	height: 38px !important;
	border: 2px solid #fc6d6b !important;
	filter: drop-shadow(0px 0px 30px rgba(255, 71, 68, .7));
	background: transparent !important;
	border-radius: 0 !important;
	color: #fc6d6b !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute !important;
	right: 0;
	top: 76px;
	margin: 0 !important;
}

#mc_embed_signup .button:after {
	position: absolute !important;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-family: "icomoon";
	content: "";
	font-size: 15px;
}

#mc_embed_signup .button:hover {
	background-color: #fc6d6b !important;
	color: #fff !important;
	box-shadow: 0 0 30px 1px rgba(255, 71, 68, .7), inset 0 0 14px 1px rgba(255, 71, 68, .7);
}

#mc_embed_signup .mc-field-group {
	width: 100% !important;
	padding-right: 34px;
}

#mc_embed_signup .mc-field-group label {
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	margin-bottom: 29px !important;
	font-size: 13px;
	text-align: center !important;
	padding-left: 25px;
}

#mc_embed_signup #mc_embed_signup_scroll {
	max-width: 480px;
	margin: 0 auto;
	position: relative;
}

#mc-embedded-subscribe-form {
	padding: 0 !important;
}

@media screen and (min-width: 640px) {
	.shape {
		display: block;
	}

	.shape-11 {
		text-align: right;
		display: block;
		bottom: 50px;
		right: 0;
		left: 0;
		width: 100%;
		max-width: 2400px;
		margin: 0 auto;
	}

	.contact-detail-section .contact-info {
		width: 50%;
		margin-bottom: 50px;
	}

	.rooms-section .row {
		padding: 0 50px;
	}

	.rooms-section .inner {
		min-height: 404px;
	}

	.cta-block .inner {
		min-height: 400px;
	}

	.follow-us .box {
		max-width: 25%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
	}

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

	#mc_embed_signup .button {
		top: 101px;
	}

	#mc_embed_signup .mc-field-group label {
		font-size: 20px;
	}
}

@media (min-width: 768px) {
	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}
}

@media screen and (min-width: 768px) {
	.intro-block .container {
		padding: 0 90px;
	}

	.article-block .btn-hold {
		position: absolute;
		left: 0;
		width: 100%;
		bottom: 50%;
		padding: 0 0 9px;
		-webkit-transform: translateY(50%);
		-ms-transform: translateY(50%);
		transform: translateY(50%);
	}

	.article-block .center-btn {
		margin-bottom: 0;
	}

	.article {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding-bottom: 0;
	}

	.article .text-hold {
		padding: 20px 110px 20px 17px;
	}

	.article:nth-child(even) .img {
		float: right;
	}

	.article:nth-child(even) .text-hold {
		margin-left: auto;
		padding: 20px 17px 20px 110px;
	}

	.article .img {
		width: 50vw;
		padding-top: 111.8%;
		height: 100%;
	}

	.article .col {
		max-width: 50%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		position: relative;
	}

	.article .col:nth-child(even) {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.text-cta-block {
		padding: 117px 100px 106px;
	}

	.shape-01 {
		width: 200px;
		height: 684px;
	}

	.shape-02 {
		width: 200px;
		height: 860px;
	}

	.shape-03 {
		width: 186px;
		height: 843px;
	}

	.shape-04 {
		width: 250px;
		height: 702px;
		bottom: 150px;
	}

	.shape-05 {
		border-width: 7px;
	}

	.shape-06 {
		right: -72px;
		top: -8px;
		width: 393px;
		height: 432px;
	}

	.shape-07 {
		width: 200px;
		height: 684px;
		top: 200px;
	}

	.shape-08 {
		width: 200px;
		height: 860px;
		top: -50px;
	}

	.shape-10 {
		width: 250px;
		height: 1139px;
		top: 250px;
	}

	.opening-hour-section {
		padding: 60px 0;
	}

	.opening-hour-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.opening-hour-wrapper .intro {
		padding-right: 40px;
		width: 350px;
		max-width: none;
	}

	.opening-hour-wrapper .opening-hour-list {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		padding-left: 50px;
	}

	.contact-detail-section {
		padding: 80px 0;
	}

	.contact-detail-section .contact-info {
		width: 33.33%;
	}

	.intro-title h2 {
		font-size: 42px;
		margin-bottom: 38px;
	}

	.page-banner .inner {
		min-height: 310px;
	}

	.page-banner h1 {
		font-size: 38px;
	}

	.home .page-banner {
		padding-bottom: 48px;
	}

	.home .page-banner:after {
		top: 0;
	}

	.home .page-banner .inner {
		min-height: 449px;
	}

	.rooms-section {
		padding-bottom: 75px;
	}

	.rooms-section .row {
		margin: 0 -15px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0 30px;
	}

	.rooms-section h2 {
		margin-left: 0;
		margin-right: 0;
	}

	.rooms-section .col {
		padding: 15px;
		width: 33.33%;
		text-align: left;
	}

	.rooms-section .col:nth-child(even) {
		text-align: center;
	}

	.rooms-section .col:nth-child(even) .inner {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.rooms-section .col:nth-child(even) .box:after {
		right: -72px;
		top: -8px;
		width: 393px;
		height: 432px;
	}

	.rooms-section .inner {
		padding: 30px 24px;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.our-mission .img {
		width: calc(50vw + 92px);
		float: right;
		height: 100%;
	}

	.our-mission .col {
		width: 50%;
	}

	.our-mission .text-hold {
		padding: 40px 0 40px 25px;
	}

	.our-mission .row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding-bottom: 0;
	}

	.our-mission .row:nth-child(even) {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.our-mission .row:nth-child(even) .img {
		float: left;
	}

	.our-mission .row:nth-child(even) .text-hold {
		padding: 20px 25px 20px 0;
	}

	.cta-block .image:after {
		border-width: 7px;
	}

	.cta-block .inner {
		min-height: 552px;
	}

	.follow-us .box {
		max-width: 16.666%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.666%;
		flex: 0 0 16.666%;
	}

	.the-space-block {
		padding: 77px 0 89px;
	}

	.slider:after {
		border-width: 7px;
	}

	.boxes {
		padding-bottom: 18px;
	}

	.boxes .intro {
		padding: 0 100px;
		margin-bottom: 69px;
	}

	.boxes .row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.boxes .col {
		max-width: 50%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}

	.boxes .btn-hold {
		margin-top: -25px;
	}

	.pricing-section {
		padding-bottom: 57px;
	}

	.pricing-section .intro {
		padding: 0 100px;
	}
}

@media screen and (min-width: 1024px) {
	h1,
	.h1 {
		font-size: 29px;
	}

	h2,
	.h2 {
		font-size: 26px;
	}

	h3,
	.h3 {
		font-size: 24px;
	}

	h4,
	.h4 {
		font-size: 20px;
	}

	h5,
	.h5 {
		font-size: 18px;
	}

	h6,
	.h6 {
		font-size: 15px;
	}

	#header {
		z-index: 99;
	}

	#header {
		padding: 25px 0;
	}

	#header > .container {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		position: relative;
	}

	#header .mobile-content {
		display: block;
	}

	#header .activities {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}

	#header .logo {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 200px;
	}

	#header .social-networks {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding-top: 0;
		width: auto;
	}

	#header .social-networks li:first-child {
		padding-left: 0;
	}

	.activities-nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding-right: 20px;
	}

	.activities-nav {
		padding-right: 41px;
	}

	.activities-nav li {
		padding: 0 0 0 20px;
	}

	.activities-nav li {
		padding: 0 0 0 41px;
	}

	.main-navigation {
		font-size: 14px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.main-navigation li {
		padding: 10px 0;
		margin-left: 20px;
	}

	.nav-opener {
		display: none;
	}

	.footer-nav li {
		padding-left: 13px;
		padding-right: 13px;
	}

	.intro-block .container {
		padding: 0 15px;
	}

	.article .text-hold {
		max-width: 400px;
		padding: 20px 17px;
	}

	.article:nth-child(even) .text-hold {
		padding: 20px 17px;
	}

	.shape-01 {
		width: 292px;
		height: 998px;
		top: 100px;
	}

	.shape-02 {
		top: -31px;
		width: 292px;
		height: 1258px;
	}

	.shape-03 {
		top: -352px;
		width: 301px;
		height: 1367px;
	}

	.shape-04 {
		bottom: 0;
		width: 370px;
		height: 1039px;
	}

	.shape-07 {
		width: 292px;
		height: 998px;
	}

	.shape-08 {
		width: 292px;
		height: 1258px;
	}

	.shape-09 {
		text-align: center;
		left: 0;
		bottom: 37px;
		height: 549px;
		right: 19px;
		display: block !important;
	}

	.shape-10 {
		top: 380px;
		width: 301px;
		height: 1367px;
	}

	.shape-11 {
		bottom: -71px;
	}

	.opening-hour-wrapper .intro {
		width: 450px;
		padding-right: 50px;
	}

	.opening-hour-wrapper .opening-hour-list {
		padding-left: 80px;
	}

	.home .page-banner:before {
		top: -175px;
	}

	.home .page-banner:after {
		top: -125px;
	}

	.rooms-section {
		padding-bottom: 105px;
	}

	.rooms-section .row {
		max-width: 956px;
		padding: 0;
		margin: 0 auto;
	}

	.rooms-section h2 {
		margin-left: 25px;
		padding-right: 25px;
	}

	.our-mission .img {
		margin-right: 97px;
	}

	.our-mission .col {
		width: 66.666%;
	}

	.our-mission .col:nth-child(even) {
		width: 33.333%;
	}

	.our-mission .text-hold {
		padding-bottom: 55px;
	}

	.our-mission .row:nth-child(even) .img {
		margin: 0 0 0 97px;
	}

	.the-space {
		padding: 110px 0 78px;
	}

	.the-space .box {
		padding: 0 21px;
	}

	.the-space .space-slider {
		margin: 0 -21px;
	}

	.boxes .intro {
		max-width: 900px;
		margin-left: auto;
		margin-right: auto;
	}

	.boxes .col {
		max-width: 33.333%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333%;
		flex: 0 0 33.333%;
	}

	.boxes .description {
		padding: 21px;
	}

	.pricing-section .intro {
		max-width: 900px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (min-width: 1200px) {
	#header .logo {
		width: 237px;
	}

	.main-navigation li {
		margin-left: 25px;
	}

	.article .text-hold {
		padding: 22px 22px 20px;
	}

	.article:nth-child(even) .text-hold {
		padding: 22px 22px 20px;
	}

	.shape-06 {
		right: -105px;
	}

	.shape-07 {
		top: 330px;
	}

	.shape-08 {
		top: -100px;
	}

	.shape-09 {
		height: 680px;
		padding-left: 104px;
	}

	.shape-10 {
		top: 469px;
	}

	.rooms-section .col:nth-child(even) .box:after {
		right: -105px;
	}

	.boxes .intro {
		max-width: 1040px;
	}

	.boxes .row {
		margin: 0 auto;
		max-width: 1092px;
	}

	.pricing-section .intro {
		max-width: 1040px;
	}
}

@media screen and (min-width: 1400px) {
	.shape-01 {
		top: -33px;
	}

	.shape-08 {
		top: -200px;
	}

	.shape-09 {
		padding-left: 171px;
		right: 0;
	}

	.home .page-banner:before {
		top: -262px;
	}

	.the-space .space-slider {
		margin-right: -140px;
	}
}

@media (max-width: 1023px) {
	iframe {
		width: 100%;
	}
}

@media screen and (max-width: 1023px) {
	#header .activities {
		width: 100%;
		max-height: 100%;
		overflow: scroll;
	}

	#header .activities .holder {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		padding-bottom: 15px;
	}

	.mobile-content {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		background: #0b0b0b;
		padding: 80px 0 20px;
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
		-webkit-transition: -webkit-transform .4s cubic-bezier(.645, .045, .355, 1);
		transition: -webkit-transform .4s cubic-bezier(.645, .045, .355, 1);
		transition: transform .4s cubic-bezier(.645, .045, .355, 1);
		transition: transform .4s cubic-bezier(.645, .045, .355, 1), -webkit-transform .4s cubic-bezier(.645, .045, .355, 1);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: 100vh;
	}

	.nav-active .mobile-content {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

@media (max-width: 767px) {
	.navigation .page-numbers,
	.navigation-comments .page-numbers {
		padding: 0 3px;
	}

	.navigation .next,
	.navigation .prev,
	.navigation-comments .next,
	.navigation-comments .prev {
		padding: .2em;
	}

	.navigation-single .next a,
	.navigation-single .prev a {
		padding: .2em;
	}
}

.shape-11 {
	display: none !important; 
}

.nav-opener {
	display:block;
}

.mobile-content {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #0b0b0b;
    padding: 80px 0 20px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform .4s cubic-bezier(.645, .045, .355, 1);
    transition: -webkit-transform .4s cubic-bezier(.645, .045, .355, 1);
    transition: transform .4s cubic-bezier(.645, .045, .355, 1);
    transition: transform .4s cubic-bezier(.645, .045, .355, 1), -webkit-transform .4s cubic-bezier(.645, .045, .355, 1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
}

#header .activities {
    width: 100%;
    max-height: 100%;
    overflow: scroll;
	display:block;
}

#header .activities .holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-bottom: 15px;
}

.nav-active .mobile-content {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
} 

.main-navigation, .activities-nav, .activities-nav li {
	display:block;
	padding-right:0px;
	padding-left:0px;
}

#header .social-networks {
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 20px;
    width: 100%;
}

.main-navigation li {
	margin-left:0px;
}

.smi-holder {
	display:flex;
	align-items:center;	
}

.special-menuitem {
	font-size:14px;
	display:inline-block;
	margin-left:20px;
	text-transform:uppercase;
	letter-spacing:0;
}

.spec-men .main-navigation li {
	margin-left: 25px;
	display: inline-block;
}

.language-selector {
	padding: 0px;
	    display: inline-block;
	    margin: 0;
	    vertical-align: middle;
}

.language-selector li {
	list-style: none;
	    display: inline-block;
	    margin-right: 5px;
	    padding-top: 6px;
	    	    text-transform: uppercase;
}

.language-selector li.current-lang {
	    font-weight: bold;
	    border-bottom: 1px solid #fc6d6b;
}

.nav-opener {
	display: inline-block;
}

@media (max-width: 990px) {
	.smi-holder {
		
		display:none !important;
	}
	
}

.mobile-content {
	overflow:scroll;
}

.mb-only {display:none !important;}

@media (max-width: 900px) {
	.mb-only {display:block !important;}
	.dk-only {display:none;}
	
	#header .logo{width:50px;}
	.language-selector li.mb-only {
		display:inline-block !important;
	}
	
}

#instafeed {
	text-align: center;
	width:100%;
}

#instafeed a {
	display:inline-block;
	width: 16%;
	height:16vw;
	margin:0 0.3%;
}

#instafeed a img {
	display:block;
	height:100%;
	width:100%;
	object-fit:cover;
}

.our-mission .img {
	background-position: 5% center;
}

.box .h1 {font-size:23px;}

@media (max-width: 800px) { 
	#instafeed a {
		display:inline-block;
		width: 45%;
		height:45vw;
		margin:0 2%;
	}
}


/**
 * Cookie Consent Popup
 */

#iubenda-cs-banner .iubenda-banner-content a {
	font-family: input-mono!important;
    font-size: 13px!important;
}

#iubenda-cs-banner #iubenda-cs-title {
	font-family: input-mono!important;
    font-size: 13px!important;
}

#iubenda-cs-banner.iubenda-cs-default-floating.iubenda-cs-center:not(.iubenda-cs-top):not(.iubenda-cs-bottom) .iubenda-cs-opt-group>div, #iubenda-cs-banner.iubenda-cs-default-floating:not(.iubenda-cs-bottom):not(.iubenda-cs-center) .iubenda-cs-opt-group>div, #iubenda-cs-banner.iubenda-cs-default-floating:not(.iubenda-cs-top):not(.iubenda-cs-center) .iubenda-cs-opt-group>div {
    font-family: input-mono!important;
    font-size: 13px!important;
}

#iubenda-cs-banner.iubenda-cs-default-floating.iubenda-cs-center:not(.iubenda-cs-top):not(.iubenda-cs-bottom) .iubenda-cs-opt-group button, #iubenda-cs-banner.iubenda-cs-default-floating:not(.iubenda-cs-bottom):not(.iubenda-cs-center) .iubenda-cs-opt-group button, #iubenda-cs-banner.iubenda-cs-default-floating:not(.iubenda-cs-top):not(.iubenda-cs-center) .iubenda-cs-opt-group button {
    font-family: input-mono!important;
    font-size: 13px!important;
}

#iubenda-cs-banner .iubenda-banner-content:not(.iubenda-custom-content) *, #iubenda-cs-banner [class*=" iub"], #iubenda-cs-banner [class^=iub] p {
    font-family: input-mono!important;
    font-size: 13px!important;
}


