/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
	 ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
	 ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
	 ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
	 ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

@font-face {
	font-family: "Palanquin";
	src: url("../fonts/palanquin-thin-webfont.woff") format("woff"), url("../fonts/palanquin-thin-webfont.ttf") format("truetype");
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: "Palanquin";
	src: url("../fonts/palanquin-light-webfont.woff") format("woff"), url("../fonts/palanquin-light-webfont.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "Palanquin";
	src: url("../fonts/palanquin-regular-webfont.woff") format("woff"), url("../fonts/palanquin-regular-webfont.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Palanquin";
	src: url("../fonts/palanquin-medium-webfont.woff") format("woff"), url("../fonts/palanquin-medium-webfont.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "Palanquin";
	src: url("../fonts/palanquin-semibold-webfont.woff") format("woff"), url("../fonts/palanquin-semibold-webfont.ttf") format("truetype");
	font-weight: 600;
	font-style: normal;
}

/* Slick slider styles */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

/*
.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
*/

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
	outline: 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-dots {
	position: absolute;
	bottom: 10px;
	right: 50%;
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%);
	z-index: 10;
}

.slick-dots li {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px;
}

.slick-dots li.slick-active button {
	background-color: #95f5fd;
}

.slick-dots button {
	-webkit-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
	width: 11px;
	height: 11px;
	background-color: #fff;
	border: 1px solid #898989;
	border-radius: 50%;
	text-indent: -9999px;
	outline: none;
	padding: 0;
}

/* .slick-dots, */
.nav,
/*ul:not([class]):not([id]), */
.position-section .position-list,
.contact-section .mail-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.clearfix:after,
.culture-section .container:after,
.carousel-section .container: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: #747474;
	background: #fff;
	font: 16px/1.3 "Helvetica", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 30px;
}

h2,
.h2 {
	font-size: 27px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #95f5fd;
}

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 #747474;
	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: #747474;
}

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: #747474;
}

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: #747474;
}

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: #747474;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #747474;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

#header {
	position: relative;
}

.logo-holder {
	background-repeat: no-repeat;
	background-size: 50%;
	background-position: -27% 0;
	padding: 10px;
}

.logo {
	display: inline-block;
	vertical-align: middle;
	max-width: 200px;
}

.logo img {
	width: 100%;
}

.drop {
	-webkit-transition: max-height .3s ease-in-out;
	transition: max-height .3s ease-in-out;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	max-height: 0;
	overflow: hidden;
	text-align: center;
	z-index: 100;
}

.nav {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	text-align: center;
}

.nav > li {
	position: relative;
	text-transform: capitalize;
	padding: 10px;
	background-color: #2b4063;
}

.nav > li.active > a {
	color: #009fd3;
}

.nav > li > a {
	display: block;
	color: #fff;
	font-weight: 600;
	letter-spacing: 1.5px;
}

.nav > li > a:hover {
	color: #009fd3;
}

.nav-active .drop {
	max-height: 1000px;
}

.nav-active .drop .nav {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.nav-active .nav-opener:after,
.nav-active .nav-opener:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 17px;
	left: 15%;
	right: 15%;
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.nav-active .nav-opener span {
	opacity: 0;
}

.nav-opener {
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 0;
	width: 40px;
	height: 40px;
	z-index: 1000;
}

.nav-opener:hover {
	opacity: .9;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	-webkit-transition: opacity .3s ease-in-out, top .3s ease-in-out, left .3s ease-in-out, right .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: opacity .3s ease-in-out, top .3s ease-in-out, left .3s ease-in-out, right .3s ease-in-out, -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out, opacity .3s ease-in-out, top .3s ease-in-out, left .3s ease-in-out, right .3s ease-in-out;
	transition: transform .3s ease-in-out, opacity .3s ease-in-out, top .3s ease-in-out, left .3s ease-in-out, right .3s ease-in-out, -webkit-transform .3s ease-in-out;
	background: #747474;
	border-radius: 4px;
	height: 2px;
	position: absolute;
	top: 19px;
	left: 25%;
	right: 25%;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 13px;
}

.nav-opener:after {
	top: 25px;
}

.resize-active * {
	-webkit-transition: none !important;
	transition: none !important;
}

#wrapper {
	position: relative;
	overflow: hidden;
}

.container {
	max-width: 810px;
	margin: 0 auto;
	padding: 0 15px;
}

.container-fluid {
	padding: 0 15px;
}

h1,
h2,
h3 {
	font-weight: 600;
}

h2 {
	text-align: center;
	color: #2b4063;
	text-transform: uppercase;
}

.h1 {
	text-transform: none;
}

/*
ul:not([class]):not([id]) {
	margin-bottom: 17px;
}

ul:not([class]):not([id]) li {
	position: relative;
	padding-left: 7px;
}

ul:not([class]):not([id]) li:after {
	width: 2px;
	height: 2px;
	content: "";
	position: absolute;
	top: 9px;
	left: 0;
	background-color: #747474;
	border-radius: 50%;
}
*/

.back-title {
	text-transform: uppercase;
	text-align: left;
	margin-bottom: 20px;
}

.back-title a {
	color: #2b4063;
	padding-left: 13px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.back-title a:hover {
	color: #009fd3;
}

.back-title a:before {
	content: "<";
	font-size: 24px;
	position: absolute;
	top: 1px;
	left: -5px;
}

a {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #009fd3;
}

.btn {
	-webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out;
	transition: color .3s ease-in-out, background-color .3s ease-in-out;
	display: inline-block;
	vertical-align: middle;
	color: #898989;
	text-transform: uppercase;
	text-align: center;
	font-weight: 600;
	min-width: 150px;
	border: 2px solid #d4d4d4;
	letter-spacing: 1.5px;
	padding: 6px 8px 9px;
}

.btn:hover {
	color: #fff;
	background-color: #d4d4d4;
}

.btn-holder {
	text-align: center;
}

.bg-img {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.decor-element {
	display: none;
}

.add-decor {
	position: relative;
}

.decor-block {
	position: relative;
}

.decor-block:after,
.decor-block:before {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.decor-block:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
}

.intro-section {
	padding: 30px 0;
	text-align: center;
	margin-bottom: 40px;
}

.intro-section:after {
	background-color: rgba(0, 0, 0, .3);
}

.intro-section.light {
	background-position: top;
	background-color: rgba(33, 57, 91, .4);
	background-blend-mode: hard-light;
}

.intro-section.light:after {
	background-color: inherit;
}

.intro-section.light .container-fluid:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .2);
}

.intro-section .intro-holder {
	white-space: nowrap;
	text-align: center;
	position: relative;
	z-index: 2;
}

.intro-section .intro-holder:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 110px;
}

.intro-section .intro-holder > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.intro-section .intro-holder h1 {
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 0;
}

.intro-section .intro-holder .page-title {
	color: #fff;
	font-size: 30px;
	font-weight: 600;
}

.about-section {
	position: relative;
	z-index: 5;
	margin-bottom: 40px;
}

.about-block {
	max-width: 700px;
	margin: 0 auto 30px;
	text-align: center;
	position: relative;
	letter-spacing: -.3px;
}

.about-block h2 {
	margin-bottom: 20px;
}

.about-block p {
	margin-bottom: 40px;
}

.position-section {
	text-align: center;
	padding: 8px 0 20px;
	position: relative;
	z-index: 2;
}

.position-section .header-holder {
	position: relative;
}

.position-section .header-holder h3 {
	font-size: 24px;
}

.position-section .header-block {
	position: relative;
	max-width: 645px;
	margin: 0 auto;
	border-bottom: 2px solid #cdd1da;
	margin-bottom: 30px;
}

.position-section .header-block h2 {
	text-transform: uppercase;
	letter-spacing: 0;
}

.position-section .title {
	font-weight: 500;
	color: #2b4063;
	margin-bottom: 10px;
}

.position-section .position-list {
	max-width: 562px;
	margin: 0 auto;
	font-size: 20px;
}

.position-section .position-list li {
	margin-bottom: 12px;
}

.position-section .position-list a {
	font-weight: 500;
	color: #00cde2;
    background: #2b4063;
}

.position-section .position-list a:hover {
	color: #2b4063;
}

.contact-section {
	color: #fff;
	text-align: center;
	padding: 40px 0;
	margin-bottom: 50px;
	position: relative;
}

.contact-section a {
	color: #fff;
}

.contact-section a:hover {
	color: #95f5fd;
}

.contact-section h2 {
	color: #fff;
}

.contact-section address {
	font-style: normal;
	font-size: 20px;
}

.contact-section .contact-holder {
	position: relative;
	z-index: 5;
}

.contact-section .contact-detail .detail-item {
	padding: 10px;
}

.contact-section .contact-detail .detail-item:nth-child(even) {
	position: relative;
}

.contact-section .contact-detail .detail-item:nth-child(even):before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 120px;
	height: 2px;
	background-color: #fff;
}

.contact-section .contact-detail .detail-item .sub-title {
	display: block;
	font-size: 19px;
}

.contact-section .mail-list {
	font-size: 20px;
}

.contact-section .mail-list li {
	margin-bottom: 5px;
}

.culture-section {
	font-weight: 100;
	position: relative;
	padding-bottom: 40px;
}

.culture-section .info-block {
	position: relative;
	padding: 15px;
	margin-bottom: 15px;
	color: #898989;
	line-height: 1.25;
	text-align: center;
}

.culture-section .info-block:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: -300%;
	background-color: #fff;
	border: 1px solid #21395b;
}

.culture-section .info-block:nth-child(odd):after {
	left: -300%;
	right: 0;
}

.culture-section .info-block.heading-block .bg-holder {
	position: absolute;
	top: 0;
	height: 100%;
	right: 0;
	left: -200%;
	background-position: -55% 72%;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 1;
}

.culture-section .info-block:nth-child(4n + 1) {
	color: #000;
}

.culture-section .info-block:nth-child(4n + 2) {
	color: #000;
}

.culture-section .info-block:nth-child(4n + 3) {
	color: #fff;
}

.culture-section .info-block:nth-child(4n + 3) h3 {
	color: #00f5fe;
}

.culture-section .info-block:nth-child(4n + 3):after {
	background-color: #2b4063;
}

.culture-section .info-block:nth-child(4n + 4) {
	color: #fff;
}

.culture-section .info-block:nth-child(4n + 4) h3 {
	color: #00f5fe;
}

.culture-section .info-block:nth-child(4n + 4):after {
	background-color: #121f31;
}

.culture-section .info-block > * {
	position: relative;
	z-index: 2;
}

.culture-section h2 {
	color: #fff;
	position: relative;
	z-index: 5;
}

.culture-section h3 {
	color: #004a80;
	line-height: 1;
	margin-bottom: 12px;
}

.culture-section .container,
.carousel-section .container {
	max-width: 1088px;
}

.carousel-section {
	margin-bottom: 15px;
	position: relative;
	height: 300px;
}

.carousel-section .container {
	white-space: nowrap;
	text-align: center;
	text-align: left;
}

.carousel-section .container:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 225px;
}

.carousel-section .container > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.carousel-section .decor-block:after {
	content: none;
}

.carousel-section .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.carousel-section .slick-track .slick-slide {
	float: none;
	height: auto;
}

.carousel-section .img-holder {
	position: relative;
	min-height: 100%;
}

.carousel-section .img-holder:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
}

.carousel-section h2 {
	color: #fff;
	margin-bottom: 0;
	text-align: left;
	position: relative;
	z-index: 5;
}

.join-us-section {
	position: relative;
	z-index: 5;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.join-us-section .title {
	font-weight: 600;
	color: #009fd3;
	margin-bottom: 0;
}

.join-us-section .back-title {
	border-bottom: 2px solid #21395b;
	padding-bottom: 20px;
}

.join-us-section h3 {
	color: #2b4063;
}

.join-us-section p {
	margin-bottom: 18px;
}

.join-us-section .btn-holder {
	text-align: center;
}

.about-content {
	position: relative;
	z-index: 5;
	margin-bottom: 40px;
	text-align: justify;
}

.about-content .container,
.join-us-section .container {
	max-width: 745px;
}

#footer {
	padding: 20px 0;
	text-align: center;
	color: #898989;
	font-weight: 300;
	letter-spacing: -.2px;
}

#footer p {
	margin-bottom: 0;
}

#footer a {
	color: #898989;
}

#footer a:hover {
	color: #009fd3;
}

@media (min-width: 480px) {
	.logo-holder {
		background-position: -34% 0;
	}

	.culture-section .info-block:after {
		-webkit-transform: skewX(25deg);
		-ms-transform: skewX(25deg);
		transform: skewX(25deg);
		left: 44px;
	}

	.culture-section .info-block:nth-child(odd) {
		padding-right: 69px;
	}

	.culture-section .info-block:nth-child(odd):after {
		right: 44px;
	}

	.culture-section .info-block:nth-child(even) {
		padding-left: 80px;
	}

	.culture-section .info-block.heading-block {
		-webkit-transform: skewX(-25deg);
		-ms-transform: skewX(-25deg);
		transform: skewX(-25deg);
		width: 60%;
	}

	.culture-section .info-block.heading-block .heading-holder {
		-webkit-transform: skewX(25deg);
		-ms-transform: skewX(25deg);
		transform: skewX(25deg);
	}
}

@media (min-width: 768px) {
	.slick-dots {
		bottom: 30px;
	}

	#header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 100;
	}

	.logo-holder {
		background-color: #fff;
		padding: 20px 10px;
		background-size: 100%;
		background-position: -72px 0;
	}

	.menu {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		padding: 30px 0;
	}

	.drop {
		position: static;
		top: auto;
		left: auto;
		max-height: none;
		overflow: visible;
	}

	.nav {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		max-width: 564px;
		margin: 0 auto;
	}

	.nav > li {
		display: inline-block;
		vertical-align: middle;
		padding: 10px 20px;
		background-color: transparent;
	}

	.nav-active .drop {
		max-height: none;
	}

	.nav-opener {
		display: none;
	}

	.decor-element {
		display: block;
		position: absolute;
		z-index: -1;
		top: -40px;
		left: -108px;
		height: 450px;
		width: 450px;
		background-image: url(../images/bg.png);
		background-size: 100%;
		background-position: top;
		background-repeat: no-repeat;
	}

	.decor-element.reverse {
		background-image: url(../images/bg-reverse.png);
	}

	.decor-block:before {
		content: "";
		position: absolute;
		z-index: 1;
		top: 0;
		bottom: -3px;
		width: 110%;
		left: 120px;
		-webkit-transform: skewX(-25deg);
		-ms-transform: skewX(-25deg);
		transform: skewX(-25deg);
		border: solid #fff;
		border-width: 0 226px 50px 80px;
		box-shadow: inset 0 -15px 0 0 #95f5fd;
	}

	.intro-section {
		padding: 140px 0;
	}

	.intro-section.light {
		padding: 100px 0 152px;
	}

	.intro-section.light:before {
		border-width: 0 226px 100px 80px;
		box-shadow: none;
	}

	.intro-section.light .container-fluid:before {
		height: 97px;
		left: 138px;
	}

	.intro-section.light .intro-decor:before {
		background: -webkit-linear-gradient(top, #f2f3f4, #f2f3f4 76%, #fff 100%);
		background: linear-gradient(to bottom, #f2f3f4, #f2f3f4 76%, #fff 100%);
	}

	.intro-section.light .intro-decor:after {
		height: 97px;
		left: calc(110% - 225px);
	}

	.intro-section.light .intro-holder {
		margin-left: 135px;
	}

	.intro-section .container-fluid:before {
		content: "";
		position: absolute;
		z-index: 2;
		bottom: 0;
		left: 120px;
		height: 47px;
		width: 70px;
		-webkit-transform: skewX(-25deg);
		-ms-transform: skewX(-25deg);
		transform: skewX(-25deg);
		background-color: #eff0f2;
	}

	.intro-section .intro-holder {
		display: inline-block;
		vertical-align: middle;
		max-width: 400px;
		margin-left: 68px;
	}

	.intro-section .intro-holder:after {
		vertical-align: top;
	}

	.intro-section .intro-decor:before,
	.intro-section .intro-decor:after {
		content: "";
		position: absolute;
		bottom: 0;
		-webkit-transform: skewX(-25deg);
		-ms-transform: skewX(-25deg);
		transform: skewX(-25deg);
		z-index: 2;
	}

	.intro-section .intro-decor:before {
		background: -webkit-linear-gradient(top, #f2f3f4, #f2f3f4 87%, #fff 100%);
		background: linear-gradient(to bottom, #f2f3f4, #f2f3f4 87%, #fff 100%);
		height: 100%;
		width: 57px;
		left: calc(110% - 107px);
	}

	.intro-section .intro-decor:after {
		background: -webkit-linear-gradient(top, #f2f3f4, #fff 100%);
		background: linear-gradient(to bottom, #f2f3f4, #fff 100%);
		height: 47px;
		width: 57px;
		left: calc(110% - 242px);
	}

	.about-section {
		margin-bottom: 80px;
	}

	.about-block {
		font-size: 24px;
		text-align: justify;
	}

	.info-block {
        font-weight: 300;
	}

	.position-section > .decor-element {
		width: 400px;
		left: -101px;
		top: -12px;
	}

	.position-section .header-holder .decor-element {
		top: 100%;
		left: auto;
		right: -100px;
		height: 560px;
		background-size: cover;
	}

	.contact-section {
		padding: 110px 0 80px;
	}

	.contact-section:before {
		left: 80px;
		border-width: 50px 180px 0 70px;
	}

	.contact-section h2 {
		margin-bottom: 30px;
	}

	.contact-section address {
		font-size: 24px;
	}

	.contact-section .contact-holder {
		max-width: 520px;
		margin: 0 auto;
		left: 55px;
	}

	.contact-section .contact-detail {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.contact-section .contact-detail .detail-item {
		width: 50%;
	}

	.contact-section .contact-detail .detail-item:nth-child(even):before {
		top: 43.5%;
		left: 0;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 2px;
		height: 90px;
	}

	.contact-section .mail-list li {
		margin-bottom: 15px;
	}

	.culture-section .info-block {
		padding: 40px 80px;
		text-align: justify;
	}

	.culture-section .info-block:after {
		left: 0;
	}

	.culture-section .info-block:nth-child(odd) {
		float: left;
		width: 50%;
		margin-top: 15px;
		padding-left: 11px;
	}

	.culture-section .info-block:nth-child(odd):after {
		right: 0;
	}

	.culture-section .info-block:nth-child(even) {
		float: right;
		padding-right: 44px;
		width: 50%;
	}

	.culture-section .info-block.heading-block {
		float: none;
	}

	.culture-section .info-block.heading-block:after {
		content: none;
	}

	.culture-section .info-block.heading-block .heading-holder {
		max-width: 72%;
	}

	.culture-section .info-block.heading-block + .info-block {
		margin-top: -86px;
	}

	.culture-section .decor-element {
		height: 290px;
		width: 600px;
		top: calc(100% - 285px);
		z-index: -1;
		background-size: cover;
	}

	.carousel-section {
		height: 400px;
	}

	.carousel-section .container:after {
		min-height: 400px;
	}

	.carousel-section .decor-block:before {
		-webkit-transform: skewX(25deg);
		-ms-transform: skewX(25deg);
		transform: skewX(25deg);
		left: -120px;
		top: -2px;
		bottom: -3px;
		border-width: 0 137px 0 50px;
		z-index: 1;
	}

	.carousel-section .decor-block:after {
		content: "";
		position: absolute;
		top: -5px;
		left: calc(110% - 240px);
		width: 300px;
		height: 42px;
		background-color: #fff;
		-webkit-transform: skewX(25deg);
		-ms-transform: skewX(25deg);
		transform: skewX(25deg);
	}

	.carousel-section .img-holder {
		background-position: 0 center;
	}

	.carousel-section h2 {
		width: 55%;
	}

	.about-content {
		padding-bottom: 80px;
	}

	.about-content .decor-element,
	.join-us-section .decor-element {
		top: -40px;
		left: -102px;
	}
}

@media (min-width: 1024px) {
	#header.light .logo-holder {
		width: 263px;
	}

	.logo-holder {
		width: 250px;
		padding: 25px 10px;
		background-position: -88px 0;
	}

	.logo {
		max-width: 348px;
	}

	.nav {
		max-width: 678px;
	}

	.nav > li {
		padding: 10px 33px;
	}

	.nav > li > a {
		font-size: 17px;
	}

	h1 {
		font-size: 43px;
	}

	h2 {
		font-size: 38px;
	}

	h3 {
		font-size: 28px;
	}

	.back-title {
		font-size: 38px;
		margin-bottom: 34px;
	}

	.back-title a:before {
		top: 9px;
	}

	.btn {
		min-width: 225px;
		letter-spacing: 3.75px;
		font-size: 18px;
	}

	.decor-element {
		top: -40px;
		left: -102px;
		background-size: 200%;
	}

	.add-decor:before {
		content: "";
		position: absolute;
		z-index: 5;
		right: -186px;
		width: 210px;
		height: 350px;
		-webkit-transform: skewX(-25deg);
		-ms-transform: skewX(-25deg);
		transform: skewX(-25deg);
		background-color: #21395b;
		box-shadow: inset 0 -15px 0 0 #95f5fd;
		bottom: -24px;
	}

	.intro-section {
		padding: 103px 0;
	}

	.intro-section.light {
		padding: 100px 0 110px;
	}

	.intro-section.light + * {
		margin-top: -135px;
	}

	.intro-section.light .container-fluid:before {
		left: 97px;
		width: 145px;
	}

	.intro-section.light .intro-decor:before {
		background: -webkit-linear-gradient(top, #f2f3f4, #f2f3f4 83%, #fff 100%);
		background: linear-gradient(to bottom, #f2f3f4, #f2f3f4 83%, #fff 100%);
	}

	.intro-section.light .intro-decor:after {
		left: calc(110% - 264px);
	}

	.intro-section.light .intro-holder {
		margin-left: 235px;
	}

	.intro-section.light .intro-holder:after {
		min-height: 326px;
	}

	.intro-section .container-fluid:before {
		left: 114px;
		width: 144px;
	}

	.intro-section .intro-holder {
		max-width: 700px;
		margin-left: 192px;
	}

	.intro-section .intro-holder:after {
		min-height: 210px;
	}

	.intro-section .intro-holder .page-title {
		font-size: 43px;
	}

	.intro-section .intro-decor:before {
		background: -webkit-linear-gradient(top, #f2f3f4, #f2f3f4 91%, #fff 100%);
		background: linear-gradient(to bottom, #f2f3f4, #f2f3f4 91%, #fff 100%);
	}

	.intro-section .intro-decor:after {
		left: calc(110% - 248px);
	}

	.about-section {
		margin-bottom: 110px;
	}

	.about-block h2 {
		margin-bottom: 55px;
	}

	.about-block p {
		margin-bottom: 83px;
	}

	.position-section {
		padding-bottom: 90px;
	}

	.position-section > .decor-element {
		width: 1500px;
		height: 1200px;
		left: -421px;
		background-size: 100%;
	}

	.position-section .header-holder .decor-element {
		right: -200px;
		width: 580px;
	}

	.position-section .header-block {
		margin-bottom: 56px;
	}

	.position-section .header-block h2 {
		margin-bottom: 26px;
	}

	.position-section .header-block h3 {
		margin-bottom: 42px;
		font-size: 38px;
	}

	.position-section .title {
		font-size: 20px;
		margin-bottom: 21px;
	}

	.position-section .position-list {
		font-size: 27px;
	}

	.position-section .position-list li {
		margin-bottom: 12px;
	}

	.contact-section {
		padding: 120px 0 100px;
		margin-bottom: 100px;
	}

	.contact-section:before {
		border-width: 50px 250px 0 80px;
	}

	.contact-section address {
		font-size: 32px;
	}

	.contact-section .contact-holder {
		left: 42px;
		max-width: 670px;
	}

	.contact-section .contact-detail .detail-item {
		padding: 15px;
	}

	.contact-section .mail-list {
		font-size: 25px;
	}

	.culture-section .info-block:after {
		left: -13px;
	}

	.culture-section .info-block:nth-child(odd):after {
		right: -13px;
	}

	.carousel-section .decor-block:before {
		left: -190px;
		border-width: 0 137px 0 145px;
	}

	.carousel-section .decor-block:after {
		left: calc(110% - 380px);
	}

	.about-content {
		padding-bottom: 180px;
		margin-bottom: 53px;
		font-size: 18px;
	}

	.about-content p {
		margin-bottom: 26px;
	}

	.about-content .decor-element,
	.join-us-section .decor-element {
		top: 95px;
		left: -130px;
	}

	#footer {
		padding: 32px 0;
	}

	#footer {
		font-size: 16px;
	}
}

@media (min-width: 1200px) {
	.slick-dots {
		bottom: 148px;
	}

	#header.light .logo-holder {
		width: 404px;
		background-position: -129px 0;
		background-size: 142%;
	}

	#header.light .logo-holder .logo {
		position: relative;
		left: 56px;
	}

	#header.light .nav {
		padding-right: 0;
	}

	.logo-holder {
		width: 408px;
		padding: 44px 8px 48px;
		text-align: right;
		background-position: -131px 0;
		background-size: 126%;
	}

	.menu {
		padding: 41px;
	}

	.nav {
		max-width: 720px;
		padding-right: 47px;
	}

	.h1 {
		font-size: 68px;
	}

	.decor-element {
		height: 435px;
		background-size: auto;
		width: 600px;
		top: 130px;
		left: -192px;
	}

	.add-decor:before {
		right: -87px;
		width: 308px;
		height: 375px;
	}

	.decor-block:before {
		left: 186px;
		border-width: 0 368px 116px 140px;
	}

	.intro-section {
		padding: 208px 0 80px;
	}

	.intro-section.light {
		padding: 152px 0 267px;
	}

	.intro-section.light + * {
		margin-top: -236px;
	}

	.intro-section.light:before {
		border-width: 0 292px 248px 244px;
		left: 130px;
	}

	.intro-section.light .container-fluid:before {
		bottom: -420px;
		height: 665px;
		left: 198px;
		width: 198px;
	}

	.intro-section.light .intro-decor:before {
		bottom: -420px;
		height: 200%;
		background: -webkit-linear-gradient(top, #f2f3f4, #f2f3f4 41%, #fff 100%);
		background: linear-gradient(to bottom, #f2f3f4, #f2f3f4 41%, #fff 100%);
		left: calc(110% - 222px);
		width: 171px;
	}

	.intro-section.light .intro-decor:after {
		left: calc(110% - 369px);
		height: 665px;
		width: 41px;
		bottom: -420px;
	}

	.intro-section.light .intro-holder {
		margin-left: 410px;
		max-width: 712px;
	}

	.intro-section.light .intro-holder:after {
		min-height: 165px;
	}

	.intro-section .container-fluid:before {
		height: 283px;
		bottom: -170px;
		left: 154px;
		width: 200px;
	}

	.intro-section .intro-holder {
		margin-left: 348px;
		max-width: 720px;
		width: 100%;
	}

	.intro-section .intro-holder:after {
		min-height: 398px;
	}

	.intro-section .intro-holder h1 {
		font-size: 68px;
	}

	.intro-section .intro-decor:before,
	.intro-section .intro-decor:after {
		bottom: -170px;
	}

	.intro-section .intro-decor:before {
		background: -webkit-linear-gradient(top, #f2f3f4, #f2f3f4 63%, #fff 100%);
		background: linear-gradient(to bottom, #f2f3f4, #f2f3f4 63%, #fff 100%);
		width: 154px;
		left: calc(110% - 261px);
	}

	.intro-section .intro-decor:after {
		left: calc(110% - 458px);
		height: 283px;
		width: 104px;
	}

	.about-section {
		margin-bottom: 147px;
	}

	.about-block {
		font-size: 23px;
	}

	.position-section {
		padding-bottom: 117px;
	}

	.position-section > .decor-element {
		background-size: auto;
		top: -128px;
		left: -334px;
	}

	.position-section .header-holder .decor-element {
		background-size: auto;
		right: -76px;
		width: 540px;
	}

	.contact-section {
		padding: 222px 0 146px;
		margin-bottom: 110px;
	}

	.contact-section:before {
		left: 139px;
		border-width: 90px 426px 0 114px;
	}

	.contact-section h2 {
		margin-bottom: 64px;
		padding: 0 68px;
	}

	.contact-section .contact-holder {
		max-width: 680px;
		left: 28px;
	}

	.contact-section .mail-list li {
		margin-bottom: 24px;
	}

	.culture-section {
		font-size: 19px;
		padding-bottom: 95px;
	}

	.culture-section .info-block {
		padding: 82px 98px 74px;
		margin-bottom: 49px;
	}

	.culture-section .info-block:nth-child(odd) {
		width: 44%;
	}

	.culture-section .info-block:nth-child(even) {
		padding-left: 165px;
		width: 56%;
		margin-bottom: 60px;
	}

	.culture-section .info-block.heading-block {
		padding: 66px 38px 62px;
		width: 63.5%;
	}

	.culture-section .info-block.heading-block + .info-block {
		margin-top: -99px;
	}

	.culture-section .decor-element {
		top: calc(100% - 510px);
		left: 50%;
		-webkit-transform: translateX(-962px);
		-ms-transform: translateX(-962px);
		transform: translateX(-962px);
		height: 848px;
		width: 1298px;
	}

	.carousel-section {
		height: 831px;
	}

	.carousel-section .container:after {
		min-height: 831px;
	}

	.carousel-section .decor-block:before {
		left: -312px;
		border-width: 0 198px 116px 343px;
	}

	.carousel-section .decor-block:after {
		left: calc(110% - 638px);
		height: 80px;
		width: 750px;
	}

	.carousel-section h2 {
		margin-bottom: 164px;
		margin-left: 11px;
	}

	.join-us-section {
		padding-bottom: 131px;
		margin-bottom: 53px;
	}

	.join-us-section .title {
		font-size: 15px;
	}

	.join-us-section .back-title {
		padding-bottom: 32px;
		margin-bottom: 45px;
	}

	.join-us-section h3 {
		font-size: 30px;
		margin-bottom: 24px;
	}

	.join-us-section .btn-holder {
		padding-top: 54px;
	}

	.about-content {
		padding-bottom: 203px;
	}

	.about-content .decor-element,
	.join-us-section .decor-element {
		top: 616px;
		left: -229px;
		background-size: 204%;
		height: 750px;
	}
}

@media (min-width: 1440px) {
	.slick-dots {
		-webkit-transform: translateX(382px);
		-ms-transform: translateX(382px);
		transform: translateX(382px);
	}

	.logo-holder {
		width: 458px;
	}

	.decor-element {
		top: 102px;
	}

	.decor-block:before {
		border-width: 0 368px 116px 173px;
	}

	.intro-section {
		padding: 267px 0 158px;
		margin-bottom: 68px;
	}

	.intro-section .intro-decor:before {
		width: 133px;
	}

	.contact-section {
		padding: 222px 0 308px;
		margin-bottom: 153px;
	}

	.contact-section:before {
		border-width: 112px 426px 0 114px;
	}

	.contact-section .contact-holder {
		max-width: 735px;
		left: 63px;
	}

	.about-content .decor-element,
	.join-us-section .decor-element {
		top: 588px;
	}

    .join-us-section .title {
        font-weight: 600;
        color: #009fd3;
        margin-bottom: 0;
        font-size: 18px;
    }
}

