/*! 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;
}

#header .social-networks,
#nav .main-nav,
.product .specs ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix: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: #191919;
	font: 16px/1.2 "Oswald", "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;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	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: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: none;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #949494;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #000;
}

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: #949494;
}

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: #949494;
}

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: #949494;
}

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: #949494;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #949494;
}

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;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.ttf?eh17nt") format("truetype"), url("../fonts/icomoon.woff?eh17nt") format("woff"), url("../fonts/icomoon.svg?eh17nt#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: 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-mail:before {
	content: "";
}

.icon-location_on:before {
	content: "";
}

.icon-place:before {
	content: "";
}

.icon-room:before {
	content: "";
}

.icon-phone:before {
	content: "";
}

.icon-contact:before {
	content: "";
}

.icon-clock:before {
	content: "";
}

.icon-time:before {
	content: "";
}

.icon-history:before {
	content: "";
}

.icon-youtube:before {
	content: "";
}

.icon-instagram:before {
	content: "";
	color: #e4405f;
}

.icon-facebook:before {
	content: "";
	color: #1877f2;
}

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: 99;
}

.fancybox-container * {
	box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
}

.fancybox-bg {
	background: #000;
	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: 1;
	-webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
	transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
	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-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
	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;
	-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; /* Using without prefix would break IE11 */
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 103px 50px 50px;
	position: absolute;
	text-align: center;
	top: 0;
	-webkit-transition-property: opacity, -webkit-transform;
	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--previous,
.fancybox-slide--current,
.fancybox-slide--next {
	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;
	-ms-transform-origin: top left;
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-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-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
	cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
	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;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
}

.fancybox-spaceball {
	z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .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-video,
.fancybox-iframe {
	background: transparent;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

/* Fix iOS */

.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;
}

/* Buttons */

.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:visited,
.fancybox-button:link {
	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;
}

/* Fix IE11 */

.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--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
	display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
	display: none;
}

.fancybox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-ms-transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-ms-transform-origin: 0;
	-webkit-transform-origin: 0;
	transform-origin: 0;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
	background: transparent;
	border: 2px solid #fff;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: 1;
	padding: 0;
	position: absolute;
	right: 0;
	top: -28px;
	z-index: 401;
	width: 20px;
	height: 20px;
}

.fancybox-close-small:after,
.fancybox-close-small:before {
	content: "";
	background: #fff;
	position: absolute;
	height: 2px;
}

.fancybox-close-small:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 7px;
	left: -4px;
	right: -4px;
}

.fancybox-close-small:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 7px;
	left: -4px;
	right: -4px;
}

.fancybox-close-small svg {
	display: none;
}

.fancybox-close-small:hover {
	background: #fff;
	border-color: #000;
}

.fancybox-close-small:hover:after,
.fancybox-close-small:hover:before {
	background: #000;
}

.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;
}

/* Navigation arrows */

.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;
	left: env(safe-area-inset-left);
	padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
	padding: 31px 6px 31px 26px;
	right: 0;
	right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to top, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 75px 44px 25px 44px;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index: 99996;
}

.fancybox-caption--separate {
	margin-top: -50px;
}

.fancybox-caption__body {
	max-height: 50vh;
	overflow: auto;
	pointer-events: all;
}

.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;
}

/* Loading indicator */

.fancybox-loading {
	-webkit-animation: fancybox-rotate 1s linear infinite;
	animation: fancybox-rotate 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;
}

/* Transition effects */

.fancybox-animated {
	-webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
	transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.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: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
	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;
}

/* transitionEffect: zoom-in-out */

.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: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	-ms-transform: rotate(-360deg);
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

/* transitionEffect: circular */

.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: scale3d(1, 1, 1) translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.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: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */

/* Share */

.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 0;
}

.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 5px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	-webkit-transition: all .2s;
	transition: all .2s;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
	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 0;
	outline: none;
	padding: 10px 15px;
	width: 100%;
}

/* Thumbs */

.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px 2px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	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: center center;
	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;
}

/* Styling for Small-Screen Devices */

#main {
	position: relative;
	overflow: hidden;
}

.page-tab {
	display: none;
	opacity: 0;
}

.page-tab.tab-active {
	display: block;
}

.page-tab.page-loaded {
	opacity: 1;
}

.nicescroll-rails-vr {
	border: 2px solid #fff;
	overflow: hidden;
	left: 100% !important;
	margin-left: -12px;
}

html,
body,
#wrapper,
#main,
.page-holder,
.page-tab {
	min-height: 100%;
}

.section-holder {
	min-height: 100%;
	width: 100%;
}

.modal-active {
	overflow: hidden;
}

a,
input {
	outline: none;
}

#header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	background: rgba(0, 0, 0, .95);
	box-shadow: 0 1px 3px #000;
}

#header .holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	overflow: hidden;
	height: 0;
	-webkit-transition: height .3s cubic-bezier(.65, 0, .35, 1);
	transition: height .3s cubic-bezier(.65, 0, .35, 1);
}

#header .inner-holder {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

#header .logo {
	height: 100%;
	float: left;
	max-width: 10.875rem;
	min-width: 10.875rem;
	position: relative;
	z-index: 100;
}

#header .logo span {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	background: #710005;
	z-index: -1;
}

#header .logo a {
	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;
	min-height: 3.3125rem;
}

#header.mouse-in .logo span {
	-webkit-animation: animateFromLeft .3s ease forwards;
	animation: animateFromLeft .3s ease forwards;
}

#header.mouse-in .logo:hover span {
	-webkit-animation: animateToRight .3s ease forwards;
	animation: animateToRight .3s ease forwards;
}

#header.mouse-out .logo span {
	-webkit-animation: animateToRight .3s ease forwards;
	animation: animateToRight .3s ease forwards;
}

#header.header-anim-start .holder {
	height: 3.3125rem;
}

#header .social-networks {
	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: 1.4375rem;
	padding-bottom: 1.25rem;
}

#header .social-networks li {
	margin: 0 8px;
	-webkit-transform: translate(0, 10px);
	-ms-transform: translate(0, 10px);
	transform: translate(0, 10px);
	opacity: 0;
	-webkit-transition: opacity .3s cubic-bezier(.65, 0, .35, 1), -webkit-transform .3s cubic-bezier(.65, 0, .35, 1);
	transition: opacity .3s cubic-bezier(.65, 0, .35, 1), -webkit-transform .3s cubic-bezier(.65, 0, .35, 1);
	transition: transform .3s cubic-bezier(.65, 0, .35, 1), opacity .3s cubic-bezier(.65, 0, .35, 1);
	transition: transform .3s cubic-bezier(.65, 0, .35, 1), opacity .3s cubic-bezier(.65, 0, .35, 1), -webkit-transform .3s cubic-bezier(.65, 0, .35, 1);
	-webkit-transition: transform .3s cubic-bezier(.65, 0, .35, 1), opacity .3s cubic-bezier(.65, 0, .35, 1);
}

#header .social-networks li.animate {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	opacity: 1;
}

#header .social-networks a {
	color: #949494;
}

#header .social-networks a:before {
	color: #949494;
	-webkit-transition: color .1s ease;
	transition: color .1s ease;
}

#header .social-networks a:hover:before {
	color: #fff;
	-webkit-transition: color .1s ease;
	transition: color .1s ease;
}

#nav {
	-webkit-box-flex: 2;
	-ms-flex-positive: 2;
	flex-grow: 2;
}

#nav .drop {
	background: black;
	position: absolute;
	overflow: auto;
	top: -100vh;
	left: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: top .3s cubic-bezier(.65, 0, .35, 1), opacity .3s cubic-bezier(.65, 0, .35, 1);
	transition: top .3s cubic-bezier(.65, 0, .35, 1), opacity .3s cubic-bezier(.65, 0, .35, 1);
}

.nav-active #nav .drop {
	opacity: 1;
	top: 100%;
	-webkit-transition: top .3s cubic-bezier(.65, 0, .35, 1), opacity .3s cubic-bezier(.65, 0, .35, 1);
	transition: top .3s cubic-bezier(.65, 0, .35, 1), opacity .3s cubic-bezier(.65, 0, .35, 1);
}

#nav .drop-inner {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#nav .main-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	white-space: nowrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: .875rem;
	letter-spacing: .025rem;
	padding: 1.25rem 0;
}

#nav .main-nav li {
	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;
	margin-bottom: .625rem;
	-webkit-transform: translate(0, 3px);
	-ms-transform: translate(0, 3px);
	transform: translate(0, 3px);
	opacity: 0;
	-webkit-transition: opacity .5s cubic-bezier(.65, 0, .35, 1), -webkit-transform .6s cubic-bezier(.65, 0, .35, 1);
	transition: opacity .5s cubic-bezier(.65, 0, .35, 1), -webkit-transform .6s cubic-bezier(.65, 0, .35, 1);
	transition: transform .6s cubic-bezier(.65, 0, .35, 1), opacity .5s cubic-bezier(.65, 0, .35, 1);
	transition: transform .6s cubic-bezier(.65, 0, .35, 1), opacity .5s cubic-bezier(.65, 0, .35, 1), -webkit-transform .6s cubic-bezier(.65, 0, .35, 1);
	-webkit-transition: transform .6s cubic-bezier(.65, 0, .35, 1), opacity .5s cubic-bezier(.65, 0, .35, 1);
}

.is-touch #nav .main-nav li.active a {
	border-bottom: 1px solid #710005;
}

#nav .main-nav li.animate {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	opacity: 1;
}

#nav .main-nav li.mouse-in a span {
	-webkit-animation: animateToRight .3s ease forwards;
	animation: animateToRight .3s ease forwards;
}

#nav .main-nav li.mouse-out a span {
	-webkit-animation: animateFromLeft .3s ease forwards;
	animation: animateFromLeft .3s ease forwards;
}

#nav .main-nav a {
	position: relative;
	display: inline-block;
}

#nav .main-nav a span {
	position: absolute;
	bottom: -2px;
	left: 0;
	right: 100%;
	height: 2px;
	background: #710005;
}

#nav .opener {
	float: right;
	width: 31px;
	height: 31px;
	background: #000;
	background: #710005;
	position: relative;
	border-radius: 3px;
	text-indent: -9999px;
	overflow: hidden;
	margin: .75rem .75rem 0 0;
	position: relative;
	z-index: 100;
}

#nav .opener:before,
#nav .opener:after,
#nav .opener span {
	background: #fff;
	border-radius: 4px;
	position: absolute;
	top: 16px;
	left: 25%;
	right: 25%;
	height: 3px;
	margin-top: -2px; /* height/2 */
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

#nav .opener:before,
#nav .opener:after {
	content: "";
	top: 10px;
}

#nav .opener:after {
	top: 22px;
}

.nav-active #nav .opener span {
	opacity: 0;
}

.nav-active #nav .opener:after,
.nav-active #nav .opener:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 16px;
	left: 15%;
	right: 15%;
}

.nav-active #nav .opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.promo-section {
	height: 100vh;
	overflow: hidden;
	position: relative;
}

.video-holder {
	overflow: hidden;
	height: 100vh;
	background-size: cover;
}

.video-holder video {
	opacity: 0;
}

.video-holder.video-active video {
	opacity: 1;
}

.promo-holder {
	position: absolute;
	top: 3.3125rem;
	left: 0;
	right: 0;
	bottom: 0;
	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;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.logo-holder {
	max-width: 4.25rem;
	max-height: 5.875rem;
	margin-bottom: 1.1875rem;
}

.logo-holder svg {
	max-width: 100%;
	max-height: 100%;
	width: 100%;
	height: auto;
}

.logo-holder svg path {
	fill: #fff;
}

.logo-holder svg .left-part path {
	-webkit-transform: translate(50%, 0);
	-ms-transform: translate(50%, 0);
	transform: translate(50%, 0);
}

.page-loaded .logo-holder svg .left-part path {
	-webkit-animation: animateSVGLeftPart .8s cubic-bezier(.65, 0, .35, 1) forwards;
	animation: animateSVGLeftPart .8s cubic-bezier(.65, 0, .35, 1) forwards;
}

.logo-holder svg .right-part path {
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.page-loaded .logo-holder svg .right-part path {
	-webkit-animation: animateSVGRightPart .8s cubic-bezier(.65, 0, .35, 1) forwards;
	animation: animateSVGRightPart .8s cubic-bezier(.65, 0, .35, 1) forwards;
}

.logo-holder svg .center-part {
	opacity: 0;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
}

.page-loaded .logo-holder svg .center-part {
	-webkit-animation: animateSVGCenterPart .8s cubic-bezier(.65, 0, .35, 1) forwards;
	animation: animateSVGCenterPart .8s cubic-bezier(.65, 0, .35, 1) forwards;
}

.slogan-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 90%;
	max-width: 35rem;
	height: 5.25rem;
}

.slogan {
	position: relative;
	width: 100%;
	height: 0;
	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: 1.25rem;
	font-weight: 500;
	text-transform: uppercase;
	overflow: hidden;
	-webkit-transition: height 1.3s cubic-bezier(.25, .1, .25, 1);
	transition: height 1.3s cubic-bezier(.25, .1, .25, 1);
}

.slogan:after,
.slogan:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: #fff;
}

.slogan:before {
	top: auto;
	bottom: 0;
}

.slogan span {
	text-align: center;
	padding: .3125rem .3125rem .4375rem;
	letter-spacing: 1px;
	-webkit-transition: letter-spacing 3s cubic-bezier(0, .55, .45, 1);
	transition: letter-spacing 3s cubic-bezier(0, .55, .45, 1);
}

.slogan-anim-start .slogan span {
	letter-spacing: 4px;
}

.slogan-anim-start .slogan {
	height: 100%;
}

.preloader {
	position: absolute;
	height: 100vh;
	top: 0;
	left: 0;
	right: 0;
	background: #000;
	z-index: 80;
	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;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s linear, visibility .3s linear;
	transition: opacity .3s linear, visibility .3s linear;
}

.preloader-active .preloader {
	opacity: 1;
	visibility: visible;
}

.preloader .logo-holder {
	max-width: 3.4375rem;
	max-height: 5.875rem;
	margin-bottom: 0;
}

.preloader-active .preloader .logo-holder .left-part path {
	-webkit-animation: animateSVGLeftPart 1.6s cubic-bezier(.25, 1, .5, 1) alternate infinite;
	animation: animateSVGLeftPart 1.6s cubic-bezier(.25, 1, .5, 1) alternate infinite;
}

.preloader-active .preloader .logo-holder .right-part path {
	-webkit-animation: animateSVGRightPart 1.6s cubic-bezier(.25, 1, .5, 1) alternate infinite;
	animation: animateSVGRightPart 1.6s cubic-bezier(.25, 1, .5, 1) alternate infinite;
}

.preloader-active .preloader .logo-holder .center-part {
	-webkit-animation: animateSVGCenterPart 1.6s cubic-bezier(.25, 1, .5, 1) alternate infinite;
	animation: animateSVGCenterPart 1.6s cubic-bezier(.25, 1, .5, 1) alternate infinite;
}

.live-section {
	padding-top: 3.3125rem;
	overflow: hidden;
	min-height: 100vh;
}

.live-section .section-holder {
	height: 100%;
}

.live-section .section-frame {
	max-width: 100%;
	margin: 0 .625rem;
}

.live-section h1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	line-height: 1;
	padding-top: .875rem;
	margin: 0 0 .625rem 0;
	position: relative;
	z-index: 40;
}

.live-section h1 .left-part {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: right;
}

.live-section h1 .left-part .top-text {
	font-size: 1.5625rem;
	font-weight: 400;
	padding-right: .625rem;
	opacity: 0;
	-webkit-transform: translate(-20px, 0);
	-ms-transform: translate(-20px, 0);
	transform: translate(-20px, 0);
	-webkit-transition: opacity .7s cubic-bezier(.65, 0, .35, 1), -webkit-transform .7s cubic-bezier(.65, 0, .35, 1);
	transition: opacity .7s cubic-bezier(.65, 0, .35, 1), -webkit-transform .7s cubic-bezier(.65, 0, .35, 1);
	transition: transform .7s cubic-bezier(.65, 0, .35, 1), opacity .7s cubic-bezier(.65, 0, .35, 1);
	transition: transform .7s cubic-bezier(.65, 0, .35, 1), opacity .7s cubic-bezier(.65, 0, .35, 1), -webkit-transform .7s cubic-bezier(.65, 0, .35, 1);
}

.page-loaded .live-section h1 .left-part .top-text {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.live-section h1 .left-part .bottom-text {
	font-size: 3rem;
	font-weight: 300;
	letter-spacing: -2px;
	line-height: .9;
	opacity: 0;
	-webkit-transform: translate(0, -20px);
	-ms-transform: translate(0, -20px);
	transform: translate(0, -20px);
	-webkit-transition: opacity .7s cubic-bezier(.65, 0, .35, 1) .4s, -webkit-transform .7s cubic-bezier(.65, 0, .35, 1) .4s;
	transition: opacity .7s cubic-bezier(.65, 0, .35, 1) .4s, -webkit-transform .7s cubic-bezier(.65, 0, .35, 1) .4s;
	transition: transform .7s cubic-bezier(.65, 0, .35, 1) .4s, opacity .7s cubic-bezier(.65, 0, .35, 1) .4s;
	transition: transform .7s cubic-bezier(.65, 0, .35, 1) .4s, opacity .7s cubic-bezier(.65, 0, .35, 1) .4s, -webkit-transform .7s cubic-bezier(.65, 0, .35, 1) .4s;
	-webkit-transition: transform .7s cubic-bezier(.65, 0, .35, 1) .4s, opacity .7s cubic-bezier(.65, 0, .35, 1) .4s;
}

.page-loaded .live-section h1 .left-part .bottom-text {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.live-section h1 .right-part {
	font-size: 5.25rem;
	line-height: .71;
	opacity: 0;
	-webkit-transform: translate(-20px, 0);
	-ms-transform: translate(-20px, 0);
	transform: translate(-20px, 0);
	-webkit-transition: opacity .7s cubic-bezier(.65, 0, .35, 1) .9s, -webkit-transform .7s cubic-bezier(.65, 0, .35, 1) .9s;
	transition: opacity .7s cubic-bezier(.65, 0, .35, 1) .9s, -webkit-transform .7s cubic-bezier(.65, 0, .35, 1) .9s;
	transition: transform .7s cubic-bezier(.65, 0, .35, 1) .9s, opacity .7s cubic-bezier(.65, 0, .35, 1) .9s;
	transition: transform .7s cubic-bezier(.65, 0, .35, 1) .9s, opacity .7s cubic-bezier(.65, 0, .35, 1) .9s, -webkit-transform .7s cubic-bezier(.65, 0, .35, 1) .9s;
	-webkit-transition: transform .7s cubic-bezier(.65, 0, .35, 1) .9s, opacity .7s cubic-bezier(.65, 0, .35, 1) .9s;
}

.page-loaded .live-section h1 .right-part {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.live-section .video-section {
	max-width: 27.5rem;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.live-section .video-block {
	width: 100%;
	padding-top: 38%;
	position: relative;
	margin-bottom: 1.3125rem;
}

.live-section .video-block:after {
	content: "";
	position: absolute;
	border: 6px solid #fff;
	top: 5px;
	bottom: 5px;
	left: 5px;
	right: 5px;
	z-index: -1;
	opacity: 0;
	-webkit-transition: all .5s cubic-bezier(.65, 0, .35, 1), opacity .2s cubic-bezier(.65, 0, .35, 1);
	transition: all .5s cubic-bezier(.65, 0, .35, 1), opacity .2s cubic-bezier(.65, 0, .35, 1);
}

.live-section .video-block:hover:after {
	opacity: 1;
	top: -6px;
	bottom: -6px;
	left: -6px;
	right: -6px;
}

.live-section .video-block.latest {
	width: 100%;
	padding-top: 38%;
}

.live-section .video-block.latest .text-holder {
	bottom: 50%;
	-webkit-transform: translate(0, 50%);
	-ms-transform: translate(0, 50%);
	transform: translate(0, 50%);
}

.live-section .video-block.lazy-holder:after {
	display: none;
}

.live-section .video-block.lazy-holder .image-holder {
	opacity: 0;
	-webkit-transform: translate(0, 20px);
	-ms-transform: translate(0, 20px);
	transform: translate(0, 20px);
}

.live-section .video-block.lazy-holder .text-holder {
	opacity: 0;
}

.live-section .video-block.lazy-holder .text-holder .artist {
	text-shadow: none;
}

.live-section .video-block.lazy-holder .text-holder .composition {
	text-shadow: none;
}

.live-section .video-block a {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.live-section .video-block .image-holder {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: opacity .7s cubic-bezier(.65, 0, .35, 1), -webkit-transform .5s cubic-bezier(.65, 0, .35, 1);
	transition: opacity .7s cubic-bezier(.65, 0, .35, 1), -webkit-transform .5s cubic-bezier(.65, 0, .35, 1);
	transition: transform .5s cubic-bezier(.65, 0, .35, 1), opacity .7s cubic-bezier(.65, 0, .35, 1);
	transition: transform .5s cubic-bezier(.65, 0, .35, 1), opacity .7s cubic-bezier(.65, 0, .35, 1), -webkit-transform .5s cubic-bezier(.65, 0, .35, 1);
}

.live-section .video-block img {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.live-section .video-block .text-holder {
	position: absolute;
	left: 20px;
	right: 10px;
	bottom: 10px;
	opacity: 1;
	-webkit-transition: opacity .5s cubic-bezier(.65, 0, .35, 1) .1s;
	transition: opacity .5s cubic-bezier(.65, 0, .35, 1) .1s;
}

.live-section .video-block .text-holder .artist {
	display: block;
	font-weight: 700;
	width: 9.375rem;
	-webkit-transition: text-shadow .4s cubic-bezier(.65, 0, .35, 1) .2s;
	transition: text-shadow .4s cubic-bezier(.65, 0, .35, 1) .2s;
	text-shadow: -20px -20px 20px rgba(0, 0, 0, .5), -15px -30px 20px rgba(0, 0, 0, .5), 0 -35px 20px rgba(0, 0, 0, .5), -10px 0 20px rgba(0, 0, 0, .5), 0 10px 20px rgba(0, 0, 0, .5), 0 15px 20px rgba(0, 0, 0, .5);
}

.live-section .video-block .text-holder .composition {
	display: block;
	font-weight: 300;
	width: 9.375rem;
	padding-bottom: 1px;
	-webkit-transition: text-shadow .4s cubic-bezier(.65, 0, .35, 1) .2s;
	transition: text-shadow .4s cubic-bezier(.65, 0, .35, 1) .2s;
	text-shadow: -10px 0 20px rgba(0, 0, 0, .5), -10px 5px 20px rgba(0, 0, 0, .5), 0 10px 20px rgba(0, 0, 0, .5), 0 15px 20px rgba(0, 0, 0, .5);
}

.products-section {
	padding-top: 3.3125rem;
	overflow: hidden;
	min-height: 100vh;
	line-height: 1.3;
}

.is-touch .products-section {
	height: auto;
}

.products-section .section-holder {
	overflow: hidden;
}

.products-section .section-frame {
	max-width: 100%;
	margin: 0 .625rem;
}

.products-section .series {
	padding-top: 1.25rem;
}

.products-section .series:first-child {
	padding-top: .4375rem;
}

.products-section .series .heading {
	background: #000;
	min-height: 11.25rem;
	padding: 0 .3125rem;
	margin-bottom: .9375rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	opacity: 1;
	-webkit-transition: opacity 1s cubic-bezier(.33, 1, .68, 1);
	transition: opacity 1s cubic-bezier(.33, 1, .68, 1);
	z-index: 10;
}

.products-section .series .heading:after {
	position: absolute;
	content: "";
	left: -50vw;
	right: -50vw;
	background: #000;
	top: 0;
	bottom: 0;
	z-index: -1;
}

.products-section .series .heading.lazy-holder {
	opacity: 0;
}

.products-section .series .heading.lazy-holder h1 {
	-webkit-transform: translate(-30px, 0);
	-ms-transform: translate(-30px, 0);
	transform: translate(-30px, 0);
}

.products-section .series .heading h1 {
	position: relative;
	z-index: 1;
	margin: 0;
	font-size: 2.25rem;
	font-weight: 500;
	line-height: 1.2;
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: -webkit-transform 1s cubic-bezier(.33, 1, .68, 1);
	transition: -webkit-transform 1s cubic-bezier(.33, 1, .68, 1);
	transition: transform 1s cubic-bezier(.33, 1, .68, 1);
	transition: transform 1s cubic-bezier(.33, 1, .68, 1), -webkit-transform 1s cubic-bezier(.33, 1, .68, 1);
}

.products-section .series .heading h1 span {
	font-weight: 300;
	color: #6a6a6a;
	display: block;
}

.products-section .series .text-holder {
	overflow: hidden;
	font-size: 1.25rem;
	font-weight: 300;
	padding: 0 .3125rem;
	line-height: 1;
	opacity: 1;
	-webkit-transition: opacity 1s cubic-bezier(.33, 1, .68, 1);
	transition: opacity 1s cubic-bezier(.33, 1, .68, 1);
}

.products-section .series .text-holder.lazy-holder {
	opacity: 0;
}

.products-section .series .text-holder p {
	margin: 0 0 .625rem;
}

.products-section .products {
	padding: .625rem 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.product-holder {
	position: relative;
	max-width: 19.625rem;
	margin: 0 0 .625rem;
	min-height: 13.1875rem;
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: opacity .5s cubic-bezier(.33, 1, .68, 1), -webkit-transform .5s cubic-bezier(.33, 1, .68, 1);
	transition: opacity .5s cubic-bezier(.33, 1, .68, 1), -webkit-transform .5s cubic-bezier(.33, 1, .68, 1);
	transition: transform .5s cubic-bezier(.33, 1, .68, 1), opacity .5s cubic-bezier(.33, 1, .68, 1);
	transition: transform .5s cubic-bezier(.33, 1, .68, 1), opacity .5s cubic-bezier(.33, 1, .68, 1), -webkit-transform .5s cubic-bezier(.33, 1, .68, 1);
}

.product-holder.lazy-holder {
	opacity: 0;
	-webkit-transform: translate(0, 30px);
	-ms-transform: translate(0, 30px);
	transform: translate(0, 30px);
}

.product-modal {
	position: fixed;
	z-index: 60;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	overflow-y: auto;
}

.product-modal.show .fancybox-close-small {
	opacity: 1;
	-webkit-transition: opacity .5s cubic-bezier(.65, 0, .35, 1) .8s;
	transition: opacity .5s cubic-bezier(.65, 0, .35, 1) .8s;
}

.product-modal.hide .product-content:after {
	opacity: 0;
	top: 5px;
	bottom: 5px;
	left: 5px;
	right: 5px;
}

.product-modal.hide .fancybox-close-small {
	opacity: 0;
}

.product-modal .modal-frame {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}

.product-modal .product-content {
	position: absolute;
	z-index: 10;
	background: #000;
	transition: left 1s cubic-bezier(.33, 1, .68, 1), top 1s cubic-bezier(.33, 1, .68, 1);
	-webkit-transition: left 1s cubic-bezier(.33, 1, .68, 1), top 1s cubic-bezier(.33, 1, .68, 1);
}

.product-modal .product-content:after {
	content: "";
	position: absolute;
	border: 6px solid #fff;
	opacity: 1;
	top: -6px;
	bottom: -6px;
	left: -6px;
	right: -6px;
	z-index: -1;
	-webkit-transition: all .5s cubic-bezier(.65, 0, .35, 1), opacity .5s cubic-bezier(.65, 0, .35, 1);
	transition: all .5s cubic-bezier(.65, 0, .35, 1), opacity .5s cubic-bezier(.65, 0, .35, 1);
}

.product-modal .product {
	overflow: hidden;
}

.product-modal .product:hover:after {
	opacity: 0;
}

.product-modal .product .specs {
	background: #000;
}

.product-modal .fancybox-close-small {
	position: absolute;
	border: 1px solid #fff;
	right: 6px;
	top: 5px;
	width: 12px;
	height: 12px;
	opacity: 0;
	-webkit-transition: opacity .3s cubic-bezier(.65, 0, .35, 1);
	transition: opacity .3s cubic-bezier(.65, 0, .35, 1);
}

.product-modal .fancybox-close-small:before,
.product-modal .fancybox-close-small:after {
	content: "";
	background: #fff;
	position: absolute;
	height: 1px;
}

.product-modal .fancybox-close-small:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 4px;
	left: -3px;
	right: -2px;
}

.product-modal .fancybox-close-small:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 4px;
	left: -2px;
	right: -3px;
}

.product-modal .fancybox-close-small:hover {
	border-color: #000;
}

.product-modal .fancybox-close-small:hover:before,
.product-modal .fancybox-close-small:hover:after {
	background: #000;
}

.product-overlay {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 50;
	opacity: 0;
	background: rgba(0, 0, 0, .9);
	-webkit-transition: opacity .6s cubic-bezier(.33, 1, .68, 1);
	transition: opacity .6s cubic-bezier(.33, 1, .68, 1);
}

.product-overlay.show {
	opacity: 1;
}

.product {
	position: relative;
	background: #000;
	max-width: 19.625rem;
	min-height: 13.1875rem;
	height: 100%;
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: opacity 0s cubic-bezier(.33, 1, .68, 1), -webkit-transform .5s cubic-bezier(.33, 1, .68, 1);
	transition: opacity 0s cubic-bezier(.33, 1, .68, 1), -webkit-transform .5s cubic-bezier(.33, 1, .68, 1);
	transition: transform .5s cubic-bezier(.33, 1, .68, 1), opacity 0s cubic-bezier(.33, 1, .68, 1);
	transition: transform .5s cubic-bezier(.33, 1, .68, 1), opacity 0s cubic-bezier(.33, 1, .68, 1), -webkit-transform .5s cubic-bezier(.33, 1, .68, 1);
}

.product:after {
	content: "";
	position: absolute;
	border: 6px solid #fff;
	top: 5px;
	bottom: 5px;
	left: 5px;
	right: 5px;
	z-index: -1;
	opacity: 0;
	-webkit-transition: all .7s cubic-bezier(.65, 0, .35, 1), opacity .5s cubic-bezier(.65, 0, .35, 1);
	transition: all .7s cubic-bezier(.65, 0, .35, 1), opacity .5s cubic-bezier(.65, 0, .35, 1);
}

.product:hover:after {
	opacity: 1;
	top: -6px;
	bottom: -6px;
	left: -6px;
	right: -6px;
}

.product.active {
	opacity: 0;
	-webkit-transition: opacity 0s cubic-bezier(.33, 1, .68, 1);
	transition: opacity 0s cubic-bezier(.33, 1, .68, 1);
}

.product .product-frame {
	overflow: hidden;
	background: #000;
	padding: .375rem;
	min-height: 100%;
}

.product .title {
	display: block;
	margin-bottom: .125rem;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1;
}

.product .cost {
	display: block;
	font-size: .75rem;
	font-style: italic;
	line-height: 1;
	margin-bottom: 1.25rem;
}

.product .images-holder img {
	max-width: 17.1875rem;
}

.product .images-holder img:first-child {
	margin-bottom: .625rem;
}

.product .specs {
	overflow: hidden;
	height: 0;
	-webkit-transition: height .5s cubic-bezier(.33, 1, .68, 1);
	transition: height .5s cubic-bezier(.33, 1, .68, 1);
}

.product .specs .specs-holder {
	overflow: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s cubic-bezier(.33, 1, .68, 1);
	transition: opacity .3s cubic-bezier(.33, 1, .68, 1);
}

.show .product .specs .specs-holder {
	opacity: 1;
}

.product .specs .specs-title {
	text-transform: uppercase;
	font-size: .75rem;
	padding-top: .625rem;
	display: block;
	opacity: 0;
	-webkit-transition: opacity .5s cubic-bezier(.33, 1, .68, 1) .5s;
	transition: opacity .5s cubic-bezier(.33, 1, .68, 1) .5s;
}

.show .product .specs .specs-title {
	opacity: 1;
}

.product .specs ul {
	font-size: .625rem;
	padding: 0 .25rem .25rem;
	-webkit-column-count: 2;
	column-count: 2;
	color: #949494;
	opacity: 0;
	-webkit-transition: opacity .5s cubic-bezier(.33, 1, .68, 1) .8s;
	transition: opacity .5s cubic-bezier(.33, 1, .68, 1) .8s;
}

.show .product .specs ul {
	opacity: 1;
}

.product .specs ul li {
	position: relative;
	padding-left: .5625rem;
}

.product .specs ul li:after {
	position: absolute;
	content: "";
	width: 4px;
	height: 4px;
	background: #fff;
	border-radius: 50%;
	top: 5px;
	left: 0;
}

.parallax__container {
	clip: rect(0, auto, auto, 0);
	height: 100%;
	left: -10px;
	right: -10px;
	overflow: hidden;
	position: absolute;
	top: 0;
	opacity: 1;
	-webkit-transition: opacity 1.3s cubic-bezier(.33, 1, .68, 1);
	transition: opacity 1.3s cubic-bezier(.33, 1, .68, 1);
}

.lazy-holder .parallax__container {
	opacity: 0;
	left: 0;
	right: 0;
}

.parallax {
	position: absolute;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	right: -13%;
	width: 60%;
	min-width: 13.75rem;
}

.parallax--bg {
	background-repeat: no-repeat;
	background-position: 100% 0;
	background-size: 100% auto;
	min-height: 120%;
}

.work-section {
	padding-top: 3.3125rem;
	overflow: hidden;
	min-height: 100vh;
}

.work-section .section-holder {
	height: 100%;
}

.work-section .section-frame {
	max-width: 100%;
	margin: 0 auto;
}

.work-section .posts-section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 1rem;
}

.work-section .instagram-block {
	width: 100%;
	max-width: 18.75rem;
	border: 1px solid #e7e7e7;
	background: #fff;
	margin: 0 auto;
	margin-bottom: 1.375rem;
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: opacity .5s cubic-bezier(.33, 1, .68, 1), -webkit-transform .5s cubic-bezier(.33, 1, .68, 1);
	transition: opacity .5s cubic-bezier(.33, 1, .68, 1), -webkit-transform .5s cubic-bezier(.33, 1, .68, 1);
	transition: transform .5s cubic-bezier(.33, 1, .68, 1), opacity .5s cubic-bezier(.33, 1, .68, 1);
	transition: transform .5s cubic-bezier(.33, 1, .68, 1), opacity .5s cubic-bezier(.33, 1, .68, 1), -webkit-transform .5s cubic-bezier(.33, 1, .68, 1);
}

.work-section .instagram-block.lazy-holder {
	opacity: 0;
	-webkit-transform: translate(0, 30px);
	-ms-transform: translate(0, 30px);
	transform: translate(0, 30px);
}

.work-section .instagram-block .post-header {
	height: 2.25rem;
	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;
	padding: 0 .5625rem;
}

.work-section .instagram-block .post-header-left {
	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;
}

.work-section .instagram-block .profile-image {
	position: relative;
	z-index: 10;
	width: 1.5rem;
	height: 1.5rem;
	overflow: hidden;
	border-radius: 50%;
	margin-right: .5625rem;
	background: -webkit-linear-gradient(50deg, #f99b4a 15%, #dd3071 50%, #c72e8d 85%);
	background: linear-gradient(40deg, #f99b4a 15%, #dd3071 50%, #c72e8d 85%);
}

.work-section .instagram-block .profile-image:after {
	content: "";
	position: absolute;
	z-index: -1;
	background: #fff;
	top: 2px;
	left: 2px;
	bottom: 2px;
	right: 2px;
	border-radius: 50%;
}

.work-section .instagram-block .profile-image a {
	display: block;
	height: 100%;
	overflow: hidden;
	border-radius: 50%;
	padding: .1875rem;
}

.work-section .instagram-block .profile-image img {
	overflow: hidden;
	border-radius: 50%;
}

.work-section .instagram-block .profile-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.work-section .instagram-block .profile-name {
	font-family: Roboto, Open Sans, Helvetica Neue, sans-serif;
	font-size: .625rem;
	font-weight: 700;
	color: #000;
}

.work-section .instagram-block .profile-name a {
	color: #000;
}

.work-section .instagram-block .profile-name a:hover {
	text-decoration: underline;
}

.work-section .instagram-block .post-date {
	font-family: Roboto, Open Sans, Helvetica Neue, sans-serif;
	font-size: .625rem;
	color: #000;
	text-transform: uppercase;
}

.work-section .instagram-block .post-image {
	position: relative;
	overflow: hidden;
	padding-top: 100%;
}

.work-section .instagram-block .post-image a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.work-section .instagram-block .post-image img {
	height: 100%;
	width: auto;
	max-width: none;
	position: relative;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.work-section .instagram-block .post-footer {
	height: 2rem;
	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;
	padding: 0 .5625rem;
	font-family: Roboto, Open Sans, Helvetica Neue, sans-serif;
	font-size: .625rem;
	font-weight: 600;
}

.work-section .instagram-block .post-footer a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #000;
}

.work-section .instagram-block .post-footer-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.work-section .instagram-block .post-likes {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: .4375rem;
}

.work-section .instagram-block .post-likes svg {
	width: 1rem;
	margin-right: .1875rem;
}

.work-section .instagram-block .post-comments {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.work-section .instagram-block .post-comments svg {
	width: .9375rem;
	margin-right: .1875rem;
}

.work-section .instagram-block .share-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.work-section .instagram-block .share-holder svg {
	width: .9375rem;
	margin-right: .1875rem;
}

.dealer-section {
	padding-top: 3.3125rem;
	overflow: hidden;
	min-height: 100vh;
	font-size: .875rem;
	font-weight: 300;
	line-height: 1.3;
}

.is-touch .dealer-section {
	height: auto;
}

.dealer-section .section-holder {
	overflow: hidden;
	position: relative;
}

.dealer-section .section-frame {
	max-width: 100%;
	margin: 0 .625rem;
	min-height: 100%;
	padding-bottom: 8.625rem;
}

.dealer-section h1 {
	padding-top: 1.1875rem;
	margin: 0 0 .9375rem;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.2;
	opacity: 0;
	-webkit-transform: translate(-30px, 0);
	-ms-transform: translate(-30px, 0);
	transform: translate(-30px, 0);
	-webkit-transition: opacity 1s cubic-bezier(.33, 1, .68, 1), -webkit-transform 1s cubic-bezier(.33, 1, .68, 1);
	transition: opacity 1s cubic-bezier(.33, 1, .68, 1), -webkit-transform 1s cubic-bezier(.33, 1, .68, 1);
	transition: transform 1s cubic-bezier(.33, 1, .68, 1), opacity 1s cubic-bezier(.33, 1, .68, 1);
	transition: transform 1s cubic-bezier(.33, 1, .68, 1), opacity 1s cubic-bezier(.33, 1, .68, 1), -webkit-transform 1s cubic-bezier(.33, 1, .68, 1);
}

.dealer-section h1 span {
	font-weight: 300;
	color: #6a6a6a;
	display: block;
	font-size: 1.75rem;
}

.page-loaded .dealer-section h1 {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.dealer-section .search-panel {
	position: relative;
	background: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: .8125rem 0 .1875rem;
	margin-bottom: .9375rem;
	opacity: 0;
	-webkit-transition: opacity .3s cubic-bezier(.33, 1, .68, 1);
	transition: opacity .3s cubic-bezier(.33, 1, .68, 1);
}

.dealer-section .search-panel:after {
	position: absolute;
	content: "";
	left: -50vw;
	right: -50vw;
	background: #000;
	top: 0;
	bottom: 0;
	z-index: -1;
}

.page-loaded .dealer-section .search-panel {
	opacity: 1;
}

.dealer-section .search-panel form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	margin-bottom: .625rem;
}

.dealer-section .search-panel .input-holder {
	width: 100%;
	text-align: center;
}

.dealer-section .search-panel input[type="text"] {
	border: 0;
	padding: 0 .625rem;
	background: none;
	color: #fff;
	font-size: .875rem;
	font-weight: 400;
	-webkit-box-flex: 2;
	-ms-flex-positive: 2;
	flex-grow: 2;
	width: 100%;
	margin: 0 0 .3125rem 0;
	letter-spacing: 0;
	border: 1px solid #fff;
	opacity: 0;
	-webkit-transition: opacity .8s cubic-bezier(.33, 1, .68, 1);
	transition: opacity .8s cubic-bezier(.33, 1, .68, 1);
}

.page-loaded .dealer-section .search-panel input[type="text"] {
	opacity: 1;
}

.dealer-section .search-panel button[type="submit"] {
	border: 1px solid #fff;
	font-size: .9375rem;
	font-weight: 300;
	text-transform: uppercase;
	background: #710005;
	padding: 0 .6875rem .0625rem;
	letter-spacing: .4px;
	opacity: 0;
	-webkit-transition: background .3s cubic-bezier(.65, 0, .35, 1), color .3s cubic-bezier(.65, 0, .35, 1), opacity .8s cubic-bezier(.33, 1, .68, 1) .4s;
	transition: background .3s cubic-bezier(.65, 0, .35, 1), color .3s cubic-bezier(.65, 0, .35, 1), opacity .8s cubic-bezier(.33, 1, .68, 1) .4s;
}

.dealer-section .search-panel button[type="submit"]:hover {
	background: #fff;
	color: #710005;
}

.page-loaded .dealer-section .search-panel button[type="submit"] {
	opacity: 1;
}

.dealer-section .search-panel .list {
	font-size: .9375rem;
	font-weight: 400;
	color: #949494;
	opacity: 0;
	-webkit-transition: opacity .8s cubic-bezier(.33, 1, .68, 1) .4s;
	transition: opacity .8s cubic-bezier(.33, 1, .68, 1) .4s;
	margin-bottom: .625rem;
	line-height: 22px;
}

.page-loaded .dealer-section .search-panel .list {
	opacity: 1;
}

.dealer-section .search-panel .list a {
	color: #949494;
	text-decoration: underline;
}

.dealer-section .search-panel .list a:hover {
	text-decoration: none;
}

.dealer-section .dealers-holder {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -.6%;
}

.dealer-section .dealer-block {
	background: #000;
	width: 100%;
	margin: 0 .7% 1.5%;
	min-height: 9.6875rem;
	min-width: 10.75rem;
	padding: .6875rem .4375rem .875rem;
	font-size: .875rem;
	line-height: 1.5;
	text-align: center;
	text-transform: uppercase;
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: opacity .5s cubic-bezier(.33, 1, .68, 1), -webkit-transform .5s cubic-bezier(.33, 1, .68, 1);
	transition: opacity .5s cubic-bezier(.33, 1, .68, 1), -webkit-transform .5s cubic-bezier(.33, 1, .68, 1);
	transition: transform .5s cubic-bezier(.33, 1, .68, 1), opacity .5s cubic-bezier(.33, 1, .68, 1);
	transition: transform .5s cubic-bezier(.33, 1, .68, 1), opacity .5s cubic-bezier(.33, 1, .68, 1), -webkit-transform .5s cubic-bezier(.33, 1, .68, 1);
}

.dealer-section .dealer-block.active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.dealer-section .dealer-block.lazy-holder {
	opacity: 0;
	-webkit-transform: translate(0, 30px);
	-ms-transform: translate(0, 30px);
	transform: translate(0, 30px);
}

.dealer-section .dealer-block span {
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
}

.dealer-section .dealer-block .dealer-name {
	font-weight: 600;
	margin-bottom: 2px;
}

.dealer-section .dealer-block a {
	text-decoration: underline;
}

.dealer-section .dealer-block a:hover {
	text-decoration: none;
}

.dealer-section #footer {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 51;
}

.tours-section {
	padding-top: 3.3125rem;
	overflow: hidden;
	min-height: calc(100vh - 53px);
	font-size: .875rem;
	font-weight: 300;
	line-height: 1.3;
}

.tours-section .section-holder {
	min-height: calc(100vh - 53px);
}

.tours-section .section-frame {
	max-width: 100%;
	margin: 0 .625rem;
	min-height: 100%;
	margin-bottom: -8.25rem;
	padding-bottom: 8.25rem;
}

.tours-section h1 {
	padding-top: .875rem;
	margin: 0 0 .6875rem;
	font-size: 2.75rem;
	font-weight: 500;
	line-height: 1.2;
	opacity: 0;
	-webkit-transform: translate(-30px, 0);
	-ms-transform: translate(-30px, 0);
	transform: translate(-30px, 0);
	-webkit-transition: opacity 1s cubic-bezier(.33, 1, .68, 1), -webkit-transform 1s cubic-bezier(.33, 1, .68, 1);
	transition: opacity 1s cubic-bezier(.33, 1, .68, 1), -webkit-transform 1s cubic-bezier(.33, 1, .68, 1);
	transition: transform 1s cubic-bezier(.33, 1, .68, 1), opacity 1s cubic-bezier(.33, 1, .68, 1);
	transition: transform 1s cubic-bezier(.33, 1, .68, 1), opacity 1s cubic-bezier(.33, 1, .68, 1), -webkit-transform 1s cubic-bezier(.33, 1, .68, 1);
}

.tours-section h1 span {
	font-weight: 300;
	color: #6a6a6a;
}

.page-loaded .tours-section h1 {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.tours-section .text-holder {
	opacity: 0;
	-webkit-transition: opacity .7s cubic-bezier(.65, 0, .35, 1) .4s;
	transition: opacity .7s cubic-bezier(.65, 0, .35, 1) .4s;
}

.page-loaded .tours-section .text-holder {
	opacity: 1;
}

.tours-section p {
	margin: 0 0 1.25rem;
}

.tours-section .image-gallery-section {
	padding: .375rem 0 2.75rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.tours-section .image-gallery-section .image-holder {
	overflow: hidden;
	padding-top: 33.2%;
	position: relative;
	margin-bottom: .5rem;
}

.tours-section .image-gallery-section .image-holder.animate img {
	opacity: 1;
	-webkit-transform: translate(-50%, -50%) scale(1.1);
	-ms-transform: translate(-50%, -50%) scale(1.1);
	transform: translate(-50%, -50%) scale(1.1);
}

.tours-section .image-gallery-section .image-medium {
	width: 49%;
}

.tours-section .image-gallery-section .image-medium img {
	-webkit-transform: translate(-55%, -50%) scale(1.1);
	-ms-transform: translate(-55%, -50%) scale(1.1);
	transform: translate(-55%, -50%) scale(1.1);
}

.tours-section .image-gallery-section .image-big {
	width: 49%;
}

.tours-section .image-gallery-section .image-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

.tours-section .image-gallery-section .image-col .image-holder {
	width: 49%;
}

.tours-section .image-gallery-section .image-col .image-holder:first-child img {
	-webkit-transform: translate(-45%, -50%) scale(1.1);
	-ms-transform: translate(-45%, -50%) scale(1.1);
	transform: translate(-45%, -50%) scale(1.1);
}

.tours-section .image-gallery-section .image-col .image-holder:first-child.animate img {
	opacity: 1;
	-webkit-transform: translate(-50%, -50%) scale(1.1);
	-ms-transform: translate(-50%, -50%) scale(1.1);
	transform: translate(-50%, -50%) scale(1.1);
}

.tours-section .image-gallery-section img {
	max-width: none;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	-webkit-transition: opacity 2s cubic-bezier(.33, 1, .68, 1), -webkit-transform 2s cubic-bezier(.33, 1, .68, 1);
	transition: opacity 2s cubic-bezier(.33, 1, .68, 1), -webkit-transform 2s cubic-bezier(.33, 1, .68, 1);
	transition: transform 2s cubic-bezier(.33, 1, .68, 1), opacity 2s cubic-bezier(.33, 1, .68, 1);
	transition: transform 2s cubic-bezier(.33, 1, .68, 1), opacity 2s cubic-bezier(.33, 1, .68, 1), -webkit-transform 2s cubic-bezier(.33, 1, .68, 1);
}

.tours-section #footer {
	-webkit-transition: opacity 1s cubic-bezier(.33, 1, .68, 1) 2.2s;
	transition: opacity 1s cubic-bezier(.33, 1, .68, 1) 2.2s;
}

.contact-section {
	padding-top: 3.3125rem;
	overflow: hidden;
	min-height: 100vh;
	font-size: .875rem;
	font-weight: 300;
	line-height: 1.3;
}

.contact-section .section-frame {
	max-width: 100%;
	margin: 0 .625rem;
	min-height: 100%;
	margin-bottom: -8.25rem;
	padding-bottom: 8.25rem;
}

.contact-section .contact-info {
	padding-top: 1.25rem;
	font-size: .875rem;
	font-weight: 300;
}

.contact-section .contact-info .row {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: .625rem;
	opacity: 0;
	-webkit-transition: opacity 1s cubic-bezier(.33, 1, .68, 1);
	transition: opacity 1s cubic-bezier(.33, 1, .68, 1);
}

.contact-section .contact-info .row.animate-2 {
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}

.contact-section .contact-info .row.animate-2 .icon-holder {
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}

.contact-section .contact-info .row.animate-3 {
	-webkit-transition-delay: .6s;
	transition-delay: .6s;
}

.contact-section .contact-info .row.animate-3 .icon-holder {
	-webkit-transition-delay: .6s;
	transition-delay: .6s;
}

.contact-section .contact-info .row.animate-4 {
	-webkit-transition-delay: .9s;
	transition-delay: .9s;
}

.contact-section .contact-info .row.animate-4 .icon-holder {
	-webkit-transition-delay: .9s;
	transition-delay: .9s;
}

.page-loaded .contact-section .contact-info .row {
	opacity: 1;
}

.contact-section .contact-info .icon-holder {
	width: 1.625rem;
	margin-right: .6875rem;
	text-align: center;
	-webkit-transform: translate(0, 10px);
	-ms-transform: translate(0, 10px);
	transform: translate(0, 10px);
	-webkit-transition: -webkit-transform 1s cubic-bezier(.33, 1, .68, 1);
	transition: -webkit-transform 1s cubic-bezier(.33, 1, .68, 1);
	transition: transform 1s cubic-bezier(.33, 1, .68, 1);
	transition: transform 1s cubic-bezier(.33, 1, .68, 1), -webkit-transform 1s cubic-bezier(.33, 1, .68, 1);
}

.page-loaded .contact-section .contact-info .icon-holder {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.contact-section .contact-info .icon-holder .icon {
	font-size: 1.625rem;
}

.contact-section .contact-info .icon-holder .icon.icon-phone {
	font-size: 1.1875rem;
}

.contact-section .contact-info .icon-holder .icon.icon-mail {
	font-size: 2rem;
	line-height: .6;
}

.contact-section .contact-info .text {
	display: block;
	margin-bottom: 1px;
}

.contact-section .contact-info .text strong {
	font-weight: 500;
}

.contact-section .contact-info .medium {
	font-weight: 500;
}

.contact-section .contact-info .small {
	font-size: .625rem;
}

.contact-section .image-gallery-section {
	padding: 1.875rem 0 .9375rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.contact-section .image-gallery-section .image-holder {
	overflow: hidden;
	padding-top: 49%;
	position: relative;
	margin-bottom: .5rem;
}

.contact-section .image-gallery-section .image-holder.animate img {
	opacity: 1;
	-webkit-transform: translate(-50%, -50%) scale(1.1);
	-ms-transform: translate(-50%, -50%) scale(1.1);
	transform: translate(-50%, -50%) scale(1.1);
}

.contact-section .image-gallery-section .image-medium {
	width: 60.5%;
	padding-top: 40%;
}

.contact-section .image-gallery-section .image-medium img {
	-webkit-transform: translate(-50%, -40%) scale(1.1);
	-ms-transform: translate(-50%, -40%) scale(1.1);
	transform: translate(-50%, -40%) scale(1.1);
}

.contact-section .image-gallery-section .image-big {
	width: 100%;
	margin-bottom: .6875rem;
}

.contact-section .image-gallery-section .image-big img {
	-webkit-transform: translate(-50%, -60%) scale(1.1);
	-ms-transform: translate(-50%, -60%) scale(1.1);
	transform: translate(-50%, -60%) scale(1.1);
}

.contact-section .image-gallery-section .image-small {
	width: 37.5%;
	padding-top: 40%;
}

.contact-section .image-gallery-section .image-small img {
	-webkit-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
}

.contact-section .image-gallery-section img {
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%) scale(1.1);
	-ms-transform: translate(-50%, -50%) scale(1.1);
	transform: translate(-50%, -50%) scale(1.1);
	-webkit-transition: opacity 1.5s cubic-bezier(.33, 1, .68, 1), -webkit-transform 1.5s cubic-bezier(.33, 1, .68, 1);
	transition: opacity 1.5s cubic-bezier(.33, 1, .68, 1), -webkit-transform 1.5s cubic-bezier(.33, 1, .68, 1);
	transition: transform 1.5s cubic-bezier(.33, 1, .68, 1), opacity 1.5s cubic-bezier(.33, 1, .68, 1);
	transition: transform 1.5s cubic-bezier(.33, 1, .68, 1), opacity 1.5s cubic-bezier(.33, 1, .68, 1), -webkit-transform 1.5s cubic-bezier(.33, 1, .68, 1);
}

.contact-section #footer {
	-webkit-transition: opacity 1s cubic-bezier(.33, 1, .68, 1) 2.2s;
	transition: opacity 1s cubic-bezier(.33, 1, .68, 1) 2.2s;
}

.announcement {
	background: rgba(0, 0, 0, .8);
	color: #fff;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99;
	padding: 0 .625rem;
	font-size: .625rem;
	line-height: 1.2;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.announcement.is-ready {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.announcement.item-active .title-block {
	left: 0;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.announcement.item-active .slide {
	max-height: 62.5rem;
	-webkit-transition: max-height 1s ease-in-out .3s;
	transition: max-height 1s ease-in-out .3s;
}

.announcement.item-active .announcement-opener {
	width: .75rem;
	height: .75rem;
	border: 1px solid #fff;
	right: .4375rem;
	top: .4375rem;
	left: auto;
	bottom: auto;
	opacity: 1;
	-webkit-transition: background .3s ease-in-out, opacity .3s ease-in-out;
	transition: background .3s ease-in-out, opacity .3s ease-in-out;
}

.announcement.item-active .announcement-opener:hover {
	background: #fff;
}

.announcement.item-active .announcement-opener:hover span:before,
.announcement.item-active .announcement-opener:hover span:after {
	background: #000;
}

.announcement .announcement-opener {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	opacity: 0;
	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;
}

.announcement .announcement-opener span:before,
.announcement .announcement-opener span:after {
	content: "";
	position: absolute;
	top: 2px;
	bottom: 2px;
	left: 50%;
	-webkit-transform: translateX(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
	width: 1px;
	background: #fff;
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}

.announcement .announcement-opener span:after {
	-webkit-transform: translateX(-50%) rotate(-45deg);
	-ms-transform: translateX(-50%) rotate(-45deg);
	transform: translateX(-50%) rotate(-45deg);
}

.announcement .header-wrap {
	padding-top: .5rem;
	padding-bottom: .625rem;
	position: relative;
	text-transform: uppercase;
}

.announcement .title-block {
	display: inline-block;
	vertical-align: top;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	padding-left: .75rem;
	font-size: .625rem;
	max-width: 100%;
	-webkit-transition: left .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: left .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: left .3s ease-in-out, transform .3s ease-in-out;
	transition: left .3s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.announcement .title-block:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url(../images/alarm.png);
	background-size: 100% 100%;
	width: .6875rem;
	height: .6875rem;
}

.announcement .en-text,
.announcement .jp-text {
	display: inline-block;
	vertical-align: top;
	margin-left: .3125rem;
}

.announcement .slide {
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height .5s cubic-bezier(0, 1, 0, 1) .3s;
	transition: max-height .5s cubic-bezier(0, 1, 0, 1) .3s;
	font-weight: 300;
	padding-top: 0;
	letter-spacing: .02em;
}

.announcement .slide a {
	text-decoration: underline;
}

.announcement .slide a:hover {
	text-decoration: none;
}

.announcement .slide p {
	margin-bottom: 1.125rem;
}

.announcement .slide p:last-child {
	margin-bottom: 1.375rem;
}

#footer {
	position: relative;
	z-index: 10;
	opacity: 0;
}

.page-loaded #footer {
	opacity: 1;
}

#footer .footer-top-part {
	background: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 .625rem .8125rem;
}

#footer .btn-back {
	background: #000;
	border: 1px solid #fff;
	border-radius: 2px;
	font-size: .8125rem;
	padding: 0 .625rem .0625rem;
	-webkit-transform: translate(0, -10px);
	-ms-transform: translate(0, -10px);
	transform: translate(0, -10px);
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 4px;
	-webkit-transition: background .3s cubic-bezier(.65, 0, .35, 1), color .3s cubic-bezier(.65, 0, .35, 1);
	transition: background .3s cubic-bezier(.65, 0, .35, 1), color .3s cubic-bezier(.65, 0, .35, 1);
}

#footer .btn-back:hover {
	background: #fff;
	color: #000;
}

.tours-section #footer .btn-back,
.contact-section #footer .btn-back,
.dealer-section #footer .btn-back {
	opacity: 0;
	visibility: hidden;
}

#footer form .mc-field-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#footer .indicates-required,
#footer .asterisk {
	display: none;
}

#footer label {
	font-size: .875rem;
	font-weight: 300;
	line-height: 1;
	text-transform: uppercase;
	padding-right: .5rem;
	letter-spacing: .8px;
	display: none;
}

#footer .input-holder {
	border: 1px solid #fff;
	border-radius: 2px;
	width: 17.375rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#footer input[type="text"] {
	border: 0;
	padding: 0 .3125rem .0625rem;
	background: none;
	color: #fff;
	font-size: .875rem;
	font-weight: 400;
	-webkit-box-flex: 2;
	-ms-flex-positive: 2;
	flex-grow: 2;
}

#footer button[type="submit"] {
	border: 0;
	font-size: .875rem;
	line-height: 1;
	font-weight: 300;
	text-transform: uppercase;
	background: #710005;
	padding: 0 .6875rem 0 .9375rem;
	letter-spacing: .4px;
	-webkit-transition: background .3s cubic-bezier(.65, 0, .35, 1), color .3s cubic-bezier(.65, 0, .35, 1);
	transition: background .3s cubic-bezier(.65, 0, .35, 1), color .3s cubic-bezier(.65, 0, .35, 1);
}

#footer button[type="submit"]:hover {
	background: #fff;
	color: #710005;
}

#footer .footer-section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: .9375rem .625rem 1.25rem;
	background: #191919;
}

#footer .logo {
	display: block;
	width: 6.25rem;
	margin: 0 0 .625rem 0;
}

#footer .logo a {
	display: block;
}

#footer .logo img {
	display: block;
}

#footer .copyright {
	font-size: .75rem;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: .2px;
}

@media (min-width: 480px) {
	.live-section .section-frame {
		max-width: 30rem;
		margin: 0 auto -13px;
	}

	.live-section h1 {
		margin: 0 0 -.625rem 0;
	}

	.live-section h1 .left-part .top-text {
		font-size: 1.8125rem;
	}

	.live-section h1 .left-part .bottom-text {
		font-size: 5.625rem;
		letter-spacing: -7px;
	}

	.live-section h1 .right-part {
		font-size: 8.5rem;
		letter-spacing: -5px;
	}

	.live-section .video-block {
		width: 48.5%;
		padding-top: 28.8%;
	}

	.live-section .video-block .text-holder .artist {
		width: 11.875rem;
	}

	.live-section .video-block .text-holder .composition {
		width: 11.875rem;
	}

	.products-section .section-frame {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	.products-section .series {
		padding: 0;
	}

	.products-section .series .heading {
		margin-bottom: 2.125rem;
		padding: 0 .9375rem;
	}

	.products-section .series .text-holder {
		padding: 0 1.6875rem;
	}

	.products-section .series .text-holder p {
		margin: 0 0 1.4375rem;
	}

	.products-section .products {
		padding: 1.3125rem .625rem 0;
	}

	.product-holder {
		margin: 0 .375rem 1rem;
	}

	.product-modal.show .product-content {
		-webkit-transform: scale(1.5);
		-ms-transform: scale(1.5);
		transform: scale(1.5);
	}

	.product-modal .product-content {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		-webkit-transition: left 1s cubic-bezier(.33, 1, .68, 1), top 1s cubic-bezier(.33, 1, .68, 1), -webkit-transform 1s cubic-bezier(.33, 1, .68, 1);
		transition: left 1s cubic-bezier(.33, 1, .68, 1), top 1s cubic-bezier(.33, 1, .68, 1), -webkit-transform 1s cubic-bezier(.33, 1, .68, 1);
		transition: transform 1s cubic-bezier(.33, 1, .68, 1), left 1s cubic-bezier(.33, 1, .68, 1), top 1s cubic-bezier(.33, 1, .68, 1);
		transition: transform 1s cubic-bezier(.33, 1, .68, 1), left 1s cubic-bezier(.33, 1, .68, 1), top 1s cubic-bezier(.33, 1, .68, 1), -webkit-transform 1s cubic-bezier(.33, 1, .68, 1);
		-webkit-transition: transform 1s cubic-bezier(.33, 1, .68, 1), left 1s cubic-bezier(.33, 1, .68, 1), top 1s cubic-bezier(.33, 1, .68, 1);
	}

	.parallax {
		width: 50%;
	}

	.parallax--bg {
		width: 50%;
	}

	.work-section .section-frame {
		max-width: 28.75rem;
		margin: 0 auto;
	}

	.work-section .instagram-block {
		width: 50%;
		max-width: 13.75rem;
		margin: 0;
		margin-bottom: 1.375rem;
	}

	.dealer-section .section-frame {
		max-width: 90%;
		margin-left: auto;
		margin-right: auto;
	}

	.dealer-section h1 {
		font-size: 1.75rem;
		letter-spacing: -1px;
	}

	.dealer-section h1 span {
		display: inline;
		font-size: inherit;
	}

	.dealer-section .search-panel form {
		width: auto;
		margin-right: .4375rem;
	}

	.dealer-section .search-panel .input-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		max-width: 100%;
		width: 21.625rem;
		text-align: left;
	}

	.dealer-section .search-panel input[type="text"] {
		width: auto;
		margin: 0 .3125rem 0 0;
	}

	.dealer-section .dealer-block {
		width: 48.6%;
	}

	.tours-section .section-frame {
		width: 27.5rem;
		margin-left: auto;
		margin-right: auto;
	}

	.tours-section h1 {
		font-size: 4.0625rem;
		letter-spacing: -3px;
	}

	.tours-section .image-gallery-section {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.tours-section .image-gallery-section .image-holder {
		margin-bottom: 0;
	}

	.tours-section .image-gallery-section .image-medium {
		width: 24.7%;
	}

	.tours-section .image-gallery-section .image-big {
		width: 49%;
	}

	.tours-section .image-gallery-section .image-col {
		width: 23%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.tours-section .image-gallery-section .image-col .image-holder {
		width: auto;
		height: 48%;
	}

	.contact-section .section-frame {
		width: 27.5rem;
		margin-left: auto;
		margin-right: auto;
	}

	.contact-section .contact-info {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.contact-section .contact-info .row {
		width: 49%;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: start;
	}

	.contact-section .image-gallery-section {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.contact-section .image-gallery-section .image-holder {
		margin-bottom: .6875rem;
	}

	.contact-section .image-gallery-section .image-medium {
		width: 60.5%;
	}

	.contact-section .image-gallery-section .image-big {
		width: 100%;
	}

	.contact-section .image-gallery-section .image-small {
		width: 37.5%;
	}

	#footer label {
		display: block;
	}

	#footer .footer-section {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		padding: 1.6875rem .625rem 1.875rem;
	}

	#footer .logo {
		margin: 0 .5rem 0 0;
		width: 4.625rem;
	}

	#footer .copyright {
		font-size: .875rem;
	}
}

@media (min-width: 481px) {
	.slogan-holder {
		height: 3.75rem;
	}

	.slogan span .mobile {
		display: none;
	}
}

@media (min-width: 768px) {
	.live-section .section-frame {
		max-width: 48rem;
	}

	.live-section h1 {
		margin: 0 0 -2.4375rem 0;
	}

	.live-section h1 .left-part .top-text {
		font-size: 2.5625rem;
	}

	.live-section h1 .left-part .bottom-text {
		font-size: 8.75rem;
	}

	.live-section h1 .right-part {
		font-size: 13rem;
	}

	.live-section .video-section {
		max-width: 40.625rem;
	}

	.live-section .video-block .text-holder {
		left: auto;
		width: 15.625rem;
		right: -20px;
		white-space: nowrap;
		bottom: 20px;
	}

	.live-section .video-block .text-holder .artist {
		width: 15.625rem;
	}

	.live-section .video-block .text-holder .composition {
		width: 15.625rem;
	}

	.products-section .section-frame {
		width: 48rem;
	}

	.products-section .series .heading {
		height: 12.5625rem;
		padding: 0 1.6875rem;
	}

	.products-section .series .heading h1 {
		font-size: 4.0625rem;
		letter-spacing: -3px;
	}

	.products-section .series .heading h1 span {
		display: inline;
	}

	.products-section .products {
		padding: 1.3125rem 1.6875rem 0;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}

	.parallax {
		right: 0;
		width: 50%;
	}

	.parallax--bg {
		background-position: 100% 0;
	}

	.work-section .section-frame {
		max-width: 46.75rem;
	}

	.work-section .instagram-block {
		width: 33%;
		max-width: 15.3125rem;
	}

	.dealer-section .section-frame {
		max-width: 100%;
		width: 44.25rem;
	}

	.dealer-section h1 {
		font-size: 3.125rem;
		letter-spacing: -3px;
	}

	.dealer-section .search-panel {
		padding: .8125rem 0;
	}

	.dealer-section .search-panel form {
		margin-bottom: 0;
	}

	.dealer-section .search-panel .list {
		margin-bottom: 0;
	}

	.dealer-section .dealer-block {
		width: 31.9%;
		text-align: left;
		min-height: 12.1875rem;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.tours-section .section-frame {
		width: 44.25rem;
		margin-bottom: -8.25rem;
		padding-bottom: 8.25rem;
	}

	.contact-section .section-frame {
		width: 44.25rem;
		margin-bottom: -8.25rem;
		padding-bottom: 8.25rem;
	}

	.contact-section .contact-info {
		display: block;
		width: 17.0625rem;
		float: left;
		padding-top: 2.5rem;
	}

	.contact-section .contact-info .row {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: auto;
		margin-bottom: 3.125rem;
	}
}

@media screen and (min-width: 768px) {
	.announcement {
		padding: 0 2.3125rem;
		font-size: 1rem;
		line-height: 1.2;
	}

	.announcement.item-active .announcement-opener {
		width: 1.5625rem;
		height: 1.5625rem;
		border-width: 2px;
	}

	.announcement .announcement-opener span:before,
	.announcement .announcement-opener span:after {
		top: 4px;
		bottom: 4px;
		width: 2px;
	}

	.announcement .header-wrap {
		padding-top: 1.0625rem;
		padding-bottom: 1.0625rem;
	}

	.announcement .title-block {
		font-size: 1rem;
		padding-left: 1.1875rem;
	}

	.announcement .title-block:before {
		width: 1.125rem;
		height: 1.125rem;
		left: 3px;
	}

	.announcement .en-text,
	.announcement .jp-text {
		margin-left: .625rem;
	}

	.announcement .slide .text-jp {
		letter-spacing: -.046em;
	}
}

@media (min-width: 769px) {
	.promo-holder {
		top: 0;
	}

	.logo-holder {
		max-width: 5.75rem;
		max-height: 8rem;
	}

	.slogan-holder {
		max-width: 35rem;
		height: 5.875rem;
	}

	.slogan {
		font-size: 1.625rem;
	}

	.slogan span {
		padding: .8125rem 1.1875rem 1.1875rem;
	}

	.preloader .logo-holder {
		max-width: 4.6875rem;
		max-height: 8rem;
	}
}

@media (min-width: 1024px) {
	#header {
		background: rgba(0, 0, 0, .9);
	}

	#header .social-networks {
		padding-bottom: 0;
		padding-right: .9375rem;
	}

	#nav .drop {
		position: static;
		overflow: hidden;
		height: 100%;
		background: none;
		top: auto;
		opacity: 1;
	}

	#nav .drop-inner {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	#nav .main-nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		padding: 0 0 0 .8125rem;
		height: 100%;
		font-size: .8125rem;
		font-weight: 500;
	}

	#nav .main-nav li {
		margin-bottom: 0;
		margin-right: 1.375rem;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	#nav .opener {
		display: none;
	}

	.slogan-holder {
		max-width: 46.9375rem;
		height: 3.9375rem;
	}

	.slogan span .tablet {
		display: none;
	}

	.live-section {
		height: 100vh;
	}

	.is-touch .live-section {
		height: auto;
	}

	.live-section .section-frame {
		max-width: 64rem;
	}

	.live-section h1 {
		margin: 0 0 -2.4375rem -.625rem;
	}

	.live-section h1 .left-part .top-text {
		font-size: 3.875rem;
	}

	.live-section h1 .left-part .bottom-text {
		font-size: 11.75rem;
	}

	.live-section h1 .right-part {
		font-size: 17.875rem;
		letter-spacing: -12px;
	}

	.live-section .video-section {
		max-width: 50.8125rem;
	}

	.live-section .video-block .text-holder {
		right: -30px;
	}

	.products-section {
		height: 100vh;
	}

	.products-section .section-holder {
		height: 100%;
	}

	.products-section .section-frame {
		width: 64rem;
	}

	.products-section .series .heading h1 {
		font-size: 4.4375rem;
	}

	.products-section .products {
		padding: 1.3125rem .3125rem 0 1.6875rem;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.product-holder {
		max-width: 19.625rem;
		margin: 0 1rem 1rem 0;
	}

	.parallax {
		width: 100%;
		max-width: 35rem;
	}

	.parallax--bg {
		width: 50%;
		background-position: 100% 0;
	}

	.is-touch .parallax--bg {
		width: 60%;
	}

	.work-section {
		height: 100vh;
	}

	.is-touch .work-section {
		height: auto;
	}

	.work-section .section-frame {
		max-width: 61.25rem;
	}

	.work-section .instagram-block {
		width: 33%;
		max-width: 19.6875rem;
	}

	.dealer-section {
		height: 100vh;
	}

	.dealer-section .section-holder {
		height: 100%;
	}

	.dealer-section .section-frame {
		padding-bottom: 8.25rem;
		width: 57.3125rem;
	}

	.dealer-section h1 {
		font-size: 3.75rem;
	}

	.dealer-section .dealer-block {
		width: 23.6%;
	}

	.tours-section {
		height: 100vh;
		font-size: 1.0625rem;
	}

	.is-touch .tours-section {
		height: auto;
	}

	.tours-section .section-holder {
		height: 100%;
	}

	.tours-section .section-frame {
		width: 58.625rem;
		margin-bottom: -8.25rem;
		padding-bottom: 8.25rem;
	}

	.contact-section {
		height: 100vh;
	}

	.is-touch .contact-section {
		height: auto;
	}

	.contact-section .section-holder {
		height: 100%;
	}

	.contact-section .section-frame {
		width: 53.5625rem;
		margin-bottom: -8.25rem;
		padding-bottom: 8.25rem;
	}

	.contact-section .contact-info {
		padding-top: 5.375rem;
		font-size: 1.0625rem;
	}
}

@media all and (max-width: 576px) {
	.fancybox-thumbs {
		width: 110px;
	}

	.fancybox-show-thumbs .fancybox-inner {
		right: 110px;
	}

	.fancybox-thumbs__list a {
		max-width: calc(100% - 10px);
	}
}

@media all and (max-height: 576px) {
	.fancybox-slide {
		padding-left: 10px;
		padding-right: 10px;
	}

	.fancybox-slide--image {
		padding: 6px 0;
	}

	.fancybox-close-small {
		right: 0;
	}

	.fancybox-slide--image .fancybox-close-small {
		background: #4e4e4e;
		color: #f2f4f6;
		height: 36px;
		opacity: 1;
		padding: 6px;
		right: 0;
		top: 0;
		width: 36px;
	}

	.fancybox-caption {
		padding-left: 12px;
		padding-right: 12px;
	}
}

@-webkit-keyframes fancybox-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes fancybox-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes animateToRight {
	0% {
		left: 0;
		right: 100%;
	}

	100% {
		left: 0;
		right: 0;
	}
}

@keyframes animateToRight {
	0% {
		left: 0;
		right: 100%;
	}

	100% {
		left: 0;
		right: 0;
	}
}

@-webkit-keyframes animateFromLeft {
	0% {
		left: 0;
		right: 0;
	}

	100% {
		left: 100%;
		right: 0;
	}
}

@keyframes animateFromLeft {
	0% {
		left: 0;
		right: 0;
	}

	100% {
		left: 100%;
		right: 0;
	}
}

@-webkit-keyframes animateSVGLeftPart {
	0% {
		-webkit-transform: translate(50%, 0);
		transform: translate(50%, 0);
	}

	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

@keyframes animateSVGLeftPart {
	0% {
		-webkit-transform: translate(50%, 0);
		transform: translate(50%, 0);
	}

	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

@-webkit-keyframes animateSVGRightPart {
	0% {
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}

	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

@keyframes animateSVGRightPart {
	0% {
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}

	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

@-webkit-keyframes animateSVGCenterPart {
	0% {
		opacity: 0;
		-webkit-transform: scale(.95);
		transform: scale(.95);
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes animateSVGCenterPart {
	0% {
		opacity: 0;
		-webkit-transform: scale(.95);
		transform: scale(.95);
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
