/* ==========================================================================
	 Normalize.scss settings
	 ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
	 ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
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 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
	/* 2 */
}

/**
 * Prevents 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: 0.67em 0;
}

/**
 * Addresses 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: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* Embedded content
	 ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
	max-width: 100%;
	height: auto;
	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.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
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.
 * 4. Improves appearance and consistency in all browsers.
 */
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.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
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;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
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: 0.35em 0.625em 0.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.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
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;
}


::selection {
	color: #FFF;
	background: #30a8a8;
}
::-moz-selection {
	color: #FFF;
	background: #30a8a8;
}


/* Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

@font-face {
	font-family: "nexa-web";
	src: url("../fonts/nexa-regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: "nexa-web";
	src: url("../fonts/nexa-bold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: "nexa-web";
	src: url("../fonts/nexa-heavy.woff") format("woff");
	font-weight: 900;
	font-style: normal;
}
.grid {
	min-width: 100%;
	margin-left: -16px;
	margin-right: -16px;
}
.grid:before, .grid:after {
	content: ' ';
	display: table;
}
.grid:after {
	clear: both;
}
.grid--with-space {
	margin-bottom: 57px;
}
.grid--no-side-margins {
	margin-left: 0;
	margin-right: 0;
}

.grid--multi-row .col--third:nth-child(3n+4) {
	clear: left;
}

.col--gold-small,
.col--gold-large,
.col--half,
.col--third,
.col--forth,
.col--fifth,
.col--sixth,
.col--two-thirds,
.col--three-forths,
.col--two-fifths,
.col--three-fifths,
.col--five-sixths,
.col--full {
	float: left;
	padding: 0 17px;
	min-height: 1px;
}

.col--gold-small {
	width: 43.667%;
}

.col--gold-large {
	width: 56.333%;
}

.col--half {
	width: 50%;
}

.col--third {
	width: 33.333%;
}

.col--forth {
	width: 25%;
}

.col--fifth {
	width: 20%;
}

.col--sixth {
	width: 16.667%;
}

.col--two-thirds {
	width: 66.667%;
}

.col--three-forths {
	width: 75%;
}

.col--two-fifths {
	width: 40%;
}

.col--three-fifths {
	width: 60%;
}

.col--five-sixths {
	width: 83.333%;
}

.col--full {
	width: 100%;
}

.push--half {
	margin-left: 50%;
}

.push--third {
	margin-left: 33.333%;
}

.push--forth {
	margin-left: 25%;
}

.push--fifth {
	margin-left: 20%;
}

.push--sixth {
	margin-left: 16.667%;
}

.push--two-thirds {
	margin-left: 66.667%;
}

.push--three-forths {
	margin-left: 75%;
}

.push--two-fifths {
	margin-left: 40%;
}

.push--three-fifths {
	margin-left: 60%;
}

.push--five-sixths {
	margin-left: 83.333%;
}

.push--twelvth {
	margin-left: 8.333%;
}

.push--eighth {
	margin-left: 12.5%;
}

.push--twelfth {
	margin-left: 8.333%;
}

.pull--half {
	margin-right: 50%;
}

.pull--third {
	margin-right: 33.333%;
}

.pull--forth {
	margin-right: 25%;
}

.pull--fifth {
	margin-right: 20%;
}

.pull--sixth {
	margin-right: 16.667%;
}

.pull--two-thirds {
	margin-right: 66.667%;
}

.pull--three-forths {
	margin-right: 75%;
}

.pull--two-fifths {
	margin-right: 40%;
}

.pull--three-fifths {
	margin-right: 60%;
}

.pull--five-sixths {
	margin-right: 83.333%;
}

.pull--twelfth {
	margin-right: 8.333%;
}

.space-right {
	padding-right: 51px;
}

.space-left {
	padding-left: 51px;
}

.col--right {
	float: right;
}

@media screen and (max-width: 768px) {
	.grid--multi-row .col--third.col--md-half:nth-child(3n+4) {
		clear: none;
	}
	.grid--multi-row .col--third.col--md-half:nth-child(2n+3) {
		clear: left;
	}

	.col--md-half {
		width: 50%;
	}

	.col--md-two-thirds {
		width: 66.667%;
	}

	.col--md-space {
		margin-bottom: 47px;
	}

	.col--md-push-none {
		margin-left: 0;
	}

	.col--md-break {
		width: 100%;
		float: none;
	}
	.col--md-break.space-left {
		padding-left: 17px;
	}
	.col--md-break.space-right {
		padding-right: 17px;
	}

	.hide-md {
		display: none;
	}

	.push--md-none {
		margin-left: 0;
	}
}
@media screen and (max-width: 620px) {
	.grid--with-space {
		margin-bottom: 34px;
	}

	.col--sm-break {
		width: 100%;
		float: none;
	}

	.col--sm-space {
		margin-bottom: 22px;
	}

	.space-left {
		padding-left: 0;
	}

	.space-right {
		padding-right: 0;
	}
}
/* ==========================================================================
	GRID
	 ========================================================================== */
.grid-table {
	display: table;
}
.grid-table .col-btn {
	display: table-cell;
}

.grid-flex {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.item-flex {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	display: block;
}

/*------------CUSTOM-------*/
/*------------CUSTOM-------*/
/*------------CUSTOM-------*/
/* ==========================================================================
BASE
	 ========================================================================== */
*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	min-height: 100%;
	width: 100%;
}

body {
	font-family: 'Arial', serif;
	/*font-family: "Raleway", sans-serif;*/
	font-size: 100%;
	line-height: 1.5;
	font-weight: 300;
	height: 100%;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}
body.is-fixed {
	overflow: hidden;
}

a {
	-webkit-transition: color 0.2s cubic-bezier(0.41, 0.39, 0.26, 1);
	-moz-transition: color 0.2s cubic-bezier(0.41, 0.39, 0.26, 1);
	transition: color 0.2s cubic-bezier(0.41, 0.39, 0.26, 1);
	color: #3789F5;
	cursor: pointer;
	text-decoration: none;
}
/*a:focus,*/
a:hover {
	text-decoration: underline;
	color: #161616;
}
/*a:focus {
	outline: solid 4px rgba(55, 137, 245, 0.7);
}*/

/*button:focus {
	outline: solid 4px rgba(55, 137, 245, 0.7);
}*/

figure {
	margin: 27px 0;
}
figure:first-child {
	margin-top: 0;
}
figure:last-child {
	margin-bottom: 0;
}
figure img {
	width: 100%;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	background-color: rgba(127, 127, 127, 0.25);
	clear: both;
	margin: 36px 0 21px 0;
	width: 100%;
	height: 3px;
	background: #889fcd;
}

/* ==========================================================================
HELPERS
	 ========================================================================== */
/*--ie--*/
.chromeframe {
	position: fixed;
	color: white;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E6000000, endColorstr=#E6000000);
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E6000000, endColorstr=#E6000000);
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 125%;
	padding-top: 60px;
	z-index: 99999999;
}

.chromeframe .cf-text {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 30px;
	margin-top: -15px;
}

.chromeframe a {
	color: red;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}

.tt-uppercase {
	text-transform: uppercase;
}

.empty-list-container {
	display: block;
	max-width: 1110px;
	min-height: 60vh;
	padding: 40px 0;
	margin-left: auto;
	margin-right: auto;
}
.empty-list {
	display: block;
}

#google-map {
	z-index: 1;
}

/* ==========================================================================
SECTIONS
	 ========================================================================== */
.section {
	padding: 75px 0 75px 0;
}

@media screen and (max-width: 768px) {
	.section {
		padding: 67px 0;
	}
}
@media screen and (max-width: 620px) {
	.section {
		padding: 34px 0;
	}
}
section {
	padding-top: 75px;
	padding-bottom: 75px;
}

section.no-pad {
	padding: 0;
}

/* ==========================================================================
HIDE TOP BAR
	 ========================================================================== */
.panel-closed .emp-more,
.employee-panel.employee-closed,
.post-filters.filters-closed {
	visibility: hidden;
	opacity: 0;
	height: 0;
	overflow: hidden;
}

.panel-opened .emp-more,
.employee-panel.employee-opened,
.post-filters.filters-opened {
	opacity: 1;
	transition: opacity .1s ease, height 0.3s ease 0.5s;
	-webkit-transition: opacity .1s ease, height 0.3s ease 0.5s;
	height: auto;
}
.employee-panel.employee-opened {
	-webkit-transition: opacity 0.8s ease;
	-o-transition: opacity 0.8s ease;
	transition: opacity 0.8s ease;
}

/* ==========================================================================
CONTAINER
	 ========================================================================== */
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1280px;
	min-width: 320px;
	padding: 0 85px;
	box-sizing: border-box;
}
.container:before, .container:after {
	content: ' ';
	display: table;
}
.container:after {
	clear: both;
}

@media screen and (max-width: 620px) {
	.container {
		padding: 0 20px;
	}
}
/* ==========================================================================
	TYPOGRAPHY
	 ========================================================================== */
h2 {
	text-align: center;
}
.text-zone h2 {
	text-align: inherit;
}

p, .p {
	font-size: 18px;
	line-height: 1.67;
	margin: 0 0 2em;
}
p:last-child, .p:last-child {
	margin-bottom: 0;
}

.lead {
	font-size: 30px;
}

.center {
	text-align: center;
}

.small {
	font-size: 13px;
	line-height: 1.67;
	display: inline-block;
	margin-bottom: 1.5em;
}

.fw-arial {
	font-family: "arial", sans-serif;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4 {
	font-family: "arial", sans-serif;
	margin-top: 0;
}
h1:last-child, .h1:last-child,
h2:last-child, .h2:last-child,
h3:last-child, .h3:last-child,
h4:last-child, .h4:last-child {
	margin-bottom: 0;
}

h1 {
	font-size: 43px;
	line-height: 1.3;
	margin-bottom: 20px;
	font-weight: 300;
}

h2 {
	font-size: 35px;
	line-height: 1.3;
	margin-bottom: 20px;
	font-weight: 700;
}
p + h2 {
	margin-top: 40px;
}

h3 {
	font-size: 30px;
	line-height: 1.3;
	margin-bottom: 20px;
	font-weight: 700;
}
p + h3 {
	margin-top: 40px;
}

.h3-alt {
	font-weight: 400;
}

h4 {
	font-size: 27px;
	line-height: 1.3;
	margin-bottom: 14px;
	font-weight: 700;
	letter-spacing: .6px;
}

h5 {
	font-size: 18px;
	line-height: 1.67;
	font-weight: 700;
	margin-top: 14px;
	margin-bottom: 6px;
}

@media screen and (max-width: 768px) {
	.lead {
		font-size: 22px;
	}

	h1 {
		font-size: 35px;
	}

	h2 {
		font-size: 29px;
	}

	h3 {
		font-size: 26px;
	}

	.center--md {
		text-align: center;
	}

	.center--md-left {
		text-align: left;
	}
}
@media screen and (max-width: 620px) {
	p {
		margin-bottom: 1.5em;
	}

	h2 {
		font-size: 30px;
	}
}
ul,
ol {
	font-size: 18px;
	line-height: 1.67;
	margin-top: 0;
	margin-bottom: 1em;
	padding-left: 1.5em;
}
ul:last-child,
ol:last-child {
	margin-bottom: 0;
}

.unstyled-list {
	padding-left: 0;
	list-style: none;
}

li {
	margin-bottom: 4px;
}

blockquote {
	padding: 15px 0 15px 34px;
	margin: 27px 0;
	border-left: solid 66px #D8DADE;
	color: #161616;
	position: relative;
}
blockquote *:last-child {
	margin: 0;
}

table {
	width: 100%;
	margin-bottom: 35px;
	font-size: 10;
	line-height: 1.5;
}

thead {
	color: #000;
}
thead tr {
	border-bottom: solid 5px #ccc;
}

tr {
	border-bottom: solid 1px #ccc;
}

th {
	text-align: left;
}

th,
td {
	padding: 8px 0 8px 22px;
}

.strong {
	font-weight: 800;
}

.highlighted {
	color: #3789F5;
}

/* ==========================================================================
	 BTN
	 ========================================================================== */
button:focus, a:focus {
	outline: 0;
}

.btn {
	-webkit-transition: background-color 0.2s cubic-bezier(0.41, 0.39, 0.26, 1), color 0.2s cubic-bezier(0.41, 0.39, 0.26, 1);
	-moz-transition: background-color 0.2s cubic-bezier(0.41, 0.39, 0.26, 1), color 0.2s cubic-bezier(0.41, 0.39, 0.26, 1);
	transition: background-color 0.2s cubic-bezier(0.41, 0.39, 0.26, 1), color 0.2s cubic-bezier(0.41, 0.39, 0.26, 1);
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: .75px;
	font-family: Arial;
	font-weight: 700;
	padding: 7px 18px 5px;
	background-color: #D8DADE;
	color: #0A2243;
	border: 0;
	text-align: left;
}
.btn:hover, .btn:active, .btn:focus {
	color: #fff;
	text-decoration: none;
	background-color: #2f435f;
}
.btn--primary {
	background-color: #3789F5;
	color: #fff;
}
.btn--primary:hover, .btn--primary:active, .btn--primary:focus {
	color: #fff;
	text-decoration: none;
	background-color: #559bf7;
}
.btn--text {
	padding: 0;
	background-color: transparent;
}
.btn--text .icon {
	margin-left: 0;
	-webkit-transition: -webkit-transform 0.2s cubic-bezier(0.41, 0.39, 0.26, 1);
	-moz-transition: -moz-transform 0.2s cubic-bezier(0.41, 0.39, 0.26, 1);
	transition: transform 0.2s cubic-bezier(0.41, 0.39, 0.26, 1);
}
.btn--text:hover, .btn--text:focus, .btn--text:active {
	background-color: transparent;
	color: #161616;
}
.btn--text:hover .icon, .btn--text:focus .icon, .btn--text:active .icon {
	-webkit-transform: translate(4px, 0);
	-moz-transform: translate(4px, 0);
	-ms-transform: translate(4px, 0);
	-o-transform: translate(4px, 0);
	transform: translate(4px, 0);
}
.btn--inverse {
	color: #fff;
}
.btn--inverse .icon {
	fill: #fff;
}
.btn--inverse:hover, .btn--inverse:focus, .btn--inverse:active {
	color: #fff;
}
.btn--dropdown {
	position: relative;
	background-color: transparent;
}
.btn--dropdown:active .dropdown, .btn--dropdown:focus .dropdown, .btn--dropdown:hover .dropdown {
	visibility: visible;
	opacity: 1;
}

/*---mods--*/
.btn {
	height: 50px;
	border-radius: 25px;
	padding: 10px 17px;
	color: #486090;
	display: block;
	text-align: center;
	border: solid 3px #486090;
	max-width: 170px;
	min-width: 170px;

	-webkit-transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
	-moz-transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
	-ms-transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
	-o-transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
	transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.btn.btn-violet {
	color: #017EE1;
	border: solid 3px #017EE1;
	background: transparent;
	margin: 0 auto;
}
.btn.btn-violet:hover {
	color: #fff;
	background-color: #017EE1;
}

.btn.btn-white {
	color: #fff;
	border: solid 3px #ffffff;
	background: transparent;
}
.btn.btn-white:hover {
	color: #2c416e;
	background-color: #fff;
}

.btn.btn-tealish {
	width: 150px;
	height: 50px;
	border-radius: 25px;
	color: white;
	background-color: #017EE1;
	border-color: #017EE1;
}
.btn.btn-tealish:hover {
	background-color: #0669b8;
	border-color: #0669b8;
}

/*.btn.btn-purple:hover {
	color: #486090;
}*/

.up-button {
	float: right;
	margin-top: 5px;
	-webkit-transition: opacity 0.2s ease;
	-moz-transition: opacity 0.2s ease;
	-ms-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}
.up-button:hover {
	opacity: 0.7;
}

.btn-cntr {
	background: transparent;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	max-width: 1000px;
	position: relative;
}

.btn-wrap {
	float: left;
	width: 100%;
	text-align: center;
}
.btn-wrap .btn {
	margin: 40px auto 0  auto;
}

.link-teal {
	margin-bottom: 32px;
	font-size: 18px;
	display: block;
	font-weight: bold;
	color: #30a8a8;
}

/* ==========================================================================
	 ICONS
	 ========================================================================== */
[class^="ico-"],
[class*=" ico-"] {
	display: inline-block;
	background-position: center center;
}

.ico-aes {
	margin: 0 0 0 20px;
	width: 158px;
	height: 50px;
	background: url(../icons/footer/AES-logo.png) center center transparent no-repeat;
}

.ico-des {
	margin: -15px 0 0 -20px;
	width: 150px;
	height: 66px;
	background: url(../icons/footer/DES-logo.png) center center transparent no-repeat;
}

.ico-svuf {
	margin: 7px 0 0 -60px;
	width: 297px;
	height: 50px;
	background: url(../icons/footer/SVUF-logo.png) center center transparent no-repeat;
}

.ico-norsk {
	margin: -3px 20px 0 0;
	float: right;
	width: 189px;
	height: 52px;
	background: url(../icons/footer/Norsk-logo.png) center center transparent no-repeat;
}

.caret {
	display: block;
	float: right;
	width: 10px;
	height: auto;
	margin-top: 7px;
	margin-left: 5px;
}

/* ==========================================================================
	GRADIENTS
	 ========================================================================== */
.gradient-dusky {
	background: #000F9E;
	background: -moz-linear-gradient(top, #000F9E 0%, #000F9E 100%);
	background: -webkit-linear-gradient(top, #000F9E 0%, #000F9E 100%);
	background: linear-gradient(to bottom, #000F9E 0%, #000F9E 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000F9E', endColorstr='#000F9E',GradientType=0 );
}

/* ==========================================================================
SHADOW
	 ========================================================================== */
.single .banner:before, .project-box:before, .news-listing-lg .news-item-lg .news-item-image:before,
.post-type-archive .news-item-lg .news-item-image:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.31) 74%, rgba(0, 0, 0, 0.71) 92%, rgba(0, 0, 0, 0.87) 99%, rgba(0, 0, 0, 0.87) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.31) 74%, rgba(0, 0, 0, 0.71) 92%, rgba(0, 0, 0, 0.87) 99%, rgba(0, 0, 0, 0.87) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 56%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.31) 74%, rgba(0, 0, 0, 0.71) 92%, rgba(0, 0, 0, 0.87) 99%, rgba(0, 0, 0, 0.87) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#de000000',GradientType=0 );
}

/*================TEXT COLOR MODS========================*/
.text-tealish, .text-tealish a {
	color: #017EE1;
}

.text-dusky-blue, .text-dusky-blue a {
	color: #000F9E;
}

.bg-dusk-blue {
	/*background-color: #266e88;*/
	background-color: #000F8F;
}

.bg-dirty-blue {
	/*background-color: #3a849e;*/
	background-color: #000F9E;
}

.bg-tealish {
	/*background-color: #30a8a8;*/
	background-color: #000F9E;
}

.link-light-blue {
	text-align: center;
	margin: 0 auto;
	display: block;
	color: #c0d8d8;
}

.link-teal {
	margin-bottom: 32px;
	font-size: 18px;
	display: block;
	font-weight: bold;
	/*color: #30a8a8;*/
	color: #017EE1;
}
.link-teal:hover {
	/*color: #2f8e8e;*/
	color: #0669b8;
	text-decoration: none;
}

.bg-green-overlay {
	z-index: 1;
	position: relative;
}
.bg-green-overlay:after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 180px;
	/*background: #30a8a8;*/
	background: #000F9E;
	z-index: -1;
}

.bg-green {
	/*background: #30a8a8;*/
	background: #000F9E;
}

/*================POSITION MODS========================*/
.pad-left {
	padding-left: 85px;
}

.section.no-pad {
	padding: 0 0 60px 0;
}

section.no-pad {
	padding: 0;
}

/*---section about--*/
.valign-center {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}

.valign-center-item {
	flex: 1 1 auto;
	align-self: center;
}

.offset-top {
	margin-top: -75px;
	z-index: 300;
	position: relative;
}

.publication-template-default .main-header .container:after,
.post-type-archive-vaccancy .main-header .container:after,
.page-template-archive-vaccancy .main-header .container:after,
.vaccancy-template-default .main-header .container:after,
.post-type-archive-project .main-header .container:after,
.page-template-page-contacts .main-header .container:after,
.single-post .main-header .container:after,
.single-project .main-header .container:after,
.single-service .main-header .container:after,
.page-template-default:not(.home) .main-header .container:after,
.page-template-page .main-header .container:after {
	display: none;
}

.has-arw {
	position: relative;
	padding-bottom: 40px;
}
.has-arw:after {
	content: "";
	width: 22px;
	height: 16px;
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -11px;
	background: url(../icons/sections/green-arrow.svg);
}
.has-arw.white-arw:after {
	background: url(../icons/sections/white-arrow.svg);
}

.container.no-pad {
	padding: 0;
}

.border-right {
	border-right: solid 3px #f0f0f0;
}

.box-blue {
	/*background-color: #3a849d;*/
	background-color: #000F9E;
	color: white;
}
.box-blue a {
	color: #C0D8D8;
}
.box-blue a:hover {
	color: #fff;
	text-decoration: none;
}

.box-grey {
	background-color: #f0f0f0;
}

.no-underline .container:after {
	display: none !important;
}

/*----hiding---*/
/* ==========================================================================
	 MODULES
	 ========================================================================== */
/* ==========================================================================
GOOGLE MAPS
	 ========================================================================== */
.map {
	width: 100%;
	height: 435px;
	float: left;
	overflow: hidden;
}

.page-template-default .map,
.home .map {
	width: 100%;
	min-height: 435px;
	float: left;
	overflow: hidden;
	height: 100%;
	width: calc(100% + 132px);
	margin: 0  -66px;
}

.no-pad-vert {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

/*---hide google logos --*/
a[href^="http://maps.google.com/maps"] {
	display: none !important;
}

a[href^="https://maps.google.com/maps"] {
	display: none !important;
}

.gmnoprint a, .gmnoprint span, .gm-style-cc {
	display: none;
}

/*.gmnoprint div {
	background: white !important;
}*/
/* ==========================================================================
	 HERO
	 ========================================================================== */
.hero {
	max-height: 602px;
	padding: 0;
}
.hero h1 {
	font-size: 53px;
	font-weight: bold;
	color: #ffffff;
}
.hero .container {
	max-height: 602px;
	height: 100%;
}

.hero__inner {
	min-height: 602px;
	height: 100px;
	width: 100%;
	position: relative;
	z-index: 10;
	padding: 0;
	color: #fff;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	box-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
}

.hero__caption {
	margin: 0 auto;
	max-width: 856px;
}
.home .hero__caption {
	max-width: 900px;
}
.hero__caption .panel {
	text-align: center;
}

.hero {
	position: relative;
	overflow: hidden;
	background-color: #0A2243;
}
.hero:after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 100%;
	height: 100%;
	opacity: 0.5;
	background-color: #000F9E;
	-webkit-transition: opacity 0.4s cubic-bezier(0.41, 0.39, 0.26, 1);
	-moz-transition: opacity 0.4s cubic-bezier(0.41, 0.39, 0.26, 1);
	transition: opacity 0.4s cubic-bezier(0.41, 0.39, 0.26, 1);
}
.hero.hover:after,
.hero:hover:after {
	opacity: 0.8;
}

/* ==========================================================================
 BANNER
	 ========================================================================== */
.section-banner {
	padding-top: 0;
	padding-bottom: 0;
}
.section-banner .container {
	max-width: 1112px;
}

.section-banner h1 {
	font-size: 40px;
	font-weight: bold;
	line-height: 1.13;
	text-align: left;
	color: #ffffff;
}

.banner {
	height: 520px;
	position: relative;
}

.banner .container {
	height: 100%;
	position: relative;
}

.banner-caption {
	color: white;
	position: absolute;
	bottom: 40px;
	left: 0;
}

.banner-caption h1:not(.has-arw) {
	max-width: 55%;
}
.banner-caption h1.has-arw {
	text-align: center;
}

.banner-small .banner-caption {
	bottom: 20px;
}

.banner-small {
	background-color: #f0f0f0;
	padding-bottom: 50px;
}
.banner-small .banner {
	height: 180px;
}
.banner-small h1 {
	/*color: #333333;*/
	color: #3a3a3a;
	font-weight: bold;
}
.banner-small .banner-caption {
	bottom: 0;
}

.single-vaccancy .banner-small .banner-caption {
	bottom: 20px;
}

.banner-small .banner:before {
	display: none;
}

.banner-icon-wrap {
	display: inline-block;
	width: 72px;
	margin: 0 15px 0 0;
	position: relative;
	top: -10px;
	float: left;
}
.banner-icon-wrap img {
	width: 100%;
}

.single .banner, .project-box {
	position: relative;
}

/* ==========================================================================
FILTER
	 ========================================================================== */
/*---FILTER WRAP----*/
.filter-wrap {
	background-color: #f8f8f8;
	padding: 45px 0 30px 0;
}
.filter-wrap .col input {
	width: 100%;
	height: 50%;
}

.page-template-archive-service .filter-wrap,
.post-type-archive .filter-wrap {
	padding-top: 54px;
}

/*---FILTER----*/
.filter {
	font-size: 18px;
	font-weight: bold;
	text-align: right;
	/*color: #30a8a8;*/
	color: #000F9E;
	display: inline-block;
	position: absolute;
	top: 12px;
	right: 90px;
}

.post-filters {
	background: #f8f8f8;
}
.post-filters input, .post-filters select {
	padding: 13px;
	border: 2px solid #e5e5e5;
	font-size: 18px;
	font-weight: 500;
	text-align: left;
	color: #c0c0c0;
}

.post-filters.filters-closed {
	margin: 0;
	padding: 0;
}

/*---FILTER ICONS AND STATES----*/
.filter-close-icon {
	position: relative;
	top: 1px;
	right: 2px;
	width: 15px;
	height: 15px;
}

.filter.filters-closed .filter-close-icon {
	display: none;
}

.filter.filters-opened .filter-open-icon {
	display: none;
}

.filter {
	-webkit-transition: opacity 0.2s ease;
	-moz-transition: opacity 0.2s ease;
	-ms-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}
.filter:hover,
.filter:active,
.filter:visited,
.filter:focus {
	/*color: #30a8a8;*/
	color: #000F9E;
	text-decoration: none;
	opacity: 0.8;
}


.filter.txt-white {
	color: white;
}

/*---FILTER FORM----*/
.post-filters .input-wrap {
	position: relative;
	padding: 32px 32px 32px 32px;
	background: #f8f8f8;
	margin-top: 10px;
	margin-bottom: 80px;
}
.post-filters .input-wrap input {
	font-size: 18px;
	padding-left: 20px;
}
.post-filters .input-wrap input, .post-filters .input-wrap select {
	font-family: Arial;
	width: 100%;
}

.post-filters input[type="submit"] {
	width: 32px;
	height: 32px;
	position: absolute;
	top: 8px;
	right: 30px;
	border: none;
	background: transparent url(../icons/filter-w-bgr/filter-search.svg) center center no-repeat;
	background-size: 60% 60%;
}

.custom-select option {
	color: #393939;
}

.customSelect {
	color: #393939;
	background: #fff;
	font-family: Arial;
	font-size: 18px;
	font-weight: 500;
	text-align: left;
	/*color: #c0c0c0;*/
	border: 2px solid #e5e5e5;
	width: 100%;
	padding: 8px 40px 8px 18px;
	/*padding-right: 40px;*/
}
.customSelect:before {
	content: "";
	width: 20px;
	height: 12px;
	position: absolute;
	right: 40px;
	top: 17px;
	background: url("../icons/filter-w-bgr/filter-dropdown.svg") 0 0 no-repeat;
}

.post-filters {
	background: transparent;
}

.post-filters input[type="submit"] {
	top: 40px;
	right: 48px;
}

.customSelect:before {
	top: 49px;
	right: 48px;
}

.post-filters input {
	padding: 11px 13px;
}

.section-projects-green .post-filters .input-wrap {
	margin-bottom: 0;
	margin-top: 0;
	min-height: 111px;
	/*background: #48b8b8;*/
	background: #889fcd;
}

/* ==========================================================================
TAGS WRAP
	 ========================================================================== */
.tags-wrap .tag {
	position: relative;
	margin: 0 20px 0 0;
	float: left;
	z-index: 1;
}

.tag-wrap {
	overflow: hidden;
	display: inline-block;
}

.tag:after {
	content: '';
	display: block;
	position: absolute;
	top: -4px;
	right: -6px;
	width: 30px;
	height: 30px;
	z-index: -1;
	border-radius: 2px;
	background: #f0f0f0;
	border-right: 2px solid #f0f0f0;
	border-bottom: 2px solid #f0f0f0;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.tag-fb:after {
	background: #2b4c90;
	border-color: #2b4c90;
}

.tags-white .tag {
	position: relative;
	border-right: none;
	margin: 0 20px 0 0;
}

.tags-white .tag:after {
	top: -3px;
	right: -7px;
	width: 30px;
	height: 30px;
	z-index: -1;
	border-radius: 2px;
	background: transparent;
	border-right: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
}

.tags-white .tag-fb:after {
	background: #2b4c90;
	border-color: #2b4c90;
}

/*---tags flag---*/
/*.tags-wrap .flag {
	top: 2px;
	margin-right: 5px;
	width: 28px;
	height: 28px;
}*/

/*---tags home---*/
/*.home .news-listing .tag,
.news-item .tag {
	padding: 3px 8px;
}*/
/*.home .news-listing .tag:after,
.news-item .tag:after {
	top: -3px;
	right: -6px;
}*/

/*---tags news--*/
/*.news-item-lg .tag {
	padding: 5px 8px;
}*/

.archive.tag:after {
	display: none;
}

/* ==========================================================================
	 SECTIONS
	 ========================================================================== */
/* ==========================================================================
	 HEADER
	 ========================================================================== */
/*.main-header {
	background-color: transparent;
	overflow: hidden;
}*/
.main-header.main-header-light {
	position: absolute;
	top: 0;
	left: 0;
}
.main-header .nav__link {
	color: #3a3a3a;
}
.main-header.main-header-light .nav__link {
	color: white;
}
.main-header .nav__mobile-toggle {
	fill: #0A2243;
}
.main-header > .container {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: row;
	-moz-box-flex: row;
	box-flex: row;
	-webkit-flex: row;
	-moz-flex: row;
	-ms-flex: row;
	flex: row;
	-webkit-box-align: center;
	-moz-box-align: center;
	box-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
}
.main-header--dark {
	background-color: #0A2243;
}
.main-header--dark .nav__mobile-toggle {
	fill: #fff;
}
/*.main-header .btn {
	margin: 32px 0;
}*/

.main-header {
	width: 100%;
	position: relative;
	overflow: visible;
}
.main-header .container:after {
	position: absolute;
	bottom: -5px;
	left: 0;
	content: "";
	width: 100%;
	z-index: 100;
	opacity: 1;
	border-bottom: solid 3px #f8f8f8;
	margin-left: auto;
	margin-right: auto;
	max-width: 1114px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
}

.home .main-header .container:after {
	position: absolute;
	bottom: -5px;
	left: 0;
	content: "";
	width: 100%;
	z-index: 100;
	opacity: 1;
	opacity: 0.15;
	border-bottom: solid 3px #f0f0f0;
	margin-left: auto;
	margin-right: auto;
	max-width: 1114px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
}

.main-header a {
	z-index: 11;
	position: relative;
}

.main-header .btn {
	margin: 25px 0 22px 0;
	max-width: 163px;
	min-width: 163px;
}

/*.main-header.main-header-light .container:after {
	bottom: 5px;
	left: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	opacity: 0.15;
	border-bottom: solid 3px #f0f0f0;
	max-width: 1114px;
}*/

/* ==========================================================================
	 HEADER NAVIGATION
	 ========================================================================== */
.nav {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
	-webkit-flex: 1 1 100%;
	-moz-flex: 1 1 100%;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	margin-left: 60px;

	font-family: arial;
}
.nav:before, .nav:after {
	content: ' ';
	display: table;
}
.nav:after {
	clear: both;
}
.nav__primary, .nav__secondary {
	padding-left: 0;
	list-style: none;
	margin: 0;
	color: white;
}
.nav__primary {
	float: right;
}
.nav__secondary {
	float: right;
}
.nav__item {
	display: block;
	float: left;
	margin: 0;
	position: relative;
	z-index: 100;
}
.nav__item:hover .subnav {
	opacity: 1;
	visibility: visible;
}
.nav__link {
	display: block;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	padding: 0 17px;
	border-bottom: solid 4px transparent;
	-webkit-transition: background-color 0.2s cubic-bezier(0.41, 0.39, 0.26, 1), border-color 0.2s cubic-bezier(0.41, 0.39, 0.26, 1);
	-moz-transition: background-color 0.2s cubic-bezier(0.41, 0.39, 0.26, 1), border-color 0.2s cubic-bezier(0.41, 0.39, 0.26, 1);
	transition: background-color 0.2s cubic-bezier(0.41, 0.39, 0.26, 1), border-color 0.2s cubic-bezier(0.41, 0.39, 0.26, 1);
}
.nav__link:focus, .nav__link:active, .nav__link:hover {
	text-decoration: none;
	outline: none;
}
.nav__link.is-active {
	border-color: #3789F5;
}

.nav__primary.nav__bottom .current-menu-item .nav__link {
	color: #017EE1;
}
.nav__primary.nav__bottom .menu-item {
	-webkit-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}
.nav__primary.nav__bottom:hover .menu-item {
	opacity: 0.5;
}
.nav__primary.nav__bottom:hover .menu-item:hover {
	opacity: 1;
}

.nav__primary.nav__top .menu-item a {
	display: block;
	/*color: #2f8e8e;*/
	color: #9b9b9b;
	-webkit-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}
.nav__primary.nav__top:hover .menu-item a:not(.drop-link) {
	opacity: 0.5;
}
.nav__primary.nav__top:hover .menu-item a:hover {
	opacity: 1;
	text-decoration: none;
}
.home .nav__primary.nav__top .menu-item a {
	color: #fff;
}


/* Country switcher */
.dropdown-menu-container {
  display: block;
  position: relative;
  z-index: 101;
}

.dropdown-menu-container .dropdown-menu-toggler {
  -webkit-transition: color 0.2s ease, background-color 0.2s ease;
  -moz-transition: color 0.2s ease, background-color 0.2s ease;
  -o-transition: color 0.2s ease, background-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease;
  display: block;
  float: left;
}

.dropdown-menu-container .dropdown-menu-toggler svg.icon-main-menu-arrow {
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  display: block;
  float: right;
  width: 10px;
  height: 6px;
  margin-top: 7px;
  margin-left: 6px;
  fill: #b4b3b0;
}
.dropdown-menu-container .dropdown-menu-toggler svg.icon-main-menu-arrow {
	/*fill: #2f8e8e;*/
	fill: #9b9b9b;
}
.home .dropdown-menu-container .dropdown-menu-toggler svg.icon-main-menu-arrow {
	fill: #fff;
}

.dropdown-menu-container .dropdown-menu-toggler:hover svg {
  /*fill: #2f8e8e;*/
  fill: #9b9b9b;
}

.dropdown-menu-container .dropdown-menu-toggler.active {
  opacity: 1 !important;
  /*background-color: #f1f0ec;*/
}

.dropdown-menu-container .dropdown-menu-toggler.active svg.icon-main-menu-arrow {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  /*fill: #222;*/
}

.dropdown-menu-container .dropdown-menu-outer-content {
  -webkit-transition: max-height 0.2s ease;
  -moz-transition: max-height 0.2s ease;
  -o-transition: max-height 0.2s ease;
  transition: max-height 0.2s ease;
  display: block;
  position: absolute;
  max-height: 0;
  top: 22px;
  left: -10px;
  overflow: hidden;
}

.dropdown-menu-container .dropdown-menu-outer-content .dropdown-menu-content {
  display: block;
  clear: both;
  color: #30a8a8;
  background-color: #fff;
  padding: 10px 20px;
}

.dropdown-menu-container .dropdown-menu-inner-content:hover a {
	opacity: 0.5;
}
.dropdown-menu-container .dropdown-menu-inner-content:hover a:hover {
	opacity: 1;
}
/*.dropdown-menu-container .dropdown-menu-outer-content .dropdown-menu-content a {
  color: #30a8a8 !important;
}

.dropdown-menu-container .dropdown-menu-outer-content .dropdown-menu-content a:hover {
  color: #2f8e8e !important;
}*/

.dropdown-menu-container .dropdown-menu-outer-content .dropdown-menu-content a.drop-link {
  display: block;
  /*color: #30a8a8;*/
  color: #9b9b9b;
  float: left;
  clear: both;
  padding: 0;
  margin-bottom: 0;
}

.dropdown-menu-container .dropdown-menu-outer-content .dropdown-menu-content a.drop-link:last-child {
  margin-bottom: 0;
}


/* MOB LANG SWITCHER */
.accordion-block {
  display: block;
}

.accordion-block .accordion-header {
  display: block;
  cursor: pointer;
  /*border-bottom: 1px solid rgba(180, 179, 176, 0.3);*/
  text-align: center;
  padding: 0 20px;
}

.accordion-block .accordion-header .accordion-title {
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
  display: inline-block;
  /*float: left;*/
  color: #435a8a;
  font-weight: bold;
  margin: 0;
}

/*.accordion-block .accordion-header:hover .accordion-title {
  color: #001c87;
}*/

.accordion-block .accordion-header svg.icon-main-menu-arrow {
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  display: inline-block;
  position: relative;
  /*float: right;*/
  width: 10px;
  height: 6px;
  margin-left: 6px;
  top: -3px;
  fill: #435a8a;
}

/*.accordion-block .accordion-header:hover svg.icon-main-menu-arrow {
  fill: #001c87;
}*/

/*.accordion-block.opened .accordion-title {
  color: #001c87;
}*/

.accordion-block.opened svg.icon-main-menu-arrow {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  /*fill: #001c87;*/
}

.accordion-block .accordion-outer-body {
  -webkit-transition: max-height 0.2s ease;
  -moz-transition: max-height 0.2s ease;
  -o-transition: max-height 0.2s ease;
  transition: max-height 0.2s ease;
  display: block;
  max-height: 0;
  overflow: hidden;
}

.accordion-block.opened .accordion-outer-body {
  max-height: 500px;
}

.accordion-block .accordion-body {
  padding: 15px 20px;
}
.accordion-block .accordion-body .cat-link {
	display: block;
	color: #435a8a;
	font-weight: bold;
	text-align: center;
	-webkit-transition: opacity 0.2s ease;
	-moz-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}
.accordion-block .accordion-body .cat-link:hover {
	text-decoration: none;
}
.accordion-block .accordion-inner-body:hover .cat-link {
	opacity: 0.5;
}
.accordion-block .accordion-inner-body:hover .cat-link:hover {
	opacity: 1;
}


/*==============================HEADER NAV============================================ */
.nav-wrap {
	float: right;
	justify-content: flex-end;
}

.nav-inner {
	float: right;
	margin-right: 20px;
}

.nav .btn {
	float: right;
}

.nav__top, .nav__primary {
	clear: both;
}

.nav__top {
	margin-right: 15px;
	padding-top: 23px;
	padding-bottom: 10px;
}
.nav__top li {
	float: left;
	margin: 0 0  0 20px;
}
.nav__top li a {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}
.nav__top a {
	display: block;
	color: #b1b3b6;
}
.home .nav__top a {
	color: #fff;
}

.nav__top .menu-item {
	float: left;
}
.nav__top .languages-menu {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.nav__top .languages-menu a {
	margin-right: 10px;
}
.nav__top .languages-menu a:last-child {
	margin-right: 0;
}
.nav__top .sub-menu {
	display: none;
}

/* ==========================================================================
	 HEADER SUBNAVIGATION
	 ========================================================================== */
.subnav {
	position: absolute;
	top: 100%;
	left: 0;
	padding-left: 0;
	list-style: none;
	margin: 0;
	min-width: 280px;
	background-color: #3789F5;
	padding: 14px 0;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.2s cubic-bezier(0.41, 0.39, 0.26, 1);
	-moz-transition: opacity 0.2s cubic-bezier(0.41, 0.39, 0.26, 1);
	transition: opacity 0.2s cubic-bezier(0.41, 0.39, 0.26, 1);
	z-index: -1;
}
.subnav__item {
	display: block;
	margin: 0;
}
.subnav__link {
	display: block;
	font-size: 13px;
	font-weight: 700;
	line-height: 20px;
	padding: 8px 18px;
	color: #fff;
	-webkit-transition: background-color 0.2s cubic-bezier(0.41, 0.39, 0.26, 1);
	-moz-transition: background-color 0.2s cubic-bezier(0.41, 0.39, 0.26, 1);
	transition: background-color 0.2s cubic-bezier(0.41, 0.39, 0.26, 1);
}
.subnav__link:hover {
	text-decoration: none;
	color: #fff;
	background-color: #0c6ded;
}
.subnav__link:focus {
	outline: none;
}

@media screen and (max-width: 768px) {
	.subnav {
		position: static;
		min-width: 0;
		visibility: visible;
		opacity: 1;
		background-color: rgba(22, 22, 22, 0.2);
	}
	.subnav__link {
		padding: 8px 18px 8px 43px;
	}
}
/* ==========================================================================
	 LOGO
	 ========================================================================== */
.logo {
	display: block;
	position: relative;
	z-index: 100;
	/*max-width: 174px;*/
	float: left;
}
.logo > img {
	display: block;
	width: 170px;
	max-width: inherit;
}

/* ==========================================================================
	 FOOTER
	 ========================================================================== */
.footer {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding: 41px 0 21px;
	background-color: #0F0F0F;
	color: #fff;
	z-index: 1;
}
.footer hr {
	margin-bottom: 41px;
}
.footer h2, .footer h3 {
	text-align: center;
}
.footer a {
	color: #fff;
}
.footer a:hover, .footer a:focus, .footer a:active {
	color: #fff;
}
.footer p {
	margin-bottom: 0;
}
.footer p + ul {
	margin-top: 14px;
}
.footer__copy {
	float: left;
	color: #ffffff;
	font-size: 15px;
	line-height: 22px;
	text-align: left;
	width: 264px;
	margin-top: 14px;
}
.footer__copy a {
	color: #889fcd;
}
.footer__copy a:hover,
.footer__copy a:focus,
.footer__copy a:active {
	color: #fff;
	text-decoration: none;
}
.footer__social {
	padding-left: 0;
	list-style: none;
	text-align: center;
	margin-top: 5px !important;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.footer__social a {
	opacity: 1;
	display: block;
	-webkit-transition: opacity 0.2s cubic-bezier(0.41, 0.39, 0.26, 1);
	-moz-transition: opacity 0.2s cubic-bezier(0.41, 0.39, 0.26, 1);
	transition: opacity 0.2s cubic-bezier(0.41, 0.39, 0.26, 1);
}
.footer__social a:hover, .footer__social a:focus, .footer__social a:active {
	opacity: .5;
}
.footer__social svg {
	fill: #D8DADE;
}
.footer__social li {
	display: inline-block;
	margin: 0 0  0 15px;
}
.footer__social li:first-child {
	margin: 0;
}

.partners-icons {
	padding-top: 35px;
}

@media screen and (max-width: 768px) {
	.footer .col--md-half {
		margin-bottom: 34px;
	}
}
@media screen and (max-width: 620px) {
	.footer {
		text-align: center;
	}
	.footer__copy, .footer__social {
		float: none;
		display: block;
		text-align: center;
	}
	.footer p.footer__copy {
		margin-bottom: 22px;
	}
}
.footer__copy br {
	display: none;
}

.footer-partner-icons-list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	-ms-align-items: flex-end;
	align-items: flex-end;
	align-content: flex-end;
}
.footer-partner-icons-list .footer-partner-link {
	display: block;
	margin-left: 15px;
	margin-right: 15px;
}
.footer-partner-icons-list .footer-partner-link img {
	display: block;
}
@media screen and (max-width: 768px) {
	.footer-partner-icons-list {
		flex-wrap: wrap;
		justify-content: center;
	}
	.footer-partner-icons-list .footer-partner-link {
		margin-bottom: 30px;
	}
}

/* ==========================================================================
	HOME
	 ========================================================================== */
/*=====================home about=====================*/
.home .section-about .grid-flex {
	flex-wrap: nowrap;
}
.section-about {
	color: white;
}
.section-about .panel {
	padding: 60px 0 53px 0;
}

.section-about .btn {
	display: table;
	float: none;
	width: auto;
	max-width: inherit;
	margin: 0 auto;
}

.container__inner {
	max-width: 1110px;
}

.panel {
	overflow: hidden;
}

/*=====================home PROJECTS====================*/
.home .project-box-wrap {
	margin-bottom: 15px;
}

/*=====================home SERVCIES=====================*/
.title-lines-outer-block {
	display: block;
	position: relative;
	overflow: hidden;
}
.title-lines-outer-block .title-with-lines {
	position: relative;
}
.title-lines-outer-block .title-with-lines:before {
	position: absolute;
	content: '';
	background-color: #f0f0f0;
	width: 100vw;
	height: 3px;
	top: 50%;
	top: calc(50% - 1.5px);
	left: -100vw;
	left: calc(-100vw - 30px);
}
.title-lines-outer-block .title-with-lines:after {
	position: absolute;
	content: '';
	background-color: #f0f0f0;
	width: 100vw;
	height: 3px;
	top: 50%;
	top: calc(50% - 1.5px);
	right: -100vw;
	right: calc(-100vw - 30px);
}

.home .section-services .has-arw {
	margin-bottom: 40px;
}
.home .section-services .service-cat {
	margin-bottom: 50px;
}

.home .section-services .service-cat .service-link {
	display: table;
	margin-left: auto;
	margin-right: auto;
}

.home .section-services h3 {
	text-align: center;
	/*position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);*/
}

.service-cat h3 {
	text-transform: uppercase;
}

@media screen and (min-width: 1025px) {
	.home .section-services .service-item .service-img.not-loaded {
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		-o-transform: translateY(20px);
		transform: translateY(20px);
		opacity: 0;
	}

	.section-services .service-item img {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
		-webkit-transition: all 0.4s cubic-bezier(0.41, 0.39, 0.26, 1);
		-o-transition: all 0.4s cubic-bezier(0.41, 0.39, 0.26, 1);
		transition: all 0.4s cubic-bezier(0.41, 0.39, 0.26, 1);
	}

	.section-services .service-item .service-link:hover img {
		-webkit-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		-o-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}


/*=====================home bottom panels=====================*/
.panel {
	padding: 30px 34px;
	background-color: transparent;
	position: relative;
}

.section-contacts {
	font-size: 18px;
	line-height: 1.67;
	text-align: center;
	color: #ffffff;
}
.home .section-contacts,
.page-template-default .section-contacts {
	/*background-color: #3A849E;*/
	background-color: #000F9E;
}
.section-contacts .btn {
	margin: 0 auto;
	max-width: 180px;
	background: transparent;
}

.panel-box {
	min-height: 435px;
	padding: 56px 66px;
}
.panel-box.no-pad {
	padding: 0;
}
.panel-box h3 {
	margin-bottom: 40px;
}
.panel-box .btn {
	margin-top: 15px;
}
.panel-box a {
	color: #c0d8d8;
}

.panel-box {
	min-height: 0;
}

.eqWrap {
	display: flex;
	margin-left: 0;
	margin-right: 0;
}

.eq {
	padding: 56px 66px;
}

.equalHW {
	flex: 1;
}

.home .section-news .news {
	padding-top: 0;
}

/*.home .btn {
	min-width: 150px;
	max-width: 150px;
}*/

.home .section-contacts .btn {
	min-width: 185px;
	max-width: 185px;
}

.home .publication-item {
	padding-bottom: 0;
}

/* ==========================================================================
CONTACTS
	 ========================================================================== */
.page-template-page-contacts .banner-caption h1 {
	display: none;
}

.page-template-page-contacts .section-banner {
	height: 400px;
	overflow: hidden;
}

.section-contacts {
	position: relative;
	z-index: 10;
}

.contact-sidebar {
	display: block;
	position: relative;
	float: left;
	width: 35%;
	top: -140px;
}


/*---CONTACT PAGE BOXES--*/
.contact-box {
	padding: 52px;
	margin-bottom: 60px;
}
.contact-box .box-grey {
	background: #f0f0f0;
	color: #3a3a3a;
	padding-top: 78px;
	padding-bottom: 58px;
}
.contact-box .box-blue {
	min-height: 418px;
	padding-top: 45px;
	color: #fff;
	background-color: #3a849e;
}
.contact-box .box-blue a {
	color: #c0d8d8;
}

.contact-box h2 {
	/*font-family: Raleway;*/
	font-family: 'Arial', serif;
	font-size: 30px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}

/*---CONTACT EMPOLEES--*/
.employee-position {
	text-transform: uppercase;
}

.page-template-page-contacts .persons {
	position: relative;
	top: -30px;
}

/*.employee-image {
	
}*/

.employee-row {
	padding-bottom: 50px;
}

/* ==========================================================================
	 SERVICES
	 ========================================================================== */
/*---services---*/
.section-services .service-item {
	min-height: 195px;
}
.section-services .service-item:first-child {
	height: 195px;
}

/*.section-services .service-item {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}*/

.service-link img {
	margin: 0 auto;
	display: block;
}
.service-link span {
	float: left;
	width: 100%;
	text-align: center;
	font-family: arial;
	font-size: 22px;
	font-weight: 700;
	padding-top: 12px;
}

.border-right {
	border-right: solid 3px #f0f0f0;
}

/*======================SERVICES LISTING=========================================== */
.services-listing {
	padding-top: 20px;
}
.services-listing .grid {
	padding-top: 90px;
}
.services-listing .grid:first-child {
	padding-top: 0;
}

/* ==========================================================================
	 SOCIAL SHARE
	 ========================================================================== */
/*-----social--share-------*/
.social-share--links svg path {
	-webkit-transition: fill 0.2s cubic-bezier(0.41, 0.39, 0.26, 1);
	-moz-transition: fill 0.2s cubic-bezier(0.41, 0.39, 0.26, 1);
	transition: fill 0.2s cubic-bezier(0.41, 0.39, 0.26, 1);
	fill: #c5c5c5;
}

.social-share--links .share-twitter:hover svg path {
	fill: #1DA1F2;
}

.social-share--links .share-fb:hover svg path {
	fill: #365899;
}

.social-share--links .share-linkedin:hover svg path {
	fill: #0077B5;
}

.social-share--links {
	float: left;
	padding: 0;
}

.social-share--links [class^="ico-"],
.social-share--links [class*=" ico-"] {
	width: 40px;
	height: 40px;
	display: inline-block;
}
.social-share--links [class^="ico-"] img,
.social-share--links [class*=" ico-"] img,
.social-share--links [class^="ico-"] svg,
.social-share--links [class*=" ico-"] svg {
	width: 40px;
	height: 40px;
}

.social-share {
	max-width: 313px;
	float: right;
	overflow: hidden;
}
.social-share h4 {
	font-size: 22px;
	margin-bottom: 18px;
	font-weight: bold;
	color: #3a3a3a;
}

.social-share li {
	float: left;
	list-style: none;
	margin: 0 20px 0 0;
}

.social-share--links li:last-child {
	margin: 0;
}

/* ==========================================================================
 BANNER
	 ========================================================================== */
.banner-type-2 {
	color: white;
}
.banner-type-2 *, .banner-type-2 .intro, .banner-type-2 .intro p {
	color: white;
}
.banner-type-2 .has-arw:after {
	background: url(../icons/sections/white-arrow.svg);
}
.banner-type-2 h1 {
	width: 100%;
	text-transform: uppercase;
	text-align: center;
}

.banner-caption {
	width: 100%;
}

.banner-caption.p-rel {
	max-width: 540px;
	margin: 0 auto;
	bottom: 0;
	top: 65px;
	text-align: center;
	position: relative;
}
.banner-caption.p-rel p {
	margin-bottom: 16px;
}
.banner-caption.p-rel a {
	color: white;
}
.banner-caption.p-rel h1 {
	max-width: 100%;
}

/* ==========================================================================
	 PROJECTS
	 ========================================================================== */
.section-projects {
	color: white;
	/*background-color: #000F9E;*/
	overflow: hidden;
}

.section-projects .btn {
	margin: 0 auto;
}

.project-box-wrap {
	position: relative;
	margin-bottom: 5px;
}

.project-box {
	position: relative;
	overflow: hidden;
	display: block;
	width: 100%;
}
.project-box img {
	width: 100%;
	height: 100%;
}

.project-box > img {
	float: left;
}

.project-box-wrap {
	position: relative;
	margin-bottom: 5px;
}

/* =================project lst ========================================================= */
.projects-lisiting {
	padding-bottom: 60px;
	overflow: hidden;
}

.projects-lisiting .col--third > a {
	color: #ffffff;
	font-size: 27px;
	font-weight: bold;
	line-height: 1.3;
	text-align: left;
	-webkit-transition: opacity 0.2s ease;
	-moz-transition: opacity 0.2s ease;
	-ms-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;

	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}
.projects-lisiting .col--third > a:hover {
	text-decoration: none;
	opacity: 0.8;
}

.projects-lisiting .tags-wrap.pos-abs {
	bottom: 10px;
}

/* =================project lst full========================================================= */
.projects-lst-full .col--third {
	margin-bottom: 85px;
}

.projects-lst-full .project-box-wrap {
	margin-bottom: 10px;
}

.post-type-archive-project .projects-lisiting {
	padding-bottom: 0px;
}

.section-projects-green.section.no-pad {
	padding-bottom: 80px;
}

/* =================projects green========================================================= */
.section-projects-green .post-filters {
	/*background: #48b8b8;*/
	background: #889fcd;
}

.section-projects-green .post-filters {
	margin-bottom: 40px;
	/*background: #48b8b8;*/
	background: #889fcd;
}
.section-projects-green input {
	padding: 10px;
}
.section-projects-green input, .section-projects-green .custom-select {
	border-color: transparent;
}

/* ==========================================================================
	 PROJECTS TAGS
	 ========================================================================== */
.project-box {
	overflow: hidden;
	display: block;
}

.project-box-wrap {
	position: relative;
	margin-bottom: 5px;
}

.project-box .tags-wrap {
	position: absolute;
	bottom: 20px;
	left: 15px;
}
.project-box .tags-wrap .tag {
	border: 1px solid white;
	color: #ffffff;
	color: white;
}
.tags-wrap .tag {
	position: relative;
	float: left;
	color: #aaaaaa;
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	text-align: left;
	background: #f0f0f0;
	border-radius: 2px;
	border: 1px solid #f0f0f0;
	border-right: none;
	padding: 4px 8px;
	margin: 0 20px 0 0;
	z-index: 1;
}
.tags-wrap .tag:after {
	display: block;
	position: absolute;
	content: '';
	top: -1px;
	right: -7px;
	width: 23px;
	height: 23px;
	background: #f0f0f0;
	border-radius: 2px;
	border-right: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	z-index: -1;
}
.tags-wrap .tag.tag-fb {
	color: #ffffff;
	background: #2b4c90;
	border-color: #2b4c90;
}
.tags-wrap .tag.tag-fb:after {
	background: #2b4c90;
	border-color: #2b4c90;
}
.tags-wrap .tag.tag-twitter {
	color: #ffffff;
	background: #00aced;
	border-color: #00aced;
}

/*.tag-wrap {
	position: relative;
	overflow: hidden;
	display: inline-block;
}*/

.tags-wrap.pos-abs {
	position: absolute;
	bottom: 28px;
	left: 15px;
}

.tags-white .tag {
	color: white;
	background-color: transparent;
	border-color: #fff;
}

.tags-white .tag:after {
	background: transparent;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.tags-white .tag-fb:after {
	background: #2b4c90;
	border-color: #2b4c90;
}

.tags-wrap .flag {
	width: 23px;
	height: 23px;
	top: 0;
	margin-right: 5px;
}

/*.tags-white .tag:after {
	top: -4px;
	right: -6px;
}*/

/* ==========================================================================
	NEWS
	 ========================================================================== */
.section-news .col--two-thirds {
	border-right: solid 3px #f0f0f0;
}

.section-news {
	padding-top: 40px;
	overflow: hidden;
}

.news-item {
	float: left;
	clear: both;
	padding-bottom: 24px;
}

/*---news listing lg ---*/
.news-listing-lg .news-item-image {
	max-width: 475px;
	float: left;

	/*max-width: 475px;
	float: left;
	min-width: 475px;*/
}
.news-listing-lg .news-item-image img {
	width: 100%;
	max-height: 323px;
}
.news-listing-lg .news-item-desc {
	width: calc(100% - 475px);
	padding-left: 20px;
	float: left;
}
.news-listing-lg .news-item {
	padding-bottom: 90px;
}
.news-listing-lg .news-item {
	width: 100%;
}

.news-item-image {
	max-width: 255px;
	float: left;
	overflow: hidden;
}
.news-item-image img {
	width: 100%;
}

.news-item-desc {
	width: calc(100% - 255px);
	padding-left: 20px;
	float: left;
}
.news-item-desc h4 {
	margin-bottom: 10px;
}

.news-listing {
	overflow: hidden;
}


/*-----------news------lg-------------*/
.news-item-lg .news-item-image {
	width: 100%;
	max-width: 1280px;
	height: 520px;
	overflow: hidden;
	position: relative;
}
.news-item-lg .news-item-image {
	background-color: #eee;
	background-position: center center;
	background-size: cover;
	min-width: 340px;
}
.news-item-lg .news-item-image img:not(.flag) {
	width: 100%;
}
.news-item-lg .news-item-desc {
	width: 100%;
}

.news-item-image-caption {
	position: absolute;
	bottom: 34px;
	left: 0;
	width: 100%;
	color: white;
	text-align: center;
}

/*.news-item-lg .tag {
	background: transparent !important;
	color: white;
	border: 1px solid white;
}*/

.news-item-image-caption, .news-item-image-caption a {
	font-size: 40px;
	font-weight: 700 !important;
	line-height: 1.13;
	text-align: center;
	color: #ffffff;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
}

.news-item-desc a {
	color: #3a3a3a;
	-webkit-transition: opacity 0.2s ease;
	-moz-transition: opacity 0.2s ease;
	-ms-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}
.news-item-desc a:hover {
	text-decoration: none;
	opacity: 0.8;
}

.news-listing-lg .news-item-desc {
	padding-top: 30px;
	padding-left: 65px;
}

.news-item-lg {
	width: 100%;
}

.news-item-image-caption {
	color: white;
}
.news-item-image-caption a {
	display: inline-block;
	max-width: 65%;
	margin: 0 auto;
	color: #fff;
	-webkit-transition: opacity 0.2s ease;
	-moz-transition: opacity 0.2s ease;
	-ms-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}
.news-item-image-caption a:hover {
	opacity: 0.8;
	text-decoration: none;
}

.news-item-image-caption h1 {
	letter-spacing: 1px;
	/*font-family: Raleway;*/
	font-family: 'Arial', serif;
	font-size: 40px;
	font-weight: bold;
	line-height: 1.13;
	color: #ffffff;
}

.news-item-date {
	color: #aaaaaa;
}

.news-item-lg .news-item-desc {
	padding-top: 20px;
}
.news-item-lg .news-item-excerpt {
	float: right;
	width: calc(100% - 130px);
}
.news-item-lg .news-item-date {
	width: 130px;
	float: left;
}

.news-archive .news-item-date {
	padding-top: 10px;
	padding-bottom: 10px;
	display: inline-block;
}

.section-news .news {
	padding-top: 20px;
}
.section-news .news .filter {
	top: 35px;
	right: 0;
}

/* =======================NEWS LISTING=================================================== */
.news-listing-lg .news-item:last-child {
	padding-bottom: 70px;
}

/* ==========================================================================
	 PUBLICATION
	 ========================================================================== */
.publication {
	float: left;
	overflow: hidden;
	clear: both;
}

.publication-item-image {
	width: 350px;
	overflow: hidden;
	margin-bottom: 20px;
}
.publication-item-image img {
	width: 100%;
}

.publication-item-desc {
	clear: both;
}

/*----pub btn--*/
.col-btn {
	padding-bottom: 75px;
	position: relative;
}
.col-btn .btn {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
}

/* ================publication listing==============================*/
.publication-listing-inner {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 30px;
}

.publication-listing .publication-item {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 100%;
	padding-bottom: 0;
	margin-bottom: 90px;
	/*overflow: hidden;*/
}
.publication-listing .publication-item-image {
	-ms-align-self: flex-start;
	align-self: flex-start;
	display: block;
	float: left;
	min-width: 20%;
	width: 20%;
	height: auto;
	margin-right: 30px;
	margin-bottom: 0;
}
.publication-listing .publication-item-image img {
	display: block;
	width: 100%;
}
.publication-listing .publication-item-desc {
	width: calc(100% - 285px);
	clear: none;
	float: left;
}
.publication-listing .publication-item-desc .publication-item-date:last-child {
	padding-bottom: 0;
}

.publication-item-right-desc {
	display: block;
	float: left;
	font-family: Arial;
	background-color: #F0F0F0;
	min-width: 25%;
	width: 100%;
	max-width: 250px;
	padding: 30px;
	margin-left: 30px;
}
.publication-item-right-desc-inner-block {
	display: block;
	width: 100%;
}
.publication-item-right-desc-item {
	display: block;
	margin-bottom: 10px;
}
.publication-item-right-desc-item .table-cell {
	display: block;
}
.publication-item-right-desc-item .table-cell {
	display: block;
}
.publication-item-right-desc-item .pdf-btn {
	min-width: auto;
	margin-top: 20px;
}

/* ================single publication=============================*/
.single-publication .text-zone {
	padding-left: 0;
	max-width: 730px;
}
.single-publication .text-zone .intro {
	max-width: 540px;
}

.single-publication .banner-small, .single-publication .banner, .single-publication .banner-container {
	height: 253px;
}
.single-publication .banner-caption {
	bottom: 50px;
}
.single-publication .col-right .btn-violet {
	margin-top: 20px;
}
.single-publication .social-share:not(.is_stuck) {
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
}

/*---publication cover --*/
.publication-cover {
	width: 350px;
	height: 500px;
}
.publication-cover img {
	width: 100%;
}

.publication-cover.shift-top {
	top: -250px;
	position: relative;
}

/* ==========================================================================
VACCANCY
	 ========================================================================== */
/*----vaccancy panel--*/
.vaccancy-panel {
	padding: 60px 66px 50px 66px;
	margin-top: 54px;
	margin-left: -84px;
	overflow: hidden;
	margin-bottom: 40px;
	font-size: 18px;
	line-height: 1.56;
	/*background-color: #207fa0;*/
	background-color: #000F9E;
	color: white;
}
.vaccancy-panel .btn-wrap .btn {
	margin-top: 20px;
}
.vaccancy-panel h3 {
	text-transform: uppercase;
	margin-bottom: 25px;
}
.vaccancy-panel li {
	padding-bottom: 20px;
	position: relative;
	list-style: none;
}
.vaccancy-panel li:before {
	position: absolute;
	left: -25px;
	top: 10px;
	content: "";
	width: 10px;
	border-radius: 50%;
	height: 10px;
	background: white;
}
.vaccancy-panel .col {
	width: 50%;
	float: left;
	padding: 0 40px 0 0;
}
.vaccancy-panel .col + .col {
	padding-left: 30px;
}

/*---single vaccancy--*/
.single-vaccancy .banner-small, .single-vaccancy .banner-small .container {
	height: 253px;
}

.vaccancy-title {
	/*background-color: #207fa0;*/
	background-color: #000F9E;
	color: white;
	float: left;
}

/* ==========================================================================
RELATED
	 ========================================================================== */
.section-related {
	padding-top: 45px;
}
.section-related .btn {
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	float: left;
	position: relative;
	max-width: 1000px;
}

/* ==========================================================================
VACCANCY LISTING
	 ========================================================================== */
.vacancy-banner-section {
	position: relative;
}
.vacancy-banner-section:after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 100%;
	height: 100%;
	opacity: 0.5;
	background-color: #2d4471;
	-webkit-transition: opacity 0.4s cubic-bezier(0.41, 0.39, 0.26, 1);
	-moz-transition: opacity 0.4s cubic-bezier(0.41, 0.39, 0.26, 1);
	transition: opacity 0.4s cubic-bezier(0.41, 0.39, 0.26, 1);
}
.vacancy-banner-section:hover:after {
	opacity: 0.8;
}
.vacancy-banner-section .banner-caption.p-rel {
	z-index: 10;
}

.single-vaccancy .text-zone {
	padding-left: 90px;
}

.page-template-archive-vaccancy .banner,
.post-type-archive-vaccancy .banner {
	max-height: inherit;
}

.section-vaccancies .container {
	max-width: 1210px;
}

.vaccancy-listing {
	position: relative;
	top: -80px;
}

.vaccancy-item {
	min-height: 150px;
	margin-bottom: 60px;
	position: relative;
}
.vaccancy-item .vaccancy-icon {
	position: absolute;
	left: 70px;
	top: 20px;
	width: 72px;
	height: 60px;
	position: "absolute";
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.vaccancy-item:last-child {
	margin-bottom: 22px;
}

.vaccancy-item .grid {
	display: table;
}
.vaccancy-item .grid .col--two-fifths, .vaccancy-item .grid .col--three-fifths {
	display: table-cell;
}

.vaccancy-title {
	display: table;
	position: relative;
	float: none;
	color: #fff;
	font-size: 27px;
	font-weight: 700;
	line-height: 1.3;
	vertical-align: middle;
	min-width: 470px;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 200px;
}
.vaccancy-title a {
	display: table-cell;
	font-size: 27px;
	font-weight: 700;
	line-height: 1.3;
	vertical-align: middle;
	min-height: 100px;
	color: white;

	-webkit-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}
.vaccancy-title a:hover {
	text-decoration: none;
	opacity: 0.7;
}

.vaccancy-desc {
	background-color: #f0f0f0;
	float: none;
	padding: 35px 0 32px 0;
	position: relative;
}

.vaccancy-text {
	max-width: 424px;
	padding: 0 64px;
	float: left;
}

.vaccancy-desc .btn {
	float: left;
	background: transparent;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 66px;
}

/* ==========================================================================
	 CONTACTS
	 ========================================================================== */
.section-contacts {
	color: #000;
	padding-bottom: 40px;
}
.section-contacts.color-white {
	color: #fff;
	overflow: hidden;
}

/* ==========================================================================
EMPLOYEE
	 ========================================================================== */
.section-employees {
	background-color: #f0f0f0;
	padding: 0;
}
.section-employees:not(.new-section-employees) {
	background-color: #f0f0f0;
}

.section-employees:not(.new-section-employees) > .container {
	padding: 0;
}

/*---employee cols--*/
.employee-cols {
	display: block;
	width: 100%;
	max-width: 940px;
	padding-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
}

/*.employee-col {
	position: relative;
	max-width: 480px;
}*/
.employee-col hr {
	margin: 0 0 30px 0;
}

/*.employee-col:first-child {
	margin-top: -135px;
	margin-right: 50px;
	float: left;
}*/


.employee-cols .employee-info-block {
	display: block;
	float: left;
	width: 40%;
	padding-right: 40px;
	margin-top: -110px;
}
.employee-cols .employee-info-block .employee-image {
	display: block;
	float: left;
	width: 100%;
	max-width: 291px;
	height: auto;
	border: 3px solid #f0f0f0;
	margin-bottom: 30px;
}
.employee-cols .employee-info-block .employee-info {
	display: block;
	clear: both;
	top: inherit;
}
.employee-cols .employee-info-block .employee-name {
	display: block;
	padding: 0;
	margin-bottom: 10px;
}
.employee-cols .employee-info-block .employee-name .flag {
	display: inline-block;
	position: relative;
	width: 23px;
	height: 23px;
	top: 2px;
	margin-left: 5px;
}

.employee-cols .employee-description-block {
	display: block;
	float: left;
	position: relative;
	width: 60%;
}
.employee-cols .employee-description-block .employee-bio {
	display: block;
	max-width: 475px;
	margin-top: 94px;
	margin-bottom: 40px;
}
.employee-bio .morecontent span {
    display: none;
}
.employee-bio .morecontent span.is-active {
	display: inline;
}
.employee-bio .moreellipses.is-active {
	display: none;
}
.employee-bio .btn-show-more {
    display: block;
    float: left;
    margin-top: 40px;
}
.employee-cols .employee-description-block .employee-close {
	display: block;
	position: absolute;
	top: 0;
	right: -26px;
}
.employee-cols .employee-description-block .employee-close img {
	display: block;
}

.employee-cols .employees-nav-arws {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.employee-cols .employees-nav-arws > a {
	display: block;
	float: left;
	margin-right: 30px;
}
.employee-cols .employees-nav-arws img {
	display: block;
}
.employee-cols .employees-nav-arws > a:last-child {
	margin-right: 0;
}

/*---employee info-*/
.employee-info {
	position: relative;
	top: -15px;
}
.employee-info p {
	margin: 0;
}

.employee-close {
	position: absolute;
	top: 5px;
	right: -100px;
}

/*---employee panel---*/
.employee-panel {
	position: relative;
	background-color: #f0f0f0;
	width: 100%;
	padding-top: 50px;
	float: left;
}
.employee-panel a:not(.btn) {
	/*color: #30a8a8;*/
	color: #017EE1;
	-webkit-transition: opacity 0.2s ease;
	-moz-transition: opacity 0.2s ease;
	-ms-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}
.employee-panel a:not(.btn):hover {
	text-decoration: none;
	opacity: 0.8;
}

.employee-panel.employee-closed {
	padding: 0;
}

.employee-panel-inner {
	display: block;
	/*max-width: 940px;*/
	max-width: 1280px;
	padding-left: 85px;
	padding-right: 85px;
	margin: 0 auto;
}


.employee-image {
	display: block;
	width: 285px;
	border: 3px solid #f0f0f0;
}
.employee-image img {
	display: block;
	width: 100%;
	height: auto;
}

.employee-name {
	padding: 40px 0 35px 0;
	margin: 0;
}
.employee-name .flag {
	top: 4px;
}

.employee-col p:last-child {
	margin: 0 0 2em;
}

/*---employee nav-*/
.employees-nav {
	display: block;
	clear: both;
}
.employees-nav .btn {
	color: #486090;
	float: left;
	background-color: transparent;
}


/*---employee listing---*/
.employees-listing {
	position: relative;
	float: left;
	overflow: hidden;
	width: 100%;
}

.employee-item {
	position: relative;
	background-size: contain !important;
}

.employees-filter {
	padding-top: 65px;
	padding-bottom: 20px;
}

/*---employee filter--*/
.employees-filter,
.filter-wrap {
	background: white;
}

.employees-filter {
	padding-top: 75px;
}

.employees-filter .container,
.filter-wrap .container {
	position: relative;
}

/* ===================================EMPLOYEES LISTING======================================= */
.emplyees-listing-small {
	display: block;
	float: left;
	width: 65%;
	padding-left: 130px;
}
.emplyees-listing-small .employee-image {
	display: block;
	float: left;
	width: 126px;
	height: 126px;
	border-radius: 50%;
	border: none;
	overflow: hidden;
	/*margin-top: 28px;*/
	margin-right: 30px;
}
.emplyees-listing-small .employee-info {
	float: left;
	text-align: left;
	padding-top: 4px;
	top: inherit;
}
.emplyees-listing-small .employee-info a.email {
	/*color: #30a8a8;*/
	color: #017EE1;
}
.emplyees-listing-small .employee-info a.email:hover {
	/*color: #2f8e8e;*/
	color: #0669b8;
	text-decoration: none;
}
.emplyees-listing-small .employee-info hr {
	margin-bottom: 25px;
}
.emplyees-listing-small .employee-name {
	display: block;
	color: #486090;
	font-size: 18px;
	padding-top: 0;
	padding-bottom: 5px;
}
.emplyees-listing-small .employee-name .flag {
	display: none;
}

.employee-row {
	display: block;
	clear: both;
	width: 100%;
	padding-bottom: 50px;
}

#contacts-btn-go-to-vacancies {
	display: table;
	clear: both;
	/*color: #30a8a8;*/
	color: #017EE1;
	margin-bottom: 50px;
}
#contacts-btn-go-to-vacancies:hover {
	/*color: #2f8e8e;*/
	color: #0669b8;
	text-decoration: none;
}


#btn-home-contact-us {
	display: table;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
.related-people-section {
	display: block;
	padding-bottom: 0;
}
.related-people-section:not(.with-related-publication) {
	padding-top: 0;
}
.related-people-list {
	display: block;
}
.related-people-list .employee-row {
	display: block;
	float: left;
	clear: none;
	width: 50%;
}
.related-people-list .employee-row:nth-child(2n+1) {
	clear: both;
	padding-right: 20px;
}
.related-people-list .employee-row:nth-child(2n+2) {
	padding-left: 20px;
}
.related-people-list .employee-row .employee-image {
	display: block;
	float: left;
	width: 126px;
	height: 126px;
	border-radius: 50%;
	border: none;
	overflow: hidden;
	margin-right: 30px;
}
.related-people-list .employee-row .employee-image img {
	display: block;
	width: 100%;
	height: auto;
}
.related-people-list .employee-row .employee-info {
	display: block;
	float: left;
	text-align: left;
	width: calc(100% - 176px);
	top: inherit;
	padding-top: 4px;
}
.related-people-list .employee-row .employee-info .employee-name {
	display: block;
	color: #486090;
	font-size: 18px;
	padding-top: 0;
	padding-bottom: 5px;
}
.related-people-list .employee-row .employee-info .employee-position {
	text-transform: uppercase;
}
.related-people-list .employee-row .employee-info a.email {
	/*color: #30a8a8;*/
	color: #017EE1;
}
.related-people-list .employee-row .employee-info a.email:hover {
	/*color: #2f8e8e;*/
	color: #0669b8;
	text-decoration: none;
}
.related-people-section.single-people .section-title {
	text-align: left;
}
.related-people-list.single-people .employee-row {
	width: 100%;
	padding-right: 0;
}

/* ===================================EMPLOYEE LISTING  item======================================= */
.employee-item {
	position: relative;
	cursor: pointer;
	float: left;
	width: 10%;
	overflow: hidden;
	height: auto;
	padding-bottom: 10%;
	/* = width for a 1:1 aspect ratio */
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain !important;
}
.employee-item img {
	height: 100%;
}
.employee-item:after {
	position: absolute;
	content: "";
	background: #486090;
	background: -moz-linear-gradient(top, #486090 0%, #071633 100%);
	background: -webkit-linear-gradient(top, #486090 0%, #071633 100%);
	background: linear-gradient(top, #486090 0%, #071633 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#486090', endColorstr='#071633',GradientType=0 );
	opacity: 0.5;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: opacity 0.8s ease;
	-o-transition: opacity 0.8s ease;
	transition: opacity 0.8s ease;
}

.employee-item.current {
	z-index: 1;
	position: relative;
}
.employee-item.current:after {
	opacity: 0
}
.employee-item:not(.current):hover:after {
	opacity: 0.3;
}

/*@media screen and (-webkit-min-device-pixel-ratio: 0) {
	.employee-item {
		width: 125px;
	}
}*/
/* ==========================================================================
ERROR 404
	 ========================================================================== */
.error404 header {
	opacity: 0;
}

.section-404 {
	padding: 0;
}
.section-404 h1 {
	font-weight: bold;
}

.error-404-wrap {
	background: white;
	min-height: 470px;
	width: 400px;
	margin: 0 auto;
	padding: 75px 90px;
}

.content-404 {
	padding-top: 75px;
	float: left;
	width: 100%;
}

/* ==========================================================================
TEXT ZONE
	 ========================================================================== */
.page-template-default .text-zone {
	padding-left: 0;
}

.intro, .intro p {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.55;
	text-align: left;
	color: #3a3a3a;
}

.intro {
	margin-bottom: 35px;
}

.section-article {
	padding-top: 54px;
	padding-bottom: 40px;
}

.text-zone {
	float: left;
	/*width: 75%;*/
	/*max-width: 814px;*/
	width: 100%;
	max-width: 730px;
	padding-left: 84px;
}
.text-zone blockquote {
	width: 655px;
	/*height: 203px;*/
	/*font-family: Raleway;*/
	font-family: 'Arial', serif;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.55;
	text-align: left;
	color: #486090;
	border: none;
	position: relative;
	padding: 0 0 0 80px;
}
.text-zone blockquote:before {
	position: absolute;
	background: url("../icons/quote/quote-icon.svg") 0 0 no-repeat;
	content: "";
	left: 0;
	top: 0;
	width: 46px;
	height: 38px;
}

.text-zone a {
	/*color: #30a8a8;*/
	color: #017EE1;
}

/*---single article---*/
.section-article {
	padding-bottom: 80px;
}

.single-post .section-article {
	padding-bottom: 90px;
}

.flag {
	top: 8px;
	position: relative;
	width: 26px;
	height: 26px;
	border: none;
}

.single-post .banner-caption h1 {
	max-width: 65%;
}

.intro {
	margin-bottom: 45px;
}

.single .text-zone img {
	max-width: 480px;
	margin-bottom: 20px;
}
.single .text-zone img:not(.alignnone):not(.alignleft):not(.aligncenter):not(.alignright) {
	float: left;
	margin: 0 65px 20px -84px;
}
.single .text-zone img.alignleft {
	float: left;
	margin-right: 20px;
}
.single .text-zone img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.single .text-zone img.alignright {
	float: right;
	margin-left: 20px;
}

.container .col {
	float: left;
}
.container .col-right {
	float: right;
}

.date {
	font-size: 18px;
	color: #c0c0c0;
}

.page-header-section {
	display: block;
	background-color: #f0f0f0;
	padding: 54px 0 30px;
}
.page-header-section h1.has-arw {
	color: #3a3a3a;
	font-size: 35px;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
	text-transform: uppercase;
}

.page-template-default .banner-small {
	padding-bottom: 20px;
}
.page-template-default .banner-caption:not(.no-change) {
	bottom: inherit;
}
.page-template-default .banner-caption:not(.no-change) h1 {
	color: #3a3a3a;
}

/* ==========================================================================
TEXTUAL TEXT ZONE
	 ========================================================================== */
.wp-caption-text {
	font-size: 16px;
	line-height: 1.25;
	float: left;
	margin: 0 65px 20px -84px;
}

.wp-caption {
	float: left;
	margin-bottom: 38px;
}

.text-zone table {
	margin-top: 55px;
	margin-bottom: 55px;
	width: calc(100% + 84px);
	margin-left: -84px;
}
.text-zone table td {
	padding-left: 12px;
	border-bottom: 3px   solid #f0f0f0;
	padding: 12px 0 12px 22px;
}
.text-zone table th {
	padding: 12px 0 12px 22px;
	border-bottom: 3px   solid #f0f0f0;
	border-top: 3px   solid #f0f0f0;
	/*font-family: Raleway;*/
	font-family: 'Arial', serif;
	font-size: 18px;
	line-height: 1.5;
	text-align: left;
	color: #486090;
	padding-left: 12px;
}

.text-zone ol li {
	counter-increment: item;
	margin-bottom: 5px;
	list-style: none;
}
.text-zone ol li:before {
	margin-right: 10px;
	content: counter(item) ".";
	color: #486090;
	border-radius: 100%;
	font-weight: bold;
	width: 1.2em;
	text-align: center;
	display: inline-block;
}

.single:not(.single-vaccancy) .text-zone ul li {
	counter-increment: item;
	margin-bottom: 5px;
	list-style: none;
}
.single:not(.single-vaccancy) .text-zone ul li:before {
	margin-right: 10px;
	position: relative;
	top: -2px;
	content: "";
	width: 7px;
	height: 7px;
	background-color: #486090;
	border-radius: 50%;
	font-weight: bold;
	text-align: center;
	display: inline-block;
}

/* ==========================================================================
ACCORDION
	 ========================================================================== */
#only-one h2 {
	font-size: 33px;
	font-weight: 700;
	cursor: pointer;
}

#only-one .wpcf7-submit {
	margin-top: 10px;
}

#only-one {
	max-width: 730px;
	overflow: hidden;
}

#only-one p {
	width: 100%;
	float: left;
}

.acc-head {
	/*background: #30a8a8;*/
	background: #000F9E;
	color: white;
	padding: 17px 30px;
	position: relative;
}

.acc-head:hover {
	cursor: pointer;
	/*background-color: rgba(48, 168, 168, 0.7);*/
	/*background-color: rgba(0, 15, 158, 0.7);*/
	background-color: #017EE1;
	-webkit-transition: opacity .3s ease-in-out,background-color .3s ease-in-out;
	transition: opacity .3s ease-in-out,background-color .3s ease-in-out;
}

.open .acc-head {
	background-color: #017EE1;
}

#only-one .acc-head h2 {
	font-size: 24px;
	z-index: 100;
	text-align: left;
}

.acc-head h2 {
	/*    word-break: break-all;
			-webkit-hyphens: auto;
			-moz-hyphens: auto;
			-ms-hyphens: auto;
			hyphens: auto;
	*/
	-ms-word-break: keep-all;
	word-break: keep-all;
	word-break: keep-all;
}

[data-accordion] > [data-control]:after {
	content: "";
	position: absolute;
	right: 30px;
	top: 25px;
	background: url("../icons/akardeons/arrow-down.svg") center center no-repeat;
	width: 15px;
	height: 16px;
	display: block;
	font-family: "Gilroy-Bold", sans-serif;
	color: white;
}

.open[data-accordion] > [data-control]::after {
	-webkit-transition: -webkit-transform .2s ease;
	-moz-transition: -moz-transform .2s ease;
	-o-transition: -o-transform .2s ease;
	-webkit-transform: rotateX(180deg);
	-webkit-transition: all 2s ease-in-out;
	-webkit-perspective: 800px;
	-webkit-perspective-origin: 50% 100px;
	/* edited the line below by adding top also*/
	transition: transform .2s ease, top .2s ease;
}

#article-section + #coupon-redeem-section {
	padding-top: 0px;
}

.newsletter-email {
	-webkit-appearance: none;
	/*    -moz-appearance: none;
	appearance: none;*/
}

[data-accordion] {
	overflow: hidden;
}

.acc-panel {
	margin-bottom: 30px;
}

.copon-redeem-form {
	background: #f0f0f0;
	padding: 28px;
}
.copon-redeem-form p,
.copon-redeem-form li {
	font-size: 16px;
	line-height: 24px;
}
.copon-redeem-form p {
	margin-bottom: 16px;
}

/* ==========================================================================
SERVICES
	 ========================================================================== */
.single-service-icon {
	padding-left: 34px;
}

.service-item h3 {
	text-transform: uppercase;
}

.service-cat-title {
	padding-bottom: 60px;
	text-align: center;
	width: 100%;
}

/*---service listing---*/
.services-lst-full {
	overflow: hidden;
}
.services-lst-full .service-link,
.services-lst-full .service-item,
.services-lst-full .service-desc {
	float: left;
}
.services-lst-full .service-desc {
	width: calc(100% - 232px);
	color: #3a3a3a;
}
.services-lst-full .service-item {
	padding-bottom: 75px;
}
.services-lst-full .service-text,
.services-lst-full .service-title {
	float: left;
	width: 100%;
	color: #3a3a3a;
}
.services-lst-full .service-text a,
.services-lst-full .service-title a {
	color: #3a3a3a;
	-webkit-transition: opacity 0.2s ease;
	-moz-transition: opacity 0.2s ease;
	-ms-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}
.services-lst-full .service-text a:hover,
.services-lst-full .service-title a:hover {
	text-decoration: none;
	opacity: 0.8;
}
.services-lst-full .service-logo {
	padding-right: 32px;
	width: 190px;
}
.services-lst-full .service-title {
	font-size: 27px;
	font-weight: bold;
	line-height: 1.3;
	text-align: left;
	color: #3a3a3a;
	padding-bottom: 26px;
}

.page-template-archive-service .filter-wrap,
.post-type-archive-service .filter-wrap {
	padding-bottom: 0px;
}

.services-lst-full .service-cat-title {
	text-align: left;
	width: calc(100% - 42px);
	height: auto !important;
	min-height: inherit;
	border-bottom: 3px solid #f0f0f0;
	padding-bottom: 30px;
	margin-bottom: 60px;
}

/* ==========================================================================
PUBLLICATION COVER
	 ========================================================================== */
.publication-cover .btn {
	min-width: 160px;
	max-width: 160px;
}

.publication-cover .social-share:not(.is_stuck) {
	margin-top: 76px;
}

.single-publication .social-share:not(.is_stuck) {
	-moz-transform: translateX(-55%);
}

.post-type-archive-publication .publication-listing {
	padding-top: 26px;
}

.publication-item {
	padding-bottom: 150px;
	padding-left: 0;
}

.publication-item-image {
	width: 255px;
	height: 367px;
}
.publication-item-image img {
	height: 100%;
	width: 100%;
}

.publication-item-desc {
	color: #3a3a3a;
	float: left;
}
.publication-item-desc a {
	color: #3a3a3a;
	-webkit-transition: opacity 0.2s ease;
	-moz-transition: opacity 0.2s ease;
	-ms-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}
.publication-item-desc a:hover {
	text-decoration: none;
	opacity: 0.8;
}

.publication-item-date {
	color: #c0c0c0;
	float: left;
	padding-bottom: 35px;
}

.publication-item-title {
	padding-bottom: 10px;
	display: inline-block;
	width: 100%;
}

.publication-item-text {
	float: left;
	clear: both;
}

.post-type-archive-publication .publication-item-desc {
	padding-top: 20px;

	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

.col--half:nth-child(even) .publication-item {
	float: right;
}

.home .publication-item-image {
	width: 350px;
	height: auto;
	border: 3px solid #ededed;
}

.publication-cover img,
.publication-item-image img {
	border: 3px solid #ededed;
}

.home .publication-item-image img {
	border: none;
}

.publication-item-image img {
	float: left;
}

/* ==========================================================================
404
	 ========================================================================== */
.section-404 {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}

.error-404-wrap {
	padding: 65px 90px;
}

.content-404 {
	padding-top: 65px;
}

.news-item.news-item-lg {
	padding-bottom: 60px;
}
.news-item.news-item-lg .news-item-desc {
	padding-left: 0;
	padding-top: 22px;
}
.news-item.news-item-lg .news-item-date {
	padding-top: 4px;
}

/* ==========================================================================
PROJECTBOX
	 ========================================================================== */
.projects-lst-full {
	color: #3a3a3a;
}
.projects-lst-full .projects-lisiting a {
	color: #3a3a3a;
}
.projects-lst-full .col--third {
	/*min-height: 436px;*/
	margin-bottom: 85px;
}
.projects-lst-full .col--third:nth-child(3n+1) {
	clear: both;
}

.section-projects-green .news-item-excerpt,
.section-projects-green .news-item-image-caption a {
	color: white;
}
.section-projects-green .news-item-image-caption a {
	-webkit-transition: opacity 0.2s ease;
	-moz-transition: opacity 0.2s ease;
	-ms-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}
.section-projects-green .news-item-image-caption a:hover {
	text-decoration: none;
	opacity: 0.8;
}
.section-projects-green .news-item-excerpt {
	max-width: 750px;
	float: none;
	margin: 0 auto;
}

.section-projects-green .filter-wrap {
	/*background: #30a8a8;*/
	background: #000F9E;
}

.projects-lisiting-hero {
	background: #30a8a8;
}

.post-type-archive-project .projects-lisiting {
	padding-top: 30px;
}

.section-projects-green .filter {
	color: white;
}

.hero-project-wrap .container .projects-listing {
	overflow: hidden;
}

/* ==========================================================================
GALLERY
	 ========================================================================== */
.gallery {
	width: 909px;
	margin-left: -84px;
	margin-bottom: 50px;
	overflow: hidden;
}

.gallery-item {
	width: 300px;
	height: 300px;
	float: left;
	background-size: cover !important;
}

.gi-1 {
	width: 41.75824175824176%;
}

.gi-2 {
	width: 58.24175824175825%;
}

.gi-3 {
	width: 50%;
}

.gi-4 {
	width: 50%;
}

.olay {
	position: relative;
}
.olay:before {
	width: 100%;
	height: 100%;
	position: absolute;
	content: "";
	background: rgba(0, 0, 0, 0.5);
}
.olay .btn {
	z-index: 1;
	margin: 0 auto;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
	bottom: 160px !important;
}
.lg-outer .lg-thumb-outer {
	background-color: #000 !important;
}
.lg-outer .lg-thumb-item {
	border: none !important;
	border-radius: 0 !important;
}
.lg-outer .lg-thumb-item img {
	opacity: 0.3 !important;
}
.lg-outer .lg-thumb-item.active img {
	opacity: 1 !important;
}

/* ==========================================================================
RELATED PUB
	 ========================================================================== */
.related-publication {
	min-height: 250px;
	background: #f0f0f0;
	color: #a3a3a3;
}
.related-publication .btn {
	left: 80px;
	top: 60px;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	float: left;
	position: relative;
}
.related-publication .publication-item-title {
	text-align: left;
}
.related-publication .publication-item-desc {
	padding-left: 240px;
	max-width: 670px;
	text-align: left;
}
.related-publication .grid {
	position: relative;
}
.related-publication .publication-item-image {
	position: absolute;
	width: 180px;
	height: 277px;
	top: -132px;
	left: 0;
}
.related-publication .section-title, .related-publication .section-suptitle {
	color: #3a3a3a;
	text-align: left;
}
.related-publication:before {
	display: none;
}

.section-suptitle {
	/*font-family: Raleway;*/
	font-family: 'Arial', serif;
	font-size: 27px;
	font-weight: 400;
	text-align: left;
	color: #393939;
}

.has-related-pub {
	padding-bottom: 200px;
}

/*-------------related-----------*/
.section-related:not(.related-publication) {
	position: relative;
}
.section-related:not(.related-publication):before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	/*background: #30a8a8;*/
	background: #000F9E;
	height: 330px;
	width: 100%;
}

.section-related:not(.related-publication) .section-title {
	color: white;
	text-align: center;
	position: relative;
	z-index: 1;
	margin-bottom: 40px;
}

.related-posts .col--third a {
	color: #393939;
}


/*-------------SINGLE PUBLICATION-----------*/
.single-publication .banner-small,
.single-publication .banner,
.single-publication .banner-container {
	height: auto;
	min-height: 253px;
	padding-bottom: 0;
}
.single-publication .banner {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: flex-end;
	align-items: flex-end;
}
.single-publication .section-banner .container {
	max-width: 1280px;
}
.single-publication .banner-caption {
	position: relative;
	padding: 50px 0;
	bottom: inherit;
	left: 0;
}
.single-publication .banner-small h1 {
	display: block;
	width: 66.666%;
	max-width: inherit;
	padding-right: 15px;
}

.single-publication .text-zone {
	max-width: inherit;
	width: 66.666%;
	padding-right: 15px;
}
.single-publication .container .col-right {
	width: 33.333%;
	padding-left: 15px;
}
.single-publication .publication-cover {
	display: block;
	float: right;
	width: 100%;
	max-width: 350px;
}


@media screen and (max-width: 1280px) {
	.nav {
		margin-left: 0 !important;
	}

	.nav__mobile-close, .nav__mobile-toggle {
		display: block !important;
	}
	.nav__mobile-close {
		fill: #fff;
	}
	.nav.is-active .nav__mobile-wrap {
		display: block;
	}
	.nav__mobile-wrap {
		display: none;
		position: fixed;
		overflow-y: auto;
		z-index: 1000;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		padding: 67px 0 20px 0;
		background-color: #0A2243;
	}
	.nav__mobile-wrap .nav__primary {
		float: none;
	}
	.nav__mobile-wrap .nav__item {
		float: none;
		width: 100%;
	}
	.nav__mobile-wrap .nav__link {
		height: auto;
		font-size: 18px;
		color: #fff;
		padding: 14px 20px;
		border: 0;
	}
	.nav__mobile-wrap .nav__link .icon {
		fill: #fff;
	}

	/*----banner----*/
	.single-post .banner-caption,
	.single-service .banner-caption,
	.page-template-default .banner-caption,
	.project-template-default .banner-caption, .page-template-page .banner-caption {
		padding: 0 84px;
	}

	.single-service .banner {
		height: 520px;
	}

	/*----single vaccancy----------*/
	.single-vaccancy .banner-caption {
		padding: 0 84px;
	}
	.single-vaccancy .banner-caption h1 {
		max-width: 100%;
	}

	.vaccancy-text {
		max-width: 100%;
	}

	.vaccancy-text-wrap {
		float: left;
		width: 100%;
		padding: 12px 64px 0 64px;
	}

	.vaccancy-desc .btn {
		position: relative;
		top: 0;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		left: 0;
		transform: translateX(0);
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		position: relative !important;
	}

	/*----single publication---------*/
	/*.single-publication .text-zone {
		width: 65%;
	}

	.single-publication .col-right {
		width: 35%;
	}

	.single-publication .banner-caption {
		left: 84px;
	}

	.single-publication .banner-small .container {
		min-height: 273px;
		position: relative;
	}*/

	.publication-listing-inner .publication-item-desc {
		width: 100%;
	}

	/*----emplyees--------*/
	.emplyees-listing-small {
		padding-left: 50px;
	}
	/*.emplyees-listing-small {
		padding-left: 50px;
		width: 50%;
	}

	.employee-row {
		padding-bottom: 40px;
	}

	.page-template-page-contacts .employee-info {
		width: 100%;
	}*/
}
@media screen and (max-width: 1024px) {
	/*----main header---*/
	.main-header {
		padding: 18px 0;
		padding-bottom: 18px;
	}

	.main-header .nav {
		display: none;
	}

	.main-header #nav {
		display: block;
	}

	.nav.vis-mobi {
		display: block !important;
	}

	.nav.invis-mobi {
		display: none !important;
	}

	/*----sinlge project---*/
	.project-template-default .text-zone {
		padding-left: 0;
	}

	/*----sinlge publicaiton---*/
	/*.publication-cover {
		width: 240px;
	}

	.single-publication .text-zone {
		width: 65%;
		padding-right: 20px;
	}

	.single-publication .banner-small .banner-caption {
		bottom: 0;
	}*/

	.single-publication .publication-cover.shift-top {
		top: -250px;
	}

	.publication-cover.shift-top {
		top: 0;
	}

	.publication-cover .btn {
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		float: left;
		position: relative;
	}

	.publication-cover {
		height: auto;
	}

	.single-publication .social-share:not(.is_stuck),
	.single-publication .social-share {
		left: 0;
		transform: translateX(0);
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		float: left;
	}

	/*.single-publication .banner-small,
	.single-publication .banner,
	.single-publication .banner-container {
		height: auto;
		min-height: 273px;
	}*/

	.invis-tab {
		display: none;
	}

	/*----sinlge service---*/
	.single-service .banner {
		height: 320px;
	}
	.single-service .banner-caption {
		z-index: 100;
	}
	.single-service .banner-caption h1 {
		color: white;
	}

	/*---service listing----*/
	.services-lst-full .service-cat-title {
		text-align: center;
	}
	.services-lst-full .service-logo, .services-lst-full .service-desc {
		width: 100%;
	}
	.services-lst-full .service-logo {
		padding: 0;
	}
	.services-lst-full .service-cat-title {
		width: 100%;
		padding-left: 0;
	}
	.services-lst-full .service-title {
		padding-top: 10px;
		text-align: center;
	}
	.services-lst-full .service-title .service-link {
		text-align: center;
		width: 100%;
	}
	.services-lst-full .service-cat-title {
		padding-bottom: 10px;
		margin-bottom: 30px;
	}
	.services-lst-full .service-text {
		text-align: center;
	}

	/*----sinlge vaccancy---*/
	.vaccancy-panel .col + .col {
		padding-left: 0;
	}

	.vaccancy-panel {
		padding: 60px 26px 50px 26px;
	}

	/*----sinlge employee---*/
	.employee-col:first-child {
		margin-right: 0;
		width: 100%;
	}

	.employee-image {
		margin: 0 auto;
	}

	/*.employee-panel {
		padding: 0 16px;
	}

	.employee-col:first-child {
		margin-top: 0;
	}*/

	.employee-col {
		max-width: 100%;
	}

	.employee-cols .employee-description-block .employee-close {
		right: 0;
	}

	/*----related publication--*/
	.related-publication .btn.vis-tab {
		top: 0;
		left: 0;
	}

	.section-about .panel {
		padding: 60px 30px 53px 30px;
	}

	/*----home section about-*/
	.home .section-about .grid-flex {
		flex-wrap: wrap;
	}
	.home .section-about .col--md-break {
		width: 100%;
		float: none;
	}

	.section-about .btn {
		margin-top: 20px;
	}

	/*----home publicaiton-*/
	.home .publication {
		width: 100%;
	}
	.home .publication .btn {
		position: relative;
		position: relative;
		top: 0;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		float: left;
		margin-top: 30px;
	}

	.home .publication-item-desc {
		margin-top: 20px;
	}

	.home .publication-item {
		max-width: 100%;
	}

	.home .publication-item-desc {
		width: 100%;
		text-align: center;
	}

	/*----home news----*/
	.home .section-news .col--three-fifths {
		width: 100%;
	}
	.home .section-news .col--three-fifths.border-right {
		border-color: transparent;
	}
	.home .section-news .col--two-fifths {
		width: 100%;
		padding: 20px 0 20px 0;
	}
	.home .section-news .col--two-fifths .publication-item-image {
		margin: 0 auto;
	}

	/*----home services----*/
	.title-lines-outer-block .title-with-lines:before {
		display: none;
	}
	.title-lines-outer-block .title-with-lines:after {
		display: none;
	}
	.home .services-listing .col--md-break {
		float: left;
		width: 50%;
	}

	.home .services-listing .service-cat {
		width: 100% !important;
		margin-bottom: 30px;
	}
	.home .services-listing .service-cat .title-lines-outer-block {
		border-bottom: 3px solid #f0f0f0;
		padding-bottom: 10px;
	}

	.home .section-services .service-item {
		width: 100%;
		margin-bottom: 30px;
	}

	.home .services-listing .grid {
		float: left;
		width: 50%;
		min-width: 0;
		padding-top: 0;
		margin: 0;
	}

	.section-services .service-item.service-cat {
		min-height: auto;
	}

	.section-services .service-item:first-child {
		height: auto;
	}

	.service-link {
		/*max-width: 80%;*/
		margin: 0 auto;
	}


	.related-people-list .employee-row .employee-image {
		float: none;
		margin: 0 auto 20px;
	}
	.related-people-list .employee-row .employee-info {
		width: 100%;
		text-align: center;
		padding-top: 0;
	}
	.related-people-section.single-people .section-title {
		text-align: center;
	}


	/*----contact----*/
	.contact-sidebar {
		display: block;
		float: none;
		width: 100%;
		max-width: 580px;
		margin-left: auto;
		margin-right: auto;
	}
	.contact-sidebar .contact-box {
		margin-bottom: 0;
	}
	.contact-sidebar .vis-desk {
		display: none;
	}
	.contact-box.box-grey.invis-desk.vis-mobi {
		display: block !important;
	}
	.emplyees-listing-small {
		display: block;
		position: relative;
		float: none;
		width: 100%;
		padding-left: 0;
		margin-top: -70px;
	}
	.emplyees-listing-small .employee-row {
		display: block;
		clear: none;
		float: left;
		width: 50%;
	}
	.emplyees-listing-small .employee-row:nth-child(2n+1) {
		clear: both;
		padding-right: 20px;
	}
	.emplyees-listing-small .employee-row:nth-child(2n+2) {
		padding-left: 20px;
	}
	.emplyees-listing-small .employee-image {
		display: block;
		float: none;
		margin: 0 auto 20px;
	}
	.emplyees-listing-small .employee-info {
		text-align: center;
		width: 100%;
		padding-top: 0;
	}

	/*----employees----*/
	.persons {
		width: 50%;
		float: left;
	}

	.page-template-page .banner-caption {
		float: left;
		width: 100%;
		position: relative;
		padding: 30px 0 30px 0;
	}

	.gallery {
		width: 100%;
		margin-left: 0;
	}
	.gallery-item {
		height: 200px;
	}
}
@media screen and (max-width: 768px) {
	.post-filters {
		background: #f8f8f8 !important;
	}

	.post-filters input[type="submit"] {
		top: 10px !important;
	}

	.customSelect:before {
		top: 20px !important;
	}

	.news-item-lg .tags-wrap .tag::after {
		top: -2px;
		right: -8px;
	}

	.employee-close {
		display: none;
	}

	.page-template-page-contacts .employee-name {
		text-align: center;
	}

	.box-grey {
		float: left;
	}

	.eqWrap {
		display: block;
	}

	.equalHW {
		flex: 0;
	}

	.publication-listing-inner {
		padding-left: 32px;
		padding-right: 32px;
	}

	.services-listing {
		max-width: 80%;
		margin: 0 auto;
	}
	
	.page-header-section {
		padding: 24px 0 18px;
	}
	.page-header-section h1.has-arw {
		font-size: 25px;
	}
	
	.page-template-default .banner-small {
		padding-bottom: 0;
	}

	.page-template-default .banner-caption:not(.no-change) {
		position: relative;
		float: none;
		left: inherit;
		padding: 24px 0 20px;
	}

	.page-template-default .banner-caption:not(.no-change) h1 {
		/*font-family: Raleway;*/
		font-family: 'Arial', serif;
		font-size: 20px;
		font-weight: bold;
		line-height: 1.4;
		text-align: left;
		color: #393939;
	}
	.page-template-default .banner-caption h1.has-arw {
		text-align: center;
	}

	/*.single-publication .banner-caption {
		left: 0px;
	}*/

	.single-publication .text-zone {
		width: 100%;
	}

	.single-publication .col-right {
		width: 100%;
	}

	.invis-desk.vis-mobi,
	.vis-mobi {
		display: block !important;
	}

	.invis-mobi {
		display: none !important;
	}

	.main-header {
		padding: 18px 0;
	}

	.container {
		padding: 0 16px;
	}

	.logo {
		max-width: 150px;
	}

	.single-vaccancy .banner-small, .single-vaccancy .banner-small .container {
		height: auto;
		min-height: 253px;
	}

	.banner-small {
		padding-bottom: 0px;
	}

	/*----banner--*/
	.banner-caption {
		padding: 0 32px 26px 32px;
	}

	.banner-text-wrap {
		width: 100%;
		float: left;
	}

	.banner-small .banner {
		height: 165px;
	}

	.text-zone {
		padding: 0 !important;
	}

	.section-article {
		padding-top: 35px;
	}

	.intro {
		font-size: 18px;
		font-weight: bold;
		line-height: 1.56;
		text-align: left;
		color: #3a3a3a;
	}

	.vaccancy-panel {
		padding: 30px 16px 50px 16px;
		width: 100%;
		margin-left: 0;
	}
	.vaccancy-panel .col {
		width: 100%;
		padding: 0;
	}
	.vaccancy-panel .container {
		padding: 0;
	}
	.vaccancy-panel h3 {
		/*font-family: Raleway;*/
		font-family: 'Arial', serif;
		font-size: 24px;
		font-weight: bold;
	}

	.vaccancy-panel .col + .col {
		padding: 0;
	}

	.social-share {
		float: left;
	}

	.container .col-right {
		float: left;
	}

	.footer {
		padding: 20px 0;
	}
	.footer [class^="ico-"] {
		width: 100%;
	}
	.footer [class^="ico-"] img {
		height: 100%;
		width: 100%;
	}

	.copy__wrap {
		max-width: 50%;
		float: left;
	}
	.copy__wrap .footer__copy {
		width: 100%;
		margin-top: 0;
		text-align: left;
	}

	.btn-up__wrap {
		max-width: 50%;
		float: left;
	}
	.btn-up__wrap .up-button {
		margin-right: 16px;
	}

	/*----vaccancies---*/
	.page-template-archive-vaccancy .banner,
	.post-type-archive-vaccancy .banner {
		max-height: 1200px;
	}
	.page-template-archive-vaccancy .banner h1,
	.post-type-archive-vaccancy .banner h1 {
		color: white;
		text-align: center;
	}

	.banner-caption.p-rel {
		top: 40px;
		font-size: 16px;
		line-height: 1.63;
		text-align: center;
		color: #ffffff;
	}

	.vaccancy-listing {
		top: 0;
		padding: 0 16px;
	}

	.vaccancy-item {
		width: 100%;
	}
	.vaccancy-item .grid {
		padding: 0 16px;
	}

	.vaccancy-title {
		min-width: 320px;
		padding: 20px;
		width: 100%;
		float: left;
	}

	.vaccancy-desc {
		float: left;
		width: 100%;
	}

	.vaccancy-item .vaccancy-icon {
		position: relative;
		top: 0;
		left: 0;
		position: relative;
		top: 0;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	.vaccancy-desc .btn {
		position: relative;
		top: 0;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
	}

	.single-service-icon {
		display: none;
	}

	.banner {
		height: 320px;
	}

	.single .text-zone img {
		margin: 0;
		width: 100%;
	}
	.single .text-zone img.alignnone,
	.single .text-zone img.alignleft,
	.single .text-zone img.aligncenter,
	.single .text-zone img.alignright {
		width: auto;
		max-width: 100%;
	}

	.banner-caption .tags-wrap .flag {
		top: -3px;
	}

	.text-zone blockquote {
		width: 100%;
		float: left;
		height: auto;
	}

	.banner-small .banner {
		height: auto;
	}

	.services-lst-full .service-title {
		text-align: center;
		width: 100%;
	}

	.services-lst-full .service-item {
		width: 100%;
		padding: 0 0 20px 0;
		text-align: center;
	}

	.service-link.service-logo {
		text-align: center;
		width: 100%;
	}

	.services-lst-full .service-desc {
		width: 100%;
	}

	.service-link {
		width: 100%;
		text-align: center;
	}

	.container .col-right {
		float: none;
	}

	.single-publication .text-zone .intro {
		max-width: 100%;
	}

	.single-publication .section-article {
		padding-top: 0;
		/*padding-bottom: 150px;*/
		margin-top: -150px;
	}

	.publication-listing .publication-item-image {
		margin-right: 20px;
	}
	.publication-listing-inner .publication-item-desc {
		padding-top: 0;
	}
	.publication-item-right-desc {
		padding: 20px;
		margin-left: 20px;
	}

	.publication-item-desc {
		width: 100%;
	}

	.publication-listing .publication-item {
		margin-bottom: 50px;
	}

	.wp-caption {
		width: 100% !important;
	}
	.wp-caption img {
		width: 100%;
		height: auto;
	}
	.wp-caption .wp-caption-text {
		margin: 0;
		width: 100%;
	}

	.gallery {
		width: 100%;
		margin-left: 0;
	}

	.related-publication-inner {
		width: 100%;
	}

	.related-publication .publication-item-image {
		width: 100%;
		position: relative;
		height: auto;
	}

	.related-publication .publication-item-desc {
		padding: 0 !important;
	}

	.related-publication .btn {
		left: 0;
		top: 0;
	}

	.hero__inner {
		min-height: 350px;
	}

	.home .hero {
		min-height: 350px;
	}
	.home .hero .panel p {
		display: none;
	}

	.main-header.main-header-light .container::after {
		width: calc(100% - 32px);
	}

	.hero h1 {
		font-size: 33px;
		font-weight: bold;
		line-height: 1.09;
		text-align: center;
		color: #ffffff;
	}

	.home .panel {
		padding: 16px;
	}

	.home .hero__caption {
		padding-top: 10px;
	}

	h2.has-arw {
		font-size: 25px;
		font-weight: bold;
		text-align: center;
		padding-bottom: 35px;
	}

	.section.no-pad {
		padding-bottom: 35px;
	}

	.section-about {
		text-align: center;
		font-size: 16px;
		line-height: 1.63;
	}
	.section-about.offset-top {
		padding-top: -50px;
	}
	.section-about .panel {
		padding-top: 25px;
		padding-bottom: 30px;
	}
	.section-about h2 {
		font-size: 25px;
		padding-bottom: 5px;
	}
	.section-about p {
		font-size: 16px;
		line-height: 1.63;
	}
	.section-about .btn {
		margin-top: 20px;
	}

	.news-item-image, .news-item-desc {
		width: 100%;
		max-width: 1500px;
	}

	.news-item {
		padding-bottom: 34px;
	}

	.news-item-desc {
		padding-left: 0;
	}
	.news-item-desc h4 {
		font-size: 20px;
		font-weight: bold;
		line-height: 1.4;
	}

	.pad-left {
		padding: 0 17px;
	}

	.home .publication {
		float: left;
		padding: 0 27px;
	}

	.home .publication-item {
		padding: 0;
	}

	.home .col-btn {
		padding-bottom: 0;
	}

	.section-news .btn {
		margin-top: 38px;
	}

	.home .section-news .item-flex + .item-flex {
		padding-top: 30px;
		position: relative;
	}
	.home .section-news .item-flex + .item-flex:before {
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		content: "";
		width: calc(100% - 32px);
		border: 2px solid #f0f0f0;
	}

	.home .publication-item-image {
		width: 100%;
		margin-bottom: 10px;
		border: 2px solid #ededed;
	}

	.publication-item-desc,
	.publication-item-desc h4 {
		font-size: 20px;
		font-weight: bold;
		line-height: 1.4;
		text-align: left;
		color: #3a3a3a;
	}

	.col-btn .btn {
		position: relative;
		float: left;
	}

	.section-projects {
		padding-top: 35px;
	}

	.has-arw::after {
		bottom: 14px;
	}

	.section-news .btn {
		margin-top: 40px;
	}

	/*.tags-wrap .tag-wrap {
		margin-bottom: 5px;
	}*/

	.home .project-box {
		min-height: 288px;
	}

	.project-box img {
		height: 100%;
	}

	.projects-lisiting .col--third > a {
		text-align: center;
		font-size: 20px;
		width: 100%;
		font-weight: bold;
		display: inline-block;
		line-height: 1.4;
	}

	.section-projects {
		padding-bottom: 40px;
	}

	.projects-lisiting {
		padding-bottom: 10px;
	}

	.projects-lisiting .col--md-space {
		margin-bottom: 32px;
	}

	.services-listing {
		padding-top: 0;
	}
	
	.section-services .service-item:first-child h3 {
		font-size: 18px;
		font-weight: bold;
		line-height: 1.94;
		text-align: center;
		/*color: #30a8a8;*/
	}

	.service-link span {
		font-size: 16px;
		font-weight: bold;
		/*color: #486090;*/
	}

	.home .section-services h3 {
		font-size: 18px;
		font-weight: bold;
		line-height: 1.94;
	}

	.service-link:not(.service-cat) {
		display: inline-block;
	}
	.service-link:not(.service-cat) .service-img {
		min-height: 112px;
	}

	.section-services {
		padding-bottom: 14px;
	}

	.section-services .service-item {
		min-height: auto;
	}

	.section-services .col--md-space {
		margin-bottom: 27px;
	}

	/*.service-link img {
		width: 100%;
	}*/

	.service-link span {
		padding-top: 10px;
	}

	.section-contacts .grid {
		margin: 0;
	}

	.section-contacts .panel-box:not(.no-pad) {
		padding: 36px 20px;
	}

	.section-contacts .col--third {
		margin-bottom: 0;
	}

	.panel-box h3 {
		margin-bottom: 20px;
	}

	.panel-box {
		min-height: auto;
	}

	.panel-box p, .panel-box {
		font-size: 16px;
		line-height: 1.63;
		text-align: center;
		color: #ffffff;
	}

	#google-map {
		height: 320px;
	}

	.contact-box.box-blue {
		/*background: #3a849d;*/
		color: white;
		width: 100%;
	}

	.main-footer h3 {
		width: 235px;
		/*font-family: Raleway;*/
		font-family: 'Arial', serif;
		font-size: 25px;
		font-weight: bold;
		text-align: center;
	}

	.footer {
		padding-top: 40px;
	}
	.footer hr {
		margin-top: 10px;
		margin-bottom: 26px;
	}

	.footer [class^="ico-"] {
		margin: 0;
		height: 100%;
		background-size: contain;
		background-position: left center;
	}

	.footer .col--md-half {
		width: 100%;
		max-width: inherit;
		margin-bottom: 24px;
	}
	.footer .copy__wrap {
		display: block;
		float: left;
		width: 70%;
	}
	.footer .btn-up__wrap {
		display: block;
		float: right;
		width: 30%;
	}
	.footer__copy br {
		display: block;
	}

	.partners-icons {
		padding-top: 5px;
	}
	.partners-icons .col--forth {
		padding: 0 24px;
	}
	.partners-icons .col--forth a {
		display: inline-block;
		width: 100%;
		height: 35px;
	}

	.copy__wrap {
		width: 70%;
		max-width: 70%;
	}

	.btn-up__wrap {
		width: 30%;
	}

	.contact-sidebar {
		width: 100%;
	}

	.section-contacts {
		padding-top: 0;
	}

	.box-grey {
		background: #f0f0f0;
	}

	.emplyees-listing-small {
		width: 100%;
		padding-left: 0;
	}

	.emplyees-listing-small .employee-image {
		margin: 0 auto;
		float: none;
	}

	.emplyees-listing-small .employee-info {
		text-align: center;
	}

	.employee-image, .employee-info {
		width: 100%;
	}

	.page-template-page-contacts .persons {
		top: 0;
	}

	/*.contact-sidebar {
		top: 0;
	}*/

	.persons {
		float: left;
		width: 100%;
	}

	.main-header {
		padding-bottom: 8px;
	}

	.home .main-header {
		padding-bottom: 18px;
	}

	.news-item-lg .news-item-date, .news-item-lg .news-item-excerpt, .news-listing-lg .news-item-desc {
		width: 100%;
	}

	.news-listing-lg .news-item-desc {
		padding: 0;
	}

	.section-news {
		padding-top: 0;
	}

	.filter span {
		display: none;
	}

	.filter, .section-news .news .filter {
		right: 24px;
	}

	.filter-close-icon {
		top: 4px;
	}

	.section-news .news {
		padding-top: 40px;
	}

	.news-item.news-item-lg, .news-listing-lg .news-item {
		padding-bottom: 40px;
	}

	.news .has-arw {
		margin-bottom: 10px;
	}

	.news-item-excerpt, .news-item-excerpt p {
		font-size: 16px;
		line-height: 1.63;
		text-align: left;
		color: #3a3a3a;
	}

	.news, .news-listing-lg {
		padding: 0 16px;
	}

	.news-item-lg .news-item-image {
		position: relative;
		min-height: 195px;
		height: auto;
	}

	.news-item-image-caption {
		position: relative;
		top: 0;
		right: 0;
	}

	.tags-opaque .tags-wrap .tag {
		text-transform: uppercase;
		padding: 4px 8px;
		margin: 0px 12px 0px 0;
		font-size: 12px;
		font-weight: bold;
		letter-spacing: 0.5px;
		text-align: left;
		font-size: 12px;
		font-weight: bold;
		letter-spacing: 0.5px;
		text-align: left;
		color: #aaaaaa;
		background: #f0f0f0;
		border-radius: 2px;
		position: relative;
		border-right: none;
		margin: 0 20px 0 0;
		background: #f0f0f0 !important;
		border: 0;
	}

	/*.tags-wrap .tag:after {
		top: -3px;
	}*/

	.news-archive .news-item-date {
		padding-top: 0;
	}

	.news-listing-lg .news-item:last-child {
		padding-bottom: 0;
	}

	.col-btn {
		padding-bottom: 30px;
	}

	.hasCustomSelect {
		position: relative;
	}

	.customSelect::before {
		right: 47px;
	}

	.post-filters {
		width: calc(100% - 32px);
		margin: 0 auto 30px auto !important;
	}
	.post-filters .grid {
		margin: 0;
	}

	.section-projects-green .post-filters {
		margin: 0 auto !important;
	}

	.post-filters input[type="submit"] {
		right: 35px;
		top: 12px;
	}

	.post-filters .input-wrap input {
		padding-left: 30px;
	}

	.post-filters .input-wrap {
		margin: 0;
		padding: 0 20px 20px 20px;
	}
	.post-filters .input-wrap:last-child {
		padding-bottom: 0;
	}

	.post-filters {
		padding: 25px 0;
	}

	.services-lst-full .service-logo {
		padding: 0;
	}
	.services-lst-full .service-logo img {
		max-width: 34%;
	}
	.services-lst-full .service-cat-title h3 {
		font-size: 18px;
		font-weight: bold;
		line-height: 1.94;
		text-align: center;
	}
	.services-lst-full .service-desc {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.services-lst-full .service-text p {
		font-size: 16px;
		line-height: 1.63;
		text-align: center;
		color: #3a3a3a;
	}
	.services-lst-full .service-desc .service-title {
		font-size: 20px;
		padding-top: 15px;
		padding-bottom: 11px;
		line-height: 1.75;
		text-align: center;
		color: #3a3a3a;
	}

	.services-lst-full .col--half {
		float: left;
		width: 100%;
	}
	.services-lst-full .col--half + .col--half {
		padding-top: 24px;
	}

	.section-services .filter {
		top: 4px;
	}

	.section-services .filter-close-icon {
		top: 1px;
	}

	.section-projects-green .post-filters {
		margin: 0;
	}

	.post-type-archive .filter-wrap {
		padding-top: 24px;
	}

	.section-projects .has-arw {
		margin-bottom: 0;
	}

	.news-item-image-caption a {
		max-width: 100%;
	}

	.news-item-image-caption h1 {
		text-align: center;
		font-size: 20px;
		width: 100%;
		font-weight: bold;
		display: inline-block;
		line-height: 1.4;
	}

	.news-item.news-item-lg .news-item-desc {
		padding-top: 0px;
	}

	.news-item-excerpt {
		display: none;
	}

	/*.news-item.news-item-lg {
		padding-bottom: 0px;
	}*/

	.projects-lst-full .col--third {
		min-height: 0;
	}	

	.tags-wrap-outer.pos-abs {
		position: absolute;
		bottom: 10px;
		left: 32px;
	}

	.section-projects-green .post-filters .input-wrap {
		background: #48b8b8;
		min-height: auto;
	}

	.post-type-archive .post-filters .input-wrap {
		min-height: auto;
	}

	.post-type-archive-project .tags-wrap .flag {
		top: -6px;
	}

	.employee-image {
		width: 200px;
		height: 200px;
	}

	.employees-filter {
		padding-top: 34px;
	}

	.employee-col:first-child {
		margin-top: -60px;
	}

	.filters-opened .employees-filter {
		padding-bottom: 75px;
	}

	.employee-name {
		font-size: 20px;
		font-weight: bold;
		text-align: left;
		color: #3a3a3a;
		padding-bottom: 20px;
	}

	.employee-col hr {
		margin-bottom: 25px;
	}

	.employee-info p, .employee-info a, .employee-col, .employee-col p {
		font-size: 16px;
		line-height: 1.63;
	}

	.employees-listing {
		width: 100%;
	}

	.employee-col .btn {
		max-width: 1200px;
		min-width: 0px;
	}

	
	.employee-panel-inner {
		padding-left: 16px;
		padding-right: 16px;
	}


	.nav__mobile-wrap {
		padding-top: 97px;
	}

	.main-header a.nav__mobile-close {
		right: 14px;
	}

	.banner-caption h1 {
		max-width: 100%;
	}

	.single-vaccancy .banner-caption {
		float: left;
	}

	.banner-icon-wrap {
		top: 0;
	}

	.single-vaccancy .banner-small .banner-caption {
		padding-top: 20px;
		padding-left: 0;
		padding-right: 0;
		bottom: 10px;
	}

	.single-vaccancy .banner-text-wrap {
		font-size: 30px;
		font-weight: bold;
		line-height: 1.4;
		text-align: left;
	}

	.banner-caption {
		width: auto;
		left: 16px;
		right: 16px;
	}

	.project-template-default .banner-caption {
		padding-left: 0;
		padding-right: 0;
	}

	.page-template-archive-vaccancy .banner-caption h1,
	.post-type-archive-vaccancy .banner-caption h1 {
		font-size: 25px;
	}

	.banner-caption.p-rel, .banner-caption.p-rel p {
		padding: 0;
		font-size: 16px;
		line-height: 1.63;
		text-align: center;
	}

	.banner-type-2, .banner-type-2 * {
		max-height: 2000px;
	}

	.banner-type-2 .banner {
		min-height: 512px;
		padding-bottom: 185px;
	}

	.vaccancy-title {
		min-width: auto;
	}
	.vaccancy-title a {
		padding-top: 20px;
		font-size: 20px;
		font-weight: bold;
		line-height: 1.4;
		text-align: center;
	}

	.vaccancy-item .vaccancy-icon {
		margin: 0 auto;
	}

	.vaccancy-item {
		margin-bottom: 55px;
	}
	.vaccancy-item .grid {
		margin: 0;
		padding: 0;
	}

	.page-template-archive-vaccancy .section-vaccancies.no-pad,
	.post-type-archive-vaccancy .section-vaccancies.no-pad {
		margin-top: -120px;
	}

	.vaccancy-text {
		padding: 0 20px 30px 20px;
		max-width: 100% !important;
	}

	.vaccancy-desc {
		padding-top: 20px;
	}

	.vaccancy-desc .btn {
		position: relative !important;
		clear: both;
	}

	.vaccancy-text, .vaccancy-text * {
		font-size: 16px;
		line-height: 1.63;
		text-align: left;
		color: #3a3a3a;
	}

	.vaccancy-title {
		padding-top: 35px;
		padding-bottom: 35px;
	}

	.vaccancy-title a {
		width: 100%;
		min-height: 0;
		display: inline-block;
	}

	.page-template-default .banner-caption.no-change
	.single-service .banner-caption {
		padding: 0;
	}

	.single-publication .banner {
		-ms-align-items: flex-start;
		align-items: flex-start;
	}
	.single-publication .banner-text-wrap {
		float: none;
		width: 100%;
	}
	.single-publication .banner-small h1 {
		width: 100%;
		padding-right: 0;
	}
	.single-publication .banner-caption {
		padding: 40px 0 190px;
	}

	.single-publication .container .col-right {
		width: 100%;
		padding-left: 0;
		padding-bottom: 50px;
	}
	.single-publication .publication-cover {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	.single-publication .publication-cover.shift-top {
		top: inherit;
	}
	/*.single-publication .section-banner .container {
		min-height: 360px;
		position: relative;
	}
	.single-publication .section-banner .container .banner-caption {
		bottom: auto;
		top: 40px;
	}

	.single-publication .section-article {
		padding-top: 0;
		padding-bottom: 70px;
		margin-top: -150px;
	}

	.single-publication .publication-cover {
		margin: 0 auto;
	}

	.single-publication .text-zone {
		margin-top: 50px;
	}

	.single-publication .text-zone .intro {
		margin-bottom: 25px;
	}*/

	.link-teal {
		width: 172px;
		height: 19px;
		font-size: 16px;
	}

	.social-share {
		padding-top: 60px;
	}

	.single-post .section-banner .container {
		min-height: 260px;
		position: relative;
	}
	.single-post .section-banner .container .banner-caption {
		bottom: auto;
		top: 40px;
	}

	.single-post .banner-caption h1 {
		max-width: 100%;
		color: white;
	}

	.single-post .section-banner .container .banner-caption {
		padding: 0;
		max-width: calc(100% - 32px);
		position: absolute;
		bottom: 10px;
		top: auto;
		left: 16px;
	}

	.single-post .section-article {
		padding-top: 20px;
	}

	.intro {
		margin-bottom: 35px;
	}

	.single-post .text-zone img {
		margin-bottom: 20px !important;
	}

	.text-zone blockquote {
		padding-top: 58px;
		padding-left: 20px;
		margin-top: 0;
	}
	.text-zone blockquote:before {
		top: 0;
		left: 20px;
	}

	.single-post .section-article {
		padding-bottom: 70px;
	}

	.page-template-default .banner-small,
	.page-template-default .section-banner .container {
		min-height: 90px;
	}

	.related-publication {
		width: 100%;
	}
	.related-publication .grid {
		margin-left: 0;
		margin-right: 0;
	}
	.related-publication .publication-item {
		padding: 0 20px;
	}

	.related-publication {
		background: white;
	}
	.related-publication .container {
		background: #f0f0f0;
	}

	.section-related .publication-item-desc {
		background: white;
		padding: 0 16px !important;
		max-width: 100%;
	}
	.section-related .publication-item-desc .section-title {
		padding-bottom: 120px;
		color: #393939;
	}
	.section-related .publication-item-desc .section-title h3 {
		font-size: 24px;
	}
	.section-related .publication-item-desc .section-suptitle {
		text-align: center;
		font-size: 20px;
		text-align: center;
		color: #393939;
		font-weight: normal;
	}

	.related-publication {
		padding-bottom: 0;
		padding-top: 0;
	}

	.related-publication .publication-item-image {
		bottom: auto;
		top: -100px;
		max-width: 600px;
		margin: 0 auto;
	}

	.related-publication .publication-item-image .btn {
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		margin-top: 30px;
	}

	.publication-item-title .section-title {
		text-align: center;
	}


	.related-people-list .employee-row {
		float: none;
		width: 100%;
	}
	.related-people-list .employee-row:nth-child(2n+1) {
		padding-right: 0;
	}
	.related-people-list .employee-row:nth-child(2n+2) {
		padding-left: 0;
	}
	.related-people-list .employee-row .employee-info .employee-name {
		text-align: center;
	}
}
@media screen and (max-width: 620px) {
	.footer__copy br {
		display: block;
	}

	.section-404 .container {
		padding: 0;
	}

	.service-link {
		max-width: 100%;
	}

	.error404 .main-header {
		display: none;
	}

	.section-404 {
		position: relative;
		top: 0;
		left: 0;
		margin-top: 0;
		position: relative;
		top: 0;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	.error-404-wrap {
		position: relative;
	}

	.error-404-wrap:after {
		position: absolute;
		left: 0;
		bottom: -100%;
		background: url(../img/404-banner.jpg) 0 0 no-repeat;
		height: 100%;
		content: "";
		width: 100%;
		z-index: 1000;
	}

	.error-404-wrap {
		width: 100%;
	}
	.error-404-wrap .btn {
		max-width: 220px;
	}

	.services-listing {
		max-width: 100%;
	}

	.services-lst-full .service-logo {
		padding: 0;
	}
	.services-lst-full .service-logo img {
		max-width: 44%;
	}

	.employee-item {
		height: auto;
		float: left;
		position: relative;
		width: 25%;
		padding-bottom: 25%;
		/* = width for a 1:1 aspect ratio */
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain !important;
	}

	.single-publication .section-banner .container {
		min-height: 260px;
	}

	.single-publication .publication-cover {
		width: calc(100% - 96px);
		margin: 0 auto;
	}

	.banner-caption h1 {
		/*font-family: Raleway;*/
		font-family: 'Arial', serif;
		font-size: 20px;
		font-weight: bold;
		line-height: 1.4;
		text-align: left;
		color: #393939;
	}

	.single-vaccancy .banner-text-wrap {
		font-size: 20px;
		font-weight: bold;
		line-height: 1.4;
		text-align: left;
	}

	.banner-caption {
		position: relative;
		bottom: 0;
	}

	.single-vaccancy .banner-small, .single-vaccancy .banner-small .container {
		height: auto;
		min-height: 165px;
	}

	.single-vaccancy .banner-small .container,
	.single-vaccancy .banner-small {
		min-height: 0;
	}

	.text-zone .intro, .text-zone .intro p {
		font-size: 18px;
		font-weight: bold;
		line-height: 1.56;
		text-align: left;
	}

	.vaccancy-panel {
		margin-top: 0;
	}

	.vaccancy-panel li::before {
		position: absolute;
		left: -25px;
		top: 10px;
		content: "";
		width: 7px;
		border-radius: 50%;
		height: 7px;
		background: white;
	}

	.vaccancy-panel li {
		font-size: 16px;
		line-height: 1.5;
		color: #ffffff;
	}

	.vaccancy-panel .col {
		padding-bottom: 20px;
	}
	.vaccancy-panel .col:last-child {
		padding-bottom: 0;
	}

	.single-vaccancy .social-share {
		padding-top: 55px;
	}

	.date {
		font-size: 16px;
		color: #c0c0c0;
	}

	.single-vaccancy .section-article {
		padding-bottom: 55px;
	}

	.single-service .section-article {
		padding-top: 25px;
		padding-bottom: 70px;
	}
	.single-service .banner, .single-service .banner .container {
		min-height: 270px;
	}
	.single-service .banner-caption {
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.page-template-default .banner-caption.no-change h1,
	.single-service .banner-caption h1 {
		color: white;
	}
	.single-service .intro {
		margin-bottom: 35px;
	}

	.text-zone p {
		font-size: 16px;
		line-height: 26px;
	}

	.page .banner-small, .page .section-banner .container {
		min-height: 90px;
	}

	.page .banner-caption {
		float: left;
		width: 100%;
		padding: 30px 0 30px 0;
	}

	.section-article {
		padding-top: 25px;
	}

	#only-one .acc-head h2 {
		/*font-family: Raleway;*/
		font-family: 'Arial', serif;
		font-size: 16px;
		font-weight: bold;
		text-align: left;
		color: #ffffff;
	}

	[data-accordion] > [data-control]::after {
		top: 20px;
	}

	[data-accordion] > [data-content] {
		font-size: 16px;
	}

	.publication-listing-inner {
		padding-left: 32px;
		padding-right: 32px;
	}


	.publication-cover img, .publication-item-image img {
		border: 1px solid #ededed;
	}

	.post-type-archive-publication h2.has-arw {
		margin-bottom: 0;
	}

	.publication-item-title {
		font-size: 20px;
		font-weight: bold;
		line-height: 1.4;
		padding-bottom: 5px;
	}

	.publication-item-text, .publication-item-text * {
		font-weight: normal;
		font-size: 16px;
		line-height: 1.63;
		text-align: left;
		color: #3a3a3a;
	}

	.publication-item-date time {
		font-weight: normal;
		font-size: 16px;
		line-height: 1.63;
	}

	.publication-item-date {
		padding-bottom: 8px;
	}

	.post-type-archive-publication .publication-item-desc {
		padding-top: 0px;
	}

	.publication-item-image {
		margin-bottom: 10px;
	}
	
	.publication-listing .publication-item {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.publication-listing .publication-item-image {
		width: 100%;
		margin-bottom: 10px;
		margin-right: 0;
	}
	.post-type-archive-publication .publication-item-desc {
		width: 100%;
		margin-bottom: 10px;
	}
	.publication-item-right-desc {
		width: 100%;
		max-width: inherit;
		margin-left: 0;
	}
	.publication-item-right-desc-item .pdf-btn {
		margin-top: 20px !important;
	}

	.post-type-archive-publication .btn {
		margin-top: 0;
	}

	.col--half:last-child .publication-item {
		padding-bottom: 40px;
	}

	.section-publication {
		padding-bottom: 60px;
	}

	.single-project .section-article {
		padding-top: 25px;
		padding-bottom: 70px;
	}
	.single-project .banner, .single-project .banner .container {
		min-height: 270px;
	}

	.single-project .section-banner .container .banner-caption {
		padding: 0;
		max-width: calc(100% - 32px);
		position: absolute;
		bottom: 10px;
		top: auto;
		left: 16px;
	}
	.single-project .section-banner .container .banner-caption h1 {
		color: white;
	}
	.single-project .section-banner .container .banner-caption .tags-wrap .flag {
		top: -5px;
	}

	.single .text-zone img {
		height: auto;
		/*padding-bottom: 30px;*/
	}

	.single .text-zone ol,
	.single .text-zone ul {
		list-style-position: outside;
	}

	.text-zone ol li::before {
		position: absolute;
		left: 15px;
		font-size: 16px;
		line-height: 26px;
	}

	.text-zone li {
		font-size: 16px;
		line-height: 26px;
	}

	.single:not(.single-vaccancy) .text-zone ul li::before {
		position: absolute;
		left: -15px;
		font-size: 16px;
		line-height: 26px;
		top: 10px;
	}

	.single:not(.single-vaccancy) .text-zone ul li {
		position: relative;
	}

	.gallery-item {
		height: 120px;
	}

	.gallery {
		margin-bottom: 40px;
	}

	.publication-item-image .btn {
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		margin-top: 30px;
	}
	

	/*.employees-nav-arws a + a {
		margin-left: 10px;
	}*/
	
	.employee-cols {
		position: relative;
	}
	.employee-cols .employee-info-block {
		float: none;
		width: 100%;
		padding-right: 0;
		margin-bottom: 20px;
	}
	.employee-cols .employee-info-block .employee-image-outter {
		display: block;
		padding-left: 44px;
		padding-right: 44px;
	}
	.employee-cols .employee-info-block .employee-image {
		float: none;
	}
	/*.employee-cols .employee-info-block .employee-name {
		margin-bottom: 20px;
	}
	.employee-cols .employee-info-block hr {
		margin-top: 0;
		margin-bottom: 20px;
	}*/

	.employee-cols .employee-description-block {
		position: unset;
		float: none;
		width: 100%;
	}
	.employee-cols .employee-description-block .employee-bio {
		margin-top: 0;
	}
	.employee-cols .employee-description-block .employee-close {
		top: -34px;
	}
	.employee-cols .employees-nav-arws {
		position: relative;
		float: right;
		top: inherit;
		left: inherit;
	}
	.employee-cols .employees-nav-arws > a {
		margin-right: 10px;
	}


	.page-template-page-contacts .section-banner {
		height: auto;
	}

	.page-template-page-contacts .section-contacts .container {
		position: relative;
		margin-top: -62px;
	}

	/*.contact-box.box-blue a {
		color: #c0d8d8;
	}*/
	
	.contact-sidebar {
		top: inherit;
		margin-bottom: 50px;
	}

	.contact-box {
		font-size: 16px;
		line-height: 1.63;
		text-align: center;
		color: #ffffff;
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.contact-box h2 {
		font-size: 25px;
	}

	.contact-box.box-grey {
		float: left;
	}

	.emplyees-listing-small {
		margin-top: 0;
	}
	.emplyees-listing-small .employee-name,
	.emplyees-listing-small {
		font-size: 16px;
		text-align: center;
	}
	
	.emplyees-listing-small .employee-row {
		float: none;
		width: 100%;
		padding: 0;
		margin-bottom: 50px;
	}
	.emplyees-listing-small .employee-row:nth-child(2n+1),
	.emplyees-listing-small .employee-row:nth-child(2n+2) {
		padding: 0;
	}

	.emplyees-listing-small .employee-image {
		margin-bottom: 20px;
	}

	/*.employee-row {
		padding-bottom: 20px;
	}

	.employee-info {
		top: -20px;
	}*/

	.contact-box.box-grey {
		color: #3a3a3a;
		width: 100%;
		padding: 20px;
	}

	.section-contacts {
		padding-bottom: 0;
	}
	
	.page-template-default .banner-caption.no-change,
	.single-service .banner-caption {
		position: absolute;
		bottom: 20px;
		left: 15px;
	}
	.page-template-default .banner-caption.no-change {
		width: auto;
	}

	.page-template-default .map,
	.home .map {
		min-height: 0;
		width: 100%;
		margin: 0;
	}

	.section-contacts .panel-box.no-pad-vert {
		padding: 0;
	}
	

	/* SINGLE PUBLICATION */	
	.single-publication .banner-small,
	.single-publication .banner,
	.single-publication .banner-container,
	.single-publication .section-banner .container{
		min-height: inherit;
	}

	.single-publication .banner-caption {
		padding: 30px 0 180px;
	}
}
.invis-desk, .invis-closed {
	display: none !important;
}

.vis-desk {
	display: block;
}

.is-fixed .invis-opened {
	display: none;
}
.is-fixed .invis-closed {
	display: block !important;
}

.logo > img.invis-closed {
	display: none;
}

.tags-white .tag {
	border-right: 1px solid transparent;
}

.tags-wrap.tags-dark {
	text-align: center;
}
.tags-dark .tag,
.tags-dark .tag:after {
	border-color: #aaa;
	background-color: transparent;
}
.tags-dark .tag {
	border-right: 1px solid transparent;
}

/*.nav {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
	-webkit-flex: 1 1 100%;
	-moz-flex: 1 1 100%;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	margin-left: 60px;
}*/
.nav:before, .nav:after {
	content: ' ';
	display: table;
}
.nav:after {
	clear: both;
}
.nav__item {
	display: block;
	float: left;
	margin: 0;
	position: relative;
	z-index: 100;
}
.nav__align {
	display: inline-block;
	vertical-align: middle;
}
.nav__mobile-close, .nav__mobile-toggle {
	margin: 13px;
	width: 34px;
	height: 34px;
	float: right;
	display: none;
}
.nav__mobile-close .icon, .nav__mobile-toggle .icon {
	margin: 0;
}

.header--dark .nav__link {
	color: #fff;
}

.nav__mobile-close {
	fill: #3c3c3c;
}

.nav__mobile-wrap {
	background: white;
}
.nav__mobile-wrap .nav__link {
	color: #435a8a !important;
	text-align: center;
}

#logo {
	z-index: 2222 !important;
	left: 0 !important;
	top: 0 !important;
	position: relative;
	float: left;
}

#nav {
	width: 100%;
	display: block;
}

.main-header a.nav__mobile-close {
	float: none;
	position: absolute !important;
	top: 16px;
	right: 20px;
}

.nav__mobile-wrap {
	padding-top: 87px;
}

.nav__secondary {
	width: 100%;
}

.nav__secondary .btn {
	margin: 15px 0 22px 0;
	padding: 6px 12px;
	height: auto;
	min-width: 138px !important;
	max-width: 138px !important;
	float: none;
	/*background: #30a8a8;*/
	/*border-color: #30a8a8;*/
	background: #017EE1;
	border-color: #017EE1;
	color: white;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
}
.nav__secondary .btn:hover {
	/*border-color: #2f8e8e;*/
	/*background-color: #2f8e8e;*/
	border-color: #0669b8;
	background-color: #0669b8;
}

.main-header-light.main-header .nav__mobile-toggle {
	fill: white;
}

/* COOKIES BAR */
.cc-window.cc-banner {
	background-color: #00284C !important;
}
.cc-revoke {
	display: none !important;
}
.cc-window {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.cookie-text-wrapper {
	display: block;
	padding-top: 16px;
	padding-bottom: 16px;
	margin-left: auto;
	margin-right: auto;
}
.cookie-text-wrapper .cc-message {
	display: block;
	flex: inherit !important;
	width: 100%;
}
.cookie-text-wrapper .cc-compliance .deny-text,
.cookie-text-wrapper .cc-compliance .allow-text,
.cookie-text-wrapper .cc-link,
.cookie-text-wrapper .cc-message {
	/*font-family: "Raleway", sans-serif;*/
	font-family: 'Arial', serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: 300;
	-webkit-font-smoothing: inherit;
	font-smoothing: inherit;
}
.cookie-text-wrapper .cc-link {
	-webkit-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}
.cookie-text-wrapper .cc-message {
	margin-bottom: 10px;
}
.cookie-text-wrapper .cc-compliance .cc-btn {
	/*font-family: "Raleway", sans-serif;*/
	font-family: 'Arial', serif;
	font-size: 14px;
	font-weight: 700;
	-webkit-font-smoothing: inherit;
	font-smoothing: inherit;
	border-radius: 20px;
	border: none;
	padding: 3px 15px;
	-webkit-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}
.cookie-text-wrapper .cc-compliance .cc-btn:hover {
	text-decoration: none !important;
}
.cookie-text-wrapper .cc-compliance .allow-block,
.cookie-text-wrapper .cc-compliance .deny-block {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.cookie-text-wrapper .cc-compliance .allow-block {
	margin-right: 40px;
}
.cookie-text-wrapper .cc-compliance .deny-block {
	order: 2;
}
.cookie-text-wrapper .cc-btn.cc-dismiss {
	color: #FFF !important;
	font-weight: normal;
	background: transparent !important;
	border: 1px solid #FFF !important;
	padding: 2px 15px;
	margin: 0 15px 0 0;
}
.cookie-text-wrapper .cc-btn.cc-dismiss:hover {
	opacity: 0.8;
}
.cookie-text-wrapper .cc-btn.cc-allow {
	color: #FFF !important;
	background: #017EE1 !important;
	margin-right: 15px;
}
.cookie-text-wrapper .cc-btn.cc-allow:hover {
	opacity: 0.8;
}

@media all and (max-width: 768px) {
	.cookie-text-wrapper .cc-compliance {
		flex-wrap: wrap;
	}
	.cookie-text-wrapper .cc-compliance .allow-block {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.cookie-text-wrapper .cc-compliance .cc-btn {
		min-width: 120px;
	}
}

@media all and (max-width: 478px) {
	.cookie-text-wrapper .cc-compliance .allow-block, 
	.cookie-text-wrapper .cc-compliance .deny-block {
		flex-wrap: wrap;
	}
	.cookie-text-wrapper .cc-compliance .deny-text,
	.cookie-text-wrapper .cc-compliance .allow-text {
		width: 100%;
	}
	.cookie-text-wrapper .cc-compliance .cc-btn {
		margin-bottom: 5px;
	}
}



/* NEW EMPLOYEES LIST */
.section-employees.new-section-employees {
	background-color: transparent;
}

.new-section-employees .post-filters .input-wrap {
	margin-bottom: 30px;
}

.new-employees-section {
	display: block;
}

.new-employees-list-title {
	display: block;
	font-size: 27px;
	line-height: 35px;
	border-top: solid 3px #f8f8f8;
	padding-top: 30px;
	margin-bottom: 30px;
	letter-spacing: 0.94px;
}

.new-employees-list {
	display: block;
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 30px;
}

.new-emplyees-outer-block {
	display: block;
	float: left;
	width: 25%;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
}
.new-emplyees-outer-block:nth-child(4n+1) {
	clear: both;
}

.new-emplyees-inner-block {
	display: block;
	text-align: left;
}
.new-emplyees-inner-block .thumb {
	display: block;
	position: relative;
	margin-bottom: 10px;
}
.new-emplyees-inner-block .thumb:last-child {
	margin-bottom: 0;
}
.new-emplyees-inner-block .thumb img {
	display: block;
	position: relative;
	width: 100%;
	z-index: 1;
}
.new-emplyees-inner-block .thumb .bg-filter {
	-webkit-transition: opacity .2s ease;
	-o-transition: opacity .2s ease;
	transition: opacity .2s ease;
	display: block;
	position: absolute;
	background-color: rgba(35, 31, 32, 0.6);
	opacity: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
}
.new-emplyees-inner-block .thumb:hover .bg-filter {
	opacity: 1;
}
.new-emplyees-inner-block .new-emplyees-text-content {
	display: block;
}
.new-emplyees-inner-block .new-emplyees-link {
	display: table;
}
.new-emplyees-inner-block .new-employees-name {
	display: block;
	color: #000;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0.63px;
}
.new-emplyees-inner-block .new-employees-name .new-employees-name-span {
	display: block;
	float: left;
	text-align: left;
	margin-right: 10px;
}
.new-emplyees-inner-block .new-employees-name .new-employees-name-span:last-child {
	margin-right: 0;
}
.new-emplyees-inner-block .new-employees-name .flag {
	display: block;
	float: left;
	width: 23px;
	height: 23px;
	top: 3px;
}
.new-emplyees-inner-block .new-employee-role {
	display: block;
	color: #000;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0.63px;
}


@media all and (max-width: 1024px) {
	.new-emplyees-outer-block {
		width: 33.333%;
	}
	.new-emplyees-outer-block:nth-child(4n+1) {
		clear: none;
	}
	.new-emplyees-outer-block:nth-child(3n+1) {
		clear: both;
	}
}


@media all and (max-width: 768px) {
	.new-section-employees .post-filters .input-wrap {
		margin-bottom: 0;
	}
	
	.new-employees-list {
		margin-left: -10px;
		margin-right: -10px;
	}

	.new-emplyees-outer-block {
		padding-left: 10px;
		padding-right: 10px;
	}
}


@media all and (max-width: 768px) {
	.new-emplyees-outer-block {
		width: 50%;
	}
	.new-emplyees-outer-block:nth-child(3n+1) {
		clear: none;
	}
	.new-emplyees-outer-block:nth-child(2n+1) {
		clear: both;
	}
}

@media all and (max-width: 478px) {
	.new-emplyees-outer-block {
		width: 100%;
	}	
}