/*
Theme Name: Kolmar
Author: Anonymous
Author URI:
Version: 1
Description: Kolmar 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;
}

/***************************************************************
These styles are subject to the following license agreement(s):

https://store.typenetwork.com/cart/eula/font-bureau
https://store.typenetwork.com/cart/eula/font-bureau
***************************************************************/

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

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	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-balance:before {
	content: "\e900";
}

.icon-beaker:before {
	content: "\e901";
}

.icon-boat:before {
	content: "\e902";
}

.icon-book:before {
	content: "\e903";
}

.icon-cart:before {
	content: "\e904";
}

.icon-contact:before {
	content: "\e905";
}

.icon-easel:before {
	content: "\e906";
}

.icon-favorite:before {
	content: "\e907";
}

.icon-folder:before {
	content: "\e908";
}

.icon-pulse-strong:before {
	content: "\e909";
}

.icon-stats-bars:before {
	content: "\e90a";
}

/**
 * Swiper 4.4.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 19, 2018
 */

.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0; /* Fix of Webkit flickering */
	z-index: 1;
}

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

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

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

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

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

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

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

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

/* Auto Height */

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto;
}

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

/* 3D Effects */

.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

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

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

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

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

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

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

/* IE10 Windows Phone 8 Fixes */

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

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

.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat;
}

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

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

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

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

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

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

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

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

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: 300ms opacity;
	transition: 300ms opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

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

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 10px;
	left: 0;
	width: 100%;
}

/* Bullets */

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

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

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

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

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

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

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

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

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2;
}

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

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

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

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

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

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

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

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

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

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

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

/* Progress */

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25);
	position: absolute;
}

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

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

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

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

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

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

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

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

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

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

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

/* Scrollbar */

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

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

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

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

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

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

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -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;
	text-align: center;
}

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

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

/* Preloader */

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

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

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

/* a11y */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body.compensate-for-scrollbar {
	overflow: hidden;
}

.fancybox-active {
	height: auto;
}

.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute !important;
	top: -9999px;
	visibility: hidden;
}

.fancybox-container {
	-webkit-backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: none;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	width: 100%;
	z-index: 99999;
}

.fancybox-container * {
	box-sizing: border-box;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
}

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	-webkit-transition-duration: inherit;
	transition-duration: inherit;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
	transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
	opacity: .9;
	-webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
	transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
	direction: ltr;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .25s ease, visibility 0s ease .25s;
	transition: opacity .25s ease, visibility 0s ease .25s;
	visibility: hidden;
	z-index: 99997;
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
	opacity: 1;
	-webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
	transition: opacity .25s ease 0s, visibility 0s ease 0s;
	visibility: visible;
}

.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-toolbar {
	right: 0;
	top: 0;
}

.fancybox-stage {
	direction: ltr;
	overflow: visible;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden;
}

.fancybox-slide {
	-webkit-backface-visibility: hidden;
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	transition-property: opacity, -webkit-transform;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	white-space: normal;
	width: 100%;
	z-index: 99994;
}

.fancybox-slide:before {
	content: "";
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
	display: block;
}

.fancybox-slide--image {
	overflow: hidden;
	padding: 44px 0;
}

.fancybox-slide--image:before {
	display: none;
}

.fancybox-slide--html {
	padding: 6px;
}

.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: relative;
	text-align: left;
	vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
	-webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	-webkit-backface-visibility: hidden;
	background: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	transition-property: opacity, -webkit-transform;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
	cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
	cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
	cursor: -webkit-grab;
	cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
	cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
	background: transparent;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
}

.fancybox-spaceball {
	z-index: 1;
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
	height: 100%;
	overflow: visible;
	padding: 0;
	width: 100%;
}

.fancybox-slide--video .fancybox-content {
	background: #000;
}

.fancybox-slide--map .fancybox-content {
	background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
	background: #fff;
}

.fancybox-iframe,
.fancybox-video {
	background: transparent;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.fancybox-iframe {
	left: 0;
	position: absolute;
	top: 0;
}

.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%;
}

.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

.fancybox-button {
	background: rgba(30, 30, 30, .6);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	-webkit-transition: color .2s;
	transition: color .2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px;
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
	color: #ccc;
}

.fancybox-button:hover {
	color: #fff;
}

.fancybox-button:focus {
	outline: none;
}

.fancybox-button.fancybox-focus {
	outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
	outline: none;
}

.fancybox-button div {
	height: 100%;
}

.fancybox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%;
}

.fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:nth-child(1),
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--play svg:nth-child(2) {
	display: none;
}

.fancybox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0;
	-ms-transform-origin: 0;
	transform-origin: 0;
	transition-property: -webkit-transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	z-index: 99998;
}

.fancybox-close-small {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: .8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401;
}

.fancybox-close-small:hover {
	color: #fff;
	opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
	overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display: none;
}

.fancybox-navigation .fancybox-button {
	background-clip: content-box;
	height: 100px;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width: 70px;
}

.fancybox-navigation .fancybox-button div {
	padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
	padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
	padding: 31px 6px 31px 26px;
	right: 0;
}

.fancybox-caption {
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 25px 44px;
	right: 0;
	text-align: center;
	z-index: 99996;
}

.fancybox-caption:before {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
	background-repeat: repeat-x;
	background-size: contain;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: -44px;
	z-index: -1;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none;
}

.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline;
}

.fancybox-loading {
	-webkit-animation: a 1s linear infinite;
	animation: a 1s linear infinite;
	background: transparent;
	border: 4px solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99999;
}

.fancybox-animated {
	-webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
	transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(.5, .5, .5);
	transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: rotate(-1turn);
	-ms-transform: rotate(-1turn);
	transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: rotate(1turn);
	-ms-transform: rotate(1turn);
	transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scaleX(1) translateZ(0);
	transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translateZ(0) scale(1);
	transform: translateZ(0) scale(1);
}

.fancybox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center;
}

.fancybox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px;
}

.fancybox-share p {
	margin: 0;
	padding: 0;
}

.fancybox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	-webkit-transition: all .2s;
	transition: all .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
	color: #fff;
}

.fancybox-share__button:hover {
	text-decoration: none;
}

.fancybox-share__button--fb {
	background: #3b5998;
}

.fancybox-share__button--fb:hover {
	background: #344e86;
}

.fancybox-share__button--pt {
	background: #bd081d;
}

.fancybox-share__button--pt:hover {
	background: #aa0719;
}

.fancybox-share__button--tw {
	background: #1da1f2;
}

.fancybox-share__button--tw:hover {
	background: #0d95e8;
}

.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px;
}

.fancybox-share__button svg path {
	fill: #fff;
}

.fancybox-share__input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0;
	outline: none;
	padding: 10px 15px;
	width: 100%;
}

.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	width: 212px;
	z-index: 99995;
}

.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block;
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px;
}

.fancybox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
	width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px;
}

.fancybox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, .1);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px;
}

.fancybox-thumbs__list a:before {
	border: 6px solid #ff5268;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
	z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
	opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
	opacity: 1;
}

.swiper-pagination ul,
.swiper-pagination-static,
.article .entry-body .inner > ul:not([class]):not([id]),
.open-close-block .slide ul:not([class]),
.contact-list,
.pin-list,
#nav,
#nav ul,
.social-networks,
.header-links {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
dl:after,
.content-wrap .container: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: #fff;
	background: #424b54;
	font: 16px/1.75 "Interstate Reg", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	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.75em;
}

blockquote {
	margin: 0 0 1.75em;
}

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;
	width: 100%;
	font-size: 16px;
	line-height: 1.28;
	color: #ccc;
	background: transparent;
	border: none;
	border-bottom: 2px solid white;
	padding: .5em 0;
	-webkit-transition: border-color .27s linear;
	transition: border-color .27s linear;
	-webkit-animation-name: autofill;
	animation-name: autofill;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

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: #ccc;
}

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: #ccc;
}

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: #ccc;
}

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: #ccc;
}

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

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-bottom: 2px solid rgba(255, 255, 255, .7);
	outline: none;
}

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

textarea {
	resize: vertical;
	vertical-align: top;
}

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

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	-webkit-text-fill-color: #ccc;
	-webkit-transition: background-color 5000s ease-in-out 0s !important;
	transition: background-color 5000s ease-in-out 0s !important;
}

.content-wrap {
	padding: 77px 0 0;
}

.content-wrap .container {
	max-width: 1090px;
}

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

#content:only-child {
	float: none;
	width: 100%;
}

#sidebar {
	float: right;
	width: 100%;
}

#sidebar #wp-calendar {
	width: 100%;
}

.widget {
	margin-bottom: 1.75em;
}

.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;
}

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

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

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

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	color: #fff;
	border: none;
	padding: .5em 1em;
	border-radius: 8px;
	background: #80ba27;
	-webkit-transition: background .27s ease-in-out;
	transition: background .27s ease-in-out;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	background: rgba(128, 186, 39, .7);
}

.commentlist {
	margin: 0 0 1.75em;
}

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

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

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

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

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

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

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

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

.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%;
	color: #fff;
	padding: .4em;
	text-decoration: none;
	border-radius: 8px;
	background: #80ba27;
	-webkit-transition: background .27s ease-in-out;
	transition: background .27s ease-in-out;
	margin: .2em 0;
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
	background: rgba(128, 186, 39, .7);
}

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

.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 48%;
	color: #fff;
	text-decoration: none;
	border-radius: 8px;
	background: #80ba27;
	-webkit-transition: background .27s ease-in-out;
	transition: background .27s ease-in-out;
}

.navigation-single .next:hover,
.navigation-single .prev:hover {
	background: rgba(128, 186, 39, .7);
}

.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.75em;
}

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

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

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

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

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

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

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

.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;
}

.search-no-results,
.search-results,
.error404 {
	max-width: 1060px;
	margin: 0 auto;
	padding: 120px 15px 0;
}

.search-no-results .search-form input[type="search"],
.search-results .search-form input[type="search"],
.error404 .search-form input[type="search"] {
	margin: 0 4px 6px 0;
	width: 203px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: "Interstate Bd", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 400;
	margin: 0 0 .5em;
	color: inherit;
}

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

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

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

h4,
.h4 {
	font-size: 20px;
	margin: 0 0 .35em;
}

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

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

p {
	margin: 0 0 1em;
}

a {
	color: white;
	text-decoration: none;
	-webkit-transition: color .27s ease-in-out;
	transition: color .27s ease-in-out;
}

a:hover,
a:focus {
	color: rgba(255, 255, 255, .7);
}

html,
body {
	height: 100%;
}

.swiper-page-template,
.swiper-page-template > #wrapper {
	height: 100%;
}

.swiper-container,
.swiper-wrapper,
.swiper-slide {
	height: 100%;
}

#wrapper {
	overflow: hidden;
	position: relative;
}

.container {
	max-width: 992px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}

.swiper-wrapper .swiper-slide:last-of-type .scroll-indicator {
	display: none;
}

.swiper-slide {
	position: relative;
	-webkit-transition: background-color .7s ease-in-out;
	transition: background-color .7s ease-in-out;
	overflow: hidden;
}

.swiper-slide.swiper-slide-duplicate-active .entry-bg:before,
.swiper-slide.swiper-slide-active .entry-bg:before {
	-webkit-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
}

.swiper-slide.swiper-slide-duplicate-active .cover-link,
.swiper-slide.swiper-slide-duplicate-active picture,
.swiper-slide.swiper-slide-active .cover-link,
.swiper-slide.swiper-slide-active picture {
	-webkit-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
}

.swiper-slide.swiper-slide-duplicate-active .read-more,
.swiper-slide.swiper-slide-active .read-more {
	-webkit-animation: readMoreMob .7s ease forwards 1.3s;
	animation: readMoreMob .7s ease forwards 1.3s;
}

.swiper-slide.hasnt-multiply .entry-bg:before {
	display: none !important;
}

.swiper-slide.no-multiply .entry-bg:before {
	display: none !important;
}

.swiper-slide.no-multiply picture {
	mix-blend-mode: normal;
}

.swiper-slide.no-multiply picture img {
	object-fit: contain;
}

.swiper-slide .entry-bg:before {
	background-color: rgba(255, 255, 255, 0);
}

.page-transition .swiper-slide .entry-bg:before {
	-webkit-animation: pageTransition .8s ease-out forwards;
	animation: pageTransition .8s ease-out forwards;
}

.swiper-slide .read-more:hover + .entry-bg:before {
	background: rgba(255, 255, 255, .5);
}

.swiper-slide .entry-bg {
	background-color: inherit;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: background-color .7s ease-in-out;
	transition: background-color .7s ease-in-out;
}

.swiper-slide .entry-bg:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 84.6%;
	height: 69.8%;
	-webkit-transform: translate(-50%, -50%) scale(.9);
	-ms-transform: translate(-50%, -50%) scale(.9);
	transform: translate(-50%, -50%) scale(.9);
	-webkit-transition-property: height, width, background-color, -webkit-transform;
	transition-property: height, width, background-color, -webkit-transform;
	transition-property: transform, height, width, background-color;
	transition-property: transform, height, width, background-color, -webkit-transform;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-transition-delay: 1.0s, 0s, 0s, 0s;
	transition-delay: 1.0s, 0s, 0s, 0s;
}

.swiper-slide .cover-link,
.swiper-slide picture {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(.9);
	-ms-transform: translate(-50%, -50%) scale(.9);
	transform: translate(-50%, -50%) scale(.9);
	width: 84.6%;
	height: 69.8%;
	-webkit-transition-property: height, width, -webkit-transform;
	transition-property: height, width, -webkit-transform;
	transition-property: transform, height, width;
	transition-property: transform, height, width, -webkit-transform;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-transition-delay: 1.0s, 0s, 0s;
	transition-delay: 1.0s, 0s, 0s;
}

.page-transition .swiper-slide .cover-link,
.page-transition .swiper-slide picture {
	-webkit-animation: pageTransition .8s ease-out forwards;
	animation: pageTransition .8s ease-out forwards;
}

.swiper-slide .cover-link {
	z-index: 2;
}

.page-transition .swiper-slide .cover-link {
	pointer-events: none;
}

.swiper-slide picture {
	display: block;
	mix-blend-mode: multiply;
	background: inherit;
	position: relative;
	overflow: hidden;
}

.swiper-slide picture:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: inherit;
	opacity: .4;
	z-index: 1;
}

.swiper-slide picture img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%;
	max-width: none;
}

.swiper-slide .entry-body {
	font-family: "Interstate Lt", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	max-width: 75vw;
	width: 100%;
	font-size: 13px;
	line-height: 1.44;
	line-height: 1.4;
	font-weight: 300;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
}

.swiper-slide .entry-body h1 {
	font-size: 24px;
	line-height: 1.17;
	color: #fff;
	margin: 0 0 .3em;
}

.swiper-slide .entry-body h1:only-child {
	margin: 0;
}

.swiper-slide .entry-body p:last-of-type {
	margin: 0;
}

.swiper-slide .entry-decor {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 6%;
	object-fit: contain;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.swiper-slide .entry-decor img {
	width: 100%;
}

.swiper-slide .read-more {
	position: absolute;
	bottom: 18%;
	left: 2px;
	overflow: hidden;
	white-space: nowrap;
	width: 0;
}

.read-more {
	width: 106px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	font-size: 14px;
	line-height: 1;
	text-transform: uppercase;
	color: #fff;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 3;
}

.read-more:hover:before {
	-webkit-transform: translate3d(0, 0, 0) scaleX(1);
	transform: translate3d(0, 0, 0) scaleX(1);
}

.read-more:before {
	content: "";
	display: inline-block;
	height: 3px;
	width: 108%;
	background: #fff;
	-webkit-transform: translate3d(0, 0, 0) scaleX(.32);
	transform: translate3d(0, 0, 0) scaleX(.32);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	margin: 0 14px 0 0;
	position: absolute;
	top: .34em;
	left: 0;
	-webkit-transition: -webkit-transform .4s ease-out;
	transition: -webkit-transform .4s ease-out;
	transition: transform .4s ease-out;
	transition: transform .4s ease-out, -webkit-transform .4s ease-out;
}

.scroll-indicator-wrap {
	font-size: 10px;
	position: absolute;
	bottom: -19px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: 1;
}

.scroll-indicator-wrap:hover .scroll-indicator > span {
	-webkit-animation: line-scroll 3s ease-in-out forwards infinite;
	animation: line-scroll 3s ease-in-out forwards infinite;
}

.scroll-indicator-wrap .text {
	display: block;
	position: relative;
	top: 15px;
}

.scroll-indicator {
	display: block;
	position: relative;
	height: 80px;
	width: 100%;
}

.scroll-indicator > span {
	position: absolute;
	bottom: -20px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 2px;
	height: 80px;
	-webkit-animation: none;
	animation: none;
	background: #fff;
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, .6) 50%, rgba(255, 255, 255, 0) 0);
	background: linear-gradient(180deg, rgba(255, 255, 255, .6) 50%, rgba(255, 255, 255, 0) 0);
	background-size: 100% 200%;
	background-position: 0 0;
}



#inner-logo iframe {
	width: 100%;
	height: 100%;
	margin: 0;
}

.swiper-pagination {
	position: fixed;
	right: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	font-size: 14px;
	z-index: 99998;
}

.swiper-pagination li {
	padding: 0 15px 0 0;
	position: relative;
}

.swiper-pagination li > span {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background-color: #fff;
	width: 2px;
	height: 10px;
	-webkit-transition: background-color 1.0s ease-in-out, width .3s linear;
	transition: background-color 1.0s ease-in-out, width .3s linear;
}

.swiper-pagination li:not(:last-child) {
	margin: 0 0 18px;
}

.swiper-pagination li.active > span {
	width: 8px;
	background-color: #fff !important;
}

.swiper-pagination li.active .icon-wrap {
	border-color: #fff !important;
}

.swiper-pagination li.active a {
	border-color: #fff;
	color: #fff;
}

.swiper-pagination li.hidden-page-item {
	display: none;
}

.swiper-pagination a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1;
	color: inherit;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	border: 1px solid transparent;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
	-webkit-transition: border-color .7s ease-in-out, color .7s ease-in-out, opacity .3s linear, -webkit-transform .3s linear;
	transition: border-color .7s ease-in-out, color .7s ease-in-out, opacity .3s linear, -webkit-transform .3s linear;
	transition: border-color .7s ease-in-out, color .7s ease-in-out, transform .3s linear, opacity .3s linear;
	transition: border-color .7s ease-in-out, color .7s ease-in-out, transform .3s linear, opacity .3s linear, -webkit-transform .3s linear;
}

.swiper-pagination .icon-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 25px;
	height: 25px;
	border: 1px solid #fff;
	border-radius: 50%;
	padding: 5px;
	box-sizing: border-box;
	position: relative;
	font-size: .8em;
}

.swiper-pagination .icon-wrap i[class*="ion-ios"] {
	font-size: 1.5em;
}

.swiper-pagination-static {
	font-size: 12px;
	line-height: 1;
	text-transform: uppercase;
	padding: 8px 0 0;
	box-sizing: border-box;
}

.swiper-pagination-static li:not(:last-child) {
	margin: 0 0 10px;
}

.swiper-pagination-static li a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
}

.swiper-pagination-static li a:hover {
	color: rgba(255, 255, 255, .7);
}

.swiper-pagination-static .icon-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 25px;
	height: 25px;
	border: 1px solid #fff;
	border-radius: 50%;
	padding: 5px;
	box-sizing: border-box;
	margin: 0 9px 0 0;
	font-size: .8em;
	line-height: 1;
}

.swiper-pagination-static .icon-wrap i[class*="ion-ios"] {
	font-size: 1.5em;
}

.popup-holder {
	position: relative;
	overflow: hidden;
	height: 0;
}

.btn {
	display: inline-block;
	font-size: 18px;
	line-height: 1;
	color: #fff;
	min-width: 225px;
	text-align: center;
}

.btn.btn-default {
	border-radius: 8px;
	background-color: #80ba27;
	padding: .75em .3em;
	-webkit-transition: background-color .27s ease-in-out;
	transition: background-color .27s ease-in-out;
}

.btn.btn-default:hover {
	background-color: rgba(128, 186, 39, .8);
}

.btn.btn-outline {
	padding: .7em .3em;
	border-radius: 8px;
	border: 2px solid #fff;
	-webkit-transition: background-color .27s ease-in-out, border-color .27s ease-in-out;
	transition: background-color .27s ease-in-out, border-color .27s ease-in-out;
}

.btn.btn-outline:hover {
	border-color: rgba(128, 186, 39, .8);
	background-color: rgba(128, 186, 39, .8);
	color: white !important;
}

#main {
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
}

#loader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99997;
	background: #424b54;
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#loader iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .4;
}

#loader > span {
	max-width: 500px;
	text-align: center;
	font: 36px/1.28 "Interstate Bd", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	display: inline-block;
	position: relative;
	z-index: 1;
	opacity: 0;
	-webkit-animation: loaderText 1s linear forwards;
	animation: loaderText 1s linear forwards;
	padding: 0 15px;
	visibility: hidden;
}

html.show-loader-logo #loader > span {
	visibility: visible;
}

html.hide-loader-logo #loader > span {
	opacity: 0;
	visibility: hidden;
	display: none;
}

html:not(.loader) #loader {
	display: none;
}

html.loader #loader {
	opacity: 1;
}

html.loader #main {
	opacity: 0;
}

html.loaded #main {
	opacity: 1;
}

.page-child #wrapper #main,
.page-child .article,
.page-child .article .entry-header,
.page-child .article .entry-thumbnail,
.page-child .article .entry-thumbnail picture {
	background-color: inherit;
}

.article {
	position: relative;
	padding: 0 0 30px;
	min-height: 100vh;
}

.article .decor-wrap {
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 160vw;
	z-index: 1;
}

.article .decor-wrap svg {
	width: 100%;
	height: 100%;
}

.article .decor-wrap svg .hd {
	display: none;
}

.article .entry-header {
	padding: 42px 0 0 8px;
}

.article .entry-header .container {
	max-width: 77vw;
}

.article .entry-thumbnail {
	position: fixed;
	top: 0;
	right: 0;
	width: 72vw;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
	mix-blend-mode: multiply;
	overflow: hidden;
	background: #000;
}

.article .entry-thumbnail picture {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0 !important;
}

.article .entry-thumbnail picture:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: inherit;
	z-index: 1;
	opacity: .4;
}

.article .entry-thumbnail img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: none;
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
}

.article .entry-body {
	position: relative;
	z-index: 2;
	padding: 35px 0;
}

.article .entry-body .inner {
	max-width: 720px;
}

.article .entry-body .inner > p {
	max-width: 600px;
}

.article .entry-body .inner > p:not(:last-child) {
	margin: 0 0 1.44em;
}

.article .entry-body .inner > ul:not([class]):not([id]) {
	margin: 0 0 1em;
}

.article .entry-body .inner > ul:not([class]):not([id]) > li {
	padding: 0 0 0 2.3em;
}

.article .entry-body .inner > ul:not([class]):not([id]) > li:before {
	content: "•";
	display: inline-block;
	margin: 0 1.1em 0 -1.5em;
}

.article .entry-body h1 {
	font-size: 30px;
	line-height: 1.17;
	margin: 0 0 .8em;
}

.article .entry-body picture {
	display: block;
	margin: 0 0 .4em;
	margin: 0 0 1.6em;
}

.article .entry-body a {
	color: #fff;
}

.article .entry-body a:hover {
	color: rgba(255, 255, 255, .7);
}

.article img[src*="matters_inhalt_screen"] {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
}

.back-link {
	font-size: 14px;
	line-height: 1;
	text-transform: uppercase;
	position: relative;
	z-index: 5;
}

.back-link a {
	color: #fff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.back-link a:hover {
	color: rgba(255, 255, 255, .7);
}

.back-link a:hover:before {
	background: rgba(255, 255, 255, .7);
}

.back-link a:hover .icon-wrap {
	border-color: rgba(255, 255, 255, .7);
}

.back-link .icon-wrap {
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 12px;
	width: 25px;
	height: 25px;
	border: 1px solid #fff;
	border-radius: 50%;
	padding: 5px;
	box-sizing: border-box;
	line-height: 1;
	-webkit-transition: border-color .27s ease-in-out;
	transition: border-color .27s ease-in-out;
}

.back-link .icon-wrap i[class*="ion-ios"] {
	font-size: 16px;
}

.download-link {
	color: #fff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	line-height: 1;
}

.download-link i {
	font-size: 1.42em;
	margin: 0 .5em 0 0;
}

.open-close-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 14px;
	line-height: 1;
}

.open-close-block header h3 {
	padding: .9em 0;
	border-bottom: 1px solid #fff;
	margin: 0;
}

.open-close-block header + .open-close address {
	font-weight: 700;
}

.open-close-block > div {
	max-width: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

.article.contact-mod .open-close-block .open-close {
	margin: 0;
}

.article.contact-mod .open-close-block .open-close.active .opener {
	border-bottom: 1px solid transparent;
	padding: 1.3em 0 0;
}

.open-close-block .open-close.active .opener i {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.open-close-block .opener {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 18px;
	font-weight: 700;
	padding: .9em 0;
	border-bottom: 1px solid #fff;
	-webkit-transition: color .27s ease-in-out, padding .4s linear, border .3s linear;
	transition: color .27s ease-in-out, padding .4s linear, border .3s linear;
}

.article.contact-mod .open-close-block .opener {
	font-size: 16px;
	padding: 1.3em 0 1.51em;
}

.open-close-block .opener i {
	display: inline-block;
	position: relative;
	font-size: .58em;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: -webkit-transform .4s linear;
	transition: -webkit-transform .4s linear;
	transition: transform .4s linear;
	transition: transform .4s linear, -webkit-transform .4s linear;
}

.article.contact-mod .open-close-block .opener i {
	font-size: 1em;
}

.article.contact-mod .open-close-block .slide {
	border-bottom: 1px solid #fff;
}

.open-close-block .slide ul:not([class]) li {
	border-bottom: 1px solid #fff;
	padding: .6em 0;
}

.open-close-block .slide > div {
	font-size: 18px;
	line-height: 1.56;
	padding: 3px 0;
}

.open-close-block address {
	font-style: normal;
	margin: 0 0 1.7em;
}

.contact-list {
	margin: 0 0 1.6em;
}

.contact-list > li:not(:last-child) {
	margin: 0 0 .55em;
}

.scroll-top {
	width: 31px;
	height: 31px;
	border-radius: 50%;
	border: 1px solid #fff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 20px;
	line-height: 1;
	color: #fff;
	position: fixed;
	bottom: 15px;
	right: 15px;
	z-index: 1003;
	background: rgba(255, 255, 255, .2);
	opacity: 0;
	-webkit-transition: opacity .27s linear;
	transition: opacity .27s linear;
}

.entry-article-section {
	max-width: 707px;
}

.entry-article-section h4 {
	border-bottom: 3px solid #e46d70;
	padding: .25em 0 .35em;
	margin: 0;
}

.entry-article-section .entry-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 16px 0;
}

.entry-article-section .entry-images {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

.entry-article-section .entry-images > * {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.entry-article-section .entry-images > *:not(:first-child) {
	margin: 0 0 0 16px;
}

.entry-article-section .entry-images picture {
	margin: 0;
}

.entry-article-section .entry-images a {
	position: relative;
	width: 100%;
	height: 148px;
}

.entry-article-section .entry-images a:before {
	display: inline-block;
	font-family: "Ionicons";
	content: "\f2f5";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-rendering: auto;
	font-size: 20px;
	line-height: 1;
	position: absolute;
	right: 4px;
	bottom: 1px;
}

.entry-article-section .entry-images a picture {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.entry-article-section .entry-images a img {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	max-width: none;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.entry-article-section .entry-text {
	max-width: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	padding: 1em 0 0;
}

.entry-article-section .entry-text p:last-child {
	margin: 0;
}

.map-wrap {
	margin: 0 0 24px;
}

.map-wrap .inner-wrap {
	width: 768px;
	margin: 0 auto;
	position: relative;
}

.map-wrap img {
	display: block;
	width: 100%;
	max-width: none;
}

.pin-popup-holder {
	position: absolute;
	z-index: 1;
}

.pin-popup-holder.popup-active {
	z-index: 1001;
}

.pin-popup-holder.popup-active .popup {
	opacity: 1;
	visibility: visible;
}

.pin-popup-holder.popup-active .open {
	border-color: #fff;
}

.pin-popup-holder.popup-active .open:before {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.pin-popup-holder.big-mod .open:before {
	width: 10px;
	height: 10px;
}

.pin-popup-holder .open {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 14px;
	height: 14px;
	border: 1px solid transparent;
	border-radius: 50%;
	position: relative;
	-webkit-transition: border-color .27s linear;
	transition: border-color .27s linear;
}

.pin-popup-holder .open:before {
	display: block;
	content: "";
	width: 6px;
	height: 6px;
	background: #fff;
	border-radius: 50%;
	-webkit-transition: -webkit-transform .27s linear;
	transition: -webkit-transform .27s linear;
	transition: transform .27s linear;
	transition: transform .27s linear, -webkit-transform .27s linear;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.pin-popup-holder .popup {
	width: 187px;
	display: block !important;
	font-size: 13px;
	line-height: 1.57;
	border-radius: 8px;
	background-color: rgba(128, 186, 39, .8);
	position: absolute;
	right: 50%;
	top: 24px;
	-webkit-transform: translate(50%, 0);
	-ms-transform: translate(50%, 0);
	transform: translate(50%, 0);
	padding: 10px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .27s linear, visibility .27s linear;
	transition: opacity .27s linear, visibility .27s linear;
}

.pin-popup-holder .popup:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 4px 6px;
	border-color: transparent transparent rgba(128, 186, 39, .8) transparent;
	position: absolute;
	bottom: 100%;
	left: 50%;
	-webkit-transform: translate(-55%, 0);
	-ms-transform: translate(-55%, 0);
	transform: translate(-55%, 0);
}

.pin-popup-holder .popup a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 12px;
	line-height: 1;
	-webkit-transition: color .27s ease-in-out;
	transition: color .27s ease-in-out;
	margin: 0 0 6px;
}

.pin-popup-holder .popup a:hover {
	color: rgba(255, 255, 255, .7);
}

.pin-popup-holder .popup a i {
	font-size: 1.6em;
	margin: 0 7px 0 0;
}

.pin-popup-holder address {
	font-style: normal;
	margin: 0 0 11px;
}

.pin-list {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.pin-list > li {
	position: absolute;
}

.contact-section:not(:last-child) {
	margin: 0 0 3.4em;
}

.contact-section h4 {
	margin: 0 0 1em;
}

.wpcf7-form {
	padding: 14px 0 0;
}

.wpcf7-form.invalid .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
	display: none !important;
}

.wpcf7-form.sent .row {
	display: none;
}

.wpcf7-form.sent .submit-wrap {
	display: none !important;
}

.wpcf7-form .wpcf7-mail-sent-ok {
	max-width: 345px;
	font-size: 18px;
	line-height: 1.56;
	color: #ccc;
	margin: 0 0 1em;
	padding: 0;
	border: none;
}

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

.wpcf7-form .row .col {
	max-width: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

.wpcf7-form .row .col:nth-child(2) {
	margin: 1.3em 0 0;
}

.wpcf7-form .row .col:nth-child(2) .form-group .wpcf7-form-control-wrap textarea {
	resize: none;
}

.wpcf7-form .form-group:not(:last-child) {
	margin: 0 0 1.3em;
}

.wpcf7-form .form-group.submit-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 8px 0 0;
	position: relative;
}

.wpcf7-form .form-group.error .wpcf7-form-control,
.wpcf7-form .form-group.error label {
	color: #d93438;
}

.wpcf7-form .form-group.error .wpcf7-not-valid-tip {
	display: none;
}

.wpcf7-form .form-group label {
	font-size: 14px;
	line-height: 1.1;
	display: block;
}

.wpcf7-form .wpcf7-form-control {
	width: 100%;
	font-size: 16px;
	line-height: 1.28;
	color: #ccc;
	background: transparent;
	border: none;
	border-bottom: 2px solid white;
	padding: .8em 0 1em;
	-webkit-transition: border-color .27s linear;
	transition: border-color .27s linear;
}

.wpcf7-form .wpcf7-form-control::-webkit-input-placeholder {
	color: #ccc;
}

.wpcf7-form .wpcf7-form-control::-moz-placeholder {
	opacity: 1;
	color: #ccc;
}

.wpcf7-form .wpcf7-form-control:-moz-placeholder {
	color: #ccc;
}

.wpcf7-form .wpcf7-form-control:-ms-input-placeholder {
	color: #ccc;
}

.wpcf7-form .wpcf7-form-control.placeholder {
	color: #ccc;
}

.wpcf7-form .wpcf7-form-control:focus {
	border-bottom: 2px solid rgba(255, 255, 255, .7);
	outline: none;
}

.wpcf7-form .wpcf7-form-control[type="submit"] {
	line-height: 1;
	min-width: 225px;
	width: auto;
	border-radius: 8px;
	background-color: #80ba27;
	border: none;
	color: #fff;
	margin: 0 0 auto;
	padding: .8em .3em;
	-webkit-transition: background-color .27s ease-in-out;
	transition: background-color .27s ease-in-out;
}

.wpcf7-form .wpcf7-form-control[type="submit"]:hover {
	background-color: rgba(128, 186, 39, .8);
}

.wpcf7-form .wpcf7-form-control-wrap.company-email {
	max-height: 0;
	overflow: hidden;
	display: block;
}

.wpcf7-form .ajax-loader {
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	top: 120%;
}

.gallary-list a:not(:first-child) {
	display: none;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 240px;
	z-index: 99999;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transform: translate(-237px, 0);
	-ms-transform: translate(-237px, 0);
	transform: translate(-237px, 0);
	-webkit-transition: background-color 1.7s ease-in-out, -webkit-transform .3s linear;
	transition: background-color 1.7s ease-in-out, -webkit-transform .3s linear;
	transition: transform .3s linear, background-color 1.7s ease-in-out;
	transition: transform .3s linear, background-color 1.7s ease-in-out, -webkit-transform .3s linear;
	background-color: rgba(225, 228, 231, .6);
}

.menu-active .header {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.header-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	overflow: hidden;
	overflow-y: auto;
}

.header-inner .entry-top,
.header-inner .entry-bottom {
	width: 100%;
}

.header-inner .entry-top {
	position: relative;
	padding: 28px 14px 0;
}

.header-inner .entry-bottom {
	margin-top: auto;
	padding: 0 14px 16px;
}

.nav-wrap {
	margin: 0 0 31px;
}

#nav {
	font-size: 14px;
	line-height: 1;
	text-transform: uppercase;
}

#nav > li {
	border-bottom: 1px solid #fff;
}

#nav > li:first-child {
	border-top: 1px solid #fff;
}

#nav > li.active > a {
	font-weight: 900;
}

#nav > li.drop-active {
	border-color: transparent;
}

#nav > li.drop-active a > .opener:before {
	position: relative;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

#nav > li ul {
	font-size: 13px;
	margin: 0 0 15px;
	background-color: rgba(244, 245, 246, .5);
	-webkit-transition: background-color 1.7s ease-in-out;
	transition: background-color 1.7s ease-in-out;
}

#nav > li ul li:not(.anchor-active) > a:not(:hover) {
	background-color: transparent !important;
}

#nav > li ul li:not(:last-child) {
	border-bottom: 1px solid rgba(255, 255, 255, .4);
}

#nav > li ul li a {
	padding: 1.2em 1.1em;
	-webkit-transition: background-color .7s ease-in-out;
	transition: background-color .7s ease-in-out;
}

#nav a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1.05em 0;
	color: #fff;
	overflow: hidden;
}

#nav a > .opener {
	margin: -1.05em -1em -1.05em 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 1em 0 1em;
}

#nav a > .opener:before {
	position: relative;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: -webkit-transform .27s ease-in-out;
	transition: -webkit-transform .27s ease-in-out;
	transition: transform .27s ease-in-out;
	transition: transform .27s ease-in-out, -webkit-transform .27s ease-in-out;
}

.menu-opener {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 28px;
	line-height: 1;
	color: #fff;
	position: absolute;
	top: 30px;
	left: 100%;
	width: 40px;
	height: 40px;
	background: inherit;
}

.menu-opener:before,
.menu-opener:after {
	content: "";
	position: absolute;
	right: 100%;
	width: 1px;
	box-shadow: 2px 0 10px rgba(0, 0, 0, .2);
}

.menu-opener:before {
	height: 100vh;
	bottom: 100%;
}

.menu-opener:after {
	height: 100vh;
	top: 100%;
}

.menu-opener i {
	display: inline-block;
	position: relative;
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	-webkit-transition: -webkit-transform .3s linear;
	transition: -webkit-transform .3s linear;
	transition: transform .3s linear;
	transition: transform .3s linear, -webkit-transform .3s linear;
}

.menu-active .menu-opener i {
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
}

.social-networks {
	font-size: 14px;
	line-height: 1;
	text-transform: uppercase;
	padding: 0 4px;
	margin: 0 0 32px;
}

.social-networks li:not(:last-child) {
	margin: 0 0 .3em;
}

.social-networks a {
	color: #fff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.social-networks a:hover {
	color: rgba(255, 255, 255, .7);
}

.social-networks a i {
	font-size: 1.42em;
	margin: 0 13px 0 0;
}

.single-logo {
	margin: 0 0 32px;
}

.header-links {
	font-family: "Interstate Lt", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 14px;
	line-height: 1;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.header-links > li:nth-of-type(odd):after {
	content: "–";
	margin: 0 3px 0;
}

.header-links a {
	color: #fff;
}

.header-links a:hover {
	color: rgba(255, 255, 255, .7);
}

.logo {
	position: fixed;
	right: 7.6%;
	width: 130px;
	height: 20px;
	z-index: 99998;
	top: 40px;
}

@media (min-width: 375px) {
	.hoberman-logo .inner-logo {
		-webkit-transform: translate(-138px, 72px);
		-ms-transform: translate(-138px, 72px);
		transform: translate(-138px, 72px);
	}

	.scroll-top {
		bottom: 99px;
		background: transparent;
	}
} 

@media (min-width: 556px) {
	.swiper-slide .entry-body {
		font-size: 14px;
	}

	.swiper-slide .entry-body h1 {
		font-size: 30px;
	}
}

@media (min-width: 768px) {
	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="search"],
	input[type="password"],
	textarea {
		font-size: 18px;
	}

	.content-wrap {
		padding: 120px 0 0;
	}

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

	.swiper-slide.swiper-slide-duplicate-active .read-more,
	.swiper-slide.swiper-slide-active .read-more {
		-webkit-animation: readMore .7s ease forwards 1.3s;
		animation: readMore .7s ease forwards 1.3s;
	}

	.swiper-slide .entry-bg:before {
		width: 76.6%;
		height: 71.8%;
	}

	.swiper-slide .cover-link,
	.swiper-slide picture {
		width: 76.6%;
		height: 71.8%;
	}

	.swiper-slide .entry-body {
		max-width: 452px;
		font-size: 16px;
		line-height: 1.56;
	}

	.swiper-slide .entry-body h1 {
		font-size: 40px;
		line-height: 1.38;
		margin: 0 0 .5em;
	}

	.swiper-slide .read-more {
		bottom: 19.95%;
		left: 4.6%;
	}

	.read-more {
		width: 165px;
	}

	.read-more:before {
		-webkit-transform: translate3d(0, 0, 0) scaleX(.5);
		transform: translate3d(0, 0, 0) scaleX(.5);
	}

	.scroll-indicator-wrap {
		bottom: -16px;
	}

	.hoberman-logo {
		bottom: 10.4%;
		right: 11.9%;
	} 

	.swiper-pagination li:not(:last-child) {
		margin: 0 0 27px;
	}

	.swiper-pagination-static {
		font-size: 14px;
	}

	.swiper-pagination-static li:not(:last-child) {
		margin: 0 0 27px;
	}

	#loader > span {
		font-size: 60px;
	}

	.article .decor-wrap {
		width: 125vw;
	}

	.article .entry-header {
		padding: 77px 0 0 0;
	}

	.article .entry-body .inner > p:not(:last-child) {
		margin: 0 0 1.75em;
	}

	.article .entry-body h1 {
		font-size: 40px;
		line-height: 1.2;
		margin: 0 0 .9em;
	}

	.back-link a:before {
		content: "";
		width: 90px;
		height: 3px;
		background: #fff;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		display: inline-block;
		margin: 0 16px 0 15px;
		-webkit-transition: background .27s ease-in-out;
		transition: background .27s ease-in-out;
	}

	.back-link .icon-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}

	.scroll-top {
		right: calc((100vw - 650px)/2);
	}

	.entry-article-section .entry-images a {
		height: 26vw;
	}

	.align-left {
		float: left !important;
		margin: 0 2em 1em 0 !important;
	}

	.align-right {
		float: right !important;
		margin: 0 0 1em 2em !important;
	}

	.map-wrap .inner-wrap {
		width: 1060px;
		height: 599px;
	}

	.wpcf7-form .form-group label {
		font-size: 18px;
	}

	.wpcf7-form .wpcf7-form-control {
		font-size: 18px;
	}

	.header-inner .entry-top {
		padding: 68px 14px 0;
	}

	.menu-opener {
		top: 71px;
	}

	.logo {
		width: 160px;
		height: 24px;
		right: 11.6%;
		top: 77px;
	}
}

@media (min-width: 768px) and (max-height: 768px) {
	.swiper-pagination-static {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -15px;
	}

	.swiper-pagination-static li {
		width: 50%;
		padding: 0 15px;
	}

	.swiper-pagination-static li:not(:last-child) {
		margin: 0 0 16px;
	}
}

@media (min-width: 1024px) {
	#content {
		width: 70%;
	}

	#sidebar {
		width: 25%;
	}

	.swiper-slide .entry-bg:before {
		width: 70.60%;
		height: 60.8%;
		-webkit-transform: translate(-50%, -50%) scale(.8);
		-ms-transform: translate(-50%, -50%) scale(.8);
		transform: translate(-50%, -50%) scale(.8);
	}

	.swiper-slide .cover-link,
	.swiper-slide picture {
		width: 70.60%;
		height: 60.8%;
		-webkit-transform: translate(-50%, -50%) scale(.8);
		-ms-transform: translate(-50%, -50%) scale(.8);
		transform: translate(-50%, -50%) scale(.8);
	}

	.swiper-slide .cover-link:hover {
		width: 81.1%;
		height: 66.8%;
	}

	.swiper-slide .cover-link:hover + .entry-bg:before {
		width: 81.1%;
		height: 66.8%;
	}

	.swiper-slide .cover-link:hover + .entry-bg + picture {
		width: 81.1%;
		height: 66.8%;
	}

	.swiper-slide .entry-body {
		max-width: 620px;
	}

	.swiper-slide .entry-body h1 {
		font-size: 40px;
		line-height: 1.1;
	}

	.swiper-slide .read-more {
		bottom: 23.55%;
		left: 9.6%;
	}

	.swiper-slide .read-more:hover + .entry-bg:before {
		width: 81.1%;
		height: 66.8%;
	}

	.swiper-slide .read-more:hover + .entry-bg + picture {
		width: 81.1%;
		height: 66.8%;
	}

	.scroll-indicator-wrap {
		bottom: 0;
	}

	.hoberman-logo {
		bottom: 9.2%;
		right: 14.9%;
	}

	.article.contact-mod .entry-body {
		padding: 77px 0 35px;
	}

	.article.contact-mod .entry-body h1 {
		margin: 0 0 .9em;
	}

	.article .decor-wrap {
		width: 72vw;
	}

	.article .decor-wrap svg .hd {
		display: block;
	}

	.article .decor-wrap svg .tablet {
		display: none;
	}

	.article .entry-thumbnail {
		width: 54vw;
	}

	.article .entry-body .inner p + .open-close-block {
		margin: -.8em -15px 0;
		margin: -1.1em -15px 0;
	}

	.open-close-block {
		font-size: 18px;
		margin: 0 -15px;
	}

	.open-close-block > div {
		max-width: 50%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		padding: 0 15px;
	}

	.open-close-block .open-close {
		margin: 0 0 19px;
	}

	.open-close-block .opener {
		font-size: 24px;
	}

	.article.contact-mod .open-close-block .opener {
		font-size: 18px;
	}

	.entry-article-section .entry-wrap {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		padding: 22px 0;
	}

	.entry-article-section .entry-images {
		max-width: 32%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 32%;
		flex: 0 0 32%;
		padding: 6px 0 0;
	}

	.entry-article-section .entry-images > *:not(:first-child) {
		margin: 0 0 0 9%;
	}

	.entry-article-section .entry-images a {
		height: 148px;
	}

	.entry-article-section .entry-text {
		max-width: 68%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 68%;
		flex: 0 0 68%;
		padding: 0 0 0 29px;
	}

	.map-wrap {
		margin: 0 0 45px;
	}

	.wpcf7-form .row {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		margin: 0 -15px;
	}

	.wpcf7-form .row .col {
		max-width: 50%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		padding: 0 15px;
	}

	.wpcf7-form .row .col:nth-child(2) {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0;
	}

	.wpcf7-form .row .col:nth-child(2) .form-group {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.wpcf7-form .row .col:nth-child(2) .form-group .wpcf7-form-control-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}

	.wpcf7-form .row .col:nth-child(2) .form-group .wpcf7-form-control-wrap textarea {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}

	.logo {
		right: 14.8%;
		top: 77px;
	}
}

@media (min-width: 1025px) {
	.pin-popup-holder .popup {
		width: 225px;
		font-size: 14px;
		padding: 15px 22px 9px;
	}
}

@media (min-width: 1200px) {
	.content-wrap {
		padding: 156px 0 0;
	}

	.swiper-slide .entry-bg:before {
		width: 73.61%;
		height: 66.8%;
	}

	.swiper-slide .cover-link,
	.swiper-slide picture {
		width: 73.61%;
		height: 66.8%;
	}

	.swiper-slide .cover-link:hover {
		width: 81.18%;
		height: 73.63%;
	}

	.swiper-slide .cover-link:hover + .entry-bg:before {
		width: 81.18%;
		height: 73.63%;
	}

	.swiper-slide .cover-link:hover + .entry-bg + picture {
		width: 81.18%;
		height: 73.63%;
	}

	.swiper-slide .entry-body {
		max-width: 48vw;
		font-size: 22px;
		line-height: 1.4;
	}

	.swiper-slide .entry-body h1 {
		font-size: 60px;
		line-height: 1.17;
	}

	.swiper-slide .read-more {
		bottom: 19%;
		left: 9.4%;
	}

	.swiper-slide .read-more:hover + .entry-bg:before {
		width: 81.18%;
		height: 73.63%;
	}

	.swiper-slide .read-more:hover + .entry-bg + picture {
		width: 81.18%;
		height: 73.63%;
	}

	.hoberman-logo {
		bottom: 7.6%;
		right: 13.2%;
	}

	.hoberman-logo .inner-logo {
		width: 180px;
		height: 180px;
		-webkit-transform: translate(-154px, 82px);
		-ms-transform: translate(-154px, 82px);
		transform: translate(-154px, 82px);
	} 

	.swiper-pagination .icon-wrap {
		margin: 0 1px 0 0;
	}

	.article .decor-wrap {
		width: 66.5vw;
	}

	.article .entry-header .container {
		max-width: 90vw;
	}

	.article .entry-body h1 {
		font-size: 50px;
		margin: 0 0 .65em;
	}

	.header {
		-webkit-transform: translate(-234px, 0);
		-ms-transform: translate(-234px, 0);
		transform: translate(-234px, 0);
	}

	.logo {
		right: 13.1%;
		top: 74px;
		width: 210px;
		height: 32px;
	}
}

@media (min-width: 1400px) {
	.article .entry-header .container {
		max-width: 1280px;
	}
}

@media (max-width: 1199px) {
	.article .entry-body {
		font-size: 14px;
		line-height: 1.79;
		padding: 45px 0;
	}

	.article .entry-body .container {
		max-width: 722px;
	}
}

@media (max-width: 1059px) {
	.map-wrap {
		overflow: hidden;
		overflow-x: auto;
	}

	.pin-popup-holder.bottom-mod .popup {
		top: auto;
		bottom: 24px;
	}

	.pin-popup-holder.bottom-mod .popup:before {
		bottom: auto;
		top: 100%;
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
		-webkit-transform-origin: 25% 50% 0;
		-ms-transform-origin: 25% 50% 0;
		transform-origin: 25% 50% 0;
	}
}

@media (max-width: 1023px) {
	.content-wrap .container {
		padding: 0 46px;
	}

	iframe {
		width: 100%;
	}

	.article .entry-body {
		padding: 64px 0;
		line-height: 1.64;
	}

	.article .entry-body .container {
		max-width: 513px;
	}

	.entry-article-section .entry-images a img {
		width: 100%;
	}
}

@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;
	}

	.swiper-slide .entry-body > div {
		padding: 0 15px 0 0;
	}

	.article .entry-body {
		line-height: 1.43;
		padding: 77px 0 30px;
	}

	.article .entry-body .container {
		padding: 0 46px;
	}

	.wpcf7-form .wpcf7-form-control[type="submit"] {
		width: 100%;
	}

	.single-logo {
		display: none;
	}

	.header-links {
		display: none;
	}
}

@media (max-width: 576px) {
	.fancybox-thumbs {
		width: 110px;
	}

	.fancybox-show-thumbs .fancybox-inner {
		right: 110px;
	}

	.fancybox-thumbs__list a {
		max-width: calc(100% - 10px);
	}
}

@media (max-height: 567px) and (max-width: 812px) {
	.swiper-slide .entry-body {
		font-size: 3vh !important;
	}

	.swiper-slide .entry-body h1 {
		font-size: 7vh !important;
	}

	.swiper-pagination {
		font-size: 3vh !important;
	}

	.swiper-pagination li:not(:last-child) {
		margin: 0 0 5vh !important;
	}

	.swiper-pagination a {
		width: 5vh !important;
		height: 5vh !important;
	}

	.swiper-pagination-static {
		font-size: 3vh !important;
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
		margin: 0 -15px !important;
	}

	.swiper-pagination-static li {
		width: 50%;
		padding: 0 15px;
	}

	.swiper-pagination-static .icon-wrap {
		width: 5vh !important;
		height: 5vh !important;
	}
}

@media (max-height: 567px) and (max-width: 375px) {
	.swiper-slide .entry-body {
		font-size: 2vh !important;
	}

	.swiper-slide .entry-body h1 {
		font-size: 5vh !important;
	}

	.swiper-pagination li:not(:last-child) {
		margin: 0 0 3.5vh !important;
	}

	.swiper-pagination-static {
		font-size: 2vh !important;
	}

	.swiper-pagination-static .icon-wrap {
		width: 4vh !important;
		height: 4vh !important;
	}
}

@media (max-width: 555px) {
	.swiper-slide .entry-body p {
		margin: 0 0 .3em;
	}
}

@media (max-width: 374px) {
	.content-wrap .container {
		padding: 0 15px;
	}

	.article .entry-body {
		line-height: 1.43;
		padding: 42px 0 30px;
	}

	.article .entry-body .container {
		padding: 0 15px;
	}
}

@media (max-height: 576px) {
	.fancybox-caption {
		padding: 12px;
	}

	.fancybox-slide {
		padding-left: 6px;
		padding-right: 6px;
	}

	.fancybox-slide--image {
		padding: 6px 0;
	}

	.fancybox-close-small {
		right: -6px;
	}

	.fancybox-slide--image .fancybox-close-small {
		background: #4e4e4e;
		color: #f2f4f6;
		height: 36px;
		opacity: 1;
		padding: 6px;
		right: 0;
		top: 0;
		width: 36px;
	}
}

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

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

@-webkit-keyframes a {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

@keyframes a {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

@-webkit-keyframes autofill {
	to {
		color: #ccc;
		background-color: transparent;
	}
}

@keyframes autofill {
	to {
		color: #ccc;
		background-color: transparent;
	}
}

@-webkit-keyframes readMore {
	0% {
		width: 0;
	}

	100% {
		width: 165px;
	}
}

@keyframes readMore {
	0% {
		width: 0;
	}

	100% {
		width: 165px;
	}
}

@-webkit-keyframes readMoreMob {
	0% {
		width: 0;
	}

	100% {
		width: 106px;
	}
}

@keyframes readMoreMob {
	0% {
		width: 0;
	}

	100% {
		width: 106px;
	}
}

@-webkit-keyframes pageTransition {
	100% {
		width: 100%;
		height: 100%;
	}
}

@keyframes pageTransition {
	100% {
		width: 100%;
		height: 100%;
	}
}

@-webkit-keyframes line-scroll {
	0% {
		background-position: 0 -80px;
	}

	80% {
		background-position: 0 0;
	}

	100% {
		background-position: 0 80px;
	}
}

@keyframes line-scroll {
	0% {
		background-position: 0 -80px;
	}

	80% {
		background-position: 0 0;
	}

	100% {
		background-position: 0 80px;
	}
}

@-webkit-keyframes loaderText {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes loaderText {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

