/* ---------------------------------------------------------
   1. Embedded fonts styles
   ---------------------------------------------------------*/

@font-face {
	font-family: "Helvetica Neue";
	src: local('Helvetica Regular'), local('Helvetica-Regular'), url("../fonts/HelveticaNeue-LightItalic.woff2") format("woff2"), url("../fonts/HelveticaNeue-LightItalic.woff") format("woff");
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Helvetica Neue";
	src: local('Helvetica Regular'), local('Helvetica-Regular'), url("../fonts/HelveticaNeue-Bold.woff2") format("woff2"), url("../fonts/HelveticaNeue-Bold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Helvetica Neue";
	src: local('Helvetica Regular'), local('Helvetica-Regular'), url("../fonts/HelveticaNeue-Thin.woff2") format("woff2"), url("../fonts/HelveticaNeue-Thin.woff") format("woff");
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Helvetica Neue";
	src: local('Helvetica Regular'), local('Helvetica-Regular'), url("../fonts/HelveticaNeue-UltraLight.woff2") format("woff2"), url("../fonts/HelveticaNeue-UltraLight.woff") format("woff");
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Helvetica Neue";
	src: local('Helvetica Regular'), local('Helvetica-Regular'), url("../fonts/HelveticaNeue-Medium.woff2") format("woff2"), url("../fonts/HelveticaNeue-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Helvetica Neue";
	src: local('Helvetica Regular'), local('Helvetica-Regular'), url("../fonts/HelveticaNeue-UltraLightItalic.woff2") format("woff2"), url("../fonts/HelveticaNeue-UltraLightItalic.woff") format("woff");
	font-weight: 200;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Helvetica Neue";
	src: local('Helvetica Regular'), local('Helvetica-Regular'), url("../fonts/HelveticaNeue-BoldItalic.woff2") format("woff2"), url("../fonts/HelveticaNeue-BoldItalic.woff") format("woff");
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Helvetica Neue";
	src: local('Helvetica Regular'), local('Helvetica-Regular'), url("../fonts/HelveticaNeue-MediumItalic.woff2") format("woff2"), url("../fonts/HelveticaNeue-MediumItalic.woff") format("woff");
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Helvetica Neue";
	src: local('Helvetica Regular'), local('Helvetica-Regular'), url("../fonts/HelveticaNeue-ThinItalic.woff2") format("woff2"), url("../fonts/HelveticaNeue-ThinItalic.woff") format("woff");
	font-weight: 100;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Helvetica Neue";
	src: local('Helvetica Regular'), local('Helvetica-Regular'), url("../fonts/HelveticaNeue.woff2") format("woff2"), url("../fonts/HelveticaNeue.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Helvetica Neue";
	src: local('Helvetica Regular'), local('Helvetica-Regular'), url("../fonts/HelveticaNeue-Light.woff2") format("woff2"), url("../fonts/HelveticaNeue-Light.woff") format("woff");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

/*! 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 {
	    background-color: transparent;
    border-top: 1px solid #ccc;
}

/**
 * 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;
}

/* lightbox styles */

body.compensate-for-scrollbar {
	overflow: hidden;
}

.fancybox-active {
	height: auto;
}

.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute !important;
	top: -9999px;
	visibility: hidden;
}

.fancybox-container {
	-webkit-backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: none;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	width: 100%;
	z-index: 99992;
}

.fancybox-container * {
	box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
}

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	-webkit-transition-duration: inherit;
	transition-duration: inherit;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
	transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
	opacity: .9;
	-webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
	transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
	direction: ltr;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .25s ease, visibility 0s ease .25s;
	transition: opacity .25s ease, visibility 0s ease .25s;
	visibility: hidden;
	z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
	opacity: 1;
	-webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
	transition: opacity .25s ease 0s, visibility 0s ease 0s;
	visibility: visible;
}

.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-toolbar {
	right: 0;
	top: 0;
}

.fancybox-stage {
	direction: ltr;
	overflow: visible;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden;
}

.fancybox-slide {
	-webkit-backface-visibility: hidden; /* Using without prefix would break IE11 */
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	white-space: normal;
	width: 100%;
	z-index: 99994;
}

.fancybox-slide::before {
	content: "";
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
	display: block;
}

.fancybox-slide--image {
	overflow: hidden;
	padding: 44px 0;
}

.fancybox-slide--image::before {
	display: none;
}

.fancybox-slide--html {
	padding: 6px;
}

.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: relative;
	text-align: left;
	vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
	-webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	-webkit-backface-visibility: hidden;
	background: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	-ms-transform-origin: top left;
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
	cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
	cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
	cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
	cursor: grabbing;
}

.fancybox-container [data-selectable="true"] {
	cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
	background: transparent;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
}

.fancybox-spaceball {
	z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
	height: 100%;
	overflow: visible;
	padding: 0;
	width: 100%;
}

.fancybox-slide--video .fancybox-content {
	background: #000;
}

.fancybox-slide--map .fancybox-content {
	background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
	background: #fff;
}

.fancybox-video,
.fancybox-iframe {
	background: transparent;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

/* Fix iOS */

.fancybox-iframe {
	left: 0;
	position: absolute;
	top: 0;
}

.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%;
}

.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

/* Buttons */

.fancybox-button {
	background: rgba(30, 30, 30, .6);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	-webkit-transition: color .2s;
	transition: color .2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
	color: #ccc;
}

.fancybox-button:hover {
	color: #fff;
}

.fancybox-button:focus {
	outline: none;
}

.fancybox-button.fancybox-focus {
	outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
	outline: none;
}

/* Fix IE11 */

.fancybox-button div {
	height: 100%;
}

.fancybox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%;
}

.fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
	display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
	display: none;
}

.fancybox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-ms-transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-ms-transform-origin: 0;
	-webkit-transform-origin: 0;
	transform-origin: 0;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: .8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401;
}

.fancybox-close-small:hover {
	color: #fff;
	opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
	overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
	background-clip: content-box;
	height: 100px;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width: 70px;
}

.fancybox-navigation .fancybox-button div {
	padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
	left: env(safe-area-inset-left);
	padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
	padding: 31px 6px 31px 26px;
	right: 0;
	right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to top, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 75px 44px 25px 44px;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index: 99996;
}

.fancybox-caption--separate {
	margin-top: -50px;
}

.fancybox-caption__body {
	max-height: 50vh;
	overflow: auto;
	pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none;
}

.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
	-webkit-animation: fancybox-rotate 1s linear infinite;
	animation: fancybox-rotate 1s linear infinite;
	background: transparent;
	border: 4px solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99999;
}

/* Transition effects */

.fancybox-animated {
	-webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
	transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(.5, .5, .5);
	transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	-ms-transform: rotate(-360deg);
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */

/* Share */

.fancybox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center;
}

.fancybox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px 0;
}

.fancybox-share p {
	margin: 0;
	padding: 0;
}

.fancybox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px 5px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	-webkit-transition: all .2s;
	transition: all .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
	color: #fff;
}

.fancybox-share__button:hover {
	text-decoration: none;
}

.fancybox-share__button--fb {
	background: #3b5998;
}

.fancybox-share__button--fb:hover {
	background: #344e86;
}

.fancybox-share__button--pt {
	background: #bd081d;
}

.fancybox-share__button--pt:hover {
	background: #aa0719;
}

.fancybox-share__button--tw {
	background: #1da1f2;
}

.fancybox-share__button--tw:hover {
	background: #0d95e8;
}

.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px;
}

.fancybox-share__button svg path {
	fill: #fff;
}

.fancybox-share__input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0 0;
	outline: none;
	padding: 10px 15px;
	width: 100%;
}

/* Thumbs */

.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px 2px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 0;
	width: 212px;
	z-index: 99995;
}

.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block;
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px;
}

.fancybox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
	width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px;
}

.fancybox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, .1);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px;
}

.fancybox-thumbs__list a::before {
	border: 6px solid #ff5268;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
	z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
	opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
	opacity: 1;
}

/* Styling for Small-Screen Devices */

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?n79sar");
	src: url("../fonts/icomoon.eot?n79sar#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?n79sar") format("truetype"), url("../fonts/icomoon.woff?n79sar") format("woff"), url("../fonts/icomoon.svg?n79sar#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-sphere:before {
  content: "\e9c9";
}

.icon-compass2:before {
  content: "\e9c9";
}

.icon-youtube:before {
	content: "\e904";
}

.icon-facebook:before {
	content: "\e905";
}

.icon-factory-2:before {
	content: "\e906";
}

.icon-radio:before {
	content: "\e907";
}

.icon-factory-3:before {
	content: "\e908";
}

.icon-gear:before {
	content: "\e909";
}

.icon-desktop:before {
	content: "\e90a";
}

.icon-machine-tool:before {
	content: "\e90b";
}

.icon-conveyor:before {
	content: "\e90c";
}

.icon-factory:before {
	content: "\e90d";
}

.icon-printer:before {
	content: "\e901";
}

.icon-arrow-right:before {
	content: "\e90e";
}

.icon-play:before {
	content: "\e90f";
}

.icon-download:before {
	content: "\e902";
}

.icon-arrow-left:before {
  content: "\ea40";
}

.icon-arrow-down:before {
	content: "\e900";
}

.icon-mail:before {
	content: "\e903";
}

.icon-phone:before {
	content: "\e942";
}

.icon-paperclip:before {
	content: "\e913";
}

.icon-fax:before {
	content: "\e912";
}

.icon-pin:before {
	content: "\e911";
}

.icon-close:before {
	content: "\e914";
}

.hero-products-list,
.models-list,
.sections-list,
.products-list,
.products-list .text-holder ul,
.heading-holder .icon-list,
.contact-section .authorized-list,
.contact-section .staff-list ul,
.contact-section .address-holder .address .contact-item ul,
.contact-section .address-holder .address.pin-click ul,
.bottom-fixed-block .trading-view,
.nav ul,
.top-menu,
.footer-nav ul,
.bottom-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.video-box: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: #464646;
	background: #fff;
	font: 16px/1.875 "Helvetica Neue", "Arial", "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: 28px;
}

h2,
.h2 {
	font-size: 26px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 18px;
}

h5,
.h5 {
	font-size: 17px;
	
}

h6,
.h6 {
	font-size: 15px;
	margin-left: 10px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #3380d2;
}

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 #292929;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #000;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #292929;
}

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: #292929;
}

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: #292929;
}

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: #292929;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #292929;
}

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;
}

/* ---------------------------------------------------------
   2. Сommon site styles
   ---------------------------------------------------------*/

html,
body,
#wrapper {
	min-height: 100vh;
}

a {
	-webkit-transition: color .15s ease-in-out;
	transition: color .15s ease-in-out;
	text-decoration: none;
}

h1 {
	line-height: 1.42;
	font-weight: 300;
}

input {
	outline: none;
}

/* main container styles */

#wrapper {
	position: relative;
	overflow: hidden;
	top: 0;
	-webkit-transition: opacity 1s, visibility 1s, top 1s cubic-bezier(.69, .26, .96, .48);
	transition: opacity 1s, visibility 1s, top 1s cubic-bezier(.69, .26, .96, .48);
}

.page-animate #wrapper {
	top: -200px !important;
	opacity: 0 !important;
	visibility: hidden !important;
}

/* page animation styles */

body:not(.has-preloader) #wrapper {
	opacity: 0;
	visibility: hidden;
	top: -200px;
}

body:not(.has-preloader).page-loaded #wrapper {
	opacity: 1;
	visibility: visible;
	top: 0;
	-webkit-transition: opacity 1s, visibility 1s, top 1s cubic-bezier(.16, .75, .32, 1);
	transition: opacity 1s, visibility 1s, top 1s cubic-bezier(.16, .75, .32, 1);
}

.container {
	max-width: 1260px;
	padding: 0 15px;
	width: 100%;
	margin: 0 auto;
	height: 100%;
}

.forms {
	width: 600px;
	padding-top: 150px;
	margin: 0 auto;
	height: 100%;
}

.forms2 {
	width: 500px;
	margin: auto auto;
	height: 100%;
}

.forms-wide {
	width: 680px;
	padding-top: 150px;
	margin: 0 auto;
	height: 100%;
}

.press {
	width: 100%;
	padding: 10px;
	margin-left: -20px;
	margin-top: 113px;
	height: 100%;
}

/* quote support nav */

.qs-nav {
	position: relative;
	float: right;
	max-width: 250px;
	width: 100%;
	margin-bottom: 10px;
	font-weight: 350; /* slide block opener styles */ /* slide block styles */
}



.qs-nav .opener {
	position: relative;
	max-height: 30px;
	z-index: 3;
	background: #fff;
	color: #464646;
	border: 1px dotted #464646;
	border-radius: 8px;
	overflow: hidden;
	padding: 6px 45px 9px 15px;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 1;
}

.qs-nav .opener i {
	-webkit-transition: background .15s ease-in-out;
	transition: background .15s ease-in-out;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 47px;
	background: #3688de;
	color: #fff;
	font-size: 30px;
}

.qs-nav .opener i:before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -38%);
	-ms-transform: translate(-50%, -38%);
	transform: translate(-50%, -38%);
	break-after: always;
}

qs-nav .opener i:hover {
	background: #787878;
}

.qs-nav .slide {
	position: absolute;
	z-index: 2;
	top: 100%;
	left: 0;
	right: 0;
	background: #464646;
	color: #fff;
	padding-top: 35px;
	padding: 15px 15px 0px;
	line-height: 1;
	border-radius: 0 0 8px 8px;
	margin-top: -8px;
}

.qs-nav .title {
	display: block;
	position: relative;
	padding-left: 14px;
	padding-bottom: 7px;
}

.qs-nav .title:before {
	content: "/";
	position: absolute;
	top: 0;
	left: 0;
}

.qs-nav a:not(.opener) {
	-webkit-transition: color .15s ease-in-out, -webkit-transform .15s ease-in-out;
	transition: color .15s ease-in-out, -webkit-transform .15s ease-in-out;
	transition: color .15s ease-in-out, transform .15s ease-in-out;
	transition: color .15s ease-in-out, transform .15s ease-in-out, -webkit-transform .15s ease-in-out;
	color: #fff;
	display: block;
}

.qs-nav a:not(.opener):hover {
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
	color: #3688de;
}

.qs-nav h1 {
	font-size: 22px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 0;
}

.price-quote {
	width: 100%;
	padding: 150px 10px;
	display: block;
  	margin-left: auto;
  	margin-right: auto;
	height: 100%;
}
.price-quote h4 {
	margin-left: 10px;
}

.price-quote p {
	margin-left: 10px;
	overflow: hidden;	
}

pq-list {
	width: 100%;
	font-size: 22px;
	display: block;
	text-align: center;	
}

.pq-list li {
	width: 32%;
	display: inline-block;
	padding: 5px;
	color: #327dcc;
}
.pq-list a {
	-webkit-transition: background .25s ease-in-out;
	transition: background .25s ease-in-out;
	padding: 20px 20px;
	background: #f9f9f9;
	border-radius: 8px;
	border: 1px solid #ccc;
	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;
	min-height: 100px;
	min-width: 120px;
}

.pq-list a:hover {
	background: #fff;
}

.pq-list img {
	padding: 0px;
}

.pq-list p {
	width: 55%;
	wrap-option: wrap;
}
.sales-quote {
	width: 100%;
	padding: 150px 10px;
	display: block;
  	margin-left: 15px;
  	margin-right: auto;
	text-align: center;	
}

.sales-quote h1 {
	text-align: left;
	margin-left: 110px;	
	color: #fff;
}

.sales-list li {
	width: 49%;
	display: inline-block;
	color: #327dcc;
	opacity: .95;
}
.sales-list a {
	-webkit-transition: background .25s ease-in-out;
	transition: background .25s ease-in-out;
	padding: 20px 20px;
	background: #f9f9f9;
	border-radius: 8px;
	border: 1px solid #ccc;
	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;
	min-height: 180px;
	min-width: 200px;
	
}
.sales-list a:hover {
	background: #fff;
}

.sales-list img {
	padding: 10px;
}

.sales-list p {
	width: 100%;
	wrap-option: wrap;
}
.support-list a {
	text-align: left;
	-webkit-transition: background .35s ease-in-out;
	transition: background .35s ease-in-out;
	padding: 5px 5px;
	background: #f9f9f9;
	border-radius: 8px;
	border: 1px solid #ccc;
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
	min-height: 75px;
	min-width: 75px;
}
.support-list a:hover {
	background: #fff;
	color: #565656;	
}
.support-list li {
	display: inline-block;
	width: 100%;
	padding: 5px;
	margin-left: -10px;	
}
.support {
	width: 75%;
	padding: 150px 10px;
	margin: 0 auto;
	height: 100%;
	min-width: 400px;	
}
.support-list .text {
	font-size: 19px;
	padding-left: 20px;
}

.mapnext {
	text-align: right;
	padding-right: 80px;
	margin-bottom: 5px;

}


.salesmap {
	width: 90%;
	padding: 140px 0 130px;
	margin: 0 auto;
	height: 100%;
}

.salesmap h1 {
	margin-left: 50px;
}

.solutions  {
	width: 75%;
	padding: 150px 5px;
	margin: 0 auto;
	height: 100%;	
}

.solutions  p {
	margin-left: 5px;
}
.solutions  img {
	border-radius: 10px;
	border: 1px solid #ccc;
	float: right;
	margin-left: 15px;		
}

.round  img {
	border-radius: 8px;
	padding: 16px;
	border: 1px solid #999;
	 opacity:1;
	 background-color: #f1f1f1;
	float: right;
	margin-left: 15px;		
}

.quality  {
	width: 80%;
	padding: 150px 15px;
	margin: 0 auto;		
}

.quality  img {
	border-radius: 10px;
	border: 1px solid #ccc;
	float: right;
	margin-left: 15px;	
}

.certs-cont  {
	width: 85%;
	padding: 150px 15px;
	margin: 0 auto;			
}

.certs  {
	column-count: 4;
			
}

.certs-cont p {
	font-size: 14px;		
}

.cert-col {
	width: 100%;
	font-size: 12px;
	color: #327dcc;
	padding: 10px;	
	text-align: center;
	min-width: 120px;
}

.cert-col a {
	-webkit-transition: background .35s ease-in-out;
	transition: background .35s ease-in-out;
	padding: 35px;
	background: #f9f9f9;
	border-radius: 8px;
	border: 1px solid #ccc;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: block;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;	
}

.cert-col a:hover {
	background: #fff;
}

.container-xs {
	max-width: 1100px;	
}

.container-xs .btn-holder {
	width: 50%;	
}

.btn-holder-dn {
	text-align: center;
	margin-right: 25px;	
}

.btn {
	display: inline-block;
	vertical-align: middle;
}

cr-dn {
	text-align: center;
	padding: 0px 0px 0px 0px;	
}
.btn-scroll,
.btn-scroll-no-animate {
	-webkit-transition: opacity .15s ease-in-out;
	transition: opacity .15s ease-in-out;
	font-size: 11px;
	color: #b9b8b9;
	text-align: center;
}
.btn-scroll:hover,
.btn-scroll-no-animate:hover {
	opacity: .6;	
}
.btn-scroll i,
.btn-scroll-no-animate i {
	width: 65px;
	height: 65px;
	position: relative;
	display: block;
	border: 1px solid #cbcaca;
	border-radius: 6px;
	font-size: 52px;
}

.btn-scroll i:before,
.btn-scroll-no-animate i:before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -40%);
	-ms-transform: translate(-50%, -40%);
	transform: translate(-50%, -40%);
}

.btn-animated {
	width: 242px;
	height: 50px;
	color: #fff;
	font-size: 22px;
	font-weight: 500;
	line-height: 50px;
	text-transform: uppercase;
	text-align: center;
	position: relative; /*IE styles */
	margin-top: 55px;
}

.btn-animated svg {
	position: absolute;
	top: 0;
	left: 0; /*IE styles */
}

.btn-animated svg path {
	fill: none;
	stroke: #fff;
	stroke-width: 1;
	stroke-dasharray: 500, 0;
	stroke-dashoffset: 220;
	-webkit-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
}

.btn-animated:hover {
	/*IE styles */
}

.btn-animated:hover svg path {
	stroke-width: 1;
	stroke-dasharray: 50, 500;
	stroke-dashoffset: 462;
	-webkit-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
}

.btn-animated2 {
	margin-top: 20px;
	width: 180px;
	height: 40px;
	color: #327dcc;
	font-size: 16px;
	font-weight: 500;
	line-height: 35px;
	text-transform: uppercase;
	text-align: center;
	display: block;
	position: relative; /*IE styles */
}

.btn-animated2 svg {
	position: absolute;
	top: 0;
	left: 0; /*IE styles */
}

.btn-animated2 svg path {
	fill: none;
	stroke: #999;
	stroke-width: 1;
	stroke-dasharray: 500, 0;
	stroke-dashoffset: 220;
	-webkit-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
}

.btn-animated2:hover {
	color: #333;
}

.btn-animated2:hover svg path {
	stroke-width: 1;
	stroke-dasharray: 50, 500;
	stroke-dashoffset: 462;
	-webkit-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
}

.btn-download {
	font-size: 14px;
	text-align: center;
	line-height: 1;
	padding-bottom: 13px;
	margin-left: 35px; 

}

.btn-download i {
	display: block;
	font-size: 60px;
	text-align: center;
}

.btn-download:hover {
	color: #787878;
}

.btn-arrow-link {
	-webkit-transition: opacity .15s ease-in-out;
	transition: opacity .15s ease-in-out;
	background: #000;
	padding: 20px 7px 10px 13px;
	border-radius: 8px 0 0 8px;
	color: #fff;
}

.btn-arrow-link i {
	font-size: 50px;
	display: block;
}

.btn-arrow-link:hover {
	opacity: .7;
}

.bg-img-sales {
	background-image: url(../images/sales-bg.jpg);
	position: relative;
	z-index: 1;
	height: 100%;
}


.bg-img-contact {
	background-image: url(../images/contact-bg.png);
	position: relative;
	z-index: 1;
}

.bg-img-docs {
	padding-top: 13%;
	background-image: url(../images/docs-bg.jpg);
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}


/* background video styles */

.bg-video-holder {
	padding-top: 49%;
	overflow: hidden;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.bg-video-holder .bg-video {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
	pointer-events: none;
}

.bg-video-holder.video-active .bg-video {
	opacity: 1;
	width: 100%;
}

/* dark-filter styles */

.dark-filter:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .60);
}

/* preloader styles */

.preloader {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
	-webkit-animation: preloader-bg 7s;
	animation: preloader-bg 7s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.preloader .holder {
	-webkit-transform: scale(.0357142857);
	-ms-transform: scale(.0357142857);
	transform: scale(.0357142857);
	position: relative;
	width: 5600px;
	-webkit-animation: preloader-scale 1.25s;
	animation: preloader-scale 1.25s;
	-webkit-animation-delay: 2.75s;
	animation-delay: 2.75s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.preloader .img-holder {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-animation: preloader-img-width 2.75s;
	animation: preloader-img-width 2.75s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	overflow: hidden;
}

.preloader img {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 5600px;
	height: 2940px;
	max-width: none;
}

/* table styles */

.table {
	width: 100%;
	background: #fff;
	line-height: 1;
	font-size: 14px;
	margin-bottom: 12px;
}

.table thead {
	text-align: left;
	border-bottom: 5px solid #fff;
}

.table thead th {
	font-weight: 400;
}

.table tbody tr:nth-child(odd) {
	background: #e9e8e7;
}

.table tbody tr:nth-child(even) td {
	padding-top: 10px;
	padding-bottom: 10px;
}

.table tbody tr td:last-child {
	padding-right: 10px;
}

.table th,
.table td {
	padding: 5px 0 5px 10px;
}

/* video block styles */

.video-box {
	width: 100%;
}

.video-box .video-holder {
	position: relative;
	border-radius: 10px;
	border: 1px solid #8c8989;
	width: 100%;
	padding-top: 57%;
	overflow: hidden;
	margin-bottom: 4px;
	background-size: cover;
	background-repeat: no-repeat;
}

.video-box .video-holder:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .68);
}

.video-box a {
	-webkit-transition: background-color .15s ease-in-out;
	transition: background-color .15s ease-in-out;
	width: 58px;
	height: 58px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: block;
	border-radius: 10px;
	border: 1px solid #8c8989;
	z-index: 2;
}

.video-box a:hover {
	background-color: rgba(255, 255, 255, .3);
}

.video-box a:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 13px 0 13px 21px;
	border-color: transparent transparent transparent #fff;
	border-radius: 4px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.video-box .title {
	display: block;
	text-align: center;
	font-size: 12px;
	color: #3688de;
	font-weight: 400;
	padding: 0 10px;
}

/* visual block styles */

.hero-section {
	color: #fff;
	background-color: #313131;
	position: relative;
	min-height: 106vh;
	line-height: 1.3;
	font-weight: 300;
	padding-top: 100px;
	padding-bottom: 0px;
	/* -webkit-animation: preloader-state 7s, preloader-z-index 3s;
	animation: preloader-state 7s, preloader-z-index 3s; */
}

.hero-section .container {
	position: relative;
	z-index: 2;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}


.hero-section strong {
	font-weight: 700;
}

.hero-section .btn-scroll {
	font-style: italic;
	font-size: 19px;
	color: #fff;
	position: relative;
	padding: 27px 75px 30px 10px;
	float: right;
	margin: 40px 85px 0px 0px;
}

.hero-section .btn-scroll i {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-60%);
	-ms-transform: translateY(-60%);
	transform: translateY(-60%);
	border-color: rgba(255, 255, 255, .6);
}

.hero-section .btn-scroll strong {
	font-style: normal;
}

.hero-section .btn-holder {
	display: block;
	width: 40%;
	min-height: 100px;
	
}

.hp-bt-holders {	
	display: inline-block;
	width: 100%;
	height: 100%;	
}

.hp-bt-holders a {	
	float: top;
	margin-left: 65px;
}

.hero-section .btn-holder2 {	
	display: block;
	width: 40%;
	min-height: 80px;
}

/* visual products list styles - homepage */

.hero-products-list {
	font-size: 21px;
	margin-top: 35px;
}

.hero-products-list li {
	margin-bottom: 10px;
	opacity: .95;
}

.hero-products-list a {
	-webkit-transition: background .25s ease-in-out;
	transition: background .25s ease-in-out;
	padding: 10px 10px 10px 20px;
	background: #2b71b7;
	color: #f2f2f2;
	font-size: 20px;
	border-radius: 8px;
	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;
	min-height: 80px;
	
}

.hero-products-list a:hover {
	background: #fff;
}

.hero-products-list a:hover .hover-img {
	opacity: 1;
	visibility: visible;
}

.hero-products-list a:hover .shadow-img {
	opacity: 0;
	visibility: hidden;
}

.hero-products-list a:hover .text {
	font-weight: 350;
	color: #434343;
}

.hero-products-list .img-holder {
	position: relative;
	width: 26%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.hero-products-list .img-holder img {
	-webkit-transition: opacity .25s ease-in-out, visibility .25s ease-in-out;
	transition: opacity .25s ease-in-out, visibility .25s ease-in-out;
}

.hero-products-list .text {
	width: 64%;
}

.hero-products-list .text p {
	margin-bottom: 0;
	font-weight: 350;
}

.hero-products-list .hover-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
}

.hero-products-list .shadow-img {
	opacity: 1;
	visibility: visible;
}

.open-close-slide .slide,
.open-close-fade .slide {
	display: none !important;
}

.page-loaded .open-close-slide .slide,
.page-loaded
  .open-close-fade .slide {
	display: block !important;
}

/* fade products navigation styles */

.product-nav {
	position: relative;
	max-width: 400px;
	width: 100%;
	margin-bottom: 9px;
	font-weight: 500; /* slide block opener styles */ /* slide block styles */
}

.product-nav .opener {
	position: relative;
	z-index: 3;
	background: #fff;
	color: #464646;
	border: 1px solid #464646;
	border-radius: 8px;
	overflow: hidden;
	padding: 9px 65px 9px 15px;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 1;
}

.product-nav .opener i {
	-webkit-transition: background .15s ease-in-out;
	transition: background .15s ease-in-out;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 47px;
	background: #3688de;
	color: #fff;
	font-size: 30px;
}

.product-nav .opener i:before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -38%);
	-ms-transform: translate(-50%, -38%);
	transform: translate(-50%, -38%);
}

.product-nav .opener i:hover {
	background: #787878;
}

.product-nav .slide {
	position: absolute;
	z-index: 2;
	top: 100%;
	left: 0;
	right: 0;
	background: #464646;
	color: #fff;
	padding-top: 30px;
	padding: 10px 15px 5px;
	line-height: 1.2;
	border-radius: 0 0 8px 8px;
	margin-top: -8px;
}

.product-nav .title {
	display: block;
	position: relative;
	padding-left: 14px;
	padding-bottom: 7px;
}

.product-nav .title:before {
	content: "/";
	position: absolute;
	top: 0;
	left: 0;
}

.product-nav a:not(.opener) {
	-webkit-transition: color .15s ease-in-out, -webkit-transform .15s ease-in-out;
	transition: color .15s ease-in-out, -webkit-transform .15s ease-in-out;
	transition: color .15s ease-in-out, transform .15s ease-in-out;
	transition: color .15s ease-in-out, transform .15s ease-in-out, -webkit-transform .15s ease-in-out;
	color: #fff;
	display: block;
}

.product-nav a:not(.opener):hover {
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
	color: #3688de;
}

.product-nav h1 {
	font-size: 22px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 0;
}

.models-list {
	position: relative;
	padding-bottom: 9px;
	margin-bottom: 3px;
}

/*.models-list:after,
.models-list:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	height: 1px;
	background: -webkit-linear-gradient(left, #fff 80%, transparent 80%);
	background: linear-gradient(to right, #fff 80%, transparent 80%);
	background-size: 10px 1px;
	background-repeat: repeat-x;
}
*/

.models-list:before {
	top: calc(100% + 3px);
}

.models-list li {
	margin-bottom: 7px;
}

.sections-list {
	position: relative;
	padding-bottom: 12px;
	padding-top: 14px;
}

.sections-list:before {
	height: 2px;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: -webkit-linear-gradient(left, #fff 83%, transparent 17%);
	background: linear-gradient(to right, #fff 83%, transparent 17%);
	background-size: 6px 2px;
	background-repeat: repeat-x;
}

.sections-list:last-of-type {
	padding-bottom: 0;
}

.sections-list:last-of-type:before {
	display: none;
}

.sections-list li {
	position: relative;
	padding-left: 14px;
	padding-bottom: 7px;
}

.sections-list li:before {
	content: "/";
	position: absolute;
	top: 0;
	left: 0;
}

.section-product-detail {
	padding-top: 148px;
	padding-bottom: 20px;
}

.section-product-detail h1 {
	font-weight: 200;
	color: #d5cfc2;
}

.section-product-detail h1 strong {
	font-weight: 300;
}

.section-product-detail h2 {
	margin-bottom: 0;
	font-weight: 500;
}

.section-product-detail .desc-holder {
	max-width: 600px;
	line-height: 1.58;
	margin-bottom: -5px;
	margin-top: 15px;
}

.section-product-detail .desc-holder p {
	margin-bottom: 25px;
}

.section-product-detail .video-box .video-holder {
	border-radius: 4;
}

.section-product-detail .product-img-holder {
	padding: 30px 0px 40px 45px;
}

.section-product-detail .product-img-holder img {
	width: 80%;
	height: auto;
	
	
}

.section-product-landing {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.section-product-landing .intro-section {
	font-size: 16px;
	min-height: 100vh;
	height: 100%;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 100px 0;
}

.section-product-landing .product-nav {
	max-width: 600px;
	margin-left: -7px;
}

.section-product-landing .product-nav .opener {
	background: transparent;
	position: relative;
	z-index: 2;
	border-color: #fff;
	color: #fff;
	padding: 4px 65px 7px 7px;
	border-radius: 10px;
}

.section-product-landing .product-nav .opener:hover {
	color: #3688de;
}

.section-product-landing .product-nav .opener:hover i {
	color: #3688de;
}

.section-product-landing .product-nav .opener i {
	-webkit-transition: color .15s ease-in-out;
	transition: color .15s ease-in-out;
	background: transparent;
	font-size: 30px;
}

.section-product-landing .product-nav .slide {
	margin-top: 0;
	top: 100%;
	border-radius: 8px;
}

.section-product-landing .product-nav .models-list {
	margin-bottom: 0;
}

.section-product-landing .product-nav .models-list:before,
.section-product-landing .product-nav .models-list:after {
	display: none;
}

.section-product-landing .desc-holder {
	line-height: 1.7;
}

.section-product-landing .mission {
	font-style: italic;
	font-weight: 500;
	font-size: 24px;
	line-height: 1.2;
	padding-left: 18px;
	position: relative;
}

.section-product-landing .mission:before {
	content: "-";
	position: absolute;
	left: 0;
	top: 0;
}

.notification {
	padding-left: 10px;
	font-size: 14px;
}

.notification p:before {
	content: "*";
	margin-right: 2px;
}

/* slide block styles */

.more-content {
	border: 1px solid #cad7ee;
	margin: 15px 0;
}

.more-content .opener {
	text-transform: uppercase;
	position: relative;
	display: block;
	font-size: 14px;
	padding: 5px 45px 3px 10px;
}

.more-content .opener:after {
	width: 26px;
	height: 26px;
	-webkit-transition: -webkit-transform .15s ease-in-out;
	transition: -webkit-transform .15s ease-in-out;
	transition: transform .15s ease-in-out;
	transition: transform .15s ease-in-out, -webkit-transform .15s ease-in-out;
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-image: url(../images/crosshair.svg);
	background-size: cover;
	background-repeat: no-repeat;
	font-size: 26px;
	line-height: 1;
}

.more-content .opener:hover {
	color: #787878;
}

.more-content .slide {
	padding: 10px;
}

.more-content.active .opener:after {
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}

/* products list styles */

.products-list {
	line-height: 1.6;
	position: relative;
	background: #fff;
	counter-reset: newCounter;
}

.products-list h2 {
	font-size: 24px;
	font-weight: 400;
}

.products-list .img-holder {
	background-image: url(/images/small-map.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 10px 0;
}


.products-list .img-holder .img {
	margin: 0 17px;
	max-width: 100%;
}


.products-list .img-holder .img:first-child {
	margin-top: 30px;
}


.products-list .img-holder .holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	
}

.products-list .text-holder {
	position: relative;
	padding: 65px 65px 20px 20px;
	
}


.products-list .text-holder .num {
	counter-increment: newCounter;
	content: counters(newCounter, ".") "";
	font-size: 60px;
	line-height: 1;
	font-weight: 300;
	color: #eae9e9;
	position: absolute;
	top: 7px;
	left: 20px;
}

.numbr {
	font-size: 90px;
	line-height: 1;
	letter-spacing: .01em;
	font-weight: 310;
	color: #eae9e9;
	position: absolute;
	top: 0px;
	left: 10px;
	display: block;
	max-height: 50px;
	margin-top: 0px;

}
.numbr-rt {
	width: 100%;
	font-size: 90px;
	line-height: 1;
	font-weight: 310;
	letter-spacing: .01em;
	color: #eae9e9;
	text-align: right;
	margin-top: -68px;
	margin-left: 170px;
}

.products-list .text-holder ul li {
	padding-left: 13px;
	position: relative;
}

.products-list .text-holder ul li:before {
	width: 4px;
	height: 4px;
	content: "";
	border-radius: 50%;
	background: #464646;
	position: absolute;
	left: 0;
	top: 12px;
}

.products-list .btn-arrow-link {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* products list styles 2 */


.img-holder2 {
	background-image: url(/images/small-map2.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 10px 0;
	width: 50%;

}

.img-holder2 .holder2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}


.img-holder2:first-child {
	margin-top: 30px;
	width: 100% !important;
}

/* products list styles 3 */


.img-holder3 {
	background-image: url(/images/small-map3.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 10px 0;
	width: 50%;

}

.img-holder3 .holder3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.img-holder3:first-child {
	margin-top: 30px;
	width: 100% !important;
}


.heading-holder {
	margin: 0 0 5px;
	width: 100%;
}

.heading-holder .icon-list {
	display: inline-block;
	vertical-align: middle;
}

.heading-holder .icon-list li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}

.heading-holder .icon-list i {
	font-size: 25px;
}

.heading-holder h1,
.heading-holder h2 {
	margin-bottom: 0;
	font-weight: 300;
	display: inline-block;
	vertical-align: middle;
	line-height: 1.2;
	padding-right: 30px;
}

.heading-holder h2 span {
	font-weight: 200;
	display: block;
}

.intro-section {
	color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	font-size: 14px;
	line-height: 2.15;
	padding: 120px 0 20px;
	position: relative;
}

.intro-section .container {
	position: relative;
	z-index: 2;
}

.intro-section p {
	margin-bottom: 30px;
}

.intro-section .btn-scroll i {
	border-color: rgba(255, 255, 255, .9);
}

.about-section {
	padding: 20px 0;
	position: relative;
	background: #fff;
	font-size: 14px;
}

.about-section .heading-holder {
	margin-bottom: 14px;
}

.about-section .heading-holder.logo-holder .page-logo {
	margin-bottom: 15px;
	display: block;
}

.about-section .heading-holder.logo-holder .page-logo a {
	display: block;
}


.doc-box1 {
	width: 100%;
	margin-top: 125px;
	margin-left: 30px;
	padding: 30px;
	line-height: 18px;
	
}

.doc-box1 h4 {
	margin-left: 5px;
}


.doc-box1 p {
	display: block;
	font-size: 14px;
	padding: 5px;
	margin-top: 10px;
	column-count: 4;
	text-align: center;
}

.doc-box1 img {
	
  margin-left: auto;
  margin-right: 40px;	

}


.contact-box1 {
	width: 100%;
	height: 100%;
	margin: auto ;
	padding: 135px 10px 80px 40px;

	
}

.box1-cols {
	
	font-size: 14px;
	padding: 5px;
	column-count: 2;
	z-index: 1;

}


.contact-item strong {
	font-size: 14px;
}


.contact-section a:hover {
	color: #157dea;
}

.contact-section .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.contact-section .contact-block {
	width: 100%;
	padding-bottom: 0px;
}

.contact-section .map-block {
	width: 100%;
}

.contact-section .map-block .map-holder {
	position: relative;
	width: 100%;
	height: 100%;
}

.contact-section .map-block .map-box {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border-radius: 8px;
}

.contact-section .authorized-block {
	text-align: center;
	color: #fff;
	padding: 3px;
}

.contact-section .authorized-block h3 {
	background: #313131;
	line-height: 1.5em;
	margin-bottom: 5px;
	padding: 6px;
	border-radius: 4px;
	font-size: 15px;
}

.contact-section .authorized-block .btn {
	width: 100%;
	margin-bottom: 10px;
}

.contact-section .btn {
	-webkit-transition: background .15s ease-in-out, color .15s ease-in-out;
	transition: background .15s ease-in-out, color .15s ease-in-out;
	padding: 7px 10px;
	border: 1px solid transparent;
	background: #3688de;
	border-radius: 4px;
	color: #fff;
	white-space: normal;
	text-transform: capitalize;
	text-align: center;
}

.contact-section .btn:hover,
.contact-section .btn:focus {
	background: #2b5b8e;
	outline: none;
	color: #fff;
}

.contact-section .authorized-list li {
	text-transform: capitalize;
	padding: 1px;
}

.contact-section .authorized-list li a {
	-webkit-transition: background .15s ease-in-out, color .15s ease-in-out;
	transition: background .15s ease-in-out, color .15s ease-in-out;
	display: block;
	color: #464646;
	background: #eee;
	border-radius: 4px;
}

.contact-section .authorized-list li a:hover {
	background: #d5d5d5;
}

.contact-section .authorized-list li.active a {
	background: #d5d5d5;
}

.contact-section .opener {
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
	width: auto !important;
	margin-bottom: 10px;
	padding: 7px 10px 7px 18px;
}

.contact-section .opener .icon {
	padding-left: 7px;
	display: inline-block;
	vertical-align: middle;
}

.contact-section .staff-list {
	text-align: center;
	font-size: 15px;
	margin-top: -20px;
	border-bottom: 1px dotted #eee;
	padding-bottom: 15px;
}

.contact-section .staff-list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.contact-section .staff-list ul li {
	width: 100%;
	text-transform: capitalize;
	padding: 2px;
}

.contact-section .staff-list ul li a {
	-webkit-transition: background .15s ease-in-out, color .15s ease-in-out;
	transition: background .15s ease-in-out, color .15s ease-in-out;
	color: #484848;
	width: 100%;
	padding-left: 10px;
	border-radius: 4px;
	display: inline-block;
	vertical-align: top;
	background: #eee;
	
}

.contact-section .staff-list ul li a:hover {
	color: #484848;
	background: #d5d5d5;
}

.contact-section .icon {
	display: inline-block;
	vertical-align: middle;
	padding-right: 4px;
}

.contact-section .icon.icon-phone {
	margin-top: -3px;
}

.contact-section .icon.icon-sphere {
	margin-top: -3px;
}

.contact-section .icon.icon-phone:before {
	font-size: 14px;
}



.contact-section .address-holder .address .contact-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.contact-section .address-holder .address .contact-item ul li {
	display: inline-block;
	vertical-align: top;
	padding: 0 7px;
	position: relative;
	margin-right: -4px;
	
}

.contact-section .address-holder .address .contact-item ul li:first-child:before {
	display: none;
}


.address a:hover {
	color: #666;
	
}

.tooltip-holder a:hover {
	color: #666;
	
}

.contact-item a:hover {
	color: #666;
	
}

.contact-section .address-holder .address .contact-item ul li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 1px;
	height: 13px;
	background: #464646;
	
}

.contact-section .address-holder .address.pin-click ul {
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
	line-height: 1.7em;
}

.contact-section .address-holder .address.pin-click .map-link {
	display: block;
}

.contact-section .address-holder .address.pin-click .map-link:before {
	display: none;
}

.contact-section .address-holder .address.pin-click .btn-holder {
	text-align: center;
	border-bottom: 1px dotted #eee;
}

.contact-section .address-holder .address.pin-click .btn-holder .btn {
	margin-bottom: 15px;
	width: 100%;
	display: block;
}

.contact-section .address-holder address {
	font-style: normal;
	margin-bottom: 10px;
	line-height: 1.6em;
}

.contact-section .address-holder .map-link {
	position: relative;
	padding-left: 5px;
}

.contact-section .address-holder .map-link:before {
	content: "";
	position: absolute;
	left: 0;
	top: 3px;
	width: 1px;
	height: 13px;
	background: #464646;
}



.contact-section .address-holder .map-link .icon {
	padding-right: 4px;
	vertical-align: top;
	padding-top: 6px;
}



.contact-section .overlay {
	margin: 0 !important;
	background-color: #fff !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.contact-section .overlay svg {
	width: 150px;
	height: 150px;
	display: block;
	margin: auto;
}

.contact-section .js-type-link.active {
	background: #3688de !important;
	color: #fff;
}

.contact-section .js-manager.active {
	color: #fff !important;
	background: #3688de !important;
}

.map-tooltip {
	position: absolute;
	width: 400px;
	box-sizing: border-box;
	top: 0;
	left: 0;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	background-color: white;
	border-radius: 8px;
	padding: 12px 22px 12px 12px;
	box-shadow: 0 2px 7px 1px rgba(0, 0, 0, .3);
}

.map-tooltip:after {
	background: #fff;
	box-shadow: -2px 2px 2px 0 rgba(178, 178, 178, .4);
	content: "";
	height: 15px;
	left: 50%;
	position: absolute;
	bottom: -14px;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
	width: 15px;
}

.map-tooltip .btn-close {
	position: absolute;
	top: 4px;
	right: 6px;
	color: #464646;
}

.map-tooltip .btn-close:before {
	content: "\00d7";
	font-family: "icomoon";
	font-size: 16px;
	width: 8px;
	height: 10;
}

.map-tooltip .btn-close:hover {
	color: #3688de;
}

.map-tooltip .tooltip-holder address {
	font-weight: 400;
	font-size: 14px;
	font-style: normal;
}

.map-tooltip .tooltip-holder address a {
	display: block;
	padding-top: 5px;
}

.map-tooltip .tooltip-holder address a i {
	padding-right: 3px;
}

/* sticky bottom block styles */

.bottom-fixed-block {
	background: #292929;
	color: #ebeaea;
	font-size: 11px;
	height: 62px !important;
	padding: 5px;
	
}

.fixed-position .bottom-fixed-block {
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 2;
}

.bottom-fixed-block .news-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 5px;
	overflow: hidden;	
	width: 100%;
}

.bottom-fixed-block .news-holder .label {
	color: #fffefe;
	position: static;
	line-height: 1.2;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding-bottom: 2px;
}

.bottom-fixed-block .news-holder a {
	color: #dbdada;
	line-height: 1.2;
	padding: 0 30px 0 20px;
}

.bottom-fixed-block .news-holder a:hover {
	color: #3688de;
}

.bottom-fixed-block .news-holder i {
	display: inline;
	vertical-align: middle;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	font-size: 33px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.news-holder ul {
	vertical-align: middle;
	margin-left: -20px;
	margin-right: 15px;
	margin-bottom: 15px;
	font-size: 11.5px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	overflow: hidden;
}

.news-holder  {
 padding-left: 5px;
}

.bottom-fixed-block .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		font-style: normal !important;
		padding-left: 45px;
	}


	.bottom-fixed-block .trading-view {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding-left: 5px;
		width: 85% !important;
	}
	
	.trading-view .white a {
		color: #e1e1e1;	
	}
	
	.trading-view .white :hover {
		color: #3484f1;
		text-decoration: none;
		
	}

	.bottom-fixed-block .trading-view li {
		padding-left: 20px;
		padding-top: 3px;
		text-align: left;
	}

/* header styles */

#header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
}

.contact-page #header {
	background-color: rgba(0,0,0,0);
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	padding: 0 0 10px;
}

#header .flex-container {
	-webkit-transition: background .15s ease-in-out;
	transition: background .15s ease-in-out;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	
}

.nav-active #header .flex-container {
	background: #3d3d3d;
	
	
}

/* page logo styles */

.logo {
	-webkit-transition: background .15s ease-in-out;
	transition: background .15s ease-in-out;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
	background: #111;
	margin-top: 10px;
	border-radius: 0 7px 7px 0;
	padding: 10px 20px;
	z-index: 10;
}

.logo img {
	width: 106px;
}

.nav-active .logo {
	background: transparent;
}

.menu-drop {
	-webkit-transition: height .15s ease-in-out, opacity .15s ease-in-out, top .15s ease-in-out;
	transition: height .15s ease-in-out, opacity .15s ease-in-out, top .15s ease-in-out;
	position: absolute;
	z-index: 9;
	top: -100%;
	left: 0;
	right: 0;
	height: 0;
	overflow: hidden;
	opacity: 0;
	background: #3d3d3d;
	padding: 15px;
}

.nav-active .menu-drop {
	height: calc(100vh - 86px);
	opacity: 1;
	top: calc(100% - 1px);
	overflow-y: auto;
}

/* main navigation of the page styles*/

.nav {
	padding-bottom: 10px;
	position: relative;
	z-index: 11;
	-ms-flex-item-align: start;
	align-self: flex-start;
	flex-shrink: 1;
}

.nav:before {
	content: "";
	position: absolute;
	top: 15px;
	left: -15px;
	right: -15px;
	bottom: 15px;
	background-image: url(../images/map.png);
	background-repeat: no-repeat;
	background-position: 50% 100%;
	
	
}

.nav .container {
	position: relative;
	z-index: 10;
}

.nav ul {
	padding-left: 10px;
	font-weight: 300;
	font-size: 12.5pt;
	line-height: 1.9em;
}

.nav ul li.active a {
	color: #4b9bea;
	text-decoration: none;
}

.flex-container li.active a {
	color: #4b9bea;
	text-decoration: none;
}


.nav ul li.disabled {
	pointer-events: none;
}

.nav ul li.disabled a {
	text-decoration: line-through;
	font-weight: 700;
}

.nav ul a {
	color: #fff;
}

.nav ul a:hover {
	color: #4b9bea;
}

.nav ul ul {
	padding-left: 2px;
}

.nav .col {
	width: 100%;
}

.nav .h4 {
	color: #fff;
	display: block;
	font-size: 16px !important;
	line-height: 1.7;
	text-transform: uppercase;
	margin-top: 5px;
	margin-bottom: 2px;
}

.nav .products .h4 {
	text-decoration: underline;
	font-style: italic;
}

.nav .products > ul {
	font-weight: 400;
}

.nav .contact-list li {
	margin-bottom: 5px;
}

.nav .contact-list a {
	position: relative;
	padding-left: 38px;
}

.nav .contact-list i {
	font-size: 25px;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* additional navigation styles */

.top-menu {
	position: relative;
}

.top-menu a {
	color: #d5d5d5;
	text-transform: uppercase;
}

.top-menu a:hover {
	color: #4b9bea;
}

/* navigation opener styles */

.nav-opener {
	-webkit-transition: opacity .15s ease-in-out, background .15s ease-in-out;
	transition: opacity .15s ease-in-out, background .15s ease-in-out;
	font-size: 0;
	position: relative;
	z-index: 10;
	width: 50px;
	height: 42px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border: 1px solid rgba(255, 255, 255, .5);
	border-radius: 6px;
	margin-top: 14px;
	margin-right: 15px;
	display: block;
}

.nav-opener:hover {
	opacity: .7;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	background: #fff;
	border-radius: 2px;
	height: 4px;
	position: absolute;
	top: 20px;
	left: 15%;
	right: 15%;
	margin-top: -2px;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 10px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.nav-opener:after {
	top: 30px;
}

.nav-active .nav-opener {
	background: transparent;
}

.nav-active .nav-opener:after,
.nav-active .nav-opener:before {
	-webkit-transition: -webkit-transform .15s ease-in-out;
	transition: -webkit-transform .15s ease-in-out;
	transition: transform .15s ease-in-out;
	transition: transform .15s ease-in-out, -webkit-transform .15s ease-in-out;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 20px;
	left: 12%;
	right: 12%;
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.nav-active .nav-opener span {
	opacity: 0;
}

.white-bg-page .nav-opener {
	border-color: #ccc;
}

.white-bg-page .nav-opener:before,
.white-bg-page .nav-opener:after,
.white-bg-page .nav-opener span {
	background: #666;
}

.header-fixed-position .nav-opener {
	background: #000;
}

.header-fixed-position .nav-opener:before,
.header-fixed-position .nav-opener:after,
.header-fixed-position .nav-opener span {
	background: #fff;
}

.resize-active * {
	-webkit-transition: none !important;
	transition: none !important;
}

/* footer styles */

#footer {
	color: #dbdada;
	background: #0f0e0f;
	font-weight: 300;
	padding: 30px 0;
	text-align: center;
}

/* footer navigation styles */

.footer-nav h5 {
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	margin-left: -5px;
}

.footer-nav a:hover {
	text-decoration: underline;
}

.footer-nav .col {
	padding-bottom: 15px;
}

.footer-nav .col-2x h5 {
	width: 100%;
}

.footer-nav .social-media {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 15px 0;
}

.footer-nav .social-media li {
	margin: 0 3px;
}

.footer-nav .social-media i {
	font-size: 30px;
}

.footer-nav .social-media a {
	color: #fff;
}

.footer-nav .social-media a:hover {
	color: #787878;
	text-decoration: none;
}

.footer-nav .cert-list {
	line-height: 1.3;
	font-size: 10px;
	font-weight: 700;
}

.footer-nav .cert-list li {
	margin-bottom: 20px;
}

.footer-nav .cert-list img {
	display: block;
	margin: 0 auto 3px;
}

.nav-holder:first-child ul a {
	color: #dbdada;
}

/* newsletter form styles */

.newsletter-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	overflow: hidden;
	border-radius: 10px;
	border: 1px solid #616261;
	margin: 0 auto 10px;
	max-width: 323px;
}

.newsletter-form input[type="email"],
.newsletter-form input[type="text"] {
	background: transparent;
	border: none;
	height: 37px;
	width: 100%;
	padding: 5px 10px;
}

.newsletter-form input[type="submit"] {
	-webkit-transition: background .15s ease-in-out;
	transition: background .15s ease-in-out;
	background: #3688de;
	border: none;
	font-size: 10px;
	font-weight: 700;
	padding: 5px 26px 5px 32px;
}

.newsletter-form input[type="submit"]:hover {
	background: #787878;
}

.contact-list a {
	color: #4da6dc;
}

.footer-bottom {
	text-transform: uppercase;
	font-size: 10px;
}

.footer-bottom address {
	font-style: normal;
}

.footer-bottom address a {
	color: #3371ac;
}

.footer-bottom a:hover {
	text-decoration: underline;
}

.bottom-menu {
	line-height: 1;
	font-size: 10px;
}

.bottom-menu li {
	padding-bottom: 10px;
}

.bottom-menu li:last-child {
	border-right: none;
}

.bottom-menu a {
	color: #fff;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.btn-animated {
		-webkit-transition: opacity .15s ease-in-out;
		transition: opacity .15s ease-in-out;
		border: 2px solid #fff;
		border-radius: 8px;
	}

	.btn-animated svg {
		display: none;
	}

	.btn-animated:hover {
		opacity: .7;
	}
}

@media (min-width: 480px) {
	.contact-section .address-holder .address.pin-click .btn-holder .btn {
		display: inline-block;
		vertical-align: top;
		width: auto;
	}

	.modern-ticker .mt-news a {
		line-height: 1.2;
	}
}

@media (min-width: 760px) {
	h1 {
		font-size: 44px;
	}

	.video-box .title {
		text-align: left;
	}

	.hero-section {
		padding-top: 155px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.hero-section .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.hero-section .left-col {
		padding-right: 50px;
		width: 65%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.hero-section .right-col {
		width: 34.7%;
		margin-top: -20px;
	}

	.hero-section .mission {
		font-size: 24px;
		opacity: .8;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.rowOne {
    background-color: #232323;
    border-radius: 4px;
    margin-bottom: 2px;
    padding: 5px 5px 5px 25px;
	}
	.rowTwo {
    background-color: #373737;
    text-align: center;
    border-radius: 4px;
    margin-bottom: 2px;
    padding: 5px 5px 5px 5px;
	}
	.rowThree {
    background-color: #494949;
    text-align: right;
    padding-right: 20px;
    border-radius: 4px;
    padding: 5px 25px 5px 5px;
	}

	.hero-products-list li {
		margin-bottom: 20px;
	}

	.product-nav .slide {
		padding: 10px 55px 0 15px;
	}

	.section-product-detail {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding-bottom: 56px;
	}

	.section-product-detail h1 {
		position: absolute;
		left: 0;
		bottom: 0;
		top: 85px;
		font-size: 54px;
		letter-spacing: -3px;
		text-align: center;
		line-height: .9;
		overflow: hidden;
	}
	

	.section-product-detail h1 .number {
		font-weight: 300;
		display: block;
		text-align: left;
		margin-bottom: 35px;
		color: #327dcc;
	}
	
	.number2 {
		font-weight: 300;
		display: block;
		margin-bottom: 35px;
		color: #968d2d;
		text-align: left;
	}

	.section-product-detail h1 .vert-text {
		display: block;
		width: 53px;
		word-wrap: break-word;
		letter-spacing: 10px;
		color: #327dcc;
		margin-left: 6px;
	}
	
	.vert-text2 {
		display: block;
		word-wrap: break-word;
		letter-spacing: 10px;
		color: #968d2d;
		width: 50px;
		margin-left: 10px;
	}

	.section-product-detail h1 .vert-text strong {
		display: block;
		margin-top: 20px;
	}

	.section-product-detail .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.section-product-detail .left-col {
		width: 69.5%;
		position: relative;
		padding-left: 70px;
	}

	.section-product-detail .right-col {
		width: 29%;
	}

	.section-product-landing .product-nav .opener i {
		font-size: 42px;
	}

	.products-list > li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.products-list > li:nth-child(odd) {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.products-list > li:nth-child(even) .btn-arrow-link {
		right: auto;
		left: 0;
		border-radius: 0 8px 8px 0;
	}

	.products-list > li:nth-child(even) .text-holder {
		padding: 64px 200px 40px 10px;
	}

	.products-list > li:nth-child(even) .text-holder .num {
		left: auto;
		right: 13px;
	}

	.products-list .img-holder {
		width: 50%;
	}

	.products-list .text-holder {
		width: 50%;
	}

	.heading-holder h1 {
		font-size: 36px;
	}

	.heading-holder h2 {
		font-size: 28px;
	}

	.heading-holder h2 span {
		display: inline;
		padding-left: 14px;
	}

	.intro-section {
		padding-top: 150px;
	}

	.intro-section .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.intro-section .column:nth-child(odd) {
		width: 65%;
	}

	.intro-section .column:nth-child(even) {
		width: 38%;
		text-align: right;
	}

	.intro-section .column:nth-child(even) .video-box {
		float: right;
		max-width: 240px;
	}

	.about-section .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.about-section .heading-holder.logo-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.about-section .heading-holder.logo-holder .page-logo {
		width: 20%;
		margin-bottom: 0;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		text-align: right;
	}

	.about-section .heading-holder.logo-holder h2 {
		width: 80%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.about-section .column:nth-child(odd) {
		width: 80%;
	}

	.about-section .column:nth-child(even) {
		width: 20%;
		padding-left: 20px;
		text-align: right;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.contact-section .authorized-list li a {
		padding: 3px;
	}

	.contact-section .staff-list ul li {
		width: 50%;
	}

	#header .flex-container {
		display: block;
	}

	#header .flex-container:after {
		content: "";
		display: block;
		clear: both;
	}

	.logo {
		padding: 22px 39px 23px 36px;
		float: left;
	}

	.menu-drop {
		position: static;
		opacity: 1;
		height: auto;
		overflow: visible;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		background: transparent;
		-ms-flex-item-align: start;
		align-self: flex-start;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 0 15px 0 0;
	}

	.nav-active .menu-drop {
		height: auto;
	}

	.nav {
		-webkit-transition: height .15s ease-in-out, opacity .15s ease-in-out, top .15s ease-in-out;
		transition: height .15s ease-in-out, opacity .15s ease-in-out, top .15s ease-in-out;
		position: absolute;
		top: -100%;
		left: 0;
		right: 0;
		height: 0;
		overflow: hidden;
		opacity: 0;
		padding: 57px 15px 50px;
		background: #3d3d3d;
	}

	.nav:before {
		right: 15px;
		left: 15px;
	}

	.nav-active .nav {
		height: calc(100vh - 111px);
		top: calc(100% - 1px);
		opacity: 1;
		
	}

	.nav .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		height: 100%;
	}

	.nav .col {
		width: 27%;
		padding-right: 10px;
		
	}
	
	.nav .col1 {
		width: 18%;
		padding-right: 15px;
	}

	.nav .col:last-child {
		width: 50%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.nav .holder {
		width: 50%;
		padding-bottom: 76px;
		padding-right: 15px;
	}

	.top-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		border-radius: 0 0 10px 10px;
		overflow: hidden;
		font-size: 10px;
	}

	.top-menu li {
		background: #000;
		position: relative;
		padding: 9px 20px 9px 26px;
	}

	.top-menu li:after {
		content: "";
		background: #000;
		position: absolute;
		z-index: 2;
		top: 0;
		right: 0;
		bottom: 0;
		width: 20px;
		-webkit-transform-origin: 100% 100%;
		-ms-transform-origin: 100% 100%;
		transform-origin: 100% 100%;
		-webkit-transform: skew(-26deg);
		-ms-transform: skew(-26deg);
		transform: skew(-26deg);
		border-right: 1px solid #5f5d5d;
	}

	.top-menu li:last-child {
		border-radius: 0 0 10px 0;
	}

	.top-menu li:last-child:after {
		display: none;
	}

	.nav-opener {
		margin-left: 15px;
		margin-top: 40px;
		float: left;
	}

	#footer {
		text-align: left;
		font-size: 11px;
	}

	.footer-nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding-bottom: 20px;
	}

	.footer-nav h5 {
		margin-bottom: 10px;
		font-size: 10px;
	}
	
	.address-holder h5 {
		margin-bottom: -2px;
		font-size: 17px;
	}


	.footer-nav ul li {
		margin-bottom: 9px;
	}

	.footer-nav .col {
		width: 45.33%;
		padding-right: 10px;
	}
	
	.footer-nav .col-co {
		width: 220px;
		padding-right: 10px;
	}

	.footer-nav .col-2x {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 66.66%;
	}

	.footer-nav .col-2x .holder {
		width: 50%;
		padding-right: 10px;
		padding-bottom: 12px;
	}

	.footer-nav .right-holder {
		width: 33.33%;
	}

	.footer-nav .social-media {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding: 0;
	}

	.footer-nav .cert-list img {
		margin: 0 0 3px;
	}

	.nav-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.newsletter-form {
		margin: 0 10px 10px 0;
	}

	.footer-bottom {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.footer-bottom address {
		width: 100%;
	}

	.footer-bottom .nav-holder,
	.footer-bottom .copyright {
		width: 50%;
	}

	.footer-bottom .copyright {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		text-align: right;
	}

	.footer-bottom .copyright {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.footer-bottom address {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		text-align: center;
	}

	.bottom-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -12px;
	}

	.bottom-menu li {
		border-right: 1px solid #fff;
		padding: 0 12px;
	}
}

@media (min-width: 1024px) {
	h2 {
		font-size: 30px;
	}

	.btn-arrow-link {
		padding-top: 31px;
	}

	.btn-arrow-link i {
		font-size: 75px;
	}

	.table.sizes-table {
		max-width: 432px;
	}

	.table th,
	.table td {
		padding-left: 30px;
	}



	

	.section-product-detail .right-col {
		width: 25%;
		padding-right: 11px;
	}

	.section-product-landing .product-nav {
		margin-bottom: 35px;
	}

	.section-product-landing .desc-holder {
		padding-bottom: 14px;
	}

	.notification {
		padding-left: 30px;
	}

	.more-content {
		margin-top: 38px;
	}

	.more-content .opener {
		padding-left: 45px;
	}

	.more-content .slide {
		padding: 10px 45px;
	}

	.products-list {
		font-size: 18px;
	}

	.products-list > li:nth-child(even) .text-holder {
		padding-left: 159px;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.products-list h2 {
		font-size: 36px;
		margin-bottom: 0;
	}

	.products-list .img-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.products-list .img-holder .holder {
		width: 100%;
		max-width: 524px;
	}

	.products-list .text-holder {
		padding: 117px 95px 40px 106px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.products-list .text-holder .num {
		font-size: 100px;
	}

	.products-list .text-holder .content {
		width: 100%;
		max-width: 456px;
	}

	.heading-holder {
		margin-bottom: 23px;
	}

	.heading-holder .icon-list li {
		margin-right: 36px;
	}

	.heading-holder .icon-list i {
		font-size: 35px;
	}

	.heading-holder .icon-list i.icon-factory-2 {
		font-size: 47px;
	}

	.heading-holder h1,
	.heading-holder h2 {
		padding-right: 63px;
	}
	
	.nav .col1 img {
		padding-top: 8px;
		padding-right: 8px;
	}

	.about-section {
		padding: 64px 0 89px;
	}

	.about-section.bigger-font-size {
		font-size: 16px;
	}

	.about-section .heading-holder {
		margin-bottom: 22px;
	}

	.contact-section {
		padding: 0px 0 0px;
	}

	.contact-section .container {
		max-width: 95%;
	}

	.contact-section .contact-block {
		width: 31.3332%;
		padding-right: 20px;
	}

	.contact-section .map-block {
		width: 67%;
	}

	.contact-section .map-block .map-holder {
		height: 100%;
	}

	.contact-section .authorized-block {
		margin-bottom: 10px;
	}

	.contact-section .authorized-list {
		margin-bottom: 5px;
	}

	.contact-section .opener {
		display: none;
	}

	.contact-section .staff-list {
		text-align: left;
		padding-bottom: 30px;
	}


	.nav {
		font-size: 20px;
	}

	.nav .h4 {
		letter-spacing: 1px;
		font-size: 22px;
	}

	.nav .contact-list {
		padding-top: 5px;
	}

	.nav-opener {
		margin-left: 81px;
		margin-right: 40px;
	}

	#footer {
		padding: 51px 0;
	}

	.footer-nav {
		padding-bottom: 42px;
	}

	.footer-nav .col-2x {
		width: 90%;
	}

	.footer-nav .right-holder {
		width: 20%;
	}

	.footer-nav .cert-list {
		padding-top: 5px;
	}

	.nav-holder {
		width: 50%;
	}

	.nav-holder:first-child {
		padding-left: 30px;
	}

	.nav-holder:last-child {
		padding-left: 90px;
	}

	.newsletter-form {
		margin-left: -16px;
	}

	.footer-bottom {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.footer-bottom address {
		width: auto;
		padding: 0 10px;
	}

	.footer-bottom .nav-holder,
	.footer-bottom .copyright {
		width: auto;
	}

	.footer-bottom address {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
}

@media (min-width: 1200px) {
	.section-product-landing .intro-section {
		padding: 130px 0;
	}

	.intro-section {
		padding: 206px 0 102px;
	}

	.about-section .btn-scroll {
		margin-bottom: 15px;
		
	}

	.menu-drop {
		padding-right: 50px;
	}
}

@media all and (max-width: 576px) {
	.fancybox-thumbs {
		width: 110px;
	}

	.fancybox-show-thumbs .fancybox-inner {
		right: 110px;
	}

	.fancybox-thumbs__list a {
		max-width: calc(100% - 10px);
	}
}

@media all and (max-height: 576px) {
	.fancybox-slide {
		padding-left: 6px;
		padding-right: 6px;
	}

	.fancybox-slide--image {
		padding: 6px 0;
	}

	.fancybox-close-small {
		right: -6px;
	}

	.fancybox-slide--image .fancybox-close-small {
		background: #4e4e4e;
		color: #f2f4f6;
		height: 36px;
		opacity: 1;
		padding: 6px;
		right: 0;
		top: 0;
		width: 36px;
	}

	.fancybox-caption {
		padding-left: 12px;
		padding-right: 12px;
	}
}

@-webkit-keyframes fancybox-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes fancybox-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes preloader-img-width {
	0% {
		width: 0;
	}

	100% {
		width: 100%;
	}
}

@keyframes preloader-img-width {
	0% {
		width: 0;
	}

	100% {
		width: 100%;
	}
}

@-webkit-keyframes preloader-scale {
	0% {
		-webkit-transform: scale(.0357142857) translate(0, 0);
		transform: scale(.0357142857) translate(0, 0);
	}

	100% {
		-webkit-transform: scale(1) translate(10.01%, 2.5%);
		transform: scale(1) translate(10.01%, 2.5%);
	}
}

@keyframes preloader-scale {
	0% {
		-webkit-transform: scale(.0357142857) translate(0, 0);
		transform: scale(.0357142857) translate(0, 0);
	}

	100% {
		-webkit-transform: scale(1) translate(10.01%, 2.5%);
		transform: scale(1) translate(10.01%, 2.5%);
	}
}

@-webkit-keyframes preloader-bg {
	0% {
		background: #fff;
		z-index: 1000;
	}

	50% {
		background: #fff;
		z-index: 3;
	}

	100% {
		background: transparent;
		z-index: 2;
	}
}

@keyframes preloader-bg {
	0% {
		background: #fff;
		z-index: 1000;
	}

	50% {
		background: #fff;
		z-index: 3;
	}

	100% {
		background: transparent;
		z-index: 2;
	}
}

@-webkit-keyframes preloader-state {
	0% {
		position: fixed;
		height: 100vh;
		top: 0;
		left: 0;
		width: 100%;
		overflow-y: scroll;
	}

	100% {
		position: fixed;
		height: 100vh;
		top: 0;
		left: 0;
		width: 100%;
		overflow-y: scroll;
	}
}

@keyframes preloader-state {
	0% {
		position: fixed;
		height: 100vh;
		top: 0;
		left: 0;
		width: 100%;
		overflow-y: scroll;
	}

	100% {
		position: fixed;
		height: 100vh;
		top: 0;
		left: 0;
		width: 100%;
		overflow-y: scroll;
	}
}

@-webkit-keyframes preloader-z-index {
	0% {
		z-index: 1000;
	}

	100% {
		z-index: 1000;
	}
}

@keyframes preloader-z-index {
	0% {
		z-index: 1000;
	}

	100% {
		z-index: 1000;
	}
}

html {
    visibility: visible;
    opacity: 1;
}
