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

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

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

.icon-slack:before {
	content: "\e900";
}

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

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

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

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

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

.icon-twitter:before {
	content: "\ea96";
}

/* Slick slider styles */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-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;
}

.fancybox-enabled {
	overflow: hidden;
}

.fancybox-enabled body {
	overflow: visible;
	-ms-touch-action: none;
	touch-action: none;
}

.fancybox-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99993;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* Make sure that the first one is on the top */

.fancybox-container ~ .fancybox-container {
	z-index: 99992;
}

.fancybox-bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #0f0f11;
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(.55, .06, .68, .19);
	transition-timing-function: cubic-bezier(.55, .06, .68, .19);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.fancybox-container--ready .fancybox-bg {
	opacity: .87;
	-webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
	transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-controls {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	opacity: 0;
	z-index: 99994;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	direction: ltr;
}

.fancybox-show-controls .fancybox-controls {
	opacity: 1;
}

.fancybox-infobar {
	display: none;
}

.fancybox-show-infobar .fancybox-infobar {
	display: inline-block;
	pointer-events: all;
}

.fancybox-infobar__body {
	display: inline-block;
	width: 70px;
	line-height: 44px;
	font-size: 13px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	text-align: center;
	color: #ddd;
	background-color: rgba(30, 30, 30, .7);
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-buttons {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	pointer-events: all;
}

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

.fancybox-slider-wrap {
	overflow: hidden;
	direction: ltr;
}

.fancybox-slider-wrap,
.fancybox-slider {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 0;
	margin: 0;
	z-index: 99993;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.fancybox-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;
	outline: none;
	white-space: normal;
	box-sizing: border-box;
	text-align: center;
	z-index: 99994;
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: transparent;
}

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

.fancybox-slide > * {
	display: inline-block;
	position: relative;
	padding: 24px;
	margin: 44px 0 44px;
	border-width: 0;
	vertical-align: middle;
	text-align: left;
	background-color: #fff;
	overflow: auto;
	box-sizing: border-box;
}

.fancybox-slide--image {
	overflow: hidden;
}

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

.fancybox-content {
	display: inline-block;
	position: relative;
	margin: 44px auto;
	padding: 0;
	border: 0;
	width: 80%;
	height: calc(100% - 88px);
	vertical-align: middle;
	line-height: normal;
	text-align: left;
	white-space: normal;
	outline: none;
	font-size: 16px;
	font-family: Arial, sans-serif;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	-webkit-overflow-scrolling: touch;
}

.fancybox-iframe {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
	background: #fff;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
	background: transparent;
}

.fancybox-placeholder {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 99995;
	background: transparent;
	cursor: default;
	overflow: visible;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

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

.fancybox-controls--canzoomOut .fancybox-placeholder {
	cursor: zoom-out;
}

.fancybox-controls--canzoomIn .fancybox-placeholder {
	cursor: zoom-in;
}

.fancybox-controls--canGrab .fancybox-placeholder {
	cursor: -webkit-grab;
	cursor: grab;
}

.fancybox-controls--isGrabbing .fancybox-placeholder {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

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

.fancybox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px;
	visibility: hidden;
}

.fancybox-error {
	position: absolute;
	margin: 0;
	padding: 40px;
	top: 50%;
	left: 50%;
	width: 380px;
	max-width: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #fff;
	cursor: default;
}

.fancybox-error p {
	margin: 0;
	padding: 0;
	color: #444;
	font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.fancybox-close-small {
	position: absolute;
	top: 4px;
	right: 4px;
	padding: 0;
	margin: 0;
	width: 30px;
	height: 30px;
	font: 21px/1 Arial,"Helvetica Neue",Helvetica,sans-serif;
	color: #888;
	font-weight: 300;
	text-align: center;
	border-radius: 50%;
	border-width: 0;
	cursor: pointer;
	background: #fff;
	-webkit-transition: background .2s;
	transition: background .2s;
	box-sizing: border-box;
	z-index: 2;
}

.fancybox-close-small:focus {
	outline: 1px dotted #888;
}

.fancybox-slide--video .fancybox-close-small {
	top: -36px;
	right: -36px;
	background: transparent;
}

.fancybox-close-small:hover {
	color: #555;
	background: #eee;
}

/* Caption */

.fancybox-caption-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 60px 30px 0 30px;
	z-index: 99998;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-sizing: border-box;
	background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
	opacity: 0;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	pointer-events: none;
}

.fancybox-show-caption .fancybox-caption-wrap {
	opacity: 1;
}

.fancybox-caption {
	padding: 30px 0;
	border-top: 1px solid rgba(255, 255, 255, .4);
	font-size: 14px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #fff;
	line-height: 20px;
	-webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button {
	pointer-events: all;
}

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

/* Buttons */

.fancybox-button {
	display: inline-block;
	position: relative;
	width: 44px;
	height: 44px;
	line-height: 44px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	cursor: pointer;
	background: transparent;
	color: #fff;
	box-sizing: border-box;
	vertical-align: top;
	outline: none;
}

.fancybox-button--disabled {
	cursor: default;
	pointer-events: none;
}

.fancybox-infobar__body,
.fancybox-button {
	background: rgba(30, 30, 30, .6);
}

.fancybox-button:hover {
	background: rgba(0, 0, 0, .8);
}

.fancybox-button::before,
.fancybox-button::after {
	content: "";
	pointer-events: none;
	position: absolute;
	border-color: #fff;
	background-color: currentColor;
	color: currentColor;
	opacity: .9;
	box-sizing: border-box;
	display: inline-block;
}

.fancybox-button--disabled::before,
.fancybox-button--disabled::after {
	opacity: .5;
}

.fancybox-button--left::after {
	left: 20px;
	top: 18px;
	width: 6px;
	height: 6px;
	background: transparent;
	border-top: solid 2px currentColor;
	border-right: solid 2px currentColor;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.fancybox-button--right::after {
	right: 20px;
	top: 18px;
	width: 6px;
	height: 6px;
	background: transparent;
	border-top: solid 2px currentColor;
	border-right: solid 2px currentColor;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.fancybox-button--left {
	border-bottom-left-radius: 5px;
}

.fancybox-button--right {
	border-bottom-right-radius: 5px;
}

.fancybox-button--close {
	float: right;
}

.fancybox-button--close::before,
.fancybox-button--close::after {
	content: "";
	display: inline-block;
	position: absolute;
	height: 2px;
	width: 16px;
	top: calc(50% - 1px);
	left: calc(50% - 8px);
}

.fancybox-button--close::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.fancybox-button--close::after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* Loading spinner */

.fancybox-loading {
	border: 6px solid rgba(100, 100, 100, .4);
	border-top: 6px solid rgba(255, 255, 255, .6);
	border-radius: 100%;
	height: 50px;
	width: 50px;
	-webkit-animation: fancybox-rotate .8s infinite linear;
	animation: fancybox-rotate .8s infinite linear;
	background: transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
	z-index: 99999;
}

/* Styling for Small-Screen Devices */

/* Fullscreen  */

.fancybox-button--fullscreen::before {
	width: 15px;
	height: 11px;
	left: 15px;
	top: 16px;
	border: 2px solid;
	background: none;
}

/* Slideshow button */

.fancybox-button--play::before {
	top: 16px;
	left: 18px;
	width: 0;
	height: 0;
	border-top: 6px inset transparent;
	border-bottom: 6px inset transparent;
	border-left: 10px solid;
	border-radius: 1px;
	background: transparent;
}

.fancybox-button--pause::before {
	top: 16px;
	left: 18px;
	width: 7px;
	height: 11px;
	border-style: solid;
	border-width: 0 2px 0 2px;
	background: transparent;
}

/* Thumbs */

.fancybox-button--thumbs span {
	font-size: 23px;
}

.fancybox-button--thumbs::before {
	top: 20px;
	left: 21px;
	width: 3px;
	height: 3px;
	box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
}

.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap,
.fancybox-container--thumbs .fancybox-caption-wrap {
	right: 220px;
}

.fancybox-thumbs {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: auto;
	width: 220px;
	margin: 0;
	padding: 5px 5px 0 0;
	background: #fff;
	z-index: 99993;
	word-break: normal;
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: transparent;
	box-sizing: border-box;
}

.fancybox-thumbs > ul {
	list-style: none;
	position: absolute;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 0;
}

.fancybox-thumbs > ul > li {
	float: left;
	overflow: hidden;
	max-width: 50%;
	padding: 0;
	margin: 0;
	width: 105px;
	height: 75px;
	position: relative;
	cursor: pointer;
	outline: none;
	border: 5px solid #fff;
	border-top-width: 0;
	border-right-width: 0;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-sizing: border-box;
}

li.fancybox-thumbs-loading {
	background: rgba(0, 0, 0, .1);
}

.fancybox-thumbs > ul > li > img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	max-width: none;
	max-height: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-thumbs > ul > li:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 2px;
	border: 4px solid #4ea7f9;
	z-index: 99991;
	opacity: 0;
	-webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
	opacity: 1;
}

/* Styling for Small-Screen Devices */

.main-nav,
.social-networks,
ul:not([class]):not([id]),
.slick-dots,
.systems-section .tabset,
.systems-section .carousel-block .pagination ul:not([class]):not([id]),
.profile-section .profile-tabset {
	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: #333;
	background: #fff;
	font: 16px/1.5 "Poppins", "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: 27px;
}

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

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

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

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

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

p {
	margin: 0 0 1em;
}

a {
	color: #ff5800;
}

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

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

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

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

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

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

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

#header {
	-webkit-transition: padding .3s ease-in-out;
	transition: padding .3s ease-in-out;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 7px 0;
	background: #fff;
	z-index: 999;
}

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

#header.fixed-position {
	padding: 7px 0;
}

#header.fixed-position .logo {
	width: 209px;
}

#header.fixed-position .navbar {
	padding-top: 0;
	max-height: calc(100vh - 56px);
}

.logo {
	-webkit-transition: width .3s ease-in-out;
	transition: width .3s ease-in-out;
	display: block;
	padding-right: 15px;
	width: 209px;
}

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

.logo a {
	display: block;
}

.logo a img {
	display: block;
}

.nav-opener {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 5px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	border-radius: 3px;
}

.nav-opener:hover {
	opacity: .9;
}

.nav-active .nav-opener span {
	opacity: 0;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15%;
	right: 15%;
}

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

.nav-opener span,
.nav-opener:before,
.nav-opener:after {
	background: #ff5800;
	border-radius: 4px;
	position: absolute;
	top: 50%;
	left: 25%;
	right: 25%;
	height: 4px;
	margin-top: -2px;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 30%;
}

.nav-opener:after {
	top: 70%;
}

.navbar {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 999;
	background-color: white;
	max-height: calc(100vh - 56px);
	overflow-y: auto;
}

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

.nav-active .navbar {
	opacity: 1;
	visibility: visible;
}

.main-nav {
	font-size: 14px;
	font-weight: 500;
}

.main-nav li:first-child {
	margin-left: 0;
}

.main-nav li a {
	-webkit-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
	padding: 15px 10px;
	display: block;
	color: rgba(0, 0, 0, .8);
}

.main-nav li a:hover {
	background: #ff5800;
}

#footer {
	text-align: center;
	color: rgba(51, 51, 51, .7);
	padding: 25px 0;
}

#footer .logo {
	display: inline-block;
	vertical-align: top;
	width: 135px;
	padding: 0;
	margin-bottom: 12px;
}

.footer-holder {
	max-width: 330px;
	margin: 0 auto;
}

.social-networks li {
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
	margin-bottom: 10px;
}

.social-networks li:first-child {
	margin-left: 0;
}

.social-networks li a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	display: inline-block;
	vertical-align: middle;
	color: #333;
}

.social-networks li a:hover {
	color: #ff5800;
}

.social-networks li a i {
	font-size: 17px;
}

.social-networks li a i.icon-google-plus {
	font-size: 15px;
}

.social-networks li a i.icon-instagram {
	font-size: 18px;
}

body.nav-active {
	overflow: hidden;
}

body.profile-active .tabset-drop {
	display: block;
	height: auto;
	opacity: 1;
	visibility: visible;
}

body.profile-active .open-profile:before {
	border-top: 0;
	border-bottom: 12px solid #fff;
}

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

.container {
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 15px;
}

h1 {
	line-height: 1;
}

h2 {
	line-height: 1.1;
}

button,
input[type="submit"] {
	outline: none;
}

.js-tab-hidden {
	display: block !important;
	left: -9999px !important;
	position: absolute !important;
	top: -9999px !important;
}

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

.open-close-btn {
	height: 0;
	width: 0;
	border-bottom: 5px solid #fff;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	border-bottom: 10px solid #fff;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 14px;
}

.open-close-btn:hover {
	opacity: .8;
}

.hide-sm {
	display: none;
}

.link-more {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 3.6px;
	position: relative;
}

.link-more:before {
	content: " ";
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #ff5800;
	opacity: 1;
	visibility: visible;
}

.link-more:hover {
	color: #cc4600;
}

.link-more:hover:before {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	opacity: 0;
	visibility: hidden;
}

ul:not([class]):not([id]) li {
	position: relative;
	margin: 0 0 5px;
}

ul:not([class]):not([id]) li:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 6px;
	height: 1px;
	margin: 0 6px 0 0;
	background: #333;
}

.btn {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	border-radius: 4px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	border: none;
	padding: 16px 87px;
	width: 100%;
	letter-spacing: 3px;
}

.btn.btn-primary {
	background: #ff5800;
	color: #fff;
}

.btn.btn-primary:hover {
	background: #cc4600;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-transition: border-color .3s ease-in-out;
	transition: border-color .3s ease-in-out;
	outline: none;
	background: rgba(235, 235, 235, .6);
	border-radius: 4px;
	border: 1px solid transparent;
	width: 100%;
	font-size: 14px;
	height: 50px;
	padding: 5px 18px;
}

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: rgba(51, 51, 51, .4);
	font-size: 14px;
}

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: rgba(51, 51, 51, .4);
	font-size: 14px;
}

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: rgba(51, 51, 51, .4);
	font-size: 14px;
}

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: rgba(51, 51, 51, .4);
	font-size: 14px;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: rgba(51, 51, 51, .4);
	font-size: 14px;
}

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"].input-error,
input[type="tel"].input-error,
input[type="email"].input-error,
input[type="search"].input-error,
input[type="password"].input-error,
textarea.input-error {
	border-color: #f00;
}

textarea {
	height: 100px;
	resize: none;
	padding: 18px;
}

.input-error {
	border-color: #f00;
	color: #f00;
}

.slick-dots {
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	bottom: 5px;
}

.slick-dots li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
}

.slick-dots li.slick-active button {
	width: 10px;
	height: 10px;
	margin: 0 -2px;
	background: #ff5800;
	border-radius: 50%;
}

.slick-dots li button {
	-webkit-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
	width: 6px;
	height: 6px;
	background-color: rgba(239, 86, 39, .2);
	border-radius: 50%;
	display: block;
	padding: 0;
	border: none;
	text-indent: -9999px;
	white-space: nowrap;
	overflow: hidden;
}

.slideshow {
	position: relative;
}

.slideshow .slide {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
}

.slideshow .slide.active {
	z-index: 2;
}

.slideshow.not-enough-slides .btn-prev,
.slideshow.not-enough-slides .btn-next {
	visibility: hidden;
}

.visual-section {
	padding-top: 56px;
}

.visual-section .visual-text {
	color: rgba(51, 51, 51, .7);
	max-width: 300px;
}

.visual-section .visual-text h1 {
	margin-bottom: 10px;
	color: #333;
}

.visual-section .slick-slider .slide {
	width: 100%;
	position: relative;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	min-height: 418px;
	padding: 25px 0;
}

.block-text {
	background: #ff5800;
	color: rgba(255, 255, 255, .9);
	text-align: center;
	padding: 25px 0 10px;
}

.block-text p {
	margin-bottom: 15px;
}

.block-text .text {
	max-width: 688px;
	margin: 0 auto;
	font-weight: 500;
}

.typology {
	text-align: center;
	padding: 0 0 25px;
	color: rgba(51, 51, 51, .65);
}

.typology p {
	margin-bottom: 34px;
}

.typology h2 {
	color: #333;
	margin-bottom: 12px;
}

.logotype {
	background: #ff5800;
	padding: 46px 0;
}

.logotype .logotype-slider {
	padding: 0 22px;
}

.logotype .logotype-slider .slide {
	margin: 0 17px;
	outline: none;
}

.logotype .logotype-slider .slick-dots {
	bottom: -35px;
}

.logotype .logotype-slider .slick-dots li.slick-active button {
	background: #fff;
}

.logotype .logotype-slider .slick-dots li button {
	background: rgba(255, 255, 255, .2);
}

.certification {
	padding: 25px 0 0;
}

.certification h2 {
	margin-bottom: 15px;
	color: #333;
}

.certification .column {
	margin-bottom: 25px;
}

.certification .column .picture {
	border-radius: 6px;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
}

.certification .column .picture img {
	display: block;
	width: 100%;
}

.certification .block-info {
	color: rgba(51, 51, 51, .65);
}

.certification .block-info p {
	margin-bottom: 8px;
}

.certification .block-info a {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	display: inline-block;
	vertical-align: top;
	letter-spacing: 3px;
	position: relative;
}

.certification .block-info a:after {
	-webkit-transition: right .3s ease-in-out;
	transition: right .3s ease-in-out;
	content: " ";
	position: absolute;
	bottom: 0;
	height: 1px;
	background: #ff5800;
	left: 0;
	right: 100%;
}

.certification .block-info a:hover:after {
	right: 0;
}

.contact {
	position: relative;
	color: rgba(51, 51, 51, .6);
	padding: 0 15px;
}

.contact .container {
	padding: 0;
}

.contact h2 {
	color: #333;
	margin-bottom: 12px;
}

.contact p {
	margin-bottom: 24px;
}

.contact .map {
	width: 100%;
	background: url(../images/map.jpg) 50% 50% no-repeat;
	background-size: cover;
	min-height: 150px;
	position: relative;
}

.contact .map iframe {
	max-width: 100%;
	width: 100%;
	height: 100%;
}

.contact .map:before {
	content: "";
	position: absolute;
	width: 24px;
	height: 40px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: url(../images/marker.png) no-repeat;
	background-size: cover;
}

.contact .contact-form {
	margin-bottom: 15px;
	position: relative;
}

.contact .contact-form.form-sended .success-message {
	opacity: 1;
	visibility: visible;
}

.contact .contact-form input[type="text"],
.contact .contact-form input[type="email"] {
	margin-bottom: 20px;
}

.contact .contact-form input[type="submit"] {
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	border-radius: 4px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	border: none;
	padding: 16px 10px;
	width: 100%;
	letter-spacing: 3px;
	background: #ff5800;
	color: #fff;
}

.contact .contact-form input[type="submit"]:hover {
	background: #cc4600;
}

.contact .contact-form textarea {
	margin-bottom: 20px;
}

.systems-section {
	font-weight: 400;
	padding: 25px 0 0;
}

.systems-section .tabset {
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	margin: 0 0 20px;
}

.systems-section .tabset a {
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out;
	display: block;
	padding: 10px 15px;
	color: #333;
}

.systems-section .tabset a.active {
	color: #fff;
	background: #ff5800;
}

.systems-section .tabset a:after {
	-webkit-transition: right .3s ease-in-out;
	transition: right .3s ease-in-out;
	content: " ";
	position: absolute;
	bottom: 0;
	height: 1px;
	background: #ff5800;
	left: 0;
	right: 100%;
}

.systems-section .tab-info {
	-webkit-transition: visibility .3s ease-in-out, opacity .3s ease-in-out;
	transition: visibility .3s ease-in-out, opacity .3s ease-in-out;
	visibility: hidden;
	opacity: 0;
}

.systems-section .tab-info.active {
	visibility: visible;
	opacity: 1;
}

.systems-section .system-item {
	padding: 0 0 25px;
}

.systems-section .system-item.slide-active .link-more {
	color: #cc4600;
}

.systems-section .system-item.slide-active .link-more:before {
	opacity: 0;
	visibility: hidden;
}

.systems-section .info-holder {
	text-align: center;
}

.systems-section .img-block {
	width: 50%;
	margin: 0 auto 20px;
}

.systems-section .category {
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: #ff5800;
	text-transform: uppercase;
	letter-spacing: 3.6px;
	margin: 0 0 2px;
}

.systems-section p {
	margin: 0 0 24px;
}

.systems-section .open-slide {
	padding: 25px 0 40px;
	text-align: left;
	color: #fff;
	background: #ff5800;
	position: relative;
}

.systems-section .open-slide .title {
	display: block;
	font-size: 18px;
	line-height: 1;
	font-weight: 600;
	margin: 0 0 10px;
}

.systems-section .open-slide .title span {
	font-size: 10px;
	font-weight: 400;
}

.systems-section .open-slide ul:not([class]):not([id]) {
	color: rgba(255, 255, 255, .9);
	margin: 0 0 20px;
}

.systems-section .open-slide ul:not([class]):not([id]) li:before {
	background: #fff;
}

.systems-section .open-slide .note {
	display: block;
	font-size: 10px;
	font-weight: 400;
	margin: -14px 0 20px;
}

.systems-section .open-slide .carousel-block {
	position: relative;
}

.systems-section .open-slide .carousel-block .title {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 4.5px;
	margin: 0 0 20px;
	font-size: 12px;
}

.systems-section .carousel-block {
	padding-bottom: 38px;
}

.systems-section .carousel-block .slide {
	text-align: center;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.systems-section .carousel-block .slide img {
	width: 70%;
	margin: 0 auto;
}

.systems-section .carousel-block .pagination {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -35px;
}

.systems-section .carousel-block .pagination ul:not([class]):not([id]) {
	text-align: center;
	margin: 0;
}

.systems-section .carousel-block .pagination ul:not([class]):not([id]) li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
}

.systems-section .carousel-block .pagination ul:not([class]):not([id]) li:before {
	display: none;
}

.systems-section .carousel-block .pagination ul:not([class]):not([id]) li.active a {
	width: 10px;
	height: 10px;
	margin: 0 -2px;
	background: #fff;
}

.systems-section .carousel-block .pagination ul:not([class]):not([id]) li a {
	-webkit-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
	width: 6px;
	height: 6px;
	background: rgba(255, 255, 255, .2);
	border-radius: 50%;
	display: block;
	text-indent: -9999px;
	white-space: nowrap;
	overflow: hidden;
}

.gallery-section {
	padding: 25px 0;
	background: #fcfcfc;
}

.gallery-section h2 {
	text-align: center;
}

.gallery-section .gallery-slider {
	padding: 0 45px;
}

.gallery-section .gallery-item {
	padding: 0 10px;
}

.gallery-section .slick-prev,
.gallery-section .slick-next {
	width: 40px;
	height: 40px;
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out, border-color .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out, border-color .3s ease-in-out;
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #ff5800;
	font-size: 20px;
	background: transparent;
	border: 1px solid #e2e2e2;
	border-radius: 50%;
	z-index: 10;
	overflow: hidden;
	outline: none;
}

.gallery-section .slick-prev:hover,
.gallery-section .slick-next:hover {
	color: #fff;
	background: #ff5800;
	border-color: #ff5800;
}

.gallery-section .slick-prev:before,
.gallery-section .slick-next:before {
	content: "\e905";
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.gallery-section .slick-prev {
	left: 0;
}

.gallery-section .slick-next {
	right: 0;
	-webkit-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

.profile-section {
	padding: 25px 15px;
	background: #1f1f1f;
}

.profile-section .open-profile {
	display: block;
	padding: 10px 42px 10px 30px;
	background: #ff5800;
	color: #fff;
	position: relative;
}

.profile-section .open-profile:before {
	height: 0;
	width: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #fff;
	-webkit-transition: border .3s ease-in-out;
	transition: border .3s ease-in-out;
	border-top: 12px solid #fff;
	content: " ";
	position: absolute;
	top: 50%;
	right: 30px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
}

.profile-section .profile-tabset a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	color: rgba(255, 255, 255, .65);
}

.profile-section .profile-tabset a.active {
	color: #fff;
}

.profile-section .profile-tabset a.active h3 {
	color: #ff5800;
}

.profile-section .profile-tabset a h3 {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	font-size: 18px;
	color: #333;
	margin: 0 0 5px;
}

.profile-section strong {
	text-transform: uppercase;
}

.profile-section .tabset-holder {
	position: relative;
}

.profile-section .tabset-drop {
	-webkit-transition: visibility .3s ease-in-out, opacity .3s ease-in-out, height .3s ease-in-out;
	transition: visibility .3s ease-in-out, opacity .3s ease-in-out, height .3s ease-in-out;
	display: none;
	height: 0;
	visibility: hidden;
	opacity: 0;
	background: #fff;
	padding: 10px 30px;
}

.profile-section .tab-content {
	color: #fff;
	padding: 20px;
	position: relative;
}

.profile-section .tab-info {
	/*-webkit-transition: visibility .3s ease-in-out, opacity .3s ease-in-out;
	transition: visibility .3s ease-in-out, opacity .3s ease-in-out;*/
	visibility: hidden;
	opacity: 0;
	text-align: center;
}

.profile-section .tab-info.active {
	visibility: visible;
	opacity: 1;
}

.profile-section .tab-info img {
	margin: 0 0 10px;
	width: 70%;
}

.message {
	position: relative;
}

.message:before {
	content: " ";
	position: absolute;
	background: #fff;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 100;
	border: 2px solid #5cb85c;
}

.message:after {
	content: attr(data-description);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 101;
	color: #5cb85c;
	font-weight: 700;
	font-size: 20px;
}

.success-message {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	position: absolute;
	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;
	background: #fff;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	z-index: 99;
	border: 2px solid #ff5800;
	padding: 10px;
}

.success-message h3 {
	color: #333;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.0714285;
}

.success-message .close {
	position: absolute;
	top: 5px;
	right: 5px;
	padding: 2px 10px;
	font-weight: 600;
	font-size: 20px;
}

.question-validate input {
	width: 50px;
	height: 50px;
	padding: 5px;
	color: #333;
	font-size: 18px;
	text-align: center;
}

.question-validate input.result {
	width: 100px;
	margin-right: 5px;
}

.question-validate span {
	color: #ff5800;
	display: inline-block;
	vertical-align: middle;
	padding: 12px;
	font-size: 18px;
}

@media (min-width: 480px) {
	.profile-section .tab-info img {
		width: 50%;
	}

	.question-validate input.result {
		margin-right: 20px;
	}
}

@media (min-width: 768px) {
	#header {
		padding: 30px 0;
	}

	.navbar {
		max-height: calc(100vh - 118px);
	}

	#footer {
		padding: 44px 0;
	}

	h1 {
		font-size: 35px;
	}

	.btn {
		width: auto;
	}

	.visual-section {
		padding-top: 102px;
	}

	.visual-section .visual-text {
		max-width: 400px;
	}

	.visual-section .visual-text h1 {
		margin-bottom: 42px;
	}

	.visual-section .slick-slider .slide {
		min-height: 500px;
		padding: 158px 0 206px;
	}

	.visual-section .slick-dots {
		top: 50%;
		left: auto;
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
		right: 30px;
		bottom: auto;
	}

	.visual-section .slick-dots li {
		display: block;
		padding: 5px 0;
		margin: 0;
		width: 10px;
	}

	.visual-section .slick-dots li.slick-active button {
		margin: -2px 0;
	}

	.visual-section .slick-dots li button {
		display: block;
		margin: 0 2px;
	}

	.block-text {
		padding: 52px 0 28px;
	}

	.block-text p {
		margin-bottom: 25px;
	}

	.typology {
		padding: 0 0 80px;
	}

	.logotype {
		padding: 101px 0;
	}

	.logotype .logotype-slider .slick-dots {
		bottom: -46px;
	}

	.certification {
		padding: 112px 0 98px;
	}

	.certification .container {
		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;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.certification .column {
		width: 50%;
		padding-right: 15px;
		margin-bottom: 15px;
	}

	.certification .column .picture {
		width: auto;
	}

	.certification .column .picture img {
		width: auto;
	}

	.certification .block-info {
		max-width: 370px;
		margin: 0 auto;
	}

	.contact {
		min-height: 490px;
		padding: 0;
		padding-top: 25px;
	}

	.contact .container {
		padding: 0 15px;
	}

	.contact .map {
		width: calc(49% - 25px);
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		min-height: auto;
	}

	.contact .column {
		width: 51%;
		padding-right: 25px;
	}

	.contact .contact-form {
		margin-bottom: 0;
	}

	.contact .contact-form input[type="submit"] {
		width: auto;
		min-width: 234px;
	}

	.systems-section .tabset {
		margin-bottom: 30px;
	}

	.systems-section .tabset li {
		display: inline-block;
		vertical-align: top;
		margin: 0 15px;
	}

	.systems-section .tabset a {
		padding: 0 0 4px;
		position: relative;
	}

	.systems-section .tabset a:hover:after {
		right: 0;
	}

	.systems-section .tabset a.active {
		color: #333;
		background: transparent;
	}

	.systems-section .tabset a.active:after {
		right: 0;
	}

	.systems-section .system-item {
		padding: 0;
	}

	.systems-section .system-item .flex-row {
		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 20px 10px;
	}

	.systems-section .info-holder {
		max-width: 700px;
		margin: 0 auto 35px;
	}

	.systems-section .info-holder h2 {
		margin: 0 0 12px;
	}

	.systems-section .img-block {
		width: 45%;
		margin: 0;
	}

	.systems-section .text-block {
		width: 45%;
	}

	.systems-section .open-slide .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		max-width: 1060px;
	}

	.systems-section .open-slide .info-block {
		width: 45%;
	}

	.systems-section .open-slide .carousel-block .title {
		font-size: 13px;
	}

	.systems-section .carousel-block {
		width: 45%;
	}

	.systems-section .carousel-block .slide {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		left: auto;
	}

	.systems-section .carousel-block .slide img {
		width: 85%;
	}

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

	.profile-section {
		padding: 50px 15px;
	}

	.profile-section .flex-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.profile-section .open-profile {
		display: none;
	}

	.profile-section .profile-tabset a h3 {
		color: #fff;
	}

	.profile-section .tabset-holder {
		width: 48%;
	}

	.profile-section .tabset-drop {
		display: block;
		height: auto;
		visibility: visible;
		opacity: 1;
		padding: 0;
		background: transparent;
	}

	.profile-section .tab-content {
		width: 48%;
	}

	.profile-section .tab-info img {
		width: auto;
	}

	.success-message h3 {
		font-size: 24px;
	}

	.question-validate input.result {
		width: 70px;
	}

	.question-validate span {
		padding: 6px;
	}
}

@media (min-width: 768px) and (min-width: 1024px) {
	.visual-section .slick-dots li button:hover {
		margin: -2px 0;
	}
}

@media (min-width: 1024px) {
	#header {
		padding: 60px 0 16px;
	}

	#header .container {
		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;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.logo {
		width: 225px;
	}

	.nav-opener {
		display: none;
	}

	.navbar {
		width: calc(100% - 225px);
		opacity: 1;
		visibility: visible;
		background-color: transparent;
		position: static;
		padding-top: 20px;
	}

	.main-nav {
		text-align: right;
	}

	.main-nav li {
		display: inline-block;
		vertical-align: middle;
		margin-left: 15px;
	}

	.main-nav li.anchor-active a:after {
		right: 0;
	}

	.main-nav li a {
		padding: 0 0 3px;
		position: relative;
	}

	.main-nav li a:after {
		-webkit-transition: right .3s ease-in-out;
		transition: right .3s ease-in-out;
		content: " ";
		position: absolute;
		bottom: 0;
		height: 1px;
		background: #ff5800;
		left: 0;
		right: 100%;
	}

	.main-nav li a:hover {
		background: transparent;
	}

	.main-nav li a:hover:after {
		right: 0;
	}

	h1 {
		font-size: 52px;
	}

	h2 {
		font-size: 44px;
	}

	h3 {
		font-size: 28px;
	}

	.hide-sm {
		display: block;
	}

	.visible-sm {
		display: none;
	}

	ul:not([class]):not([id]) li {
		margin: 0;
	}

	.slick-dots li button:hover {
		width: 10px;
		height: 10px;
		margin: 0 -2px;
		background: #ff5800;
	}

	.visual-section {
		padding-top: 121px;
	}

	.visual-section .visual-text {
		max-width: 510px;
	}

	.visual-section .slick-slider .slide {
		min-height: 675px;
	}

	.visual-section .slick-dots {
		right: 74px;
	}

	.logotype .logotype-slider .slick-dots li button:hover {
		background: #fff;
	}

	.contact {
		padding-top: 58px;
		min-height: 625px;
		margin-bottom: 16px;
	}

	.systems-section .system-item .flex-row {
		padding: 0 60px 10px;
	}

	.systems-section .img-block {
		width: 36%;
	}

	.systems-section .text-block {
		width: 43%;
	}

	.systems-section .open-slide .info-block {
		width: 50%;
	}

	.systems-section .open-slide .title {
		font-size: 28px;
	}

	.systems-section .open-slide .title:last-of-type {
		font-size: 24px;
	}

	.systems-section .open-slide .carousel-block .title {
		font-size: 13px;
	}

	.systems-section .carousel-block {
		width: 27%;
	}

	.systems-section .carousel-block .pagination ul:not([class]):not([id]) li a:hover {
		width: 10px;
		height: 10px;
		margin: 0 -2px;
		background: #fff;
	}

	.profile-section {
		padding: 30px;
	}

	.profile-section .profile-tabset a.active h3 {
		color: #fff;
	}

	.profile-section .profile-tabset a h3 {
		font-size: 28px;
	}

	.profile-section .profile-tabset a p {
		margin: 0 0 8px;
	}

	.profile-section .tab-info img {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.success-message h3 {
		font-size: 28px;
	}

	.question-validate input.result {
		width: 100px;
	}

	.question-validate span {
		padding: 10px 20px;
	}
}

@media (min-width: 1200px) {
	.logo {
		width: 308px;
	}

	.navbar {
		width: calc(100% - 308px);
		padding-right: 8px;
	}

	.main-nav li {
		margin-left: 20px;
	}

	.visual-section {
		padding-top: 140px;
	}

	.systems-section {
		padding: 52px 0;
	}

	.systems-section .system-item .flex-row {
		padding: 0 0 56px 78px;
	}

	.systems-section .info-holder {
		margin-bottom: 54px;
	}

	.systems-section .img-block {
		width: 31%;
	}

	.systems-section .text-block {
		width: 52%;
	}

	.systems-section h3 {
		margin: 0 0 18px;
	}

	.systems-section .open-slide {
		padding: 42px 0 18px;
		margin: 0 0 60px;
	}

	.gallery-section {
		padding: 95px 0;
	}

	.gallery-section h2 {
		margin: 0 0 60px;
	}

	.gallery-section .container {
		padding: 0 5px;
	}

	.gallery-section .gallery-item {
		padding: 0 20px;
	}

	.profile-section {
		padding: 32px 62px 38px;
	}

	.profile-section .tabset-holder {
		width: 52%;
	}
}

@media (min-width: 1440px) {
	.systems-section .text-block {
		width: 46%;
	}

	.gallery-section .gallery-slider {
		padding: 0;
	}

	.gallery-section .slick-prev,
	.gallery-section .slick-next {
		width: 79px;
		height: 79px;
		font-size: 27px;
	}

	.gallery-section .slick-prev {
		left: -90px;
	}

	.gallery-section .slick-next {
		right: -90px;
	}
}

@media all and (max-width: 800px) {
	.fancybox-controls {
		text-align: left;
	}

	.fancybox-button--left,
	.fancybox-button--right,
	.fancybox-buttons button:not(.fancybox-button--close) {
		display: none !important;
	}

	.fancybox-caption {
		padding: 20px 0;
		margin: 0;
	}

	.fancybox-thumbs {
		display: none !important;
	}

	.fancybox-container--thumbs .fancybox-controls,
	.fancybox-container--thumbs .fancybox-slider-wrap,
	.fancybox-container--thumbs .fancybox-caption-wrap {
		right: 0;
	}
}

@-webkit-keyframes fancybox-rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes fancybox-rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

