/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.language-menu,
.navigation > ul,
.navigation .wrapping,
.main-holder ul:not([class]),
.main-holder .call-action ul,
.breadcrumbs ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
dl: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;
}

/*
 * set default text color
 * set default font size, line height and font family
 * set default background
 */

body {
	color: #1e1e1e;
	background: #464646;
	font: 16px/1.4375 "Open Sans", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
}

.gm-style img {
	max-width: none;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
	margin: 0 0 1.4375em;
}

blockquote {
	border-left: 4px solid #464646;
	padding-left: .5em;
	margin-left: 1.4375em;
}

th,
td {
	border: 1px solid #464646;
	padding: .5em;
	text-align: left;
	vertical-align: top;
}

th {
	text-align: center;
	vertical-align: middle;
}

ul,
ol {
	padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
	padding-left: 3em;
	margin: 0;
}

ul {
	list-style-type: disc;
}

dl dt {
	float: left;
	clear: left;
}

dl dd {
	overflow: hidden;
}

pre {
	max-width: 100%;
}

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: 36px;
}

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

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

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

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

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

p {
	margin: 0 0 1em;
}

a {
	color: #1953bf;
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: underline;
}

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;
	box-sizing: border-box;
	border: 1px solid #9c9e9f;
	padding: 5px 13px;
	border-radius: 3px;
	outline: none;
	height: 51px;
	margin: 0 0 19px;
	font-size: 16px;
}

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

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

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

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

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

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

/* Slider */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-arrow {
	font-size: 72px;
	line-height: 5px;
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	color: #fff;
	position: absolute;
	top: 50%;
	z-index: 50;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-decoration: none !important;
}

.slick-arrow:hover {
	text-decoration: none;
	color: #1953bf;
}

.slick-next {
	right: 37px;
}

.slick-prev {
	left: 37px;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	color: #444;
	text-shadow: none;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
}

.fancybox-outer,
.fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
	background-image: url("../images/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: .8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url("../images/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url("../images/fancybox/blank.gif"); /* helps IE */
	-webkit-tap-highlight-color: transparent;
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}

.fancybox-lock body {
	overflow: hidden !important;
}

.fancybox-lock-test {
	overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url("../images/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, .8);
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #fff;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/

[class^="icon-"],
[class*=" icon-"] {
	display: inline-block;
	vertical-align: top;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/sprite-2x.png) no-repeat -9999px;
	background-size: 250px 250px;
}

.icon-avatar {
	width: 32px;
	height: 35px;
	background-position: -48px 0;
}

.icon-download {
	width: 43px;
	height: 35px;
	background-position: 0 0;
}

.icon-expand {
	width: 35px;
	height: 34px;
	background-position: -87px 0;
}

.icon-eye {
	width: 32px;
	height: 15px;
	background-position: -135px 0;
}

.icon-play {
	width: 46px;
	height: 46px;
	background-position: 0 -40px;
}

#wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.page {
	max-width: 1290px;
	margin: 0 auto;
	padding-top: 130px;
	background: url(../images/bg-page.jpg) no-repeat;
	background-color: #dddddb;
	background-size: cover;
	position: relative;
	min-height: 100vh;
	box-shadow: 0 5px 18px 7px rgba(0, 0, 0, .66);
}

/* header styles */

#header {
	min-height: 130px;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 100;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	max-width: 1290px;
	padding: 19px 129px 0 400px;
	background: url(../images/bg-page.jpg) no-repeat;
	background-color: #dddddb;
	-webkit-transition: min-height .3s ease ,box-shadow .3s ease;
	transition: min-height .3s ease ,box-shadow .3s ease;
}

#header .logo {
	position: absolute;
	top: 13px;
	left: 131px;
	width: 266px;
	-webkit-transition: top .3s ease, width .3s ease;
	transition: top .3s ease, width .3s ease;
}

#header .logo img {
	display: block;
	width: 100%;
	height: auto;
}

#header.fixed-position {
	position: fixed;
	width: 100% !important;
	left: 50% !important;
	min-height: 80px;
	box-shadow: 0 4px 0 0 #fff;
	-webkit-transition: min-height .3s ease ,box-shadow 0 ease;
	transition: min-height .3s ease ,box-shadow 0 ease;
}

/* language menu styles */

.language-menu {
	text-align: right;
	font-size: 13px;
	line-height: 18px;
	padding: 0 0 29px;
	-webkit-transition: padding .3s ease, margin .3s ease;
	transition: padding .3s ease, margin .3s ease;
}

.language-menu li {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 10px 11px;
}

.language-menu a {
	color: #1e1e1e;
}

/* nav opener styles */

.nav-opener {
	display: none;
}

/* main navigation styles */

.navigation > ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.navigation > ul > li {
	margin: 0 0 0 47px;
}

.navigation > ul > li:first-child {
	margin: 0;
}

.navigation > ul > li.active > a,
.navigation > ul > li.hover > a,
.navigation > ul > li.drop-active > a,
.navigation > ul > li > a:hover {
	text-decoration: none;
	padding-bottom: 29px;
	margin-bottom: -29px;
}

.navigation > ul > li.active > a:after,
.navigation > ul > li.hover > a:after,
.navigation > ul > li.drop-active > a:after,
.navigation > ul > li > a:hover:after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 5px;
	background: #a51a3a;
}

.navigation > ul > li > a {
	font-size: 18px;
	line-height: 25px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .5px;
	color: #1e1e1e;
	display: block;
	position: relative;
	text-decoration: none !important;
}

.navigation > ul > li.drop-active .drop .drop-wrap {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.navigation .drop {
	position: absolute;
	top: 130px;
	left: 0;
	right: 0;
	font-size: 13px;
	line-height: 22px;
	overflow: hidden;
	display: none;
	z-index: 150;
	padding: 0 0 10px;
}

.navigation .drop .drop-wrap {
	background: #fff;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: all .7s ease;
	transition: all .7s ease;
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .16);
}

.navigation .close {
	position: absolute;
	top: 40px;
	right: 45px;
	color: #000;
	cursor: pointer;
	width: 30px;
	height: 30px;
}

.navigation .close:before,
.navigation .close:after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 35px;
	height: 2px;
	background: #000;
	margin: 14px 0 0 -2px;
}

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

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

.navigation .close:hover:before,
.navigation .close:hover:after {
	background: #a51a3a;
}

.navigation .holder {
	padding: 0 104px 29px;
}

.navigation .line {
	border-top: 1px solid #8d8b8b;
	padding: 16px 0 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.navigation .line:first-child {
	border-top: 0;
	padding-top: 39px;
}

.navigation .line.green .heading {
	border-color: #014223;
}

.navigation .line.green .wrapping a:after {
	color: #014223;
}

.navigation .line.gray .heading {
	border-color: #636363;
}

.navigation .line.gray .wrapping a:after {
	color: #636363;
}

.navigation .line.red .heading {
	border-color: #a51a3a;
}

.navigation .line.red .wrapping a:after {
	color: #a51a3a;
}

.navigation .head-box {
	width: 28%;
	margin: 0 9.4% 0 0;
}

.navigation .wrapping {
	width: 62.6%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	font-size: 16px;
	line-height: 23px;
	margin: 0 0 -30px;
}

.navigation .wrapping li {
	width: 33.333%;
	padding: 0 5px 30px 0;
}

.navigation .wrapping a {
	color: #1e1e1e;
	display: inline;
	position: relative;
	padding: 0 12px 0 0;
}

.navigation .wrapping a:after {
	display: inline-block;
	vertical-align: top;
	content: "›";
	font-size: 24px;
	color: #efb508;
	margin: -2px 0 0 3px;
}

.navigation p {
	margin: 0 0 3px;
}

.navigation .heading {
	display: block;
	font-size: 19px;
	line-height: 23px;
	text-transform: uppercase;
	border-bottom: 5px solid #efb508;
	padding: 0 0 4px;
	margin: 0 0 10px;
}

.navigation .heading a {
	color: inherit;
}

.navigation .sub-heading {
	display: block;
	font-size: 16px;
	line-height: 23px;
	font-weight: normal;
	margin: 0 0 18px;
}

.navigation .sub-heading a {
	color: inherit;
}

/* main slider styles */

.slick-slider {
	border: 1px solid #fff;
	border-width: 4px 0;
	position: relative;
	margin: 0 0 40px;
}

.slick-slider:after {
	position: absolute;
	bottom: -22px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	content: "";
	background: url(../images/shadow.png) no-repeat;
	background-size: cover;
	width: 100%;
	max-width: 1030px;
	height: 17px;
}

.slick-slider .slick-slide {
	position: relative;
}

.slick-slider img {
	display: block;
	width: 100%;
	height: auto;
}

.slick-slider .text {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-78.5%);
	-ms-transform: translateX(-50%) translateY(-78.5%);
	transform: translateX(-50%) translateY(-78.5%);
	width: 90%;
	text-align: center;
	z-index: 5;
}

.slick-slider .title {
	display: block;
	font-size: 55px;
	line-height: 1;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0 5px 5px rgba(0, 0, 0, .75);
	margin: 0 0 39px;
}

/* buttonr styles */

.btn {
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	line-height: 26px;
	text-transform: uppercase;
	border: 1px solid #fff;
	background: rgba(255, 255, 255, .5);
	color: #1e1e1e;
	border-radius: 5px !important;
	text-decoration: none;
	padding: 6px 22px 7px;
}

.btn:hover {
	text-decoration: none;
	background: rgba(255, 255, 255, .8);
}

.btn.dark {
	border-color: rgba(135, 136, 138, .5);
}

.main-holder {
	max-width: 1060px;
	margin: 0 auto;
	padding: 0 15px;
	min-height: 780px;
}

.span6 {
	margin-bottom: 30px;
}

/* page head styles */

.page-head {
	text-align: center;
	font-size: 28px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 21px;
	color: #1953bf;
}

/* information block styles */

.info-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	border-bottom: 2px solid rgba(255, 255, 255, .5);
	padding: 24px 0 24px;
}

.info-container:first-child {
	padding-top: 0;
}

.info-container.img-right {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.info-container.img-right .image {
	width: 72%;
	margin: 0 0 0 -130px;
}

.info-container.img-right .image + .text {
	width: 30.5%;
}

.info-container.green .image {
	border-color: #014223;
}

.info-container.green .image.three-images .image-hover,
.info-container.green .image.two-images .image-hover {
	border-color: #014223;
}

.info-container.gray .image {
	border-color: #636363;
}

.info-container.gray .image.three-images .image-hover,
.info-container.gray .image.two-images .image-hover {
	border-color: #636363;
}

.info-container.red .image {
	border-color: #a51a3a;
}

.info-container.red .image.three-images .image-hover,
.info-container.red .image.two-images .image-hover {
	border-color: #a51a3a;
}

.info-container .text {
	width: 100%;
	padding: 28px 0 0;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
}

.info-container .image + .text {
	width: 55%;
}

.info-container .image {
	width: 51.4%;
	margin: 0 -130px 0 0;
	padding: 0 0 3px 0;
	border-bottom: 5px solid #efb508;
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
}

.info-container .image img {
	display: block;
	width: 100%;
	height: auto;
}

.info-container h2 {
	margin: 0 0 15px;
	font-size: 36px;
	line-height: 1.083;
}

.info-container.no-indent .image {
	width: 54.4%;
	margin: 0;
}

.info-container.no-indent .image + .text {
	width: 39%;
}

.info-container.no-indent.img-right .image {
	width: 54.4%;
	margin: 0;
}

.info-container.no-indent.img-right .image + .text {
	width: 39%;
}

.main-holder ul:not([class]) {
	margin: 0 0 29px;
}

.main-holder ul:not([class]) li {
	position: relative;
	padding: 0 0 5px 12px;
}

.main-holder ul:not([class]) li:before {
	position: absolute;
	top: 9px;
	left: 1px;
	content: "";
	width: 5px;
	height: 5px;
	background: #1e1e1e;
	border-radius: 50%;
}

/* video block styles */

.video-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 2px solid rgba(255, 255, 255, .5);
	padding: 24px 0;
	line-height: 1.625;
}

.video-container .text {
	width: 100%;
	padding: 53px 0 0;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
}

.video-container .image + .text {
	width: 37%;
}

.video-container .image {
	width: 71.8%;
	margin: 0 -130px 0 0;
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
}

.video-container .image img {
	display: block;
	width: 100%;
	height: auto;
}

.video-container .image a {
	display: block;
	position: relative;
}

.video-container .image a:hover .icon-play {
	display: none;
}

.video-container .icon-play {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.video-container h2 {
	margin: 0 0 20px;
	line-height: 1.2;
	font-weight: 600;
	color: #1953bf;
}

/* call action block styles */

.main-holder .call-action {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	padding: 49px 0 44px;
}

.main-holder .call-action h2 {
	margin: 21px 0;
	line-height: 1.2;
	font-weight: 600;
	color: #1953bf;
	width: 30%;
}

.main-holder .call-action ul {
	margin: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 61.3%;
	font-size: 17px;
	text-transform: uppercase;
	text-align: center;
}

.main-holder .call-action ul li {
	width: 50%;
	padding: 0 0 5px 20px;
}

.main-holder .call-action ul li:before {
	display: none;
}

.main-holder .call-action ul a {
	display: block;
	border: 1px solid rgba(135, 136, 138, .5);
	background: rgba(255, 255, 255, .5);
	border-radius: 5px;
	color: #1e1e1e;
	padding: 22px 5px 30px;
}

.main-holder .call-action ul a:hover {
	text-decoration: none;
	background: rgba(255, 255, 255, .8);
}

.main-holder .call-action ul a:hover i {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.main-holder .call-action ul i {
	display: block;
	margin: 0 auto 8px;
}

/* intro block styles */

.intro {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	margin: 0 0 40px;
}

.intro img {
	width: 50%;
	height: auto;
	display: block;
}

/* breadcrumbs styles */

.breadcrumbs {
	background: #efb508;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}

.breadcrumbs.gray {
	background: #888a8c;
}

.breadcrumbs.red {
	background: #a51a3a;
}

.breadcrumbs.green {
	background: #014223;
}

.breadcrumbs ul {
	text-align: center;
	padding: 12px 5px 10px;
}

.breadcrumbs li {
	display: inline-block;
	vertical-align: top;
}

.breadcrumbs li:after {
	display: inline-block;
	vertical-align: top;
	content: "|";
	margin: -1px 2px 0 5px;
}

.breadcrumbs li:last-child:after {
	display: none;
}

.breadcrumbs a {
	color: #fff;
}

.breadcrumbs a.home {
	font-weight: normal;
}

/* main content styles */

.data {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 2px solid rgba(255, 255, 255, .5);
	padding: 0 0 18px;
}

.data .images {
	width: 49%;
}

.data .images img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 0 39px;
}

.data .images + .text {
	width: 38.9%;
}

.data .text {
	width: 100%;
	padding: 25px 0 0;
}

.data h1 {
	line-height: 1.083;
	margin: 0 0 16px;
}

.data p {
	margin: 0 0 23px;
}

/* product information styles */

.product-info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 2px solid rgba(255, 255, 255, .5);
	padding: 0 0 27px;
}

.product-info.gray .image {
	border-color: #464646;
}

.product-info.red .image {
	border-color: #a51a3a;
}

.product-info.green .image {
	border-color: #014223;
}

.product-info .text {
	width: 54%;
	padding: 83px 0 0;
}

.product-info .text .image {
	margin: 0 -54px 31px -130px;
}

.product-info .images {
	width: 38.8%;
}

.product-info .images .image {
	margin: 0 -130px 31px 0;
}

.product-info .images .text {
	padding-top: 30px;
	width: 85%;
	margin: 0 0 0 auto;
}

.product-info .image {
	padding: 0 0 3px;
	border-bottom: 5px solid #efb508;
}

.product-info .image img {
	display: block;
	width: 100%;
	height: auto;
}

.product-info h1 {
	margin: 0 0 9px;
}

.product-info h1 + h1 {
	padding-top: 95px;
}

.product-info p {
	margin: 0 0 23px;
}

.product-info h2 {
	margin: 0 0 5px;
	font-size: 16px;
}

.product-info ul + .image {
	padding-top: 74px;
}

/* mini intro styles */

.mini-intro {
	height: 156px;
	position: relative;
	overflow: hidden;
	margin: 0 0 28px;
}

.mini-intro img {
	max-width: 1290px;
	display: block;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

/* person information styles */

.person-info {
	color: #1e1e1e;
	border-bottom: 2px solid rgba(255, 255, 255, .5);
	padding: 0 0 34px;
}

.person-info h1 {
	margin: 0 0 23px 51%;
}

.person-info .holder {
	background: #f3f3f3;
	padding: 18px 10px 0 9%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	margin: 0 0 20px;
}

.person-info h2 {
	color: #1953bf;
	width: 31%;
	font-weight: 600;
	margin: 19px 0 10px 2px;
}

.person-info .frame {
	width: 67.4%;
	margin: 0 0 10px;
}

.person-info .box {
	position: relative;
	overflow: hidden;
	margin: 0 0 35px;
	padding: 0 0 0 130px;
	min-height: 130px;
}

.person-info .avatar {
	position: absolute;
	bottom: 7px;
	left: 0;
	width: 110px;
	height: auto;
}

.person-info .wrap {
	overflow: hidden;
	padding: 23px 0 0;
}

.person-info h3 {
	margin: 0 0 -2px;
	font-size: 24px;
	font-weight: normal;
}

.person-info h3 a {
	font-weight: normal;
	color: inherit;
}

.person-info p {
	margin: 0 0 5px;
}

.person-info dl {
	margin: 0;
}

.person-info dl dt {
	min-width: 73px;
}

.person-info dl a {
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	margin-top: -2px;
}

.person-info dl a[href^=tel] {
	font-weight: normal;
	color: inherit;
	font-size: 16px;
	margin-top: 0;
}

.person-info a {
	font-weight: bold;
	color: #a51a3a;
}

.contact-container {
	border-bottom: 2px solid rgba(255, 255, 255, .5);
	padding: 18px 0 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
}

/* contact information styles */

.contact-info {
	width: 32%;
	line-height: 1.625;
}

.contact-info h2 {
	font-size: 36px;
	font-weight: bold;
	margin: 0 0 47px;
}

.contact-info address {
	display: block;
	font-style: normal;
	margin: 0 0 26px;
}

.contact-info dl {
	margin: 0 0 10px;
}

.contact-info dl dt {
	min-width: 72px;
}

.contact-info dl a {
	color: inherit;
}

.blog .items-leading {
	line-height: 1.625;
	padding: 30px 0 50px;
}

.blog .items-leading h2 {
	font-size: 36px;
	font-weight: bold;
	margin: 0 0 47px;
}

.blog .items-leading address {
	display: block;
	font-style: normal;
	margin: 0 0 26px;
}

.blog .items-leading dl {
	margin: 0 0 10px;
}

.blog .items-leading dl dt {
	min-width: 72px;
}

.blog .items-leading dl a {
	color: inherit;
}

/* request block styles */

.request-block {
	width: 61%;
}

.request-block h2 {
	font-size: 36px;
	font-weight: bold;
	margin: 0 0 11px 20%;
}

.request-block input[type=text],
.request-block input[type=tel],
.request-block input[type=email],
.request-block input[type=password] {
	width: 100%;
	display: block;
}

.request-block textarea {
	width: 100%;
	height: 302px;
	resize: none;
	padding: 14px 13px;
	margin: 0 0 16px;
}

.request-block h3 {
	margin: 0 0 32px;
	font-size: 20px;
	font-weight: normal;
}

.request-block .check-wrap {
	display: inline-block;
	vertical-align: top;
	min-width: 50%;
	margin: 0 -4px 30px 0;
}

.request-block .btn {
	min-width: 190px;
	margin-bottom: 25px;
}

.request-block .line {
	padding: 0 0 15px;
}

.form [type="checkbox"],
.form [type="radio"] {
	position: fixed;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: -1;
}

.form .fake-input {
	display: inline-block;
	width: 41px;
	height: 41px;
	border: 1px solid #9c9e9f;
	border-radius: 3px;
	background: #fff;
	vertical-align: middle;
	position: relative;
	margin-right: 10px;
}

.form [type=radio] + .fake-input {
	border-radius: 100%;
}

.form [type="checkbox"] + .fake-input:before {
	content: "";
	width: 28px;
	height: 13px;
	position: absolute;
	top: 50%;
	left: 50%;
	border: 3px solid #9c9e9f;
	border-width: 0 0 4px 4px;
	opacity: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin: -9px 0 0 -14px;
}

.form [type="radio"] + .fake-input:before {
	content: "";
	position: absolute;
	top: 3px;
	right: 3px;
	bottom: 3px;
	left: 3px;
	background: #9c9e9f;
	border-radius: 100%;
	opacity: 0;
}

.form [type="radio"]:checked + .fake-input:before,
.form [type="checkbox"]:checked + .fake-input:before {
	opacity: 1;
}

.form [type="radio"]:checked ~ .fake-label,
.form [type="checkbox"]:checked ~ .fake-label {
	font-weight: bold;
	color: #f00;
}

.form input:disabled + .fake-input,
.form input:disabled ~ .fake-label {
	opacity: .5;
}

/* map block styles */

.map {
	padding: 40px 0 55px;
}

.map h2 {
	font-size: 36px;
	font-weight: bold;
	margin: 0 0 24px 50.6%;
}

.map .holder {
	margin: 0 -130px;
}

.map .holder img {
	display: block;
	width: 100%;
	height: auto;
}

/* footer styles */

#footer {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-weight: 300;
	padding: 36px 0 10px;
	line-height: 1.625;
	border-top: 2px solid rgba(255, 255, 255, .5);
}

#footer .col {
	width: 29.3%;
}

#footer .col:first-child {
	width: 40%;
}

#footer address {
	font-style: normal;
}

#footer dl dt {
	min-width: 61px;
}

#footer a {
	color: inherit;
}

#footer a:hover {
	text-decoration: none;
	color: #a51a3a;
}

#footer p {
	margin: 0 0 0px;
}

#footer p a:after {
	font-size: 19px;
	line-height: 20px;
	display: inline-block;
	vertical-align: top;
	content: "›";
	margin: 3px 0 0 2px;
}

/* top link styles */

.top-link {
	background: url(../images/sprite-2x.png) no-repeat -188px 0;
	background-size: 250px 250px;
	position: fixed;
	right: 30px;
	bottom: 30px;
	width: 62px;
	height: 62px;
	z-index: 150;
	visibility: visible;
	text-indent: -9999px;
	overflow: hidden;
	opacity: 1;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.top-link:hover {
	opacity: .7;
}

.top-link.in-viewport {
	visibility: hidden;
	opacity: 0;
}

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

.lightbox-video {
	width: 1280px !important;
}

.lightbox-video iframe {
	display: block;
	width: 100% !important;
	max-width: 100% !important;
}

.image-hover {
	position: relative;
	display: block;
}

.image-hover:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(153, 153, 153, .7);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.image-hover .icons {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
	z-index: 2;
}

.image-hover .icons i {
	vertical-align: middle;
	margin: 0 3px;
}

.image-hover .icons i.icon-eye {
	margin-top: 8px;
}

.image-hover:hover:before {
	z-index: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.image-hover:hover .icons {
	opacity: 1;
}

.two-images .image-hover {
	margin: 0 0 0 26px;
	padding: 0 0 3px;
	border-bottom: 5px solid #efb508;
}

.two-images .image-hover:first-child {
	margin: 0;
}

.img-right .two-images .image-hover {
	margin: 0 26px 0 0;
}

.img-right .two-images .image-hover:first-child {
	margin: 0 26px 0 0;
}

.img-right .two-images .image-hover:last-child {
	margin: 0;
}

.three-images .image-hover {
	margin: 0 0 0 20px;
	padding: 0 0 3px;
	border-bottom: 5px solid #efb508;
}

.three-images .image-hover:first-child {
	margin: 0;
}

.img-right .three-images .image-hover {
	margin: 0 20px 0 0;
}

.img-right .three-images .image-hover:first-child {
	margin: 0 20px 0 0;
}

.img-right .three-images .image-hover:last-child {
	margin: 0;
}

.error {
	padding: 20px 0;
}

.info-container .image.three-images {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.image.three-images,
.image.two-images {
	border-bottom: 0;
	padding: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.full-image {
	border-bottom: 2px solid rgba(255, 255, 255, .5);
	padding: 0 0 52px;
}

.full-image .holder {
	margin: 0 -130px;
	padding: 0 0 3px;
	border-bottom: 5px solid #efb508;
}

.full-image img {
	display: block;
	width: 100%;
	height: auto;
}

.full-image.red .holder {
	border-color: #a51a3a;
}

.full-image.gray .holder {
	border-color: #464646;
}

.full-image.green .holder {
	border-color: #014223;
}

.info-container + .full-image {
	margin-top: -2px;
	position: relative;
}

.infomaterial-list {
	padding: 20px 0 15px;
}

.infomaterial-list .item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 2px solid #fff;
	padding-bottom: 9px;
	margin-bottom: 9px;
	position: relative;
}

.infomaterial-list .item:last-child {
	border-bottom: 0;
}

.infomaterial-list .item > .holder {
	width: 48.6%;
	max-width: 360px;
	padding: 44px 10px 100px 0;
}

.infomaterial-list .item > .image {
	width: 51.4%;
	min-width: 51.4%;
}

.infomaterial-list .item > .image img {
	display: block;
}

.infomaterial-list .item [type="submit"] {
	position: absolute;
	bottom: 8px;
	left: 0;
	background: rgba(255, 255, 255, .57);
	border: 1px solid rgba(156, 158, 159, .57);
	outline: none;
	margin: 0;
	padding: 10px 24px;
	color: #1e1e1e;
	font-size: 17px;
	line-height: 23px;
	border-radius: 3px;
}

.infomaterial-list .item [type="submit"]:hover {
	text-decoration: none;
	background: rgba(255, 255, 255, .8);
}

.infomaterial-list .label-text {
	padding-bottom: 25px;
	min-height: 33.5%;
}

.infomaterial-list h1 {
	margin-bottom: 9px;
}

.custom-checkbox [type="checkbox"] {
	position: fixed;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: -1;
}

.custom-checkbox label {
	position: relative;
	padding: 0 0 0 69px;
	font-size: 18px;
	font-weight: 700;
	display: block;
}

.custom-checkbox label:before {
	position: absolute;
	top: -7px;
	left: 1px;
	width: 41px;
	height: 41px;
	border: 1px solid #9c9e9f;
	background: #fff;
	border-radius: 3px;
	content: "";
}

.custom-checkbox label:after {
	display: block;
	width: 30px;
	height: 15px;
	position: absolute;
	top: 2px;
	left: 6px;
	border: 3px solid #9c9e9f;
	border-width: 0 0 6px 6px;
	opacity: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	content: "";
}

.custom-checkbox [type="checkbox"]:checked + label:after {
	opacity: 1;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
	#fancybox-loading,
	.fancybox-close,
	.fancybox-prev span,
	.fancybox-next span {
		background-image: url("../images/fancybox/fancybox_sprite@2x.png");
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url("../images/fancybox/fancybox_loading@2x.gif");
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

@media (min-width: 768px) {
	#header.fixed-position .logo {
		top: 5px;
		width: 170px;
	}

	.fixed-position .language-menu {
		margin-top: -10px;
		padding-bottom: 0;
	}

	.fixed-position .navigation > ul > li.active > a,
	.fixed-position .navigation > ul > li.hover > a,
	.fixed-position .navigation > ul > li.drop-active > a,
	.fixed-position .navigation > ul > li > a:hover {
		padding-bottom: 18px;
		margin-bottom: -18px;
	}

	.fixed-position .navigation .drop {
		top: 80px;
	}

	.fixed-position .navigation .drop .drop-wrap {
		max-height: calc(100vh - 80px);
		overflow: auto;
	}

	.navigation .drop {
		display: block !important;
		visibility: hidden;
	}

	.navigation .drop-active .drop {
		visibility: visible;
	}
}

@media only screen and (max-width: 1349px) {
	.lightbox-video {
		width: 950px !important;
	}
}

@media only screen and (max-width: 1299px) {
	.info-container .image {
		width: 40%;
		margin: 0 -15px 0 0;
	}

	.info-container.img-right .image {
		width: 60%;
		margin: 0 0 0 -15px;
	}

	.info-container.no-indent .image {
		width: 46%;
	}

	.info-container.no-indent .image + .text {
		width: 50%;
	}

	.info-container.no-indent.img-right .image {
		width: 46%;
	}

	.info-container.no-indent.img-right .image + .text {
		width: 50%;
	}

	.video-container .image {
		width: 60%;
		margin: 0 -15px 0 0;
	}

	.product-info .text .image {
		margin: 0 -40px 31px -15px;
	}

	.product-info .images .image {
		margin: 0 -15px 31px 0;
	}

	.two-images .image-hover {
		margin: 0 0 0 5px;
	}

	.img-right .two-images .image-hover {
		margin: 0 5px 0 0;
	}

	.full-image .holder {
		margin: 0 -15px;
	}
}

@media (max-width: 1199px) {
	#header {
		padding: 19px 15px 0 274px;
	}

	#header .logo {
		left: 15px;
	}

	.navigation .close {
		top: 20px;
		right: 30px;
		width: 25px;
		height: 25px;
	}

	.navigation .close:before,
	.navigation .close:after {
		width: 25px;
		height: 2px;
		margin: 11px 0 0 0;
	}

	.navigation .holder {
		padding: 0 30px 10px;
	}

	.product-info .text {
		width: 54%;
		padding: 83px 0 0;
	}

	.product-info h1 + h1 {
		padding-top: 50px;
	}
}

@media (max-width: 1023px) {
	h1,
	.h1 {
		font-size: 28px;
	}

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

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

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

	body {
		font-size: 14px;
		line-height: 1.428;
	}

	.navigation > ul > li {
		margin: 0 0 0 25px;
	}

	.navigation .head-box {
		width: 45%;
		margin: 0 5% 0 0;
	}

	.navigation .wrapping {
		width: 50%;
		margin: 0;
	}

	.navigation .wrapping li {
		width: 100%;
		padding: 0;
	}

	.slick-slider .text {
		-webkit-transform: translateX(-50%) translateY(-50%);
		-ms-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
	}

	.slick-slider .title {
		font-size: 35px;
		line-height: 1.2;
		margin: 0 0 10px;
	}

	.btn {
		font-size: 16px;
		line-height: 1.4375;
		padding: 4px 15px;
	}

	.page-head {
		font-size: 20px;
		margin: 0 0 10px;
	}

	.info-container h2 {
		font-size: 22px;
	}

	.info-container.img-right .image {
		width: 50%;
		margin: 0 0 0 -15px;
	}

	.info-container.img-right .image + .text {
		width: 50%;
	}

	.info-container .text {
		padding: 20px 0 0;
	}

	.info-container .image + .text {
		width: 50%;
	}

	.info-container .image {
		width: 50%;
		margin: 0 -15px 0 0;
	}

	.video-container {
		line-height: 1.428;
	}

	.video-container .text {
		padding: 0;
	}

	.video-container .image + .text {
		width: 50%;
	}

	.video-container .image {
		width: 50%;
	}

	.data .text {
		padding: 10px 0 0;
	}

	.data .images + .text {
		width: 58%;
	}

	.data .images {
		width: 40%;
	}

	.data .images img {
		margin-bottom: 20px;
	}

	.person-info {
		padding: 0 0 24px;
	}

	.person-info h1 {
		margin: 0 0 20px;
	}

	.person-info .holder {
		padding: 10px;
	}

	.person-info .box {
		min-height: 98px;
		margin: 0 0 20px;
	}

	.person-info .avatar {
		width: 100px;
		bottom: 5px;
	}

	.person-info .wrap {
		padding: 0;
	}

	.person-info dl dd a {
		font-size: 16px;
	}

	.contact-info {
		width: 36%;
	}

	.map h2 {
		margin: 0 0 20px;
	}

	#footer {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	#footer .col {
		width: 50%;
	}

	#footer .col:first-child {
		width: 50%;
	}

	#footer .col:last-child {
		width: 100%;
		text-align: center;
	}

	#footer p {
		margin: 0 0 5px;
	}

	#footer p a:after {
		margin: 1px 0 0 2px;
	}

	.top-link {
		right: 10px;
		bottom: 10px;
		width: 40px;
		height: 40px;
		background-size: 160px;
		background-position: 100% 0;
	}

	.lightbox-video {
		width: 600px !important;
	}

	.lightbox-video iframe {
		height: 300px;
	}
}

@media (max-width: 767px) {
	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="search"],
	input[type="password"],
	textarea {
		height: 35px;
		font-size: 14px;
		margin: 0 0 10px;
	}

	.slick-arrow {
		font-size: 40px;
	}

	.slick-next {
		right: 5px;
	}

	.slick-prev {
		left: 5px;
	}

	.page {
		padding-top: 97px;
	}

	#header {
		min-height: 97px;
		padding: 15px 10px 0 170px;
	}

	#header .logo {
		left: 10px;
		width: 190px;
	}

	#header.fixed-position .logo {
		top: 5px;
		width: 170px;
	}

	.language-menu {
		padding: 0 0 5px;
	}

	.fixed-position .language-menu {
		margin-top: -10px;
		padding-bottom: 0;
	}

	.nav-opener {
		display: block;
		width: 36px;
		height: 26px;
		margin: 0 0 0 auto;
		position: relative;
	}

	.nav-opener:after,
	.nav-opener:before,
	.nav-opener span {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 4px;
		background: #1e1e1e;
		text-indent: -9999px;
		overflow: hidden;
	}

	.nav-opener:after,
	.nav-opener:before {
		top: 13px;
		content: "";
	}

	.nav-opener:before {
		top: 26px;
	}

	.nav-active .navigation > ul {
		display: block;
	}

	.navigation > ul {
		position: absolute;
		top: 95px;
		left: 0;
		right: 0;
		background: #fff;
		z-index: 150;
		display: none;
	}

	.navigation > ul > li {
		border-bottom: 1px solid #1e1e1e;
		margin: 0;
	}

	.navigation > ul > li:last-child {
		border: 0;
	}

	.navigation > ul > li.active > a,
	.navigation > ul > li.hover > a,
	.navigation > ul > li.drop-active > a,
	.navigation > ul > li > a:hover {
		padding-bottom: 5px;
		margin-bottom: 0;
	}

	.navigation > ul > li.active > a:after,
	.navigation > ul > li.hover > a:after,
	.navigation > ul > li.drop-active > a:after,
	.navigation > ul > li > a:hover:after {
		bottom: -1px;
		height: 3px;
	}

	.navigation > ul > li > a {
		padding: 5px 10px;
		display: block;
	}

	.navigation .drop {
		position: static;
		font-size: 13px;
		line-height: 22px;
		padding: 0;
	}

	.navigation .drop .drop-wrap {
		background: #fff;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		-webkit-transition: all 0s ease;
		transition: all 0s ease;
	}

	.navigation .close {
		display: none;
	}

	.navigation .holder {
		padding: 0;
	}

	.navigation .line {
		border-top: 1px solid #8d8b8b;
		padding: 10px 10px;
		display: block;
	}

	.navigation .line:first-child {
		border-top: 1px solid #8d8b8b;
		padding: 5px 10px;
	}

	.navigation .head-box {
		width: 100%;
		margin: 0;
	}

	.navigation .wrapping {
		width: 100%;
		display: block;
		font-size: 14px;
		line-height: 20px;
		margin: 0;
	}

	.navigation p {
		display: none;
	}

	.navigation .heading {
		font-size: 16px;
		line-height: 20px;
		border-bottom: 2px solid #efb508;
		margin: 0 0 5px;
	}

	.navigation .sub-heading {
		font-size: 14px;
		line-height: 20px;
		margin: 0 0 5px;
	}

	.fixed-position .navigation > ul {
		top: 80px;
		max-height: calc(100vh - 80px);
		overflow: auto;
	}

	.slick-slider .slick-slide {
		overflow: hidden;
	}

	.slick-slider img {
		height: 300px;
		width: auto;
		max-width: 1000%;
		left: 50%;
		position: relative;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.slick-slider .title {
		font-size: 18px;
	}

	.btn {
		font-size: 12px;
		line-height: 1.333;
	}

	.main-holder {
		min-height: 950px;
	}

	.info-container {
		display: block;
	}

	.info-container:first-child {
		padding-top: 24px;
	}

	.info-container .image {
		display: none !important;
	}

	.info-container .image + .text {
		width: auto;
	}

	.info-container .text {
		width: auto;
		padding: 0;
		margin: 0;
	}

	.info-container.img-right .image + .text {
		width: auto;
	}

	.info-container.img-right .text {
		width: auto;
	}

	.info-container.no-indent .image {
		display: none;
	}

	.info-container.no-indent .image + .text {
		width: auto;
	}

	.info-container.no-indent.img-right .image {
		display: none;
	}

	.info-container.no-indent.img-right .image + .text {
		width: auto;
	}

	.video-container {
		display: block;
	}

	.video-container .image + .text {
		width: auto;
	}

	.video-container .text {
		width: auto;
		padding: 0;
	}

	.video-container .image {
		width: auto;
		margin: 0 0 10px;
	}

	.main-holder .call-action {
		display: block;
		padding: 24px 0;
	}

	.main-holder .call-action h2 {
		width: auto;
		margin: 0 0 20px;
	}

	.main-holder .call-action ul {
		width: auto;
		margin: 0 -5px;
		font-size: 12px;
	}

	.main-holder .call-action ul li {
		width: 50%;
		padding: 0 5px 5px;
	}

	.main-holder .call-action ul a {
		padding: 15px 5px;
	}

	.intro {
		margin-bottom: 24px;
	}

	.breadcrumbs {
		font-size: 12px;
	}

	.breadcrumbs ul {
		padding: 5px;
	}

	.breadcrumbs ul li:after {
		margin: -1px 0 0 3px;
	}

	.data {
		display: block;
	}

	.data .images {
		display: none;
	}

	.data .images + .text {
		width: auto;
	}

	.data .text {
		width: auto;
		padding: 0;
	}

	.product-info {
		display: block;
		padding: 24px 0 4px;
	}

	.product-info h1 + h1 {
		padding-top: 20px;
	}

	.product-info .text {
		width: auto;
		padding: 0;
	}

	.product-info .text .image {
		display: block;
		margin: 0 -15px 20px;
	}

	.product-info .images {
		width: 100%;
	}

	.product-info .images .image {
		display: none;
	}

	.product-info .images .text {
		padding: 0;
		width: auto;
	}

	.product-info ul + .image {
		padding-top: 0;
	}

	.person-info .holder {
		display: block;
	}

	.person-info h2 {
		width: auto;
		margin: 0 0 10px;
	}

	.person-info .frame {
		width: auto;
	}

	.person-info .box {
		padding: 0;
	}

	.person-info h3 {
		font-size: 18px;
	}

	.person-info .avatar {
		display: none;
	}

	.person-info dl dt {
		min-width: 60px;
	}

	.person-info dl a {
		word-break: break-all;
		font-size: 14px;
	}

	.person-info dl a[href^=tel] {
		font-size: 14;
	}

	.contact-container {
		display: block;
		padding: 24px 0 0;
	}

	.contact-info {
		width: auto;
		padding: 0 0 24px;
		border-bottom: 2px solid rgba(255, 255, 255, .5);
	}

	.contact-info h2 {
		font-size: 28px;
		margin: 0 0 20px;
	}

	.blog .items-leading {
		padding: 20px 0 24px;
		border-bottom: 2px solid rgba(255, 255, 255, .5);
	}

	.blog .items-leading h2 {
		font-size: 28px;
		margin: 0 0 20px;
	}

	.request-block {
		width: auto;
		padding: 24px 0 0;
	}

	.request-block h2 {
		font-size: 28px;
		margin: 0 0 20px;
	}

	.request-block textarea {
		height: 150px;
	}

	.request-block h3 {
		font-size: 20px;
		margin: 0 0 10px;
	}

	.request-block .check-wrap {
		margin: 0 -4px 10px 0;
	}

	.form .fake-input {
		width: 25px;
		height: 25px;
	}

	.form [type="checkbox"] + .fake-input:before {
		width: 16px;
		height: 8px;
		border-width: 0 0 3px 3px;
		margin: -7px 0 0 -8px;
	}

	.map {
		padding: 24px 0;
	}

	.map h2 {
		font-size: 22px;
	}

	.map .holder {
		margin: 0 -15px;
		position: relative;
		overflow: hidden;
	}

	.map .holder img {
		max-width: 1290px;
		height: 200px;
		width: auto;
		display: block;
		position: relative;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	#footer {
		display: block;
	}

	#footer .col {
		width: 100% !important;
	}

	#footer .col:last-child {
		text-align: left;
	}

	.lightbox-video {
		width: 280px !important;
	}

	.lightbox-video iframe {
		height: 200px;
	}

	.full-image {
		padding: 24px 0;
	}

	.info-container + .full-image {
		margin: 0;
	}

	.infomaterial-list .item {
		display: block;
	}

	.infomaterial-list .item > .holder {
		width: auto;
		max-width: none;
		padding: 15px 0;
	}

	.infomaterial-list .item > .image {
		width: auto;
	}

	.infomaterial-list .item [type="submit"] {
		position: static;
		display: inline-block;
		vertical-align: top;
		margin-top: 20px;
	}

	.infomaterial-list .label-text {
		padding-bottom: 0;
		min-height: 1px;
	}

	.custom-checkbox label {
		padding-left: 50px;
		padding-top: 2px;
		font-size: 16px;
	}
}

@media (max-width: 479px) {
	.slick-slider img {
		height: 200px;
		width: auto;
		max-width: 1000%;
		left: 50%;
		position: relative;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

