@font-face {
	font-family: "icomoon";
	src: url("fonts/icomoon.eot?aomnxf");
	src: url("fonts/icomoon.eot?aomnxf#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?aomnxf") format("truetype"), url("fonts/icomoon.woff?aomnxf") format("woff"), url("fonts/icomoon.svg?aomnxf") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-cup:before {
	content: "\e90a";
}

.icon-bed:before {
	content: "\e90b";
}

.icon-camera:before {
	content: "\e90c";
}

.icon-waves:before {
	content: "\e900";
}

.icon-phone:before {
	content: "\e901";
}

.icon-house:before {
	content: "\e902";
}

.icon-twitter:before {
	content: "\e903";
}

.icon-mail:before {
	content: "\e904";
}

.icon-facebook:before {
	content: "\e905";
}

.icon-arrow-left-small:before {
	content: "\e906";
}

.icon-arrow-right-small:before {
	content: "\e907";
}

.icon-arrow-down:before {
	content: "\e908";
}

.icon-arrow-right:before {
	content: "\e909";
}

/*! 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;
}

/*!
 * pagepiling.js 1.5.4
 *
 * https://github.com/alvarotrigo/pagePiling.js
 * @license MIT licensed
 *
 * Copyright (C) 2016 alvarotrigo.com - A project by Alvaro Trigo
 */

body.home {
	overflow: hidden;
	margin: 0;
	padding: 0; /*Avoid flicker on slides transitions for mobile phones #336 */
	-webkit-tap-highlight-color: transparent;
}

.pp-section {
	height: 100%;
	position: absolute;
	width: 100%;
}

.pp-easing {
	-webkit-transition: all 1000ms cubic-bezier(.55, .085, 0, .99);
	transition: all 1000ms cubic-bezier(.55, .085, 0, .99); /* custom */
	-webkit-transition-timing-function: cubic-bezier(.55, .085, 0, .99);
	transition-timing-function: cubic-bezier(.55, .085, 0, .99); /* custom */
}

#pp-nav {
	position: fixed;
	z-index: 100;
	margin-top: -32px;
	top: 50%;
	opacity: 1;
}

#pp-nav.right {
	right: 17px;
}

#pp-nav.left {
	left: 17px;
}

.pp-section.pp-table {
	display: table;
}

.pp-tableCell {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}

.pp-slidesNav {
	position: absolute;
	z-index: 4;
	left: 50%;
	opacity: 1;
}

.pp-slidesNav.bottom {
	bottom: 17px;
}

.pp-slidesNav.top {
	top: 17px;
}

#pp-nav ul,
.pp-slidesNav ul {
	margin: 0;
	padding: 0;
}

#pp-nav li,
.pp-slidesNav li {
	display: block;
	width: 14px;
	height: 13px;
	margin: 7px;
	position: relative;
}

.pp-slidesNav li {
	display: inline-block;
}

#pp-nav li a,
.pp-slidesNav li a {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
}

#pp-nav li .active span,
.pp-slidesNav .active span {
	background: #333;
}

#pp-nav span,
.pp-slidesNav span {
	top: 2px;
	left: 2px;
	width: 8px;
	height: 8px;
	border: 1px solid #000;
	background: transparent;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
}

.pp-tooltip {
	position: absolute;
	top: -2px;
	color: #fff;
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
	white-space: nowrap;
	max-width: 220px;
}

.pp-tooltip.right {
	right: 20px;
}

.pp-tooltip.left {
	left: 20px;
}

.pp-scrollable {
	overflow-y: scroll;
	height: 100%;
}

/* custom file input styles */

.jcf-file {
	display: block;
	white-space: nowrap;
	position: relative;
	overflow: hidden;
	margin: 0 0 10px;
	color: #4b5661;
}

.jcf-file[class^="jcf-extension-"] .jcf-fake-input,
.jcf-file[class*=" jcf-extension-"] .jcf-fake-input {
	color: #4b5661;
}

.jcf-file .jcf-real-element {
	position: absolute;
	font-size: 200px;
	height: 200px;
	margin: 0;
	right: 0;
	top: 0;
}

.jcf-file .jcf-fake-input {
	display: block;
	overflow: hidden;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: top;
	overflow: hidden;
	padding: 0 10px;
	font-size: 15px;
	line-height: 32px;
	height: 32px;
	color: #afb1b3;
}

.jcf-file .jcf-upload-button {
	float: left;
	width: 44%;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	text-align: center;
	background: #fff;
	border: 1px solid #e8e9e9;
	padding: 0 10px;
	line-height: 28px;
	height: 32px;
}

.jcf-file .jcf-upload-button:before {
	content: "";
	background: url(images/ico-download.png) no-repeat;
	width: 12px;
	height: 16px;
	display: inline-block;
	vertical-align: top;
	margin: 6px 9px 0 0;
}

/* common custom form elements styles */

.jcf-disabled {
	background: #ddd !important;
}

.jcf-focus,
.jcf-focus * {
	border-color: #f00 !important;
}

/* Slick slider styles */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.main-nav:after,
.container:after,
#header:after,
.news-list .meta:after,
.commentlist .comment: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: #5c5f62;
	background: #fff;
	font: 15px/1.6 "Fira Sans Extra Condensed", "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;
}

blockquote,
blockquote:before,
blockquote:after,
q,
q:before,
q:after {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote {
	margin: 0 0 0 15px;
	padding: 0 0 0 10px;
	border-left: 1px solid #5c5f62;
}

blockquote q {
	display: block;
}

table {
	width: 100%;
}

ul:not([class]) {
	padding: 0 0 20px;
}

ul:not([class]) li {
	position: relative;
	padding: 0 0 4px 14px;
}

ul:not([class]) li:before {
	content: "";
	background: #5c5f62;
	width: 4px;
	height: 4px;
	position: absolute;
	left: 0;
	top: 11px;
	border-radius: 50%;
}

address {
	font-style: normal;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: 600;
	line-height: 1.2;
	text-transform: uppercase;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 32px;
}

h2,
.h2 {
	font-size: 26px;
	margin-bottom: 15px;
}

h3,
.h3 {
	font-size: 22px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 16px;
	text-transform: none;
	margin-bottom: 2px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 15px;
}

a {
	color: #3275b7;
	text-decoration: none;
	outline: none;
	-webkit-transition: color .3s;
	transition: color .3s;
}

a:hover {
	text-decoration: none;
	color: #ff918f;
}

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 #e8e9e9;
	margin: 0 0 10px;
	padding: 10px 14px;
	display: block;
	width: 100%;
	height: 41px;
	font-size: 15px;
	line-height: 19px;
	color: #afb1b3;
	border-radius: 1px;
	-webkit-transition: border .3s;
	transition: border .3s;
	outline: none;
}

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: #afb1b3;
}

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: #afb1b3;
}

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: #afb1b3;
}

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: #afb1b3;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #afb1b3;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #5c5f62;
	color: #5c5f62;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
	height: 108px;
	min-height: 108px;
	max-height: 200px;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	cursor: pointer;
}

.download-holder {
	text-align: left;
}

#header {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	z-index: 60;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

#header:after {
	display: none;
}

.home #header {
	position: fixed;
}

.logo {
	width: 170px;
}

.logo img {
	width: 100%;
	height: auto;
}

.nav-holder {
	padding: 35px 0 0;
}

.nav-holder .nav-opener {
	width: 40px;
	height: 40px;
	position: relative;
	float: right;
	display: none;
	outline: none;
}

.nav-holder .nav-opener:before,
.nav-holder .nav-opener:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 3px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	background: #ff918f;
}

.nav-holder .nav-opener:before {
	bottom: 23px;
	box-shadow: 0 10px 0 #ff918f;
}

.nav-holder .nav-opener:after {
	bottom: 3px;
}

.nav-active .nav-holder .nav-opener:before,
.nav-active .nav-holder .nav-opener:after {
	bottom: 50%;
}

.nav-active .nav-holder .nav-opener:before {
	-webkit-transform: translateY(50%) rotate(-45deg);
	-ms-transform: translateY(50%) rotate(-45deg);
	transform: translateY(50%) rotate(-45deg);
	box-shadow: none;
}

.nav-active .nav-holder .nav-opener:after {
	-webkit-transform: translateY(50%) rotate(-135deg);
	-ms-transform: translateY(50%) rotate(-135deg);
	transform: translateY(50%) rotate(-135deg);
}

.main-nav {
	font-size: 19px;
	font-weight: 700;
}

.main-nav.alt-color a {
	color: #5c5f62;
}

.main-nav li {
	float: left;
	margin: 0 0 0 49px;
}

.main-nav li.active a {
	color: #ff918f;
}

.main-nav a {
	color: #fff;
	outline: none;
}

.main-nav a:hover {
	color: #ff918f;
}

#footer {
	background: #19232a;
	text-align: center;
	font-size: 13px;
	line-height: 1.2;
	color: rgba(255, 255, 255, .4);
	padding: 22px 0 27px;
}

#footer p {
	margin: 0;
}

#footer p .copy {
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
	margin: -1px 0 0;
}

html.resize-active * {
	-webkit-transition: none !important;
	transition: none !important;
}

[class^="animation-"],
[class*=" animation-"] {
	-webkit-transition: -webkit-transform 900ms ease, opacity 1500ms ease;
	transition: transform 900ms ease, opacity 1500ms ease;
	opacity: 0;
}

[class^="animation-"].animation-left,
[class*=" animation-"].animation-left {
	-webkit-transform: translateX(-50px);
	-ms-transform: translateX(-50px);
	transform: translateX(-50px);
}

[class^="animation-"].animation-right,
[class*=" animation-"].animation-right {
	-webkit-transform: translateX(50px);
	-ms-transform: translateX(50px);
	transform: translateX(50px);
}

[class^="animation-"].animation-top,
[class*=" animation-"].animation-top {
	-webkit-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
}

[class^="animation-"].animation-bottom,
[class*=" animation-"].animation-bottom {
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px);
}

[class^="animation-"].animation-first,
[class*=" animation-"].animation-first {
	-webkit-transition-delay: 150ms;
	transition-delay: 150ms;
}

[class^="animation-"].animation-second,
[class*=" animation-"].animation-second {
	-webkit-transition-delay: 450ms;
	transition-delay: 450ms;
}

[class^="animation-"].animation-third,
[class*=" animation-"].animation-third {
	-webkit-transition-delay: 750ms;
	transition-delay: 750ms;
}

[class^="animation-"].animation-fourth,
[class*=" animation-"].animation-fourth {
	-webkit-transition-delay: 1000ms;
	transition-delay: 1000ms;
}

.in-viewport [class^="animation-"],
.in-viewport
  [class*=" animation-"] {
	opacity: 1;
}

.in-viewport [class^="animation-"].animation-left,
.in-viewport
    [class*=" animation-"].animation-left {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.in-viewport [class^="animation-"].animation-right,
.in-viewport
    [class*=" animation-"].animation-right {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.in-viewport [class^="animation-"].animation-top,
.in-viewport
    [class*=" animation-"].animation-top {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.in-viewport [class^="animation-"].animation-bottom,
.in-viewport
    [class*=" animation-"].animation-bottom {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.js-tab-hidden {
	display: block !important;
	left: -9999px !important;
	position: absolute !important;
	top: -9999px !important;
}

.container,
#header {
	max-width: 1140px;
	padding: 0 15px;
	margin: 0 auto;
	width: 100%;
}

.button {
	display: inline-block;
	vertical-align: top;
	min-width: 143px;
	margin: 0;
	border: none;
	padding: 12px 15px 11px;
	border-radius: 2px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
	background: #ff918f;
	color: #fff;
	font-size: 17px;
	line-height: 21px;
	letter-spacing: .5px;
	outline: none;
	-webkit-transition: background .3s, color .3s;
	transition: background .3s, color .3s;
}

.button:hover {
	color: #fff;
	background: #ff5f5c;
}

.icon-facebook:before {
	color: #3b5998;
}

.icon-twitter:before {
	color: #4099ff;
}

.bg-block {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

#wrapper {
	overflow: hidden;
	width: 100%;
	position: relative;
}

main {
	padding: 0 0 30px;
}

main#main-scrolly {
	height: 100vh;
	padding: 0;
}

.content-section {
	height: 100vh;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 30px 0;
	position: absolute;
	width: 100%;
	z-index: 2;
}

.content-section.activated .text-block {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.content-section .container,
.content-section #header {
	position: relative;
}

.content-section .text-block {
	font-size: 23px;
	line-height: 1.39;
	font-weight: 500;
	padding: 0 0 27px;
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 100%;
	text-align: center;
	opacity: 0;
	-webkit-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
	-webkit-transition: 2s opacity 1s ease, 1s -webkit-transform 1s ease;
	transition: 2s opacity 1s ease, 1s transform 1s ease;
}

.content-section .text-block h2 {
	display: inline-block;
	vertical-align: top;
	background: rgba(255, 0, 0, .5);
	padding: 5px 20px;
}

.content-section .text-block p {
	display: inline-block;
	vertical-align: top;
	background: rgba(255, 0, 0, .5);
	padding: 5px 20px;
}

.visual-section {
	z-index: 6;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	background-color: #fff;
}

.visual-block {
	font: 36px/1.33 "Marck Script", "Comic Sans MS", "Comic Sans MS5", cursive;
	max-width: 670px;
	width: 100%;
	margin: 0 auto;
	padding: 0 0 70px;
	text-align: center;
	opacity: 0;
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px);
	text-shadow: 1px 1px 2px #000;
	-webkit-transition: -webkit-transform 1s, opacity 1s;
	transition: transform 1s, opacity 1s;
}

.loaded .visual-block {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.scroll-down {
	position: absolute;
	left: 50%;
	bottom: 32px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	color: #fff;
	font-size: 38px;
	line-height: 1;
	border: 2px solid #fff;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	outline: none;
	text-align: center;
	z-index: 10;
	-webkit-transition: color .3s, border .3s;
	transition: color .3s, border .3s;
}

.scroll-down:hover {
	border-color: #ff918f;
}

.scroll-down i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.link-page {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	right: 15px;
	top: 50%;
	font-size: 18px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	box-shadow: 0 6px 13px rgba(0, 0, 0, .35);
	opacity: 0;
	outline: none;
	-webkit-transform: translateY(-50%) scale(0);
	-ms-transform: translateY(-50%) scale(0);
	transform: translateY(-50%) scale(0);
	-webkit-transition: opacity 1s, -webkit-transform 1s, color .3s;
	transition: opacity 1s, transform 1s, color .3s;
}

.activated.content-section .link-page {
	opacity: 1;
	-webkit-transform: translateY(-50%) scale(1);
	-ms-transform: translateY(-50%) scale(1);
	transform: translateY(-50%) scale(1);
}

.link-page i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.blue-style .service {
	background-image: url(images/bg-service-aquazone-blue.png);
}

.blue-style .service:before {
	background: rgba(163, 218, 255, .75);
}

.blue-style .link-page {
	color: #a3daff;
}

.blue-style .link-page:hover {
	color: #24a7ff;
}

.blue-style .scroll-down:hover {
	color: #ff918f;
	border-color: #ff918f;
}

.yellow-style .service {
	background-image: url(images/bg-service-aquazone.png);
}

.yellow-style .service:before {
	background: rgba(228, 202, 60, .75);
}

.yellow-style .link-page {
	color: #e4ca3c;
}

.yellow-style .link-page:hover {
	color: #8d7a14;
}

.yellow-style .scroll-down:hover {
	color: #e4ca3c;
	border-color: #e4ca3c;
}

.orange-style .service {
	background-image: url(images/bg-service-restaurant.png);
}

.orange-style .service:before {
	background: rgba(255, 203, 169, .75);
}

.orange-style .link-page {
	color: #ffcba9;
}

.orange-style .link-page:hover {
	color: #ff7e2a;
}

.orange-style .scroll-down:hover {
	color: #ffcba9;
	border-color: #ffcba9;
}

.green-style .service {
	background-image: url(images/bg-service-hotel.png);
}

.green-style .service:before {
	background: rgba(198, 242, 196, .75);
}

.green-style .link-page {
	color: #c6f2c4;
}

.green-style .link-page:hover {
	color: #61db5c;
}

.green-style .scroll-down:hover {
	color: #c6f2c4;
	border-color: #c6f2c4;
}

.purple-style .service {
	background-image: url(images/bg-service-cinema.png);
}

.purple-style .service:before {
	background: rgba(228, 197, 228, .75);
}

.purple-style .link-page {
	color: #e4c5e4;
}

.purple-style .link-page:hover {
	color: #bc6ebc;
}

.purple-style .scroll-down:hover {
	color: #e4c5e4;
	border-color: #e4c5e4;
}

.services-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.services-holder .service {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 1.35;
	font-weight: 500;
	margin: 0 50px 0 0;
	position: relative;
	opacity: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: opacity 2s, -webkit-transform 1s;
	transition: opacity 2s, transform 1s;
}

.services-holder .service:before {
	content: "";
	border-radius: 50%;
	width: 10px;
	height: 10px;
	position: absolute;
	right: -30px;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(-100px);
	-ms-transform: translateY(-50%) translateX(-100px);
	transform: translateY(-50%) translateX(-100px);
	opacity: 0;
	-webkit-transition: opacity 2s, -webkit-transform 1s;
	transition: opacity 2s, transform 1s;
}

.services-holder .service.main-service {
	width: 251px;
	height: 251px;
	font-size: 26px;
}

.services-holder .service.main-service:before {
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
}

.services-holder .service:nth-child(2) {
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
	-webkit-transform: translateX(-245px) scale(0);
	-ms-transform: translateX(-245px) scale(0);
	transform: translateX(-245px) scale(0);
}

.services-holder .service:nth-child(2):before {
	-webkit-transition-delay: 1.5s;
	transition-delay: 1.5s;
}

.services-holder .service:nth-child(3) {
	-webkit-transition-delay: 2s;
	transition-delay: 2s;
	-webkit-transform: translateX(-190px) scale(0);
	-ms-transform: translateX(-190px) scale(0);
	transform: translateX(-190px) scale(0);
}

.services-holder .service:nth-child(3):before {
	-webkit-transition-delay: 2.5s;
	transition-delay: 2.5s;
}

.services-holder .service:nth-child(4) {
	-webkit-transition-delay: 3s;
	transition-delay: 3s;
	-webkit-transform: translateX(-190px) scale(0);
	-ms-transform: translateX(-190px) scale(0);
	transform: translateX(-190px) scale(0);
}

.services-holder .service:nth-child(4):before {
	-webkit-transition-delay: 3.5s;
	transition-delay: 3.5s;
}

.services-holder .service:nth-child(5) {
	-webkit-transition-delay: 4s;
	transition-delay: 4s;
	-webkit-transform: translateX(-190px) scale(0);
	-ms-transform: translateX(-190px) scale(0);
	transform: translateX(-190px) scale(0);
}

.services-holder .service:nth-child(5):before {
	-webkit-transition-delay: 4.5s;
	transition-delay: 4.5s;
}

.activated.content-section .services-holder .service {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.activated.content-section .services-holder .service:before {
	opacity: 1;
	-webkit-transform: translateY(-50%) translateX(0);
	-ms-transform: translateY(-50%) translateX(0);
	transform: translateY(-50%) translateX(0);
}

.activated.content-section .services-holder .service:nth-child(2) {
	-webkit-transform: translateX(0) scale(1);
	-ms-transform: translateX(0) scale(1);
	transform: translateX(0) scale(1);
}

.activated.content-section .services-holder .service:nth-child(3) {
	-webkit-transform: translateX(0) scale(1);
	-ms-transform: translateX(0) scale(1);
	transform: translateX(0) scale(1);
}

.activated.content-section .services-holder .service:nth-child(4) {
	-webkit-transform: translateX(0) scale(1);
	-ms-transform: translateX(0) scale(1);
	transform: translateX(0) scale(1);
}

.activated.content-section .services-holder .service:nth-child(5) {
	-webkit-transform: translateX(0) scale(1);
	-ms-transform: translateX(0) scale(1);
	transform: translateX(0) scale(1);
}

.services-holder .service:last-child {
	margin: 0;
}

.services-holder .service:last-child:before {
	display: none;
}

.services-holder .service a {
	padding: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	color: #4b5661;
	outline: none;
	width: 100%;
	height: 100%;
}

.services-holder .service a:hover {
	color: #fff;
}

.services-holder .service div {
	width: 100%;
}

.services-holder .service span {
	display: block;
	text-transform: none;
}

.services-holder .service i {
	display: block;
	font-size: 50px;
	margin: 0 0 12px;
}

.news-section {
	color: #5c5f62;
}

.news-section h2 {
	text-align: center;
	margin-bottom: 22px;
}

.news-section .scroll-down {
	color: #5c5f62;
	border-color: #5c5f62;
}

.news-section .scroll-down:hover {
	color: #ff918f;
	border-color: #ff918f;
}

.news-list {
	-webkit-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 120px;
	column-gap: 120px;
}

.news-list li {
	overflow: hidden;
	width: 100%;
	position: relative;
	padding: 15px 0 0 84px;
}

.news-list .photo {
	float: left;
	width: 65px;
	margin: 8px 20px 0 -84px;
}

.news-list .photo img {
	border-radius: 50%;
}

.news-list .description {
	overflow: hidden;
	padding: 1px;
}

.news-list p {
	margin: 0 0 8px;
}

.news-list .meta {
	color: #afb1b3;
	font-size: 12px;
}

.news-list .social-link {
	font-size: 21px;
	line-height: 1;
	float: left;
	margin: -1px 5px 0 0;
}

.contact-section {
	z-index: 1;
}

.contact-section .contact-block {
	width: 615px;
	margin: 0 0 0 auto;
	border: none;
}

.contact-section .contact-block .form-block {
	border: none;
	width: 56.1%;
}

.contact-section .contact-block .contact-form {
	margin: 0;
	max-width: none;
}

.contact-section .contact-block .address-block {
	width: 40%;
	padding: 36px 10px 40px;
}

.contact-section #footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 63px;
	z-index: 1;
}

.contact-block {
	color: #5c5f62;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #fff;
	border: 1px solid #e8e9e9;
	text-align: center;
	margin: 0 0 60px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .07);
}

.contact-block h3 {
	margin-bottom: 25px;
}

.contact-block .form-block {
	background: #f8f9fa;
	width: 65.8%;
	padding: 36px 20px 40px;
	border-right: 1px solid #e8e9e9;
}

.contact-block .contact-form {
	max-width: 350px;
	margin: 0 auto;
}

.contact-block .address-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 34.2%;
	background: #fff;
	padding: 36px 5.7% 40px;
}

.contact-block .address-block address {
	margin-top: -3px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.contact-block .address-block .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 8px;
}

.contact-block .address-block .icon-block {
	width: 51px;
	height: 51px;
	border: 1px solid #e8e9e9;
	border-radius: 50%;
	position: relative;
	margin: 2px 11px 0 0;
}

.contact-block .address-block .icon-block i {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #19232a;
	font-size: 18px;
}

.contact-block .address-block a {
	color: #5c5f62;
}

.contact-block .address-block a:hover {
	color: #3275b7;
}

.contact-block .link-holder {
	padding: 15px 0 0;
}

.contact-block .link-holder a {
	color: #fff;
}

.contact-block .link-holder a:hover {
	color: #fff;
}

.slideshow {
	position: relative;
	height: 100vh;
	width: 100%;
}

.slideshow .slick-slider {
	opacity: 0;
	-webkit-transition: opacity .6s;
	transition: opacity .6s;
}

.slideshow .slick-slider.slick-initialized {
	opacity: 1;
}

.slideshow .slick-slider,
.slideshow .slick-list,
.slideshow .slick-track {
	height: 100%;
}

.slideshow .slideset .slide {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
}

.slideshow .slideset .slide.active {
	z-index: 2;
}

.slideshow .btn-prev,
.slideshow .btn-next {
	position: absolute;
	left: 0;
	bottom: 126px;
	left: 50%;
	margin-left: calc(-565px/2);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	color: #fff;
	background: #a3daff;
	border-radius: 50%;
	box-shadow: 0 2px 6px rgba(0, 82, 117, .35);
	-webkit-transition: background .3s;
	transition: background .3s;
	font-size: 11px;
	line-height: 1;
	outline: none;
	border: none;
	z-index: 36;
}

.slideshow .btn-prev:hover,
.slideshow .btn-next:hover {
	background: #3275b7;
}

.slideshow .btn-prev i,
.slideshow .btn-next i {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.slideshow .btn-next {
	left: auto;
	right: 50%;
	margin-right: calc(-565px/2);
}

.slideshow .thumbnails {
	position: absolute;
	bottom: 121px;
	left: 0;
	right: 0;
	width: 565px;
	padding: 0 45px;
	margin: 0 auto;
	z-index: 5;
	height: auto;
	text-align: center;
}

.slideshow .thumbnails .slick-list {
	width: 100%;
}

.slideshow .thumbnails .slide {
	width: 95px;
	height: auto;
	padding: 0 12px;
	cursor: pointer;
	outline: none;
}

.slideshow .thumbnails .slide.slick-current img,
.slideshow .thumbnails .slide.slick-current:hover img {
	border-color: #a3daff;
}

.slideshow .thumbnails .slide:hover img {
	border-color: #3275b7;
}

.slideshow .thumbnails .slide img {
	border: 3px solid transparent;
	-webkit-transition: border .3s;
	transition: border .3s;
	cursor: pointer;
	width: 100%;
}

.inner-holder {
	padding: 36px 0 0;
}

.service-section {
	margin: 0 0 50px;
}

.service-section.style2 {
	padding: 36px 0 50px;
}

.service-section.style2 .service-block {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-flow: row-reverse;
	flex-flow: row-reverse;
}

.service-section.style2 .description {
	background: #fff;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .25);
	padding: 52px 39px 36px;
	position: relative;
	z-index: 2;
	margin: 0 -31px 0 0;
	width: calc(51.3% + 31px);
}

.service-section.style3 h2 {
	margin-bottom: 13px;
}

.service-section.style3 .image-block {
	width: 51.4%;
}

.service-section.style3 .description {
	margin: 0 0 0 -1px;
	background: #e8e9ea;
	padding: 25px 25px 0 30px;
	width: 48.6%;
}

.service-section.style3 ul strong {
	display: block;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 500;
	margin: 0 0 9px;
}

.service-section.style3 ul p {
	margin: 0 0 20px -14px;
}

.service-section h2 {
	text-transform: none;
	text-align: center;
	margin: 0 0 18px;
	font: 36px/1.2 "Marck Script", "Comic Sans MS", "Comic Sans MS5", cursive;
}

.service-section p {
	margin-bottom: 24px;
}

.service-section .service-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.service-section .service-block .text-block {
	font-size: 20px;
	line-height: 1.35;
	font-weight: 500;
	margin-bottom: -2px;
}

.service-section .image-block {
	width: 48.7%;
}

.service-section .description {
	width: 50%;
	margin: -5px 0 0;
	padding: 0 0 45px 30px;
}

.service-section .description .button {
	margin-bottom: 15px;
}

.service-section .list-holder {
	background: #e8e9ea;
	max-width: 475px;
	padding: 24px 30px 21px;
	margin: -53px 0 0 40%;
	position: relative;
	z-index: 2;
}

.service-section .list-holder h3 {
	font-size: 20px;
	margin-bottom: 4px;
}

.service-section .list-holder ul {
	padding-bottom: 0;
}

.service-section .list-holder p {
	margin: 0;
}

.service-section .list-holder p + p {
	margin-top: 10px;
}

.alt-inner {
	padding-top: 180px;
}

.search-form,
.comment-form {
	max-width: 500px;
}

.post {
	padding-bottom: 20px;
}

.commentlist {
	padding: 0 0 20px;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 15px 0 0;
}

.commentlist .commentlist-holder {
	overflow: hidden;
}

.commentlist .commentlist-holder p.meta {
	margin-bottom: 5px;
}

.visual-image {
	height: 363px;
	margin: 0 0 15px;
}

.vacancy-section .text-holder {
	text-align: center;
	font-size: 20px;
	line-height: 1.35;
	font-weight: 500;
	max-width: 910px;
	margin: 0 auto;
	padding: 0 0 38px;
	width: 100%;
}

.vacancy-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 60px;
}

.vacancy-holder .tabset {
	width: 31.5%;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
}

.vacancy-holder .tabset li.tab-active a {
	box-shadow: 0 0 11px rgba(166, 169, 174, .42);
}

.vacancy-holder .tabset li.tab-active a:before {
	display: block;
}

.vacancy-holder .tabset li + li {
	margin-top: 10px;
}

.vacancy-holder .tabset a {
	display: block;
	position: relative;
	background: #e8e9ea;
	color: #4b5661;
	padding: 16px 30px 15px;
	-webkit-transition: background .3s;
	transition: background .3s;
}

.vacancy-holder .tabset a:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #f8f9fa;
	z-index: 20;
	display: none;
}

.vacancy-holder .tabset a:hover {
	background: #f8f9fa;
}

.vacancy-holder .tabset span {
	position: relative;
	z-index: 25;
}

.vacancy-holder .tab-content {
	background: #f8f9fa;
	padding: 25px 30px 5px;
	width: 68.5%;
	position: relative;
	box-shadow: 0 0 11px rgba(166, 169, 174, .42);
}

.vacancy-holder .tab-content .tab {
	opacity: 0;
	-webkit-transition: opacity 1s ease;
	transition: opacity 1s ease;
}

.vacancy-holder .tab-content .tab.tab-active {
	opacity: 1;
}

.vacancy-holder .tab-content .tab .opener {
	position: relative;
	text-transform: uppercase;
	font-size: 17px;
	line-height: 24px;
	font-weight: 500;
	background: #e8e9ea;
	color: #4b5661;
	padding: 11px 15px 10px;
	-webkit-transition: background .3s;
	transition: background .3s;
	display: none;
}

.vacancy-holder .tab-content .tab .opener:hover {
	background: #f8f9fa;
}

.vacancy-holder .tab-content p {
	margin-bottom: 24px;
}

span.wpcf7-not-valid-tip {
	margin: -11px 0 11px;
	text-align: center;
}

#sb_instagram .sbi_header_text .sbi_bio {
	display: none;
}

#sb_instagram .sb_instagram_header a {
	color: #5c5f62;
}

#sb_instagram .sbi_header_text {
	padding-top: 13px;
}

@media (min-width: 768px) {
	.vacancy-holder .tab-content .tab .js-acc-hidden {
		left: 0 !important;
		top: 0 !important;
		position: static !important;
	}
}

@media (max-width: 1199px) {
	.nav-holder {
		padding-right: 15px;
	}

	.services-holder .service {
		width: 130px;
		height: 130px;
	}

	.services-holder .service.main-service {
		width: 190px;
		height: 190px;
	}

	.news-list {
		-webkit-column-gap: 40px;
		column-gap: 40px;
	}

	.service-section.style2 .description {
		padding: 32px 20px 16px;
	}

	.service-section.style3 h2 {
		margin-bottom: 5px;
	}

	.service-section.style3 .image-block {
		width: 45%;
	}

	.service-section.style3 .description {
		padding: 10px 20px 6px;
		width: 55%;
	}

	.service-section.style3 ul strong {
		margin-bottom: 0;
	}

	.service-section.style3 ul p {
		margin-bottom: 10px;
	}

	.service-section .description {
		padding-left: 20px;
	}
}

@media (max-width: 1023px) {
	.logo {
		width: 140px;
	}

	.main-nav {
		font-size: 18px;
	}

	.main-nav li {
		margin-left: 28px;
	}

	[class^="animation-"],
	[class*=" animation-"] {
		opacity: 1;
		-webkit-transform: none !important;
		-ms-transform: none !important;
		transform: none !important;
		-webkit-transition: none;
		transition: none;
	}

	main {
		padding-bottom: 20px;
	}

	main#main-scrolly {
		padding: 0;
	}

	.content-section .text-block {
		padding-bottom: 15px;
		font-size: 20px;
		line-height: 1.3;
	}

	.link-page {
		width: 45px;
		height: 45px;
		box-shadow: 0 4px 8px rgba(0, 0, 0, .25);
	}

	.services-holder .service {
		width: 100px;
		height: 100px;
		margin-right: 30px;
		font-size: 15px;
		line-height: 1.3;
	}

	.services-holder .service:before {
		right: -20px;
	}

	.services-holder .service.main-service {
		width: 150px;
		height: 150px;
		font-size: 21px;
	}

	.services-holder .service i {
		font-size: 36px;
		margin-bottom: 10px;
	}

	.news-list {
		-webkit-column-gap: 30px;
		column-gap: 30px;
	}

	.news-list li {
		padding-left: 74px;
	}

	.news-list .photo {
		margin-right: 10px;
		margin-left: -74px;
	}

	.contact-section .contact-block .form-block {
		width: 56.1%;
	}

	.contact-section .contact-block .address-block {
		width: 40%;
	}

	.contact-block {
		margin-bottom: 30px;
	}

	.contact-block .form-block {
		width: 62%;
	}

	.contact-block .address-block {
		padding: 36px 20px 40px;
		width: 38%;
	}

	.service-section {
		margin-bottom: 40px;
	}

	.service-section.style2 {
		padding: 20px 0 30px;
	}

	.service-section.style2 .description {
		padding: 20px 15px 5px;
		margin: 0 -20px 0 0;
		width: calc(51.3% + 20px);
	}

	.service-section.style3 ul strong {
		font-size: 16px;
	}

	.service-section h2 {
		font-size: 32px;
	}

	.service-section p {
		margin-bottom: 15px;
	}

	.service-section .description {
		margin: 0;
		padding: 0 0 0 15px;
	}

	.service-section .list-holder {
		margin: 0 auto;
		padding: 20px 15px;
	}

	.alt-inner {
		padding-top: 150px;
	}

	.visual-image {
		height: 290px;
	}

	.vacancy-section .text-holder {
		padding-bottom: 25px;
	}

	.vacancy-holder {
		margin-bottom: 40px;
	}

	.vacancy-holder .tabset {
		font-size: 18px;
	}

	.vacancy-holder .tabset a {
		padding: 15px 15px 14px;
	}

	.vacancy-holder .tab-content {
		padding: 15px 20px 0;
	}

	.vacancy-holder .tab-content p {
		margin-bottom: 20px;
	}
}

@media (max-width: 767px) {
	body.home {
		overflow: visible;
	}

	.jcf-file .jcf-upload-button {
		width: 50%;
		padding: 0 5px;
	}

	body {
		line-height: 1.4;
	}

	blockquote {
		margin: 0;
	}

	ul:not([class]) li {
		padding-left: 9px;
	}

	ul:not([class]) li:before {
		top: 9px;
	}

	h1,
	.h1 {
		font-size: 26px;
	}

	h2,
	.h2 {
		font-size: 20px;
	}

	h3,
	.h3 {
		font-size: 18px;
	}

	.home #header {
		position: absolute;
	}

	.logo {
		width: 110px;
	}

	.nav-holder {
		padding: 15px 0 0;
	}

	.nav-holder .nav-opener {
		display: block;
	}

	.nav-holder .nav-drop {
		position: absolute;
		top: 100%;
		left: 15px;
		right: 15px;
		max-height: 0;
		z-index: 100;
		overflow: hidden;
		-webkit-transition: max-height .25s linear 0s;
		transition: max-height .25s linear 0s;
		margin: 10px 0 0;
	}

	.nav-active .nav-holder .nav-drop {
		max-height: 4000px;
	}

	.main-nav {
		display: block;
		font-size: 16px;
		padding: 10px;
		background: rgba(255, 145, 143, .9);
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
		-webkit-transition: -webkit-transform .25s linear;
		transition: transform .25s linear;
	}

	.nav-active .main-nav {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	.main-nav.alt-color a {
		color: #fff;
	}

	.main-nav li.active a {
		color: #5c5f62;
	}

	.main-nav li {
		float: none;
		margin: 0 0 5px;
	}

	.main-nav a {
		display: block;
		padding: 3px 5px;
	}

	.main-nav a:hover {
		color: #5c5f62;
	}

	.button {
		padding: 8px 10px 9px;
		min-width: 130px;
		font-size: 13px;
	}

	main#main-scrolly {
		height: auto;
	}

	.content-section {
		padding: 25px 0;
		height: auto;
		display: block;
		position: static;
		-webkit-transform: translate3d(0, 0, 0) !important;
		transform: translate3d(0, 0, 0) !important;
	}

	.content-section .text-block {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		opacity: 1;
		-webkit-transition: none;
		transition: none;
		position: static;
		font-size: 17px;
		padding: 0 0 10px;
	}

	.visual-section {
		height: 100vh;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		background-position: 35% 50%;
	}

	.visual-block {
		font-size: 26px;
		line-height: 1.1;
		padding: 0 0 30px;
	}

	.scroll-down {
		display: none;
	}

	.link-page {
		-webkit-transition: color .3s;
		transition: color .3s;
		opacity: 1;
		font-size: 16px;
		-webkit-transform: translateY(-50%) scale(1);
		-ms-transform: translateY(-50%) scale(1);
		transform: translateY(-50%) scale(1);
	}

	.services-holder {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.services-holder .service {
		opacity: 1;
		-webkit-transform: scale(1) !important;
		-ms-transform: scale(1) !important;
		transform: scale(1) !important;
		-webkit-transition: none !important;
		transition: none !important;
		margin: 0 auto 20px;
		width: 100px;
		height: 100px;
		font-size: 16px;
	}

	.services-holder .service:before {
		right: auto;
		left: 50%;
		top: auto;
		bottom: -13px;
		opacity: 1;
		width: 7px;
		height: 7px;
		-webkit-transform: translateX(-50%) !important;
		-ms-transform: translateX(-50%) !important;
		transform: translateX(-50%) !important;
		-webkit-transition: none !important;
		transition: none !important;
	}

	.services-holder .service.main-service {
		width: 135px;
		height: 135px;
		font-size: 20px;
	}

	.services-holder .service:last-child {
		margin: 0 auto;
	}

	.services-holder .service i {
		margin-bottom: 4px;
	}

	.news-list {
		-webkit-column-count: 1;
		column-count: 1;
		-webkit-column-gap: 0;
		column-gap: 0;
	}

	.news-list li {
		padding: 0 0 15px;
	}

	.news-list .photo {
		margin-left: 0;
	}

	.news-list .meta {
		padding-top: 1px;
	}

	.news-list .social-link {
		margin-top: -2px;
	}

	.contact-section {
		margin: 0 0 61px;
	}

	.contact-section .contact-block {
		width: auto;
		margin: 0;
	}

	.contact-section .contact-block .form-block {
		width: auto;
		border: none;
	}

	.contact-section .contact-block .address-block {
		width: auto;
		border: none;
		padding: 30px 20px;
	}

	.contact-section #footer {
		bottom: -63px;
	}

	.contact-block {
		width: auto;
		margin: 0;
		display: block;
		background: none;
		border: none;
		box-shadow: none;
	}

	.contact-block h3 {
		margin-bottom: 10px;
	}

	.contact-block .form-block {
		width: auto;
		margin: 0 0 15px;
		padding: 15px 15px 20px;
		border: 1px solid #e8e9e9;
		box-shadow: 0 5px 10px rgba(0, 0, 0, .07);
	}

	.contact-block .address-block {
		width: auto;
		padding: 15px;
		border: 1px solid #e8e9e9;
		box-shadow: 0 5px 10px rgba(0, 0, 0, .07);
	}

	.contact-block .address-block .icon-block {
		width: 40px;
		height: 40px;
	}

	.contact-block .address-block .icon-block i {
		font-size: 16px;
	}

	.slideshow .btn-prev,
	.slideshow .btn-next {
		bottom: 75px;
		margin-left: calc(-280px/2);
	}

	.slideshow .btn-next {
		margin-right: calc(-280px/2);
	}

	.slideshow .thumbnails {
		width: 280px;
		bottom: 70px;
	}

	.service-section {
		margin-bottom: 30px;
	}

	.service-section.style2 .description {
		margin: 0;
		padding: 10px 15px 2px;
		width: auto;
	}

	.service-section.style3 h2 {
		margin-bottom: 15px;
	}

	.service-section.style3 .image-block {
		width: auto;
	}

	.service-section.style3 .description {
		width: auto;
		padding: 20px 15px 6px;
	}

	.service-section.style3 ul p {
		margin: 0 0 10px -9px;
	}

	.service-section h2 {
		margin-bottom: 20px;
		line-height: 1;
	}

	.service-section .service-block {
		display: block;
	}

	.service-section .service-block .text-block {
		font-size: 16px;
		margin-bottom: 0;
	}

	.service-section .image-block {
		width: auto;
		margin: 0 0 15px;
		text-align: center;
	}

	.service-section .description {
		width: auto;
		padding: 0;
	}

	.service-section .description .button-block {
		text-align: center;
	}

	.service-section .list-holder {
		padding: 15px 15px 10px;
		margin: 0 auto;
	}

	.service-section .list-holder h3 {
		font-size: 16px;
	}

	.alt-inner {
		padding-top: 100px;
	}

	.visual-image {
		height: 280px;
		margin: 0;
	}

	.vacancy-section .text-holder {
		font-size: 17px;
		padding-bottom: 10px;
	}

	.vacancy-holder {
		display: block;
	}

	.vacancy-holder .tabset {
		display: none;
	}

	.vacancy-holder .tab-content {
		width: auto;
		box-shadow: none;
		background: none;
		padding: 0;
	}

	.vacancy-holder .tab-content .tab {
		opacity: 1;
		-webkit-transition: none;
		transition: none;
		margin: 0 0 10px;
	}

	.vacancy-holder .tab-content .tab.js-tab-hidden {
		left: 0 !important;
		top: 0 !important;
		position: static !important;
	}

	.vacancy-holder .tab-content .tab .opener {
		display: block;
	}

	.vacancy-holder .tab-content .tab .slide {
		overflow: hidden;
		width: 100%;
		position: relative;
		background: #f8f9fa;
		box-shadow: 0 0 11px rgba(166, 169, 174, .42);
	}

	.vacancy-holder .tab-content .tab .slide-holder {
		padding: 15px 15px 5px;
		overflow: hidden;
	}
}
