/*
Theme Name: Cybarco Production PHP 8.2
Author: Anonymous
Author URI:
Version: 1.2
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cb
Tags: one-column, two-columns
Theme URI:
*/

@font-face {
	font-family: "Reader";
	src: url("./fonts/reader-regular-pro.woff2") format("woff2"), url("./fonts/reader-regular-pro.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Reader";
	src: url("./fonts/reader-italic-pro.woff2") format("woff2"), url("./fonts/reader-italic-pro.woff") format("woff");
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Reader";
	src: url("./fonts/reader-medium-pro.woff2") format("woff2"), url("./fonts/reader-medium-pro.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Reader";
	src: url("./fonts/reader-medium-italic-pro.woff2") format("woff2"), url("./fonts/reader-medium-italic-pro.woff") format("woff");
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Reader";
	src: url("./fonts/reader-bold-pro.woff2") format("woff2"), url("./fonts/reader-bold-pro.woff") format("woff");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Reader";
	src: url("./fonts/reader-bold-italic-pro.woff2") format("woff2"), url("./fonts/reader-bold-italic-pro.woff") format("woff");
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

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

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

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

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

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

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

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

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

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

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

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

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

[hidden],
template {
	display: none;
}

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

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

a {
	background-color: transparent;
}

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

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

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

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

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

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

b,
strong {
	font-weight: bold;
}

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

dfn {
	font-style: italic;
}

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

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

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

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

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

small {
	font-size: 80%;
}

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

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

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

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

img {
	border: 0;
}

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

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

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

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

figure {
	margin: 1em 40px;
}

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

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

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

pre {
	overflow: auto;
}

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

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

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

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

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

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

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

button {
	overflow: visible;
}

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

button,
select {
	text-transform: none;
}

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

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

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

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

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

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

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

input {
	line-height: normal;
}

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

input[type="checkbox"]:not([class^=Cybot]) {
  display: none;
}

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.
 */

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

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

textarea {
	overflow: auto;
}

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

optgroup {
	font-weight: bold;
}

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

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

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

td,
th {
	padding: 0;
}

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

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

.icon-gallery:before {
	content: "";
}

.icon-pin:before {
	content: "";
}

.icon-check:before {
	content: "";
}

.icon-arrow-right-long:before {
	content: "";
}

.icon-arrow-left-long:before {
	content: "";
}

.icon-planet:before {
	content: "";
}

.icon-dumbbell:before {
	content: "";
}

.icon-cart:before {
	content: "";
}

.icon-fork-knife:before {
	content: "";
}

.icon-coffee:before {
	content: "";
}

.icon-bag:before {
	content: "";
}

.icon-building:before {
	content: "";
}

.icon-minus-circle:before {
	content: "";
}

.icon-plus-circle:before {
	content: "";
}

.icon-play:before {
	content: "";
}

.icon-chevron-down:before {
	content: "";
}

.icon-cross:before {
	content: "";
}

.icon-download:before {
	content: "";
}

.icon-search:before {
	content: "";
}

.icon-share:before {
	content: "";
}

.icon-envelope:before {
	content: "";
}

.icon-plus:before {
	content: "";
}

.icon-instagram:before {
	content: "";
}

.icon-facebook:before {
	content: "";
}

.icon-linkedin:before {
	content: "";
}

.icon-twitter:before {
	content: "";
}

.icon-youtube:before {
	content: "";
}

.clearfix:after,
dl:after,
.widget:after,
.post-password-form p:after,
.search-form:after {
	content: '';
	display: block;
	clear: both;
}

.small,
.footer-row .area,
.project-list .project .sub-title {
	font-size: 13px;
	line-height: 1.615;
	font-family: "Reader", "Helvetica Neue", "Helvetica", sans-serif;
}

html[lang="ru-RU"] .small,
html[lang="ru-RU"] .footer-row .area,
.footer-row html[lang="ru-RU"] .area,
html[lang="ru-RU"] .project-list .project .sub-title,
.project-list .project html[lang="ru-RU"] .sub-title {
	font-family: "Noto_sans", "Helvetica", sans-serif;
}

html[lang="zh-hant"] .small,
html[lang="zh-hant"] .footer-row .area,
.footer-row html[lang="zh-hant"] .area,
html[lang="zh-hant"] .project-list .project .sub-title,
.project-list .project html[lang="zh-hant"] .sub-title {
	font-family: "Noto Sans SC", sans-serif;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #003659;
	background: #fcfcfd;
	font: 18px/1.5 "minion-3-subhead", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html[lang="ru-RU"] body {
	font-family: "minion-3-subhead", "Times New Roman", serif;
}

html[lang="zh-hant"] body {
	font-family: "Noto Serif SC", serif;
}

th {
	font-weight: normal;
}

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

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

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

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

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

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

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

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

ul {
	list-style-type: disc;
}

dl dt {
	float: left;
	clear: left;
	padding-right: .3em;
	font-weight: bold;
}

dl dd {
	overflow: hidden;
}

pre {
	max-width: 100%;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
input[type='url'],
input[type='tel'],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #d8d8d8;
	padding: 0.4em 0.7em;
	font-size: 11px;
	letter-spacing: 1.5px;
	font-family: "Reader", "Helvetica Neue", "Helvetica", sans-serif;
}

html[lang="ru-RU"] input[type='text'],
html[lang="ru-RU"]
  input[type='tel'],
html[lang="ru-RU"]
  input[type='email'],
html[lang="ru-RU"]
  input[type='search'],
html[lang="ru-RU"]
  input[type='password'],
html[lang="ru-RU"]
  input[type='url'],
html[lang="ru-RU"]
  input[type='tel'],
html[lang="ru-RU"]
  textarea {
	font-family: "Noto_sans", "Helvetica", sans-serif;
}

html[lang="zh-hant"] input[type='text'],
html[lang="zh-hant"]
  input[type='tel'],
html[lang="zh-hant"]
  input[type='email'],
html[lang="zh-hant"]
  input[type='search'],
html[lang="zh-hant"]
  input[type='password'],
html[lang="zh-hant"]
  input[type='url'],
html[lang="zh-hant"]
  input[type='tel'],
html[lang="zh-hant"]
  textarea {
	font-family: "Noto Sans SC", sans-serif;
}

input[type='text']:focus,
input[type='tel']:focus,
input[type='email']:focus,
input[type='search']:focus,
input[type='password']:focus,
input[type='url']:focus,
input[type='tel']:focus,
textarea:focus {
	border-color: inherit;
}

input[type='text']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
input[type='url']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #d8d8d8;
}

input[type='text']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='search']::-moz-placeholder,
input[type='password']::-moz-placeholder,
input[type='url']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #d8d8d8;
}

input[type='text']:-moz-placeholder,
input[type='tel']:-moz-placeholder,
input[type='email']:-moz-placeholder,
input[type='search']:-moz-placeholder,
input[type='password']:-moz-placeholder,
input[type='url']:-moz-placeholder,
input[type='tel']:-moz-placeholder,
textarea:-moz-placeholder {
	color: #d8d8d8;
}

input[type='text']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
input[type='url']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #d8d8d8;
}

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

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	border-width: 0;
}

.widget {
	margin-bottom: 1.5em;
}

.widget ul {
	padding-left: 2em;
}

.widget select {
	min-width: 150px;
}

.comment-form label {
	display: block;
	padding-bottom: 4px;
}

.comment-form textarea {
	overflow: auto;
	margin: 0;
	height: 120px;
	min-height: 120px;
}

.comment-form textarea,
.comment-form input[type='text'] {
	margin: 0 4px 0 0;
	max-width: 300px;
	width: 100%;
}

.comment-form input[type='submit'] {
	display: block;
	float: none;
}

.post-password-form label {
	display: block;
	margin-bottom: 4px;
}

.post-password-form input[type='password'] {
	margin: 0 4px 0 0;
	max-width: 300px;
	width: 100%;
}

.post-password-form input {
	float: left;
	height: 2em;
}

.post-password-form input[type='password'] {
	width: 150px;
}

.search-form {
	margin-bottom: 15px;
}

.search-form input {
	float: left;
	height: 2em;
}

.search-form input[type='search'] {
	margin: 0 4px 0 0;
	width: 150px;
}

.comment-form input[type='submit'],
.post-password-form input[type='submit'],
.search-form input[type='submit'] {
	background: #1e1e1c;
	color: #fff;
	height: 2em;
	border: none;
	padding: 0 .5em;
}

.comment-form input[type='submit']:hover,
.post-password-form input[type='submit']:hover,
.search-form input[type='submit']:hover {
	opacity: 0.8;
}

.commentlist {
	margin: 0 0 1.5em;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 1.5em 4px 0;
}

.commentlist-item .commentlist-item {
	padding: 0;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 1.5em;
}

.widget_calendar #next {
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation,
.navigation-comments {
	position: relative;
	vertical-align: middle;
	margin-bottom: 1.5em;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
	position: absolute;
	left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers {
	display: inline-block;
	vertical-align: middle;
	padding: 0 .4em;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
	display: inline-block;
	vertical-align: middle;
	max-width: 48%;
	background: #1e1e1c;
	color: #fff;
	padding: .4em;
	text-decoration: none;
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
	opacity: 0.8;
}

.navigation-single {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: solid rgba(0, 54, 89, 0.1);
	border-width: 1px 0;
	padding: 20px 26px;
	margin-bottom: 0;
}

.navigation-single .next,
.navigation-single .prev {
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	margin: 0 0 0 6px;
	color: #003659;
	font-size: 16px;
	padding: 4px;
	flex-shrink: 0;
}

.navigation-single .next .disabled,
.navigation-single .prev .disabled {
	opacity: 0.3;
	pointer-events: none;
}

.navigation-single .next .disabled:hover,
.navigation-single .prev .disabled:hover {
	opacity: 0.3;
}

.navigation-single .next a,
.navigation-single .prev a {
	color: inherit;
	text-decoration: none;
	position: relative;
	display: block;
	padding: 0;
}

.navigation-single .next a:after {
	content: ""; /* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	font-display: swap;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 11px;
	margin-left: 10px;
}

.navigation-single .prev {
	margin: 0 6px 0 0;
}

.navigation-single .prev a:before {
	content: ""; /* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	font-display: swap;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 11px;
	margin-right: 10px;
}

.navigation-single .counts {
	display: none;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #d8d8d8;
	padding: .4em;
	margin-bottom: 1.5em;
}

.wp-caption img {
	margin: 0;
	vertical-align: top;
}

.wp-caption p {
	margin: .4em 0 0;
}

div.aligncenter {
	margin: 0 auto 1.5em;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 0 1.5em 4px 0;
}

.alignright {
	float: right;
	margin: 0 0 4px 1.5em;
}

.mejs-container {
	margin-bottom: 1.5em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

#wp-calendar tbody td {
	text-align: center;
}

#wp-calendar td,
#wp-calendar th {
	border: 1px solid #d8d8d8;
}

.logged-in #wpadminbar {
	position: fixed;
}

.logged-in .header-page {
	top: 46px !important;
}

.logged-in .header-page.minimize {
	top: 46px !important;
}

.logged-in .mobile-closer {
	top: 70px !important;
}

.logged-in .property-search {
	padding-top: 98px;
}

.logged-in .sub-nav-panel.minimize {
	margin-top: 0;
}

.logged-in .main-nav-closer {
	top: 64px;
}

.logged-in #language-target {
	top: 65px;
}

.live-chat-hidden #livechat-compact-container,
.live-chat-hidden #chat-widget-container {
	display: none;
}

.live-chat-hidden #livechat-compact-container iframe,
.live-chat-hidden #chat-widget-container iframe {
	opacity: 0;
	visibility: hidden;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: normal;
	margin: 0 0 0.5em;
	color: inherit;
	text-transform: uppercase;
}

html[lang="ru-RU"] h1,
html[lang="ru-RU"] .h1,
html[lang="ru-RU"]
  h2,
html[lang="ru-RU"] .h2,
html[lang="ru-RU"]
  h3,
html[lang="ru-RU"] .h3,
html[lang="ru-RU"]
  h4,
html[lang="ru-RU"] .h4,
html[lang="ru-RU"]
  h5,
html[lang="ru-RU"] .h5,
html[lang="ru-RU"]
  h6,
html[lang="ru-RU"] .h6,
html[lang="ru-RU"]
  .h {
	font-family: "minion-3-subhead", "Times New Roman", serif;
}

html[lang="zh-hant"] h1,
html[lang="zh-hant"] .h1,
html[lang="zh-hant"]
  h2,
html[lang="zh-hant"] .h2,
html[lang="zh-hant"]
  h3,
html[lang="zh-hant"] .h3,
html[lang="zh-hant"]
  h4,
html[lang="zh-hant"] .h4,
html[lang="zh-hant"]
  h5,
html[lang="zh-hant"] .h5,
html[lang="zh-hant"]
  h6,
html[lang="zh-hant"] .h6,
html[lang="zh-hant"]
  .h {
	font-family: "Noto Serif SC", serif;
}

h1,
.h1 {
	font-size: 30px;
	line-height: 1.3;
	letter-spacing: 4px;
}

h2,
.h2 {
	font-size: 26px;
	line-height: 1.308;
	letter-spacing: 3.5px;
}

h3,
.h3 {
	font-size: 19px;
	line-height: 1.421;
	letter-spacing: 2.6px;
}

h4,
.h4 {
	font-size: 18px;
	line-height: 1.444;
	letter-spacing: 2.5px;
	font-family: "Reader", "Helvetica Neue", "Helvetica", sans-serif;
}

h5,
.h5 {
	font-size: 11px;
	line-height: 1.818;
	letter-spacing: 1.5px;
	font-family: "Reader", "Helvetica Neue", "Helvetica", sans-serif;
}

html[lang="ru-RU"] h4,
html[lang="ru-RU"] .h4,
html[lang="ru-RU"] h5,
html[lang="ru-RU"] .h5 {
	font-family: "Noto_sans", "Helvetica", sans-serif;
}

html[lang="zh-hant"] h4,
html[lang="zh-hant"] .h4,
html[lang="zh-hant"] h5,
html[lang="zh-hant"] .h5 {
	font-family: "Noto Sans SC", sans-serif;
}

b,
strong {
	font-weight: 600;
}

p {
	margin: 0 0 1em;
}

a {
	color: #003659;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	transition: 0.25s color ease-in-out;
}

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

.container {
	margin: 0 auto;
	padding: 0 26px;
}

.container.wide-width {
	max-width: 1604px;
	padding: 0;
}

.row {
	margin: 0 -9px;
	display: flex;
	flex-flow: row wrap;
}

.row.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.row.no-gutters > .grid {
	padding-left: 0;
	padding-right: 0;
}

.grid {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 9px;
	padding-left: 9px;
	max-width: 100%;
	flex: 0 0 100%;
}

.align-center {
	align-items: center;
}

.align-start {
	align-items: flex-start;
}

.align-end {
	align-items: flex-end;
}

.justify-between {
	justify-content: space-between;
}

.justify-center {
	justify-content: center;
}

.justify-end {
	justify-content: flex-end;
}

.justify-around {
	justify-content: space-around;
}

.accessibility {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.accessibility:focus {
	position: relative;
	left: auto;
	z-index: 9999999;
	width: auto;
	height: auto;
}

#wrapper {
	overflow: hidden;
}

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

.link-underline {
	text-decoration: underline;
	transition: opacity 0.3s ease-in-out;
}

.link-underline:hover {
	text-decoration: none;
	opacity: 0.6;
}

.list-underline {
	display: flex;
	align-items: center;
	letter-spacing: normal;
	flex-wrap: wrap;
}

.list-underline li {
	margin: 0 6px 6px;
}

.list-underline a {
	text-decoration: underline;
	transition: opacity 0.3s ease-in-out;
}

.list-underline a:hover {
	opacity: 0.6;
}

.bg-primary {
	background: #003659;
}

.bg-secondary {
	background: #ffe86c;
}

.bg-white {
	background: #fff;
}

.bg-black {
	background: #1e1e1c;
}

.bg-light-gray {
	background: #f1f4f7;
}

.bg-lighten-gray {
	background: #fcfcfd;
}

.bg-cover {
	background-size: cover;
	background-position: 50% 50%;
}

.hidden {
	position: absolute;
	left: -9999px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.lazyload {
	opacity: 0;
}

.lazyloaded {
	-webkit-animation: 0.3s fadeIn;
	        animation: 0.3s fadeIn;
}

.d-flex {
	display: flex;
}

.flex-box-center {
	display: flex;
	justify-content: center;
	align-items: center;
}

/* example lightbox styles */

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

.lightbox-demo {
	padding: 5px;
	width: 300px;
}

.lightbox-demo h2 {
	margin: 0 0 10px;
}

.lightbox-demo p {
	margin: 0;
}

hr {
	border: none;
	border-top: 1px solid rgba(0, 54, 89, 0.1);
	margin: 15px 0;
}

hr.light {
	border-color: rgba(255, 255, 255, 0.2);
}

.vertical-space {
	height: 30px;
}

.page-template-template-home .vertical-space {
	background: #fcfcfd;
}

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

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

.text-left {
	text-align: left;
}

.not-animate {
	transition: none !important;
}

.breadcrumbs {
	list-style: none;
	margin: 0;
	padding: 0;
	display: none;
	font-size: 11px;
	font-family: "Reader", "Helvetica Neue", "Helvetica", sans-serif;
}

html[lang="ru-RU"] .breadcrumbs {
	font-family: "Noto_sans", "Helvetica", sans-serif;
}

html[lang="zh-hant"] .breadcrumbs {
	font-family: "Noto Sans SC", sans-serif;
}

.breadcrumbs li {
	display: flex;
	align-items: center;
}

.breadcrumbs li:after {
	content: '';
	width: 22px;
	height: 1px;
	display: block;
	margin: -1px 5px 0;
	background: currentColor;
}

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

.breadcrumbs a {
	transition: opacity 0.25s ease-in-out;
}

.breadcrumbs a:hover {
	opacity: 0.6;
}

.breadcrumbs-row {
	padding: 16px 0;
	display: none;
}

.buttons-area {
	padding: 30px 0 11px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 960px;
	margin: 0 auto;
}

.home .buttons-area {
	background: #fcfcfd;
}

.buttons-area .btn {
	margin: 0 9px 19px;
}

.cookies-panel {
	background: #ffe86c;
	padding: 28px;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	color: #003659;
	z-index: 9999;
	text-align: left;
	font-size: 15px;
	-webkit-transform: translateY(100%);
	        transform: translateY(100%);
	transition: -webkit-transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.cookies-panel.visible {
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

.cookies-panel a:hover {
	text-decoration: underline;
}

.cookies-panel p {
	margin: 0 0 9px;
}

.cookies-panel .close {
	text-decoration: underline;
	font-size: 12px;
	font-family: "Reader", "Helvetica Neue", "Helvetica", sans-serif;
}

html[lang="ru-RU"] .cookies-panel .close {
	font-family: "Noto_sans", "Helvetica", sans-serif;
}

html[lang="zh-hant"] .cookies-panel .close {
	font-family: "Noto Sans SC", sans-serif;
}

.cookies-panel .close:hover {
	text-decoration: none;
}

.error404 {
	background: #f1f4f7;
}

.error404 main {
	padding: 63px 0 74px;
}

.error404 main h2 {
	margin: 0 0 32px;
}

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

.noscript-alert {
	background: #fff;
	position: relative;
	z-index: 10000;
}

#cookie-law-info-bar[style*="display: block"] ~ #livechat-compact-container {
	-webkit-transform: translateY(-80px) !important;
	        transform: translateY(-80px) !important;
}

#cookie-law-info-bar .cli-wrapper {
	max-width: 100% !important;
}

.enquire-popup-visible #livechat-compact-container {
	z-index: -1 !important;
}

.table-holder {
	overflow-x: auto;
}

body #at-expanded-menu-host .at-expanded-menu {
	margin: 0 !important;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	padding: 60px 22px 30px !important;
}

body #at-expanded-menu-host .at-expanded-menu-page-url,
body #at-expanded-menu-host .at-expanded-menu-page-title,
body #at-expanded-menu-host .at-expanded-menu-search-label-content,
body #at-expanded-menu-host .at-expanded-menu-search-label,
body #at-expanded-menu-host .at-expanded-menu-search-input,
body #at-expanded-menu-host .at-expanded-menu-button-label,
body #at-expanded-menu-host .at-expanded-menu-top-services-header,
body #at-expanded-menu-host .at-expanded-menu-title {
	font-family: "minion-3-subhead", "Times New Roman", "Times", "Baskerville", "Georgia", serif !important;
}

html[lang="ru-RU"] body #at-expanded-menu-host .at-expanded-menu-page-url,
html[lang="ru-RU"]
  body #at-expanded-menu-host .at-expanded-menu-page-title,
html[lang="ru-RU"]
  body #at-expanded-menu-host .at-expanded-menu-search-label-content,
html[lang="ru-RU"]
  body #at-expanded-menu-host .at-expanded-menu-search-label,
html[lang="ru-RU"]
  body #at-expanded-menu-host .at-expanded-menu-search-input,
html[lang="ru-RU"]
  body #at-expanded-menu-host .at-expanded-menu-button-label,
html[lang="ru-RU"]
  body #at-expanded-menu-host .at-expanded-menu-top-services-header,
html[lang="ru-RU"]
  body #at-expanded-menu-host .at-expanded-menu-title {
	font-family: "minion-3-subhead", "Times New Roman", serif !important;
}

html[lang="zh-hant"] body #at-expanded-menu-host .at-expanded-menu-page-url,
html[lang="zh-hant"]
  body #at-expanded-menu-host .at-expanded-menu-page-title,
html[lang="zh-hant"]
  body #at-expanded-menu-host .at-expanded-menu-search-label-content,
html[lang="zh-hant"]
  body #at-expanded-menu-host .at-expanded-menu-search-label,
html[lang="zh-hant"]
  body #at-expanded-menu-host .at-expanded-menu-search-input,
html[lang="zh-hant"]
  body #at-expanded-menu-host .at-expanded-menu-button-label,
html[lang="zh-hant"]
  body #at-expanded-menu-host .at-expanded-menu-top-services-header,
html[lang="zh-hant"]
  body #at-expanded-menu-host .at-expanded-menu-title {
	font-family: "Noto Serif SC", serif !important;
}

body #at-expanded-menu-host .at-expanded-menu-title {
	font-size: 30px;
	line-height: 1.3 !important;
	letter-spacing: 4px;
	text-transform: uppercase;
	width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-bottom: 21px;
}

body #at-expanded-menu-host .at-expanded-menu-page-url,
body #at-expanded-menu-host .at-expanded-menu-page-title {
	font-size: 20px;
	line-height: 1.3;
	letter-spacing: 0.5px;
	width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-bottom: 5px;
}

body #at-expanded-menu-host #at-expanded-menu-bd,
body #at-expanded-menu-host #at-expanded-menu-hd {
	display: block;
	max-width: 791px;
	padding: 0 22px;
	margin: 0 auto;
}

body #at-expanded-menu-host .at-expanded-menu-search,
body #at-expanded-menu-host .at-expanded-menu-ft,
body #at-expanded-menu-host .at-expanded-menu-service-list,
body #at-expanded-menu-host .at-expanded-menu-top-services-header {
	width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

body #at-expanded-menu-host #at-expanded-menu-filter-form {
	padding: 20px 0;
}

body #at-expanded-menu-host .at-expanded-menu-search-icon {
	width: 31px;
	height: 31px;
	background-size: 33px 33px;
	margin-left: -33px;
	top: -4px;
}

body #at-expanded-menu-host .at-expanded-menu-search-label-content,
body #at-expanded-menu-host .at-expanded-menu-search-label,
body #at-expanded-menu-host .at-expanded-menu-search-input {
	font-size: 20px;
}

body #at-expanded-menu-host .at-expanded-menu-search-label-content {
	margin-top: -5px;
}

body #at-expanded-menu-host .at-expanded-menu-top-services-header {
	font-size: 20px;
	color: #fff;
	margin-bottom: 20px;
}

body #at-expanded-menu-host .at-expanded-menu-search-input:focus + .at-expanded-menu-search-label .at-expanded-menu-search-label-content {
	margin-top: 0;
}

body #at-expanded-menu-host .at-expanded-menu-button-label {
	color: #fff;
}

body #at-expanded-menu-host .at-expanded-menu-service-list button {
	width: auto !important;
	display: block;
	margin: 0 auto 7px;
}

body #at-expanded-menu-host .at-expanded-menu-load {
	width: 214px;
	border-radius: 0;
	background: none;
	border: 1px solid #fff;
	text-align: left;
	color: #fff;
	position: relative;
	font-size: 11px;
	padding: 11px 45px 12px 24px;
	letter-spacing: 1px;
	transition: color 0.3s ease-in-out;
}

body #at-expanded-menu-host .at-expanded-menu-load:hover {
	color: rgba(255, 255, 255, 0.8);
}

body #at-expanded-menu-host .at-expanded-menu-load:before {
	font-family: "icomoon" !important;
	font-display: swap;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	right: 20px;
	content: "";
}

.cookies-buttons-holder {
	float: right;
}

.header-page {
	background: #fff;
	box-shadow: 0 1px 0 rgba(0, 54, 89, 0.21);
	display: flex;
	justify-content: space-between;
	padding: 26px 28px;
	top: 0;
	left: 0;
	right: 0;
	z-index: 101;
	transition: 0.4s padding, 0.25s background, 0.4s height;
	height: 103px;
}

.resize-active .header-page {
	transition: none;
}

.header-page.bg-white {
	background: #fff;
}

.header-page.minimize {
	padding: 12px 26px 13px;
	align-items: center;
	height: 52px;
}

.header-page.minimize .main-nav-opener {
	margin-top: 0;
}

.header-page.minimize .language-wrapper,
.header-page.minimize .logo-icon,
.header-page.minimize .language-holder {
	display: none;
}

.header-page.minimize .logo-icon-sticky {
	display: block;
}

.header-page.minimize .btn-enquire {
	display: inline-flex;
}

.header-page .left-holder,
.header-page .right-holder {
	width: 50px;
}

.header-page .right-holder {
	text-align: right;
}

.header-page .btn-enquire {
	display: none;
	border-width: 0;
	margin: 0 auto 0 0;
	padding: 0 !important;
	-webkit-transform: 0.25s border-color;
	        transform: 0.25s border-color;
}

.header-page .btn-enquire .text {
	display: none;
}

.header-page .btn-enquire .icon {
	font-size: 16px;
	font-family: Helvetica;
	line-height: 1;
}

.header-page .btn.btn-enquire {
	background: transparent;
}

.header-page .btn.btn-enquire:hover {
	background: none;
}

.header-page .logo-icon-sticky {
	display: block;
	height: 100%;
}

.header-page .logo-icon-sticky {
	display: none;
}

.header-wrap {
	height: 103px;
}

.header-wrap .header-page {
	position: fixed;
}

.main-nav {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 102;
	background: rgba(30, 30, 28, 0.97);
	visibility: hidden;
	opacity: 0;
	transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
	padding: 102px 26px 26px;
}

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

.main-nav-accordion {
	overflow: auto;
	height: 100%;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 2.5px;
	line-height: 1.5;
	font-family: "Reader", "Helvetica Neue", "Helvetica", sans-serif;
}

html[lang="ru-RU"] .main-nav-accordion {
	font-family: "Noto_sans", "Helvetica", sans-serif;
}

html[lang="zh-hant"] .main-nav-accordion {
	font-family: "Noto Sans SC", sans-serif;
}

.main-nav-accordion a {
	color: #fff;
}

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

.main-nav-accordion li:last-child {
	padding-bottom: 0;
}

.main-nav-accordion li.active > a {
	font-weight: bold;
}

.main-nav-accordion ul ul {
	padding: 21px 0 21px 48px;
}

.main-nav-accordion.opened a {
	color: rgba(255, 255, 255, 0.25);
}

.main-nav-accordion.opened .mobile-active a {
	color: #fff;
}

.main-nav-accordion .has-drop.mobile-active .has-drop-icon:before {
	opacity: 0;
}

.main-nav-accordion .has-drop-icon {
	margin-left: 6px;
	width: 17px;
	height: 17px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.main-nav-accordion .has-drop-icon:before,
.main-nav-accordion .has-drop-icon:after {
	content: '';
	background: currentColor;
	position: absolute;
}

.main-nav-accordion .has-drop-icon:after {
	width: 9px;
	height: 1px;
	top: 8px;
	left: 4px;
}

.main-nav-accordion .has-drop-icon:before {
	width: 1px;
	height: 9px;
	top: 4px;
	left: 8px;
/*	transition: opacity 0.25s ease-in-out;*/
}

.main-nav-accordion .has-drop > a {
	position: relative;
}

.main-nav-accordion .js-acc-hidden {
	visibility: hidden;
}

.main-nav-opener {
	width: 27px;
	height: 17px;
	display: block;
	color: #003659;
	position: relative;
	margin-top: 6px;
	z-index: 1;
}

.main-nav-opener:focus .bottom,
.main-nav-opener:hover .bottom {
	width: 100%;
}

.main-nav-opener span {
	position: absolute;
	background: currentColor;
	width: 100%;
	height: 1px;
	z-index: -1;
}

.main-nav-opener .top {
	top: 0;
}

.main-nav-opener .middle {
	top: 8px;
}

.main-nav-opener .bottom {
	bottom: 0;
	width: 50%;
	transition: 0.2s width ease-in-out;
}

.main-nav-closer {
	font-size: 20px;
	line-height: 1;
	color: #fff;
	-webkit-transform-origin: center;
	        transform-origin: center;
	transition: 0.2s -webkit-transform;
	transition: 0.2s transform;
	transition: 0.2s transform, 0.2s -webkit-transform;
	position: absolute;
	top: 34px;
	left: 27px;
}

.main-nav-closer:hover {
	-webkit-transform: scale(0.95);
	        transform: scale(0.95);
}

.newsletter {
	margin: 0 0 5px;
}

.newsletter-section {
	padding: 53px 0;
	color: #fff;
	background: #1e1e1c;
	text-align: center;
	order: 0;
}

.newsletter-section h3 {
	margin: 0 0 21px;
}

.newsletter-section .wpcf7-form-control-wrap {
	flex-grow: 1;
}

.newsletter-section .wpcf7-not-valid-tip {
	position: absolute;
	top: 100%;
	font-size: 12px;
	left: 0;
	margin-top: 5px;
	color: #ff7878;
}

.newsletter-section .wpcf7-form-control {
	width: 100%;
	display: block;
	background: none;
	color: #fff;
	border-right: none;
	border-color: #fff;
	outline: none;
	transition: 0.2s border-color ease-in-out;
	padding: 14px 15px 12px;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1.5px;
}

.newsletter-section .wpcf7-form-control::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.8);
}

.newsletter-section .wpcf7-form-control::-moz-placeholder {
	opacity: 1;
	color: rgba(255, 255, 255, 0.8);
}

.newsletter-section .wpcf7-form-control:-moz-placeholder {
	color: rgba(255, 255, 255, 0.8);
}

.newsletter-section .wpcf7-form-control:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.8);
}

.newsletter-section .wpcf7-form-control.placeholder {
	color: rgba(255, 255, 255, 0.8);
}

.newsletter-section .wpcf7-form-control:focus {
	border-color: rgba(255, 255, 255, 0.8);
}

.newsletter-section .wpcf7-submit {
	background: none;
	color: #fff;
	border: solid #fff;
	border-width: 1px 1px 1px 0;
	box-shadow: none;
	font-size: 7px;
	border-radius: 0;
	padding: 2px 12px;
	transition: 0.2s border-color ease-in-out;
}

.newsletter-section .wpcf7-submit:focus,
.newsletter-section .wpcf7-submit:hover {
	border-color: rgba(255, 255, 255, 0.8);
}

.newsletter-section .wpcf7-response-output {
	border: none;
	font-size: 11px;
	font-family: "Reader", "Helvetica Neue", "Helvetica", sans-serif;
	max-width: 300px;
}

html[lang="ru-RU"] .newsletter-section .wpcf7-response-output {
	font-family: "Noto_sans", "Helvetica", sans-serif;
}

html[lang="zh-hant"] .newsletter-section .wpcf7-response-output {
	font-family: "Noto Sans SC", sans-serif;
}

.newsletter-section .wpcf7-validation-errors {
	color: #ff3f3f;
	display: none !important;
	margin: 2px auto -20px;
	text-align: left;
}

.newsletter-section .wpcf7-mail-sent-ok {
	color: #fff;
	margin: 17px auto;
	max-width: 300px;
	display: none !important;
}

.newsletter-section .wpcf7-validation-errors,
.newsletter-section .wpcf7-acceptance-missing {
	border-color: #fff;
}

.newsletter-section .wpcf7 .ajax-loader {
	display: none;
}

.newsletter-section .wpcf7.form-sent + .newsletter-thank-message {
	display: block;
}

.newsletter-section .wpcf7 + .newsletter-thank-message {
	color: #fff;
	display: none;
	margin: 17px auto 0;
	font-size: 14px;
	max-width: 300px;
}

.newsletter .form-inline {
	display: flex;
	position: relative;
	max-width: 300px;
	width: 100%;
	margin: 0 auto;
}

.footer {
	display: flex;
	flex-direction: column;
	text-align: center;
	position: relative;
}

.footer button {
	color: #000;
	font-size: 7px;
}

.footer-row {
	background: #003659;
	padding: 0 0 32px;
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-row a {
	color: currentColor;
}

.footer-row a:hover {
	color: rgba(255, 255, 255, 0.5);
}

.footer-row .copyright {
	margin: 0;
}

.footer-row .terms {
	margin: 0 0 17px;
}

.footer-row .terms li:first-child:before {
	display: none;
}

.footer-row .terms li:before {
	content: '–';
	margin: 0 12px;
}

.footer-holder {
	color: #fff;
	background: #003659;
	padding-top: 106px;
}

.footer-holder a {
	color: currentColor;
}

.footer-holder a:hover {
	color: rgba(255, 255, 255, 0.5);
}

.footer-holder h3 {
	margin: 0 0 12px;
}

.footer-holder dl {
	text-align: center;
}

.footer-holder dl dt {
	float: none;
	font-weight: normal;
	display: inline;
}

.footer-holder dl dd {
	display: inline;
}

.footer-holder address {
	font-style: normal;
}

.footer-holder .btn-holder {
	padding: 19px 0;
}

.footer-holder .btn .icon-envelope {
	font-size: 13px;
}

.footer-holder .btn .text {
	margin-right: 5px;
}

.footer-holder .grid-contact {
	padding-top: 57px;
	padding-bottom: 41px;
	position: relative;
}

.footer-holder .grid-contact:after,
.footer-holder .grid-contact:before {
	content: '';
	height: 1px;
	position: absolute;
	bottom: 0;
	left: -26px;
	right: -26px;
	background: rgba(255, 255, 255, 0.2);
}

.footer-holder .grid-contact:after {
	bottom: auto;
	top: 0;
}

.footer-holder .grid-contact p {
	margin: 0 0 15px;
}

.footer-holder .grid-contact p a {
	text-decoration: none;
}

.footer-holder .grid-contact p a:hover {
	color: currentColor;
	text-decoration: underline;
}

.footer-holder .grid-social h3 {
	display: none;
}

.footer-social {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 33px 0 17px;
	font-size: 18px;
}

.footer-social li {
	margin: 0 12px;
}

.footer-qr-code {
	margin-bottom: 16px;
}

.footer .logo-holder {
	position: static;
}

.footer-logo {
	width: 102px;
	position: absolute;
	top: 31px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.footer-logo img {
	width: 100%;
	height: auto;
}

.hero {
	position: relative;
	color: #fff;
	z-index: 1;
	background-color: #f1f4f7;
}

.hero:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background: rgba(30, 30, 28, 0.35);
}

.hero-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.hero .box {
	padding: 165px 20px 146px;
	text-align: center;
	position: relative;
}

.hero .box h2 {
	margin: 0 0 20px;
	font-size: 24px;
	line-height: 1.333;
}

.hero .box .btn {
	color: #fff;
	border-color: currentColor;
	min-width: 276px;
}

.hero .box .btn:hover {
	border-color: #003659;
}

.hero .btn-play {
	position: absolute;
	bottom: 64px;
	left: 50%;
	z-index: 4;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.hero-slideshow {
	position: relative;
	min-height: 400px;
}

.hero-slideshow .slide {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	visibility: hidden;
	transition: visibility 0.6s 0.3s;
}

.hero-slideshow .slide.active {
	z-index: 2;
	visibility: visible;
	transition: visibility 0.6s ease-in-out;
}

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

.hero-slideshow.with-thumbs .img-holder {
	margin-bottom: 91px;
	position: relative;
}

.hero-slideshow.with-thumbs .carousel-thumbs {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin-top: 67%;
	z-index: 4;
	background: gray;
	text-align: center;
	overflow: hidden;
}

.hero-slideshow.with-thumbs .carousel-thumbs.touch-device {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.hero-slideshow.with-thumbs .carousel-thumbs ul {
	justify-content: center;
}

.hero-slideshow .carousel-control {
	background: #ffe86c;
	display: flex;
	margin: 0;
	padding: 13px 26px;
	align-items: flex-start;
	justify-content: space-between;
	z-index: 2;
	min-height: 61px;
}

.hero-slideshow .carousel-control ul {
	list-style: none;
	padding: 0;
	margin: 0;
	transition: height 0.2s ease-in-out;
}

.hero-slideshow .carousel-control .pagination {
	position: relative;
}

.hero-slideshow .carousel-control .pagination li {
	display: none;
}

.hero-slideshow .carousel-control .pagination .active {
	display: block;
}

.hero-slideshow .carousel-thumbs .active .thumb-link:before {
	background: none;
}

.hero-slideshow .carousel-thumbs .thumb-link {
	width: 138px;
	height: 91px;
	display: block;
	position: relative;
	z-index: 1;
	outline: none;
}

.hero-slideshow .carousel-thumbs .thumb-link:before {
	content: '';
	position: absolute;
	z-index: -1;
	background: rgba(30, 30, 28, 0.5);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: background 0.25s ease-in-out;
}

.hero-slideshow .carousel-thumbs .thumb-link .img-holder {
	height: 100%;
	z-index: -2;
	position: relative;
	margin-bottom: 0;
}

.hero-slideshow .carousel-thumbs .thumb-link .btn-play {
	top: 50%;
	left: 50%;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 35px;
	height: 35px;
}

.hero-slideshow .carousel-thumbs .thumb-link .btn-play:before {
	border-width: 5px 9px;
	-webkit-transform: translate(-3px, -50%);
	        transform: translate(-3px, -50%);
}

.hero-slideshow .carousel-thumbs ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.hero-slideshow .carousel-thumbs li {
	position: relative;
	flex-shrink: 0;
}

.hero-slideshow .switchers {
	margin-top: 7px;
}

.hero-slideshow .switchers ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
}

.hero-slideshow .switchers ul li {
	margin: 0 2px;
}

.hero-slideshow .switchers ul .active a {
	background: #003659;
}

.hero-slideshow .switchers ul a {
	display: block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	background: rgba(0, 54, 89, 0.13);
}

.hero-slideshow .pagination-holder {
	display: inline-block;
	vertical-align: top;
}

.hero-slideshow .pagination {
	display: flex;
	list-style: none;
	font-size: 11px;
	font-family: "Reader", "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: 0.5px;
}

html[lang="ru-RU"] .hero-slideshow .pagination {
	font-family: "Noto_sans", "Helvetica", sans-serif;
}

html[lang="zh-hant"] .hero-slideshow .pagination {
	font-family: "Noto Sans SC", sans-serif;
}

.hero-slideshow .pagination .h5 {
	text-transform: uppercase;
}

.hero-slideshow .pagination p {
	margin: 0;
}

.hero-slideshow .pagination a:hover {
	color: #003659;
}

.hero-image {
	position: relative;
}

.hero-image .img-holder {
	padding-top: 67%;
	position: relative;
}

.hero-image .btn-play {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.hero-image .description {
	background: #fcfcfd;
	padding: 30px 26px;
	font-size: 18px;
	line-height: 1.5;
}

.hero-image .description h2 {
	margin: 0 0 5px;
	font-size: 24px;
	line-height: 1.333;
}

.hero-image .description p {
	margin: 0;
}

.property-search {
	color: #fff;
	background: #003659;
	padding: 52px 0 0;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}

.property-search:not(.mobile-not-fixed) {
	opacity: 1;
	visibility: visible;
}

.property-search.form-disabled {
	pointer-events: none;
}

.property-search.form-disabled:before {
	position: absolute;
	top: 0;
	z-index: 5;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.1);
}

.property-search .mobile-closer {
	position: absolute;
	top: 24px;
	font-size: 20px;
	left: 26px;
}

.property-search a {
	color: #fff;
}

.property-search .breadcrumbs {
	font-size: 11px;
	font-family: "Reader", "Helvetica Neue", "Helvetica", sans-serif;
	display: none;
}

html[lang="ru-RU"] .property-search .breadcrumbs {
	font-family: "Noto_sans", "Helvetica", sans-serif;
}

html[lang="zh-hant"] .property-search .breadcrumbs {
	font-family: "Noto Sans SC", sans-serif;
}

.property-search .breadcrumbs a {
	color: #fff;
}

.property-search .breadcrumbs a:hover {
	color: #ffe86c;
}

.property-search-title {
	display: none;
}

.property-search-form .filters-list {
	font-size: 23px;
}

.property-search-form .filters-list li {
	margin: 0 0 6px;
	display: flex;
	align-items: flex-start;
}

.property-search-form .filters-list li:last-child {
	margin-bottom: 0;
}

.property-search-form .filters-list input[type="checkbox"] {
	margin: 11px 30px 0 0;
	position: relative;
}

.property-search-form .filters-list .jcf-checkbox {
	margin: 11px 30px 0 0;
	border-color: #fff;
	display: block;
	flex-shrink: 0;
}

.property-search-form .filters-list .jcf-checkbox + label {
	font-weight: normal;
}

.property-search-form .filters-list .jcf-checkbox.jcf-checked {
	background: #ffe86c;
	border-color: #ffe86c;
	color: #003659;
}

.property-search-form .filters-list .jcf-checkbox.jcf-checked + label {
	font-weight: 600;
}

.property-search-form .filters-list .jcf-checkbox.jcf-disabled + label {
	opacity: 0.4;
}

.property-search-form .filters-list label {
	letter-spacing: -0.41px;
}

.property-search-form .property-filters {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	margin: 0 -26px;
	padding: 32px 26px 25px;
}

.property-search-form .property-filters.with-number {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 28px 26px;
}

.property-search-form .property-filters.with-number .property-filters-title {
	margin-bottom: 0;
}

.property-search-form .property-filters-title {
	margin-bottom: 8px;
}

.property-search-form .property-filters .title-with-range {
	position: relative;
	padding-bottom: 19px;
}

.property-search-form .property-filters .title-with-range .property-filters-title {
	margin-bottom: 0;
}

.property-search-form .property-filters .title-with-range .jcf-range-num-row {
	position: absolute;
	top: 100%;
	right: 0;
	margin-top: 20px;
	font-size: 23px;
}

.property-search-form .property-filters .jcf-range {
	margin-bottom: 32px;
}

.property-search-form .jcf-number {
	background: none;
	display: flex;
	margin-left: 20px;
	font-size: 23px;
	align-items: center;
}

.property-search-form .jcf-number input {
	background: none;
	border: none;
	order: 1;
	text-align: center;
	padding: 0 5px;
	width: 40px;
	height: 30px;
	opacity: 1;
}

.property-search-form .jcf-number input::-webkit-input-placeholder {
	color: #fff;
}

.property-search-form .jcf-number input::-moz-placeholder {
	opacity: 1;
	color: #fff;
}

.property-search-form .jcf-number input:-moz-placeholder {
	color: #fff;
}

.property-search-form .jcf-number input:-ms-input-placeholder {
	color: #fff;
}

.property-search-form .jcf-number input.placeholder {
	color: #fff;
}

.property-search-form .jcf-number input:focus {
	outline: none;
}

.property-search-form .jcf-number .jcf-btn-inc,
.property-search-form .jcf-number .jcf-btn-dec {
	position: relative;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	font-size: 30px;
	display: block;
	background: none !important;
}

.property-search-form .jcf-number .jcf-btn-inc:before,
.property-search-form .jcf-number .jcf-btn-dec:before {
	border: none;
	margin: 0;
	position: static;
	display: block;
}

.property-search-form .jcf-number .jcf-btn-inc {
	order: 2;
}

.property-search-form .jcf-number .jcf-btn-inc:before {
	content: ""; /* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	font-display: swap;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.property-search-form .jcf-number .jcf-btn-dec {
	order: 0;
}

.property-search-form .jcf-number .jcf-btn-dec:before {
	content: ""; /* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	font-display: swap;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.property-search-form .jcf-range-num-row {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.property-search-form .btn-holder {
	margin: 0 -26px;
}

.property-search-form .btn-holder .btn {
	display: block;
	width: 100%;
	background: #ffe86c;
	color: #003659;
	border-color: #ffe86c;
	font-size: 13px;
	padding: 28px 20px;
}

.property-search-form .btn-holder .btn [class*="icon-"] {
	display: none;
}

.property-search-form .btn-holder .btn:focus {
	outline: auto #4d90fe;
}

.property-search-form .btn-holder .btn:hover {
	background: #ffe86c;
	color: #003659;
	border-color: #ffe86c;
}

.property-result .property-found-area {
	padding: 27px 26px 31px;
	background: #ffe86c;
}

.property-result .property-found-area .result-found {
	font-size: 23px;
	margin: 0 0 8px;
	letter-spacing: -0.41px;
}

.property-result .property-found-area .result-filters {
	font-size: 10px;
	line-height: 1.2;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: "Reader", "Helvetica Neue", "Helvetica", sans-serif;
}

html[lang="ru-RU"] .property-result .property-found-area .result-filters {
	font-family: "Noto_sans", "Helvetica", sans-serif;
}

html[lang="zh-hant"] .property-result .property-found-area .result-filters {
	font-family: "Noto Sans SC", sans-serif;
}

.property-result .property-found-area .filter-desktop-title,
.property-result .property-found-area .filter-mobile-opener {
	margin-right: 33px;
	position: relative;
	text-decoration: underline;
}

.property-result .property-found-area .filter-desktop-title:after,
.property-result .property-found-area .filter-mobile-opener:after {
	content: '';
	width: 28px;
	height: 1px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	left: 100%;
	background: currentColor;
	pointer-events: none;
	margin: 0 0 0 5px;
}

.property-result .property-found-area .filter-desktop-title {
	display: none;
}

.property-result .project-heading {
	color: #fff;
	padding: 27px 26px 17px;
	background: #003659;
}

.property-result .project-heading h3 {
	margin: 0;
}

.property-result .project-type-title {
	display: block;
	padding: 7px 26px 4px;
	color: #fff;
	letter-spacing: 1px;
	font-size: 10px;
	text-transform: uppercase;
	font-family: "Reader", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: normal;
	background: #1e1e1c;
}

html[lang="ru-RU"] .property-result .project-type-title {
	font-family: "Noto_sans", "Helvetica", sans-serif;
}

html[lang="zh-hant"] .property-result .project-type-title {
	font-family: "Noto Sans SC", sans-serif;
}

.property-result .project-type {
	margin-bottom: 30px;
}

.property-result .table {
	width: 100%;
	text-align: left;
	font-size: 10px;
	font-family: "Reader", "Helvetica Neue", "Helvetica", sans-serif;
	margin-bottom: 30px;
}

html[lang="ru-RU"] .property-result .table {
	font-family: "Noto_sans", "Helvetica", sans-serif;
}

html[lang="zh-hant"] .property-result .table {
	font-family: "Noto Sans SC", sans-serif;
}

.property-result .table td,
.property-result .table th {
	border: none;
	text-align: left;
	padding: 19px 12px 13px 0;
	transition: 0.3s 0.3s ease-in-out, background 0.3s ease-in-out;
}

.property-result .table td:first-child,
.property-result .table th:first-child {
	padding-left: 26px;
}

.property-result .table th {
	background: #d1dcE5;
	font-weight: bold;
	padding: 17px 12px 17px 0;
	line-height: 1.3;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	vertical-align: top;
	position: relative;
}

.property-result .table th.sort.inverse [class*="icon-"] {
	-webkit-transform: scale(1, -1);
	        transform: scale(1, -1);
}

.property-result .table th.sort [class*="icon-"] {
	display: inline-block;
}

.property-result .table th [class*="icon-"] {
	display: none;
	vertical-align: top;
	margin-top: 2px;
	font-size: 7px;
	position: absolute;
	-webkit-transform-origin: center center;
	        transform-origin: center center;
}

.property-result .table .col-num {
	width: 21.5%;
}

.property-result .table .col-beds,
.property-result .table .col-vr-link {
	width: 21.5%;
}

.property-result .table .col-vr-link {
	text-align: center;
}

.property-result .table .col-area {
	width: 21.5%;
}

.property-result .table .col-price {
	width: 21.5%;
	text-align: right;
	padding-left: 0;
}

.property-result .table .col-popup {
	width: 14%;
	font-size: 12px;
	text-align: center;
	padding-left: 8px;
}

.property-result .table tbody tr:nth-child(2n):hover td,
.property-result .table tbody tr:hover td {
	background: #ffe86c;
}

.property-result .table tbody tr:nth-child(2n) td {
	background: #f1f4f7;
}

.property-result .end-results-row {
	font-size: 13px;
	text-transform: uppercase;
	font-family: "Reader", "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: 1.5px;
	border-top: 1px solid rgba(0, 54, 89, 0.1);
	padding: 46px 26px 40px;
}

html[lang="ru-RU"] .property-result .end-results-row {
	font-family: "Noto_sans", "Helvetica", sans-serif;
}

html[lang="zh-hant"] .property-result .end-results-row {
	font-family: "Noto Sans SC", sans-serif;
}

.property-result .end-results-row p {
	margin: 0;
}

.result-project-container {
	margin: 0 -26px;
}

.single-post {
	background: #f1f4f7;
}

.single-post-title {
	font-size: 28px;
	line-height: 1.357;
	margin: 0 0 34px;
	letter-spacing: 0;
	text-transform: none;
}

.single-post .row-heading {
	margin-bottom: 42px;
}

.single-post .row-content {
	padding-bottom: 75px;
}

.single-post .row-content img {
	margin: 30px 0 27px;
}

.single-post .row-content iframe {
	width: 100%;
}

.single-post .row-content h2,
.single-post .row-content h3 {
	position: relative;
	padding: 0 0 20px;
	margin: 0 0 19px;
}

.single-post .row-content h2:before,
.single-post .row-content h3:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 20px;
	height: 1px;
	background: currentColor;
}

.single-post .row-content .featured-image {
	margin: 0 0 47px;
}

.single-post .row-content .featured-image img {
	margin: 0;
}

.single-post .row-content p a {
	text-decoration: underline;
	transition: opacity 0.2s ease-in-out;
}

.single-post .row-content p a:hover {
	opacity: 0.6;
}

.single-post .row-content ul {
	padding: 0;
	margin-bottom: 0;
	list-style: none;
}

.single-post .row-content ul ul {
	padding-left: 12px;
}

.single-post .row-content ul ul li:before {
	width: 3px;
	height: 3px;
	top: 12px;
	left: 4px;
	border-radius: 50%;
}

.single-post .row-content ul li {
	position: relative;
	padding-left: 15px;
}

.single-post .row-content ul li:before {
	content: '';
	background: currentColor;
	width: 6px;
	height: 1px;
	position: absolute;
	top: 14px;
	left: 0;
}

.single-post .single-content {
	padding-top: 37px;
	position: relative;
	z-index: 1;
}

.single-post .single-content:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 368px;
	background: #fcfcfd;
	z-index: -1;
}

.single-post .link-back {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 37px;
}

.single-post .link-back:hover {
	opacity: 0;
}

.single-post .link-back:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: 1px;
	left: 0;
	background: #003659;
}

.contact-form-section {
	width: 100%;
	min-height: 100%;
	background: #003659;
	color: #fff;
	padding: 30px 0 0;
}

.contact-form-section.fancybox-content {
	background: #003659;
	color: #fff;
	overflow-x: hidden;
	padding: 30px 0 0;
}

.contact-form-section .country-list {
	color: #003659;
	width: 277px;
}

.contact-form-section.sent-form {
	background: #ffe86c;
	color: #003659;
}

.contact-form-section.sent-form .form-content {
	display: none;
}

.contact-form-section.sent-form .message-content {
	display: block;
	text-align: center;
}

.contact-form-section .ajax-loader {
	position: absolute;
	display: none;
}

.contact-form-section .message-content {
	display: none;
	font-size: 21px;
}

.contact-form-section .message-content .message-logo {
	width: 113px;
	display: block;
	margin: 0 auto 72px;
}

.contact-form-section .message-content .message-logo img {
	max-width: none;
	width: 100%;
	height: auto;
}

.contact-form-section .message-content h4 {
	margin: 0 0 30px;
}

.contact-form-section .fancybox-close-small {
right: auto;
left: 0;
color: #fff;
top: 37px !important;
}

.contact-form-section .text-intro {
	padding: 25px 25px 19px;
	text-align: center;
}

.contact-form-section .text-intro h4 {
	margin: 0 0 18px;
}

.contact-form-section .input-group {
	margin-bottom: 24px;
	font-size: 11px;
	letter-spacing: 1.5px;
	font-family: "Reader", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	position: relative;
}

html[lang="ru-RU"] .contact-form-section .input-group {
	font-family: "Noto_sans", "Helvetica", sans-serif;
}

html[lang="zh-hant"] .contact-form-section .input-group {
	font-family: "Noto Sans SC", sans-serif;
}

.contact-form-section .input-group label {
	display: block;
	margin-bottom: 6px;
	color: rgba(255, 255, 255, 0.7);
}

.contact-form-section .intl-tel-input {
	display: flex;
	width: 100%;
}

.contact-form-section .intl-tel-input .flag-container:before {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0px;
	width: 15px;
	height: 2px;
	background: #003659;
	pointer-events: none;
	z-index: 1;
}

.contact-form-section .intl-tel-input .selected-flag {
	position: relative;
	padding: 0 15px 0 0;
	background: none !important;
}

.contact-form-section .intl-tel-input .selected-flag .iti-arrow {
	border: none;
	width: 10px;
	height: 10px;
	position: relative;
}

.contact-form-section .intl-tel-input .selected-flag .iti-arrow.up {
	border: none;
	-webkit-transform: scale(1, -1);
	        transform: scale(1, -1);
}

.contact-form-section .intl-tel-input .selected-flag .iti-arrow:before {
	content: ""; /* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	font-display: swap;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 4px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.contact-form-section .jcf-select {
	background: none;
}

.contact-form-section input,
.contact-form-section textarea {
	background: none;
	border-width: 0 0 1px;
	width: 100%;
	text-transform: uppercase;
	font-size: 11px;
	padding: 10px 0;
	letter-spacing: 1.5px;
}

.contact-form-section input::-webkit-input-placeholder,
.contact-form-section textarea::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.7);
}

.contact-form-section input::-moz-placeholder,
.contact-form-section textarea::-moz-placeholder {
	opacity: 1;
	color: rgba(255, 255, 255, 0.7);
}

.contact-form-section input:-moz-placeholder,
.contact-form-section textarea:-moz-placeholder {
	color: rgba(255, 255, 255, 0.7);
}

.contact-form-section input:-ms-input-placeholder,
.contact-form-section textarea:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.7);
}

.contact-form-section input.placeholder,
.contact-form-section textarea.placeholder {
	color: rgba(255, 255, 255, 0.7);
}

.contact-form-section textarea {
	border-width: 1px;
	text-transform: none;
	padding: 5px 15px;
}

.contact-form-section .newsletter-check {
	margin: 0 0 33px;
	display: flex;
	color: #fff;
}

.contact-form-section .newsletter-check label {
	font-size: 13px;
	font-family: "Reader", "Helvetica Neue", "Helvetica", sans-serif;
}

html[lang="ru-RU"] .contact-form-section .newsletter-check label {
	font-family: "Noto_sans", "Helvetica", sans-serif;
}

html[lang="zh-hant"] .contact-form-section .newsletter-check label {
	font-family: "Noto Sans SC", sans-serif;
}

.contact-form-section .newsletter-check .jcf-checkbox {
	border-color: #fff;
	margin-top: 2px;
	margin-right: 12px;
	width: 13px;
	height: 13px;
}

.contact-form-section .newsletter-check .jcf-checkbox.jcf-checked {
	border-color: #ffe86c;
	background: #ffe86c;
}

.contact-form-section .newsletter-check .jcf-checkbox.jcf-checked:before {
	display: none;
}

.contact-form-section .newsletter-check .acceptance-newsletter {
	line-height: 13px;
}

.contact-form-section .newsletter-check .wpcf7-list-item {
	margin-left: 0;
	vertical-align: middle;
}

.contact-form-section .wpcf7-not-valid-tip {
	font-family: "Reader", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 12px;
	letter-spacing: 0;
	text-transform: none;
	color: #ff3f3f;
	margin-top: 2px;
	margin-bottom: -20px;
}

.contact-form-section .wpcf7-mail-sent-ok,
.contact-form-section .wpcf7-validation-errors {
	display: none !important;
}

.contact-form-section .btn-holder {
	margin: 0 -26px;
}

.contact-form-section .btn {
	display: block;
	width: 100%;
	background: #ffe86c;
	color: #003659;
	font-size: 13px;
	padding: 29px 20px 27px;
	border: none !important;
}

.contact-form-section .btn:focus {
	outline: auto #4d90fe;
}

.contact-form-section .btn:hover {
	font-weight: 500;
	background: #ffe86c;
	color: #003659;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
	text-align: center !important;
	display: inline-block !important;
	margin: 3em 0.5em 1em !important;
}

.visual-overview-popup {
	width: 100%;
	min-height: 100%;
}

.visual-overview-popup.fancybox-content {
	background: #f1f4f7;
	overflow-x: hidden;
	padding: 73px 0 0;
}

.visual-overview-popup .img-holder {
	margin-bottom: 35px;
	padding-top: 66%;
}

.visual-overview-popup .text-section {
	padding: 24px 0;
}

.contact-content .expand-section {
	padding: 0;
}

.contact-content .expand-holder {
	margin: 0;
}

.contact-content .expand-holder .opener {
	border: none;
	text-align: center;
	padding: 34px 0;
}

.contact-content .expand-holder .opener:after {
	position: static;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
	font-size: 20px;
	width: 20px;
	margin-left: 7px;
	display: inline-block;
	top: 0;
	line-height: 34px;
	vertical-align: text-bottom;
}

.contact-content .expand-holder .active .opener:after {
	-webkit-transform: rotate(135deg);
	        transform: rotate(135deg);
}

.contact-content .row-office .grid {
	padding-top: 39px;
	padding-bottom: 39px;
}

.contact-content .row-office .grid:before {
	content: '';
	position: absolute;
	top: 0;
	left: -9999px;
	right: -9999px;
	height: 1px;
	background: rgba(0, 54, 89, 0.1);
}

.contact-content .row-head-office {
	padding-bottom: 39px;
}

.contact-container {
	border-top: 1px solid rgba(0, 54, 89, 0.1);
	position: relative;
	padding-top: 39px;
}

.contact-container address {
	font-style: normal;
	margin: 0 0 18px;
}

.contact-container address p {
	margin: 0 0 18px;
}

.contact-container address p:last-child {
	margin: 0;
}

.contact-container h3 {
	margin: 0 0 16px;
}

.contact-container a {
	text-decoration: none;
}

.contact-container a:hover {
	text-decoration: underline;
}

.contact-container .location-link {
	text-decoration: underline;
}

.contact-container .location-link:hover {
	opacity: 0.6;
	text-decoration: underline;
}

.contact-container ul {
	margin: 0 0 16px;
	list-style: none;
	padding: 0;
}

.gallery-content .heading-section {
	padding-bottom: 9px;
}

.gallery-content .product-section {
	padding: 0;
	margin: 0;
}

.gallery-content .product-section li {
	border-bottom: 1px solid rgba(0, 54, 89, 0.1);
}

.gallery-content .product-section .opener-holder {
	text-align: left;
	padding: 53px 0 55px;
	margin: 0;
	transition: padding-bottom 0.3s ease-in-out;
}

.gallery-content .product-section .active .opener-holder {
	padding: 53px 0 22px;
}

.gallery-content .product-section .active .opener:before {
	-webkit-transform: rotate(135deg);
	        transform: rotate(135deg);
}

.gallery-content .product-section .opener {
	position: relative;
	display: block;
	padding: 0 30px 0 0;
}

.gallery-content .product-section .opener:before {
	content: ""; /* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	font-display: swap;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transition: -webkit-transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
	position: absolute;
	top: 2px;
	font-size: 16px;
	right: 3px;
}

.gallery-content .product-section .product-post {
	margin: 0 -26px 23px;
}

.gallery-content .product-section .product-post .text-holder {
	padding: 0 26px;
}

.gallery-content .product-section .product-post .img-holder {
	-webkit-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
	margin: 0 0 12px;
	padding-top: 67%;
	position: relative;
}

.gallery-content .product-section .product-post .img-holder .btn-play {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.gallery-content .product-section .product-post > a {
	position: relative;
}

.gallery-content .product-section .btn-holder {
	display: none;
}

.single-gallery {
	background: #f1f4f7;
}

.single-gallery .link-back {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 37px;
}

.single-gallery .link-back:hover {
	opacity: 0.6;
}

.single-gallery .link-back:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: 1px;
	left: 0;
	background: #003659;
}

.single-gallery .heading-section {
	padding: 36px 0 30px;
}

.single-gallery .heading-section h1 {
	margin-bottom: 30px;
}

.single-gallery .product-section {
	padding-top: 18px;
	padding-bottom: 30px;
}

.single-gallery .product-section h2 {
	font: 13px/2 "Reader", "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: 1.8px;
	margin: 0 0 20px;
}

html[lang="ru-RU"] .single-gallery .product-section h2 {
	font-family: "Noto_sans", "Helvetica", sans-serif;
}

html[lang="zh-hant"] .single-gallery .product-section h2 {
	font-family: "Noto Sans SC", sans-serif;
}

.single-gallery .product-section .product-post {
	margin-bottom: 11px;
}

.single-gallery .product-section .product-post .img-holder {
	margin: 0 0 10px;
}

.single-gallery .product-section .product-post .text-holder {
	margin-bottom: 16px;
}

.single-gallery .product-section .product-post .text-holder p {
	margin: 0;
}

.single-gallery .product-section .btn-holder {
	display: block;
}

.single-gallery .product-section .container-gallery-group {
	padding-top: 37px;
	padding-bottom: 45px;
}

.product-slideshow {
	position: relative;
}

.product-slideshow .slide {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	visibility: hidden;
}

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

.product-slideshow.not-enough-slides .controls {
	display: none;
}

.product-slideshow .controls {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
}

.product-slideshow .controls [class*="icon-"] {
	font-size: 11px;
}

.product-slideshow .controls .counts {
	margin: 0 22px;
}

.product-slideshow .controls a:hover {
	color: rgba(0, 54, 89, 0.5);
}

.product-slideshow .controls a.disabled {
	color: rgba(0, 54, 89, 0.3);
	pointer-events: none;
}

.btn {
	border: 1px solid #003659;
	text-decoration: none;
	color: #003659;
	text-transform: uppercase;
	padding: 11px 23px 9px;
	display: inline-block;
	vertical-align: middle;
	font-family: "Reader", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 11px;
	line-height: 1.818;
	letter-spacing: 1.5px;
	background: transparent;
	position: relative;
	cursor: pointer;
	transition: background 0.2s ease-in-out, border 0.2s ease-in-out, color 0.2s ease-in-out;
}

.btn:hover {
	border-color: #003659;
	background: #003659;
	color: #fff;
}

html[lang="ru-RU"] .btn {
	font-family: "Noto_sans", "Helvetica", sans-serif;
}

html[lang="zh-hant"] .btn {
	font-family: "Noto Sans SC", sans-serif;
}

.btn.btn-enquire {
	padding-right: 50px;
	border-color: #ffe86c;
	background: #ffe86c;
	color: #003659;
}

.btn-with-icon {
	min-width: 225px;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	padding-right: 40px;
}

.btn-with-icon [class*="icon-"] {
	font-size: 14px;
	position: absolute;
	top: 50%;
	right: 17px;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.btn.btn-white {
	color: #fff;
	border-color: #fff;
}

.btn.btn-white:hover {
	border-color: #ffe86c;
	background: #ffe86c;
	color: #003659;
}

.btn-secondary {
	background: #ffe86c;
	border-color: #ffe86c;
}

.btn-play {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: block;
	margin: 0 auto;
	position: relative;
	background: rgba(255, 255, 255, 0.55);
	transition: opacity 0.3s ease-in-out;
}

.btn-play:hover {
	opacity: 0.65;
}

.btn-play:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	border: solid transparent;
	border-width: 10px 16px;
	border-left-color: #fff;
	-webkit-transform: translate(-5px, -50%);
	        transform: translate(-5px, -50%);
}

.main-nav .language-opener {
	color: #fff;
}

#language-target {
	position: absolute;
	top: 35px;
	right: 25px;
}

#language-target .language-opener {
	font-size: 14px;
	letter-spacing: 2px;
	margin-top: 0;
	padding-right: 16px;
	width: auto;
}

#language-target .language-opener:before {
	font-size: 8px;
}

#language-target .language-drop ul {
	background: #fcfcfd;
	padding: 0;
}

#language-target .language-drop ul li {
	margin: 0;
}

#language-target .language-drop ul a {
	color: #003659;
	padding: 5px 18px;
	display: block;
}

#language-target .language-drop ul a:hover {
	background: #d1dcE5;
}

.language-holder {
	position: relative;
	text-transform: uppercase;
	z-index: 2;
}

.language-holder.active .language-opener {
	position: relative;
}

.language-holder.active .language-opener:before {
	-webkit-transform: scale(1, -1);
	        transform: scale(1, -1);
}

.language-holder .language-opener {
	font-size: 11px;
	font-family: "Reader", "Helvetica Neue", "Helvetica", sans-serif;
	letter-spacing: 1.38px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 40px;
	margin: 5px 0 0 auto;
	padding-right: 12px;
}

html[lang="ru-RU"] .language-holder .language-opener {
	font-family: "Noto_sans", "Helvetica", sans-serif;
}

html[lang="zh-hant"] .language-holder .language-opener {
	font-family: "Noto Sans SC", sans-serif;
}

.language-holder .language-opener:before {
	content: ""; /* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	font-display: swap;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 4px;
	right: 0;
	font-size: 6px;
	-webkit-transform-origin: center center;
	        transform-origin: center center;
}

.language-drop {
	position: absolute;
	top: 100%;
	right: 0;
	min-width: 120px;
	color: #fff;
	font-size: 11px;
	font-family: "Reader", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: 1.5px;
	display: none;
}

html[lang="ru-RU"] .language-drop {
	font-family: "Noto_sans", "Helvetica", sans-serif;
}

html[lang="zh-hant"] .language-drop {
	font-family: "Noto Sans SC", sans-serif;
}

.language-drop.js-slide-hidden {
	visibility: hidden;
}

.language-drop ul {
	background: #003659;
	text-transform: uppercase;
	padding: 0;
}

.language-drop ul a {
	color: #fff;
	display: block;
	padding: 8px 15px;
}

.language-drop ul a:hover,
.language-drop ul a.active {
	color: rgba(255, 255, 255, 0.65);
}

.visual-masterplan {
	margin: 0 auto;
}

.visual-masterplan .visual-touch-holder {
	overflow: hidden;
	position: relative;
	height: 473px;
	cursor: -webkit-grab;
	cursor: grab;
}

.visual-masterplan [data-zoom-max].disabled,
.visual-masterplan [data-zoom-min].disabled {
	opacity: 0.3;
}

.visual-masterplan .controls {
	z-index: 11;
	-webkit-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	display: flex;
}

.visual-masterplan .controls a {
	display: block;
}

.visual-masterplan .controls a:last-child {
	margin-left: 10px !important;
}

.visual-masterplan [data-touch-holder] {
	width: 100%;
	position: relative;
	height: auto;
	top: 0;
	left: 0;
	transition: all 0.3s linear;
}

.visual-masterplan [data-touch-holder].dragging,
.visual-masterplan [data-touch-holder].no-animate {
	transition: none;
}

.visual-masterplan [data-touch-holder].dragging {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.visual-masterplan [data-touch-holder].dragging + .controls,
.visual-masterplan [data-touch-holder].dragging .visual-pin {
	pointer-events: none;
}

.visual-masterplan .visual-pin {
	transition: width 0.25s ease-in-out, height 0.25s ease-in-out, margin 0.25s ease-in-out;
	position: absolute;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #ffe86c;
	font-size: 16px;
	z-index: 3;
	text-align: center;
	margin: -20px 0 0 -20px;
}

.visual-masterplan .visual-pin [class*="icon-"] {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	pointer-events: none;
}

.visual-masterplan .visual-pin .text {
	position: absolute;
	bottom: 100%;
	left: 50%;
	-webkit-transform: translate(-50%, -5px);
	        transform: translate(-50%, -5px);
	background: #000;
	white-space: nowrap;
	background: #ffe86c;
	padding: 0 7px;
	font-size: 14px;
	text-transform: uppercase;
	opacity: 0;
	pointer-events: none;
	border-radius: 3px;
	transition: opacity 0.25s 0s;
}

.visual-masterplan .visual-pin .text:before {
	content: '';
	border: 5px solid transparent;
	border-top-color: #ffe86c;
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.visual-masterplan [data-image] {
	max-width: none;
	display: block;
	position: relative;
	z-index: -1;
	pointer-events: none;
}

.visual-masterplan [data-image]::-moz-selection {
	background: none;
}

.visual-masterplan [data-image]::selection {
	background: none;
}

.visual-masterplan .visible-popup .popup-alert {
	opacity: 1;
	pointer-events: auto;
	z-index: 12;
}

.visual-masterplan .popup-alert {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	background: rgba(30, 30, 28, 0.4);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 30px;
	padding: 10%;
	max-width: 100%;
	opacity: 0;
	pointer-events: none;
	transition: 0.2s 0.3s ease-in-out, linear 0.3s ease-in-out;
}

.heading-section {
	text-align: center;
	padding: 50px 0 0;
	font-size: 21px;
	line-height: 1.524;
}

.heading-section h1 {
	margin: 0 0 8px;
}

.page-template-template-home .heading-section {
	background: #fcfcfd;
}

.heading-section .text-holder ul {
	padding: 0;
	list-style: none;
	text-align: left;
}

.heading-section .text-holder ul ul {
	padding-left: 12px;
	margin-bottom: 0;
}

.heading-section .text-holder ul ul li:before {
	width: 3px;
	height: 3px;
	top: 15px;
	left: 4px;
	border-radius: 50%;
}

.heading-section .text-holder ul li {
	position: relative;
	padding-left: 15px;
}

.heading-section .text-holder ul li:before {
	content: '';
	background: currentColor;
	width: 6px;
	height: 1px;
	position: absolute;
	top: 15px;
	left: 0;
}

.text-section {
	padding: 24px 0 5px;
}

.text-section[class*="image-"] .text-holder {
	margin: 0 0 33px;
}

.text-section[class*="image-"] .img-holder {
	padding-top: 64.96%;
	margin-bottom: 30px;
}

.page-template-template-home .text-section {
	background: #fcfcfd;
}

.text-section .title {
	position: relative;
	padding: 0 0 22px;
	margin: 0 0 23px;
}

.text-section .title:before {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	width: 20px;
	height: 1px;
	background: #003659;
}

.text-section .btn-holder {
	text-align: center;
}

.text-section .text-holder p a {
	text-decoration: underline;
	transition: opacity 0.2s ease-in-out;
}

.text-section .text-holder p a:hover {
	opacity: 0.6;
}

.text-section .text-holder ul {
	padding: 0;
	margin-bottom: 0;
	list-style: none;
}

.text-section .text-holder ul ul {
	padding-left: 12px;
}

.text-section .text-holder ul ul li:before {
	width: 3px;
	height: 3px;
	top: 12px;
	left: 4px;
	border-radius: 50%;
}

.text-section .text-holder ul li {
	position: relative;
	padding-left: 15px;
}

.text-section .text-holder ul li:before {
	content: '';
	background: currentColor;
	width: 6px;
	height: 1px;
	position: absolute;
	top: 14px;
	left: 0;
}

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

.quote-section blockquote {
	font-size: 28px;
	line-height: 1.429;
	border: none;
	margin: 0 0 5px;
	padding-left: 0;
}

.quote-section blockquote p {
	margin: 0 0 23px;
}

.quote-section blockquote > p:last-child {
	margin: 0;
}

.quote-section blockquote cite {
	font-style: normal;
	margin: 0;
}

.quote-section .cite-area cite {
	display: block;
}

.expand-section {
	padding: 53px 0 59px;
}

.expand-section h2 {
	margin: 0 0 22px;
}

.expand-holder {
	border-bottom: 1px solid rgba(0, 54, 89, 0.1);
	margin: 0 -26px;
}

.expand-holder .opener {
	position: relative;
	padding: 20px 56px 20px 26px;
	border-top: 1px solid rgba(0, 54, 89, 0.1);
	margin: 0;
	display: block;
}

.expand-holder .opener:after {
	content: ""; /* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	font-display: swap;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 50%;
	font-size: 16px;
	right: 26px;
	width: 16px;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-transform-origin: center;
	        transform-origin: center;
	transition: 0.2s 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	transition: 0.2s 0.3s ease-in-out, transform 0.3s ease-in-out;
	transition: 0.2s 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.expand-holder .active .opener:after {
	-webkit-transform: translateY(-50%) rotate(135deg);
	        transform: translateY(-50%) rotate(135deg);
}

.expand-holder .text-holder {
	position: relative;
	padding: 20px 26px 26px;
}

.expand-holder .text-holder:before {
	content: '';
	position: absolute;
	bottom: 100%;
	left: 26px;
	width: 20px;
	height: 1px;
	background: #003659;
}

.expand-holder .text-holder ul {
	padding: 0;
	margin-bottom: 0;
	list-style: none;
}

.expand-holder .text-holder ul ul {
	padding-left: 12px;
}

.expand-holder .text-holder ul ul li:before {
	width: 3px;
	height: 3px;
	top: 12px;
	left: 4px;
	border-radius: 50%;
}

.expand-holder .text-holder ul li {
	position: relative;
	padding-left: 15px;
}

.expand-holder .text-holder ul li:before {
	content: '';
	background: currentColor;
	width: 6px;
	height: 1px;
	position: absolute;
	top: 14px;
	left: 0;
}

.cta-section {
	padding: 10px 0;
}

.page-template-template-home .cta-section {
	background: #fcfcfd;
}

.cta-section h2 {
	margin: 0 0 23px;
	text-align: center;
}

.cta-section .action {
	margin: 0 -26px 38px;
	display: block;
}

.cta-section .action .img-holder {
	padding-top: 67%;
	background-color: rgba(30, 30, 28, 0.1);
}

.cta-section .action .text-holder {
	margin: -89px 26px 20px;
	padding: 32px 30px 40px;
	background: #fcfcfd;
	z-index: 1;
	position: relative;
	border-bottom: 7px solid #ffe86c;
	text-align: center;
}

.cta-section .action p {
	margin: 0 0 26px;
}

.cta-section .action .btn {
	width: 100%;
	text-align: left;
}

.video-section {
	padding: 30px 0;
	position: relative;
}

.video-section .img-holder {
	padding-top: 67%;
	position: relative;
}

.video-section .img-holder:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 9px;
	background: #ffe86c;
}

.video-section .text-holder {
	position: absolute;
	top: 40%;
	left: 26px;
	right: 26px;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
	color: #fff;
	font-size: 30px;
	text-align: center;
}

.video-section .text-holder h2 {
	margin: 0 0 13px;
}

.image-section {
	padding: 30px 0;
}

.image-section .img-holder {
	padding-top: 66%;
}

.image-section img {
	display: block;
	width: 100%;
	height: auto;
	max-width: none;
}

.list-section {
	background: #ffe86c;
	padding: 54px 0 30px;
	margin: 30px 28px;
}

.list-section h2 {
	margin: 0 0 35px;
}

.list-section .text-holder {
	text-align: center;
	margin: 0 0 29px;
}

.list-section .text-holder .circle {
	width: 100px;
	height: 100px;
	border: 1px solid #003659;
	border-radius: 50%;
	margin: 0 auto 8px;
	line-height: 100px;
	font-family: "Reader", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 15px;
	letter-spacing: 0;
}

html[lang="ru-RU"] .list-section .text-holder .circle {
	font-family: "Noto_sans", "Helvetica", sans-serif;
}

html[lang="zh-hant"] .list-section .text-holder .circle {
	font-family: "Noto Sans SC", sans-serif;
}

.product-section {
	padding: 53px 0 0;
	background: #f1f4f7;
}

.product-section .product-post {
	text-align: center;
	margin: 0 0 61px;
	display: flex;
	flex-direction: column;
}

.product-section .product-post .text-holder {
	margin: 0 0 24px;
	order: 0;
}

.product-section .product-post .text-holder h3 {
	margin: 0 0 6px;
}

.product-section .product-post .price {
	font-family: "Reader", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 13px;
	margin: 0;
}

html[lang="ru-RU"] .product-section .product-post .price {
	font-family: "Noto_sans", "Helvetica", sans-serif;
}

html[lang="zh-hant"] .product-section .product-post .price {
	font-family: "Noto Sans SC", sans-serif;
}

.product-section .product-post .img-holder {
	padding-top: 66%;
	margin: 0 0 32px;
	order: 1;
	position: relative;
}

.product-section .product-post .btn-holder {
	order: 2;
}

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

.project-section {
	padding: 53px 0 63px;
	background: #f1f4f7;
}

.project-section h2 {
	margin: 0 0 22px;
}

.project-list {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	width: 100%;
	position: relative;
	padding-bottom: 39px;
	border-bottom: 1px solid #d8d8d8;
	margin-bottom: 39px;
}

.project-list .project {
	width: 100%;
	margin-bottom: 59px;
}

.project-list .project:last-child {
	margin-bottom: 0;
}

.project-list .project:before {
	content: '';
	position: absolute;
	top: -99999px;
	bottom: -99999px;
	right: -99999px;
	left: -99999px;
	z-index: -1;
	pointer-events: none;
}

.project-list .project .sub-title {
	display: block;
	margin: 0 0 23px;
}

.project-list .project .link-holder {
	position: relative;
	z-index: 1;
	margin-bottom: 0;
	display: block;
	color: #003659;
}

.project-list .project .link-holder:focus .btn,
.project-list .project .link-holder:hover .btn {
	color: #fff;
	background: #003659;
	border-color: #003659;
}

.project-list .project .link-holder:focus .text-holder,
.project-list .project .link-holder:hover .text-holder {
	text-align: center;
}

.project-list .project .link-holder .btn {
	color: currentColor;
	border-color: currentColor;
}

.project-list .project .btn {
	color: currentColor;
	border-color: currentColor;
}

.project-list .project .img-holder {
	padding-top: 67%;
	margin: 0 0 21px;
	position: relative;
}

.project-list .project .mark {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	background: #ffe86c;
	padding: 4px 10px 2px;
	min-width: 250px;
	text-align: center;
	z-index: 3;
	font-size: 11px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	font-family: "Reader", "Helvetica Neue", "Helvetica", sans-serif;
	color: #003659;
}

html[lang="ru-RU"] .project-list .project .mark {
	font-family: "Noto_sans", "Helvetica", sans-serif;
}

html[lang="zh-hant"] .project-list .project .mark {
	font-family: "Noto Sans SC", sans-serif;
}

.project-list .project .desktop-hover {
	display: none;
}

.project-list .project .text-holder {
	text-align: center;
	padding: 0 26px;
}

.project-list .project .text-holder h3 {
	margin: 0 0 5px;
}

.news-section {
	padding: 54px 0 60px;
	position: relative;
	z-index: 1;
}

.news-section.special {
	padding-bottom: 0;
}

.news-section.special:before {
	height: 248px;
}

.news-section:before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	height: 198px;
	background: #fcfcfd;
}

.news-section .sub-title {
	font-size: 21px;
	line-height: 1.524;
	margin: 0 0 30px;
}

.news-section .pager-row {
	border-top: 1px solid rgba(0, 54, 89, 0.1);
	padding: 18px 0 20px;
}

.news-section .pager-row .controls {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
}

.news-section .pager-row .counts {
	margin: 0 22px;
}

.news-section .pager-row .pager-link {
	font-size: 11px;
	color: #003659;
}

.news-section .pager-row .pager-link.disabled {
	color: rgba(0, 54, 89, 0.3);
	pointer-events: none;
}

.news-section h1 {
	margin: 0 0 7px;
}

.news-section h2 {
	margin: 0 0 11px;
}

.news-section .news {
	position: relative;
}

.news-section .news h3 {
	font-size: 28px;
	text-transform: none;
	line-height: 1.214;
	letter-spacing: -0.5px;
	margin: 0 0 16px;
}

.news-section .news img {
	margin-bottom: 23px;
}

.news-section .news .only-mobile {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}

.news-section .news .link-holder {
	position: relative;
}

.news-section .news .link-holder > a:focus {
	outline: none;
}

.news-section .news .link-holder > a:focus h3 {
	outline: auto #4d90fe;
}

.news-section .news .link-holder > a:focus .img-holder {
	outline: auto #4d90fe;
}

.news-section .news .link-holder > a:hover {
	outline: none;
}

.news-section .news .link-holder > a:hover h3 {
	font-weight: 600;
}

.news-section .news .link-holder > a:hover .img-holder:before {
	opacity: 1;
}

.news-section .news .link-holder.portrait .img-holder {
	padding-top: 132%;
}

.news-section .news .link-holder.portrait .date {
	margin-top: 132%;
}

.news-section .news .img-holder {
	padding-top: 66%;
	margin-bottom: 51px;
	position: relative;
	z-index: 1;
}

.news-section .news .date {
	position: absolute;
	left: 0;
	right: 0;
	margin-top: 66%;
	top: 0;
	padding: 23px 0 8px;
}

.news-section .news p {
	margin: 0 0 13px;
}

.news-section .news p a:hover {
	text-decoration: underline;
}

.news-section .news .text-holder {
	margin: 0 0 14px;
}

.news-section .news .text-holder .small {
	opacity: 0.6;
}

.news-section .news-list .news {
	margin-bottom: 56px;
	max-width: none;
	flex: 0 0 auto;
	padding: 0;
}

.instagram-section {
	border-top: 1px solid #d8d8d8;
	padding: 31px 0 61px;
}

.instagram-section .social {
	font-size: 20px;
	line-height: 1;
	padding-bottom: 26px;
	border-bottom: 1px solid #d8d8d8;
	margin-bottom: 26px;
}

.instagram-section .social li {
	margin: 0 16px;
}

.instagram-section .social a:hover {
	color: rgba(0, 54, 89, 0.75);
}

.instagram-section h2 {
	margin: 0 0 17px;
	padding-top: 28px;
}

.instagram-section .instagram-feed .img-holder {
	position: relative;
	margin: 5px 0 8px;
	padding-top: 100%;
}

.instagram-section .instagram-feed .fake-switchers {
	position: absolute;
	bottom: 10px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	display: flex;
	align-items: center;
	pointer-events: none;
	z-index: 1;
}

.instagram-section .instagram-feed .fake-switchers span {
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #d8d8d8;
	margin: 0 1px 0 2px;
}

.instagram-section .instagram-feed .fake-switchers span:first-child {
	background: #fff;
}

.instagram-section .instagram-feed p {
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.instagram-section .instagram-feed .date {
	font-weight: 500;
}

.instagram-section .instagram-feed .date:last-child:after {
	display: none;
}

.instagram-section .instagram-feed .date:after {
	content: '|';
	margin: 0 4px;
}

.job-section {
	padding: 52px 0 42px;
}

.job-section h2 {
	margin: 0 0 22px;
}

.job-section .grid-job {
	flex-direction: column;
	display: flex;
}

.job-section .job {
	display: flex;
	flex-direction: column;
	min-height: 180px;
	width: 100%;
	justify-content: center;
	background: #ffe86c;
	padding: 18px 26px 10px;
	margin: 0 0 17px;
}

.job-section .job .text-holder {
	width: 100%;
	max-width: 100%;
}

.job-section .job h3 {
	font-size: 28px;
	text-transform: none;
	letter-spacing: 0;
	margin: 0 0 9px;
}

.job-section .job p {
	margin: 0;
}

.job-section .no-roles {
	background: #ffe86c;
	padding: 42px 26px 49px;
	margin: 0 0 17px;
	font-size: 28px;
	line-height: 1.393;
	word-wrap: break-word;
}

.job-section .no-roles p {
	margin: 0;
}

.job-section .no-roles a:hover {
	text-decoration: underline;
}

.job-section .vacancy-choice-card {
	box-sizing: border-box;
	color: inherit;
	text-decoration: none;
}

.visual-section {
	background: #1e1e1c;
	color: #fff;
	padding: 52px 0;
}

.visual-section h2 {
	margin: 0 0 23px;
}

.visual-section .visual-touch-holder {
	position: relative;
	z-index: 1;
	margin-bottom: 8px;
}

.visual-section .visual-image {
	width: 100%;
	height: auto;
	z-index: -1;
}

.visual-section .map-holder {
	position: relative;
	z-index: 1;
	margin: 0 0 22px;
	height: 471px;
}

.visual-section .map-holder iframe {
	margin: 0;
	display: block;
	height: 100% !important;
}

.visual-section .map-holder .gmap-holder {
	height: 100% !important;
}

.visual-section .map-pin {
	position: absolute;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #ffe86c;
	font-size: 16px;
	z-index: 10;
	text-align: center;
}

.visual-section .map-pin [class*="icon-"] {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.visual-section .map-pins-holder {
	overflow: auto;
	width: 100%;
	margin: -4px 0;
}

.visual-section .map-pins-tab {
	display: flex;
}

.visual-section .map-pins-tab li {
	padding: 4px 15px 4px 0;
	flex-shrink: 0;
}

.visual-section .map-pins-tab li:last-child {
	padding-right: 26px;
}

.visual-section .map-pins-tab .selected {
	opacity: 1;
}

.visual-section .map-pins-tab .selected:hover {
	opacity: 0.5;
}

.visual-section .map-pins-tab a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 43px;
	height: 43px;
	background: #ffe86c;
	border-radius: 50%;
	position: relative;
	opacity: 0.25;
	transition: opacity 0.3s ease-in-out;
}

.visual-section .map-pins-tab a:focus {
	opacity: 0.8;
}

.visual-section .map-pins-tab a:hover {
	opacity: 1;
}

.visual-section .map-pins-tab [class*="icon-"] {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.visual-section .controls {
	position: absolute;
	bottom: 17px;
	left: 20px;
	line-height: 1;
	font-size: 38px;
}

.visual-section .controls a {
	color: #fff;
	vertical-align: top;
}

.visual-section .controls a:hover {
	color: rgba(255, 255, 255, 0.5);
}

.timeline {
	margin: 0 0 0 -9px;
}

.timeline .post {
	padding-bottom: 35px;
	position: relative;
	z-index: 1;
}

.timeline .post:last-child {
	padding-bottom: 0;
}

.timeline .post:last-child:before {
	display: none;
}

.timeline .post:before {
	content: '';
	width: 1px;
	height: 100%;
	background: #ffe86c;
	position: absolute;
	top: 0;
	left: 37px;
	z-index: -1;
}

.timeline .year {
	width: 74px;
	height: 74px;
	text-align: center;
	font: 13px/18px "Reader", "Helvetica Neue", "Helvetica", sans-serif;
	padding: 28px 5px;
	text-align: center;
	border-radius: 50%;
	background: #ffe86c;
	margin: 0 0 18px;
	flex-shrink: 0;
}

html[lang="ru-RU"] .timeline .year {
	font-family: "Noto_sans", "Helvetica", sans-serif;
}

html[lang="zh-hant"] .timeline .year {
	font-family: "Noto Sans SC", sans-serif;
}

.timeline .description {
	margin-left: 56px;
}

.timeline h3 {
	margin: 0 0 6px;
}

.timeline .img-holder {
	padding-top: 66%;
	margin-bottom: 24px;
}

/* Slick slider styles */

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
	display: block;
}

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

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

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

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

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

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

.news-slick-slider {
	padding: 23px 0 0;
	margin: 0 -26px 20px;
}

.news-slick-slider .slick-slide {
	width: 268px;
	margin: 0 11px;
}

.news-slick-slider .slick-list {
	padding: 0 26px;
}

.news-slick-slider .slick-dots {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	position: absolute;
	top: 0;
	left: 26px;
}

.news-slick-slider .slick-dots li {
	text-indent: -9999px;
	overflow: hidden;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: rgba(0, 54, 89, 0.13);
	margin: 0 4px 0 0;
}

.news-slick-slider .slick-dots .slick-active {
	background: #003659;
}

.slick-instagram {
	margin: 0 0 24px;
}

.slick-instagram .slick-slide {
	width: 227px;
	margin: 0 8px;
}

.sub-nav-panel {
	background: #ffe86c;
	padding: 30px 0;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 1.5px;
	font-family: "Reader", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	width: 100%;
	overflow: auto;
	transition: 0.4s padding, 0.25s background, 0.4s top;
}

html[lang="ru-RU"] .sub-nav-panel {
	font-family: "Noto_sans", "Helvetica", sans-serif;
}

html[lang="zh-hant"] .sub-nav-panel {
	font-family: "Noto Sans SC", sans-serif;
}

.sub-nav-panel.minimize {
	position: fixed;
	left: 0;
	right: 0;
	z-index: 100;
	padding: 15px 0;
}

.sub-nav-panel .nav {
	display: flex;
}

.sub-nav-panel .nav li {
	padding: 0 26px 0 0;
	flex-shrink: 0;
}

.sub-nav-panel .nav .active a:hover {
	opacity: 1;
}

.sub-nav-panel .nav .active a:before {
	opacity: 1;
}

.sub-nav-panel .nav a {
	position: relative;
}

.sub-nav-panel .nav a:before {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 1px;
	background: currentColor;
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}

.sub-nav-panel .nav a:hover {
	opacity: 0.6;
}

.sub-nav-holder-mobile {
	background: #ffe86c;
	padding: 37px 0 44px;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 1.3px;
	font-family: "Reader", "Helvetica Neue", "Helvetica", sans-serif;
	text-align: center;
	text-transform: uppercase;
}

html[lang="ru-RU"] .sub-nav-holder-mobile {
	font-family: "Noto_sans", "Helvetica", sans-serif;
}

html[lang="zh-hant"] .sub-nav-holder-mobile {
	font-family: "Noto Sans SC", sans-serif;
}

.sub-nav-holder-mobile .nav li {
	padding: 15px 0;
}

.sub-nav-holder-mobile .nav .active a {
	position: relative;
}

.sub-nav-holder-mobile .nav .active a:before {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 1px;
	background: currentColor;
	pointer-events: none;
}

.projects-tabset {
	background: #f1f4f7;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid rgba(0, 54, 89, 0.1);
	font-size: 22px;
	margin: 0 0 17px;
}

.projects-tabset li {
	width: 50%;
	position: relative;
	z-index: 1;
}

.projects-tabset li:first-child:before {
	display: none;
}

.projects-tabset li:before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	bottom: 0;
	width: 1px;
	background: rgba(0, 54, 89, 0.1);
	pointer-events: none;
}

.projects-tabset a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 17px;
	color: rgba(0, 54, 89, 0.25);
}

.projects-tabset a.active {
	color: #003659;
}

.projects-tab-container {
	background: #f1f4f7;
}

.projects-tab-content .projects-tab {
	padding: 0;
	background: none;
}

.projects-tab {
	visibility: hidden;
}

.projects-tab.active {
	visibility: visible;
}

.projects-tab.visual-section .map-holder {
	margin: 0 0 40px;
	padding: 0;
	position: relative;
	height: 475px;
}

.projects-tab .project-list {
	border-bottom: none;
	margin: 0;
	padding-bottom: 59px;
}

.map {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}

.map .js-custom-marker {
	width: 1px;
	height: 1px;
}

.map .js-custom-marker.hidden {
	display: none;
}

.map .js-custom-marker .opener {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin: -20px 0 0 -20px;
	background: #ffe86c;
	border-radius: 50%;
	overflow: hidden;
	text-align: center;
	transition: width 0.25s ease-in-out, height 0.25s ease-in-out, margin 0.25s ease-in-out;
	z-index: 2;
}

.map .js-custom-marker .opener img {
	width: 100%;
	flex-shrink: 0;
	height: auto;
	max-width: none;
}

.map .popup {
	position: absolute;
	bottom: 100%;
	left: 50%;
	width: 300px;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	visibility: hidden;
	background: #ffe86c;
	padding: 27px;
	z-index: 10;
	color: #003659;
}

.map .popup:before {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	border: solid transparent;
	border-width: 19px 12px;
	border-top-color: #ffe86c;
}

.map .popup .close {
	margin: 0 0 36px;
	font-size: 15px;
	width: 15px;
	height: 15px;
	display: block;
}

.map .popup .img-holder {
	padding-top: 66%;
	margin-bottom: 23px;
}

.map .popup .text-holder {
	text-align: center;
	margin-bottom: 25px;
}

.map .popup .btn-holder {
	text-align: center;
	margin-bottom: 15px;
}

.map .marker-opener {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.map .active .popup {
	visibility: visible;
}

.map-canvas {
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.intl-tel-input {
	position: relative;
	display: inline-block;
}

.intl-tel-input * {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.intl-tel-input .hide {
	display: none;
}

.intl-tel-input .v-hide {
	visibility: hidden;
}

.intl-tel-input input,
.intl-tel-input input[type=text],
.intl-tel-input input[type=tel] {
	position: relative;
	z-index: 0;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-right: 36px;
	margin-right: 0;
}

.intl-tel-input .flag-container {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	padding: 1px;
}

.intl-tel-input .selected-flag {
	z-index: 1;
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
	padding: 0 6px 0 8px;
}

.intl-tel-input .selected-flag .iti-arrow {
	margin-left: 6px;
	width: 0;
	height: 0;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-top: 4px solid #555;
}

.intl-tel-input .selected-flag .iti-arrow.up {
	border-top: none;
	border-bottom: 4px solid #555;
}

.intl-tel-input .country-list {
	position: absolute;
	z-index: 2;
	font-size: 11px;
	letter-spacing: 0;
	text-transform: none;
	list-style: none;
	text-align: left;
	padding: 0;
	margin: 0 0 0 -1px;
	background-color: #f4f7f9;
	white-space: nowrap;
	max-height: 224px;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

.intl-tel-input .country-list.dropup {
	bottom: 100%;
	margin-bottom: -1px;
}

.intl-tel-input .country-list .flag-box {
	display: inline-block;
	width: 20px;
}

.intl-tel-input .country-list .divider {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #CCC;
}

.intl-tel-input .country-list .country {
	display: flex;
	position: relative;
	padding: 5px 14px;
}

.intl-tel-input .country-list .country .flag-box {
	order: 0;
	width: 20px;
}

.intl-tel-input .country-list .country .dial-code {
	order: 1;
	width: 36px;
	letter-spacing: 0;
	margin-right: 2px;
}

.intl-tel-input .country-list .country.highlight {
	background-color: #d1dcE5;
}

.intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name,
.intl-tel-input .country-list .dial-code {
	vertical-align: middle;
}

.intl-tel-input .country-list .flag-box,
.intl-tel-input .country-list .country-name {
	order: 2;
	margin-right: 6px;
}

.intl-tel-input.allow-dropdown input,
.intl-tel-input.allow-dropdown input[type=text],
.intl-tel-input.allow-dropdown input[type=tel],
.intl-tel-input.separate-dial-code input,
.intl-tel-input.separate-dial-code input[type=text],
.intl-tel-input.separate-dial-code input[type=tel] {
	padding-right: 6px;
	padding-left: 52px;
	margin-left: 0;
}

.intl-tel-input.allow-dropdown .flag-container,
.intl-tel-input.separate-dial-code .flag-container {
	right: auto;
	left: 0;
}

.intl-tel-input.allow-dropdown .flag-container:hover {
	cursor: pointer;
}

.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
	background-color: rgba(0, 0, 0, 0.05);
}

.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover,
.intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
	cursor: default;
}

.intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag,
.intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag {
	background-color: transparent;
}

.intl-tel-input.separate-dial-code .selected-flag {
	background-color: rgba(0, 0, 0, 0.05);
}

.intl-tel-input.separate-dial-code .selected-dial-code {
	margin-left: 6px;
}

.intl-tel-input.iti-container {
	position: absolute;
	top: 100% !important;
	margin-top: -2px;
	left: 0 !important;
	z-index: 1060;
	padding: 1px;
}

.intl-tel-input.iti-container:hover {
	cursor: pointer;
}

.iti-flag {
	width: 20px;
}

.iti-flag.be {
	width: 18px;
}

.iti-flag.ch {
	width: 15px;
}

.iti-flag.mc {
	width: 19px;
}

.iti-flag.ne {
	width: 18px;
}

.iti-flag.np {
	width: 13px;
}

.iti-flag.va {
	width: 15px;
}

.iti-flag.ac {
	height: 10px;
	background-position: 0px 0px;
}

.iti-flag.ad {
	height: 14px;
	background-position: -22px 0px;
}

.iti-flag.ae {
	height: 10px;
	background-position: -44px 0px;
}

.iti-flag.af {
	height: 14px;
	background-position: -66px 0px;
}

.iti-flag.ag {
	height: 14px;
	background-position: -88px 0px;
}

.iti-flag.ai {
	height: 10px;
	background-position: -110px 0px;
}

.iti-flag.al {
	height: 15px;
	background-position: -132px 0px;
}

.iti-flag.am {
	height: 10px;
	background-position: -154px 0px;
}

.iti-flag.ao {
	height: 14px;
	background-position: -176px 0px;
}

.iti-flag.aq {
	height: 14px;
	background-position: -198px 0px;
}

.iti-flag.ar {
	height: 13px;
	background-position: -220px 0px;
}

.iti-flag.as {
	height: 10px;
	background-position: -242px 0px;
}

.iti-flag.at {
	height: 14px;
	background-position: -264px 0px;
}

.iti-flag.au {
	height: 10px;
	background-position: -286px 0px;
}

.iti-flag.aw {
	height: 14px;
	background-position: -308px 0px;
}

.iti-flag.ax {
	height: 13px;
	background-position: -330px 0px;
}

.iti-flag.az {
	height: 10px;
	background-position: -352px 0px;
}

.iti-flag.ba {
	height: 10px;
	background-position: -374px 0px;
}

.iti-flag.bb {
	height: 14px;
	background-position: -396px 0px;
}

.iti-flag.bd {
	height: 12px;
	background-position: -418px 0px;
}

.iti-flag.be {
	height: 15px;
	background-position: -440px 0px;
}

.iti-flag.bf {
	height: 14px;
	background-position: -460px 0px;
}

.iti-flag.bg {
	height: 12px;
	background-position: -482px 0px;
}

.iti-flag.bh {
	height: 12px;
	background-position: -504px 0px;
}

.iti-flag.bi {
	height: 12px;
	background-position: -526px 0px;
}

.iti-flag.bj {
	height: 14px;
	background-position: -548px 0px;
}

.iti-flag.bl {
	height: 14px;
	background-position: -570px 0px;
}

.iti-flag.bm {
	height: 10px;
	background-position: -592px 0px;
}

.iti-flag.bn {
	height: 10px;
	background-position: -614px 0px;
}

.iti-flag.bo {
	height: 14px;
	background-position: -636px 0px;
}

.iti-flag.bq {
	height: 14px;
	background-position: -658px 0px;
}

.iti-flag.br {
	height: 14px;
	background-position: -680px 0px;
}

.iti-flag.bs {
	height: 10px;
	background-position: -702px 0px;
}

.iti-flag.bt {
	height: 14px;
	background-position: -724px 0px;
}

.iti-flag.bv {
	height: 15px;
	background-position: -746px 0px;
}

.iti-flag.bw {
	height: 14px;
	background-position: -768px 0px;
}

.iti-flag.by {
	height: 10px;
	background-position: -790px 0px;
}

.iti-flag.bz {
	height: 14px;
	background-position: -812px 0px;
}

.iti-flag.ca {
	height: 10px;
	background-position: -834px 0px;
}

.iti-flag.cc {
	height: 10px;
	background-position: -856px 0px;
}

.iti-flag.cd {
	height: 15px;
	background-position: -878px 0px;
}

.iti-flag.cf {
	height: 14px;
	background-position: -900px 0px;
}

.iti-flag.cg {
	height: 14px;
	background-position: -922px 0px;
}

.iti-flag.ch {
	height: 15px;
	background-position: -944px 0px;
}

.iti-flag.ci {
	height: 14px;
	background-position: -961px 0px;
}

.iti-flag.ck {
	height: 10px;
	background-position: -983px 0px;
}

.iti-flag.cl {
	height: 14px;
	background-position: -1005px 0px;
}

.iti-flag.cm {
	height: 14px;
	background-position: -1027px 0px;
}

.iti-flag.cn {
	height: 14px;
	background-position: -1049px 0px;
}

.iti-flag.co {
	height: 14px;
	background-position: -1071px 0px;
}

.iti-flag.cp {
	height: 14px;
	background-position: -1093px 0px;
}

.iti-flag.cr {
	height: 12px;
	background-position: -1115px 0px;
}

.iti-flag.cu {
	height: 10px;
	background-position: -1137px 0px;
}

.iti-flag.cv {
	height: 12px;
	background-position: -1159px 0px;
}

.iti-flag.cw {
	height: 14px;
	background-position: -1181px 0px;
}

.iti-flag.cx {
	height: 10px;
	background-position: -1203px 0px;
}

.iti-flag.cy {
	height: 14px;
	background-position: -1225px 0px;
}

.iti-flag.cz {
	height: 14px;
	background-position: -1247px 0px;
}

.iti-flag.de {
	height: 12px;
	background-position: -1269px 0px;
}

.iti-flag.dg {
	height: 10px;
	background-position: -1291px 0px;
}

.iti-flag.dj {
	height: 14px;
	background-position: -1313px 0px;
}

.iti-flag.dk {
	height: 15px;
	background-position: -1335px 0px;
}

.iti-flag.dm {
	height: 10px;
	background-position: -1357px 0px;
}

.iti-flag.do {
	height: 14px;
	background-position: -1379px 0px;
}

.iti-flag.dz {
	height: 14px;
	background-position: -1401px 0px;
}

.iti-flag.ea {
	height: 14px;
	background-position: -1423px 0px;
}

.iti-flag.ec {
	height: 14px;
	background-position: -1445px 0px;
}

.iti-flag.ee {
	height: 13px;
	background-position: -1467px 0px;
}

.iti-flag.eg {
	height: 14px;
	background-position: -1489px 0px;
}

.iti-flag.eh {
	height: 10px;
	background-position: -1511px 0px;
}

.iti-flag.er {
	height: 10px;
	background-position: -1533px 0px;
}

.iti-flag.es {
	height: 14px;
	background-position: -1555px 0px;
}

.iti-flag.et {
	height: 10px;
	background-position: -1577px 0px;
}

.iti-flag.eu {
	height: 14px;
	background-position: -1599px 0px;
}

.iti-flag.fi {
	height: 12px;
	background-position: -1621px 0px;
}

.iti-flag.fj {
	height: 10px;
	background-position: -1643px 0px;
}

.iti-flag.fk {
	height: 10px;
	background-position: -1665px 0px;
}

.iti-flag.fm {
	height: 11px;
	background-position: -1687px 0px;
}

.iti-flag.fo {
	height: 15px;
	background-position: -1709px 0px;
}

.iti-flag.fr {
	height: 14px;
	background-position: -1731px 0px;
}

.iti-flag.ga {
	height: 15px;
	background-position: -1753px 0px;
}

.iti-flag.gb {
	height: 10px;
	background-position: -1775px 0px;
}

.iti-flag.gd {
	height: 12px;
	background-position: -1797px 0px;
}

.iti-flag.ge {
	height: 14px;
	background-position: -1819px 0px;
}

.iti-flag.gf {
	height: 14px;
	background-position: -1841px 0px;
}

.iti-flag.gg {
	height: 14px;
	background-position: -1863px 0px;
}

.iti-flag.gh {
	height: 14px;
	background-position: -1885px 0px;
}

.iti-flag.gi {
	height: 10px;
	background-position: -1907px 0px;
}

.iti-flag.gl {
	height: 14px;
	background-position: -1929px 0px;
}

.iti-flag.gm {
	height: 14px;
	background-position: -1951px 0px;
}

.iti-flag.gn {
	height: 14px;
	background-position: -1973px 0px;
}

.iti-flag.gp {
	height: 14px;
	background-position: -1995px 0px;
}

.iti-flag.gq {
	height: 14px;
	background-position: -2017px 0px;
}

.iti-flag.gr {
	height: 14px;
	background-position: -2039px 0px;
}

.iti-flag.gs {
	height: 10px;
	background-position: -2061px 0px;
}

.iti-flag.gt {
	height: 13px;
	background-position: -2083px 0px;
}

.iti-flag.gu {
	height: 11px;
	background-position: -2105px 0px;
}

.iti-flag.gw {
	height: 10px;
	background-position: -2127px 0px;
}

.iti-flag.gy {
	height: 12px;
	background-position: -2149px 0px;
}

.iti-flag.hk {
	height: 14px;
	background-position: -2171px 0px;
}

.iti-flag.hm {
	height: 10px;
	background-position: -2193px 0px;
}

.iti-flag.hn {
	height: 10px;
	background-position: -2215px 0px;
}

.iti-flag.hr {
	height: 10px;
	background-position: -2237px 0px;
}

.iti-flag.ht {
	height: 12px;
	background-position: -2259px 0px;
}

.iti-flag.hu {
	height: 10px;
	background-position: -2281px 0px;
}

.iti-flag.ic {
	height: 14px;
	background-position: -2303px 0px;
}

.iti-flag.id {
	height: 14px;
	background-position: -2325px 0px;
}

.iti-flag.ie {
	height: 10px;
	background-position: -2347px 0px;
}

.iti-flag.il {
	height: 15px;
	background-position: -2369px 0px;
}

.iti-flag.im {
	height: 10px;
	background-position: -2391px 0px;
}

.iti-flag.in {
	height: 14px;
	background-position: -2413px 0px;
}

.iti-flag.io {
	height: 10px;
	background-position: -2435px 0px;
}

.iti-flag.iq {
	height: 14px;
	background-position: -2457px 0px;
}

.iti-flag.ir {
	height: 12px;
	background-position: -2479px 0px;
}

.iti-flag.is {
	height: 15px;
	background-position: -2501px 0px;
}

.iti-flag.it {
	height: 14px;
	background-position: -2523px 0px;
}

.iti-flag.je {
	height: 12px;
	background-position: -2545px 0px;
}

.iti-flag.jm {
	height: 10px;
	background-position: -2567px 0px;
}

.iti-flag.jo {
	height: 10px;
	background-position: -2589px 0px;
}

.iti-flag.jp {
	height: 14px;
	background-position: -2611px 0px;
}

.iti-flag.ke {
	height: 14px;
	background-position: -2633px 0px;
}

.iti-flag.kg {
	height: 12px;
	background-position: -2655px 0px;
}

.iti-flag.kh {
	height: 13px;
	background-position: -2677px 0px;
}

.iti-flag.ki {
	height: 10px;
	background-position: -2699px 0px;
}

.iti-flag.km {
	height: 12px;
	background-position: -2721px 0px;
}

.iti-flag.kn {
	height: 14px;
	background-position: -2743px 0px;
}

.iti-flag.kp {
	height: 10px;
	background-position: -2765px 0px;
}

.iti-flag.kr {
	height: 14px;
	background-position: -2787px 0px;
}

.iti-flag.kw {
	height: 10px;
	background-position: -2809px 0px;
}

.iti-flag.ky {
	height: 10px;
	background-position: -2831px 0px;
}

.iti-flag.kz {
	height: 10px;
	background-position: -2853px 0px;
}

.iti-flag.la {
	height: 14px;
	background-position: -2875px 0px;
}

.iti-flag.lb {
	height: 14px;
	background-position: -2897px 0px;
}

.iti-flag.lc {
	height: 10px;
	background-position: -2919px 0px;
}

.iti-flag.li {
	height: 12px;
	background-position: -2941px 0px;
}

.iti-flag.lk {
	height: 10px;
	background-position: -2963px 0px;
}

.iti-flag.lr {
	height: 11px;
	background-position: -2985px 0px;
}

.iti-flag.ls {
	height: 14px;
	background-position: -3007px 0px;
}

.iti-flag.lt {
	height: 12px;
	background-position: -3029px 0px;
}

.iti-flag.lu {
	height: 12px;
	background-position: -3051px 0px;
}

.iti-flag.lv {
	height: 10px;
	background-position: -3073px 0px;
}

.iti-flag.ly {
	height: 10px;
	background-position: -3095px 0px;
}

.iti-flag.ma {
	height: 14px;
	background-position: -3117px 0px;
}

.iti-flag.mc {
	height: 15px;
	background-position: -3139px 0px;
}

.iti-flag.md {
	height: 10px;
	background-position: -3160px 0px;
}

.iti-flag.me {
	height: 10px;
	background-position: -3182px 0px;
}

.iti-flag.mf {
	height: 14px;
	background-position: -3204px 0px;
}

.iti-flag.mg {
	height: 14px;
	background-position: -3226px 0px;
}

.iti-flag.mh {
	height: 11px;
	background-position: -3248px 0px;
}

.iti-flag.mk {
	height: 10px;
	background-position: -3270px 0px;
}

.iti-flag.ml {
	height: 14px;
	background-position: -3292px 0px;
}

.iti-flag.mm {
	height: 14px;
	background-position: -3314px 0px;
}

.iti-flag.mn {
	height: 10px;
	background-position: -3336px 0px;
}

.iti-flag.mo {
	height: 14px;
	background-position: -3358px 0px;
}

.iti-flag.mp {
	height: 10px;
	background-position: -3380px 0px;
}

.iti-flag.mq {
	height: 14px;
	background-position: -3402px 0px;
}

.iti-flag.mr {
	height: 14px;
	background-position: -3424px 0px;
}

.iti-flag.ms {
	height: 10px;
	background-position: -3446px 0px;
}

.iti-flag.mt {
	height: 14px;
	background-position: -3468px 0px;
}

.iti-flag.mu {
	height: 14px;
	background-position: -3490px 0px;
}

.iti-flag.mv {
	height: 14px;
	background-position: -3512px 0px;
}

.iti-flag.mw {
	height: 14px;
	background-position: -3534px 0px;
}

.iti-flag.mx {
	height: 12px;
	background-position: -3556px 0px;
}

.iti-flag.my {
	height: 10px;
	background-position: -3578px 0px;
}

.iti-flag.mz {
	height: 14px;
	background-position: -3600px 0px;
}

.iti-flag.na {
	height: 14px;
	background-position: -3622px 0px;
}

.iti-flag.nc {
	height: 10px;
	background-position: -3644px 0px;
}

.iti-flag.ne {
	height: 15px;
	background-position: -3666px 0px;
}

.iti-flag.nf {
	height: 10px;
	background-position: -3686px 0px;
}

.iti-flag.ng {
	height: 10px;
	background-position: -3708px 0px;
}

.iti-flag.ni {
	height: 12px;
	background-position: -3730px 0px;
}

.iti-flag.nl {
	height: 14px;
	background-position: -3752px 0px;
}

.iti-flag.no {
	height: 15px;
	background-position: -3774px 0px;
}

.iti-flag.np {
	height: 15px;
	background-position: -3796px 0px;
}

.iti-flag.nr {
	height: 10px;
	background-position: -3811px 0px;
}

.iti-flag.nu {
	height: 10px;
	background-position: -3833px 0px;
}

.iti-flag.nz {
	height: 10px;
	background-position: -3855px 0px;
}

.iti-flag.om {
	height: 10px;
	background-position: -3877px 0px;
}

.iti-flag.pa {
	height: 14px;
	background-position: -3899px 0px;
}

.iti-flag.pe {
	height: 14px;
	background-position: -3921px 0px;
}

.iti-flag.pf {
	height: 14px;
	background-position: -3943px 0px;
}

.iti-flag.pg {
	height: 15px;
	background-position: -3965px 0px;
}

.iti-flag.ph {
	height: 10px;
	background-position: -3987px 0px;
}

.iti-flag.pk {
	height: 14px;
	background-position: -4009px 0px;
}

.iti-flag.pl {
	height: 13px;
	background-position: -4031px 0px;
}

.iti-flag.pm {
	height: 14px;
	background-position: -4053px 0px;
}

.iti-flag.pn {
	height: 10px;
	background-position: -4075px 0px;
}

.iti-flag.pr {
	height: 14px;
	background-position: -4097px 0px;
}

.iti-flag.ps {
	height: 10px;
	background-position: -4119px 0px;
}

.iti-flag.pt {
	height: 14px;
	background-position: -4141px 0px;
}

.iti-flag.pw {
	height: 13px;
	background-position: -4163px 0px;
}

.iti-flag.py {
	height: 11px;
	background-position: -4185px 0px;
}

.iti-flag.qa {
	height: 8px;
	background-position: -4207px 0px;
}

.iti-flag.re {
	height: 14px;
	background-position: -4229px 0px;
}

.iti-flag.ro {
	height: 14px;
	background-position: -4251px 0px;
}

.iti-flag.rs {
	height: 14px;
	background-position: -4273px 0px;
}

.iti-flag.ru {
	height: 14px;
	background-position: -4295px 0px;
}

.iti-flag.rw {
	height: 14px;
	background-position: -4317px 0px;
}

.iti-flag.sa {
	height: 14px;
	background-position: -4339px 0px;
}

.iti-flag.sb {
	height: 10px;
	background-position: -4361px 0px;
}

.iti-flag.sc {
	height: 10px;
	background-position: -4383px 0px;
}

.iti-flag.sd {
	height: 10px;
	background-position: -4405px 0px;
}

.iti-flag.se {
	height: 13px;
	background-position: -4427px 0px;
}

.iti-flag.sg {
	height: 14px;
	background-position: -4449px 0px;
}

.iti-flag.sh {
	height: 10px;
	background-position: -4471px 0px;
}

.iti-flag.si {
	height: 10px;
	background-position: -4493px 0px;
}

.iti-flag.sj {
	height: 15px;
	background-position: -4515px 0px;
}

.iti-flag.sk {
	height: 14px;
	background-position: -4537px 0px;
}

.iti-flag.sl {
	height: 14px;
	background-position: -4559px 0px;
}

.iti-flag.sm {
	height: 15px;
	background-position: -4581px 0px;
}

.iti-flag.sn {
	height: 14px;
	background-position: -4603px 0px;
}

.iti-flag.so {
	height: 14px;
	background-position: -4625px 0px;
}

.iti-flag.sr {
	height: 14px;
	background-position: -4647px 0px;
}

.iti-flag.ss {
	height: 10px;
	background-position: -4669px 0px;
}

.iti-flag.st {
	height: 10px;
	background-position: -4691px 0px;
}

.iti-flag.sv {
	height: 12px;
	background-position: -4713px 0px;
}

.iti-flag.sx {
	height: 14px;
	background-position: -4735px 0px;
}

.iti-flag.sy {
	height: 14px;
	background-position: -4757px 0px;
}

.iti-flag.sz {
	height: 14px;
	background-position: -4779px 0px;
}

.iti-flag.ta {
	height: 10px;
	background-position: -4801px 0px;
}

.iti-flag.tc {
	height: 10px;
	background-position: -4823px 0px;
}

.iti-flag.td {
	height: 14px;
	background-position: -4845px 0px;
}

.iti-flag.tf {
	height: 14px;
	background-position: -4867px 0px;
}

.iti-flag.tg {
	height: 13px;
	background-position: -4889px 0px;
}

.iti-flag.th {
	height: 14px;
	background-position: -4911px 0px;
}

.iti-flag.tj {
	height: 10px;
	background-position: -4933px 0px;
}

.iti-flag.tk {
	height: 10px;
	background-position: -4955px 0px;
}

.iti-flag.tl {
	height: 10px;
	background-position: -4977px 0px;
}

.iti-flag.tm {
	height: 14px;
	background-position: -4999px 0px;
}

.iti-flag.tn {
	height: 14px;
	background-position: -5021px 0px;
}

.iti-flag.to {
	height: 10px;
	background-position: -5043px 0px;
}

.iti-flag.tr {
	height: 14px;
	background-position: -5065px 0px;
}

.iti-flag.tt {
	height: 12px;
	background-position: -5087px 0px;
}

.iti-flag.tv {
	height: 10px;
	background-position: -5109px 0px;
}

.iti-flag.tw {
	height: 14px;
	background-position: -5131px 0px;
}

.iti-flag.tz {
	height: 14px;
	background-position: -5153px 0px;
}

.iti-flag.ua {
	height: 14px;
	background-position: -5175px 0px;
}

.iti-flag.ug {
	height: 14px;
	background-position: -5197px 0px;
}

.iti-flag.um {
	height: 11px;
	background-position: -5219px 0px;
}

.iti-flag.un {
	height: 14px;
	background-position: -5241px 0px;
}

.iti-flag.us {
	height: 11px;
	background-position: -5263px 0px;
}

.iti-flag.uy {
	height: 14px;
	background-position: -5285px 0px;
}

.iti-flag.uz {
	height: 10px;
	background-position: -5307px 0px;
}

.iti-flag.va {
	height: 15px;
	background-position: -5329px 0px;
}

.iti-flag.vc {
	height: 14px;
	background-position: -5346px 0px;
}

.iti-flag.ve {
	height: 14px;
	background-position: -5368px 0px;
}

.iti-flag.vg {
	height: 10px;
	background-position: -5390px 0px;
}

.iti-flag.vi {
	height: 14px;
	background-position: -5412px 0px;
}

.iti-flag.vn {
	height: 14px;
	background-position: -5434px 0px;
}

.iti-flag.vu {
	height: 12px;
	background-position: -5456px 0px;
}

.iti-flag.wf {
	height: 14px;
	background-position: -5478px 0px;
}

.iti-flag.ws {
	height: 10px;
	background-position: -5500px 0px;
}

.iti-flag.xk {
	height: 15px;
	background-position: -5522px 0px;
}

.iti-flag.ye {
	height: 14px;
	background-position: -5544px 0px;
}

.iti-flag.yt {
	height: 14px;
	background-position: -5566px 0px;
}

.iti-flag.za {
	height: 14px;
	background-position: -5588px 0px;
}

.iti-flag.zm {
	height: 14px;
	background-position: -5610px 0px;
}

.iti-flag.zw {
	height: 10px;
	background-position: -5632px 0px;
}

.iti-flag {
	height: 15px;
	box-shadow: 0px 0px 1px 0px #888;
	background-image: url("./images/flags.png");
	background-repeat: no-repeat;
	background-color: #DBDBDB;
	background-position: 20px 0;
}

.iti-flag.np {
	background-color: transparent;
}

/* custom checkbox styles */

.jcf-checkbox {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: transparent;
	border: 1px solid #003659;
	margin: 0 3px 0 0;
	width: 12px;
	height: 12px;
}

.jcf-checkbox.jcf-checked:before {
	display: block;
}

.jcf-checkbox:before {
	content: ""; /* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	font-display: swap;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 8px;
	position: absolute;
	top: 50%;
	left: 50%;
	display: none;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.jcf-checkbox input[type="checkbox"] {
	position: relative;
	width: 12px;
	height: 12px;
	border: 0;
	margin: 0;
	left: 0;
	margin-right: 30px;
	top: 0;
}

/* custom radio styles */

.jcf-radio {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: #fff;
	border: 1px solid #777;
	border-radius: 9px;
	margin: 0 3px 0 0;
	height: 16px;
	width: 16px;
}

.jcf-radio span {
	display: none;
	position: absolute;
	top: 3px;
	left: 3px;
	right: 3px;
	bottom: 3px;
	background: #777;
	border-radius: 100%;
}

.jcf-radio input[type="radio"] {
	position: absolute;
	height: 100%;
	width: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}

.jcf-radio.jcf-checked span {
	display: block;
}

/* custom select styles */

.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	border: 1px solid #777;
	background: #fff;
	margin: 0 0 12px;
	min-width: 150px;
	height: 26px;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-size: 13px;
	margin: 0 35px 0 8px;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	background: #aaa;
	width: 26px;
	bottom: 0;
	right: 0;
	top: 0;
}

body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0px;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
	border: 1px solid #f00;
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	font-size: 12px;
	width: 100%;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

.jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.jcf-list ul li {
	overflow: hidden;
	display: block;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 5px 9px;
	color: #656565;
	height: 1%;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #e6e6e6;
	color: #000;
}

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

/* custom range input styles */

.jcf-range {
	display: inline-block;
	margin: 0;
	width: 100%;
}

.jcf-range .jcf-range-track {
	margin: 0 11px 0 0;
	position: relative;
	display: block;
}

.jcf-range .jcf-range-wrapper {
	border-radius: 5px;
	display: block;
	margin: 0;
	height: 11px;
	background: none;
	position: relative;
}

.jcf-range .jcf-range-wrapper:before {
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	right: 0;
	height: 1px;
	background: #fff;
}

.jcf-range.jcf-vertical {
	width: auto;
}

.jcf-range.jcf-vertical .jcf-range-wrapper {
	margin: 0;
	width: 1px;
	height: auto;
	padding: 11px 0 0;
}

.jcf-range.jcf-vertical .jcf-range-track {
	height: 180px;
	width: 1px;
}

.jcf-range.jcf-vertical .jcf-range-handle {
	left: -5px;
	top: auto;
}

.jcf-range .jcf-range-handle {
	position: absolute;
	border-radius: 11px;
	width: 25px;
	height: 25px;
	margin: -7px 0 0 -7px;
	z-index: 1;
	top: 0;
	left: 0;
}

.jcf-range .jcf-range-handle:before {
	content: '';
	border-radius: 11px;
	position: absolute;
	top: 7px;
	left: 7px;
	width: 11px;
	height: 11px;
	border: 1px solid #fff;
	background: #003659;
}

.jcf-range .jcf-range-handle.jcf-active-handle {
	z-index: 2;
}

.jcf-range .jcf-range-mark {
	position: absolute;
	overflow: hidden;
	background: #000;
	width: 1px;
	height: 3px;
	top: -7px;
	margin: 0 0 0 9px;
}

.jcf-range.jcf-vertical .jcf-range-mark {
	margin: 0 0 9px;
	left: 14px;
	top: auto;
	width: 3px;
	height: 1px;
}

.jcf-range.jcf-disabled {
	background: none !important;
	opacity: 0.3;
}

/* custom number input styles */

.jcf-number {
	display: inline-block;
	position: relative;
	height: 30px;
}

.jcf-number input {
	-moz-appearance: textfield;
}

.jcf-number input::-webkit-inner-spin-button,
.jcf-number input::-webkit-outer-spin-button {
	-webkit-appearance: none;
}

.jcf-number input {
	box-sizing: border-box;
	border: 1px solid #777;
	padding: 3px 27px 3px 7px;
	margin: 0;
	height: 100%;
	line-height: 30px;
}

.jcf-number .jcf-btn-dec,
.jcf-number .jcf-btn-inc {
	position: absolute;
	background: #aaa;
	width: 20px;
	height: 15px;
	right: 1px;
	top: 1px;
}

.jcf-number .jcf-btn-dec {
	top: auto;
	bottom: 1px;
}

.jcf-number .jcf-btn-dec:hover,
.jcf-number .jcf-btn-inc:hover {
	background: #e6e6e6;
}

.jcf-number.jcf-disabled .jcf-btn-dec:hover,
.jcf-number.jcf-disabled .jcf-btn-inc:hover {
	background: #aaa;
}

.jcf-number .jcf-btn-dec:before,
.jcf-number .jcf-btn-inc:before {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -4px;
	border: 4px solid #aaa;
	border-color: transparent transparent #000 transparent;
}

.jcf-number .jcf-btn-dec:before {
	margin: -1px 0 0 -4px;
	border-color: #000 transparent transparent transparent;
}

.jcf-number.jcf-disabled .jcf-btn-dec:before,
.jcf-number.jcf-disabled .jcf-btn-inc:before,
.jcf-number .jcf-btn-dec.jcf-disabled,
.jcf-number .jcf-btn-inc.jcf-disabled {
	opacity: 0.6;
}

.jcf-number.jcf-disabled input {
	background: #ddd;
}

/* common custom form elements styles */

.jcf-disabled {
	opacity: 0.4;
}

.jcf-focus {
	outline: auto #4d90fe;
}

.jcf-focus .jcf-active-handle {
	outline: auto #4d90fe;
}

body.compensate-for-scrollbar {
	overflow: hidden;
}

.fancybox-active {
	height: auto;
}

.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute !important;
	top: -9999px;
	visibility: hidden;
}

.fancybox-container {
	-webkit-backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: none;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	touch-action: manipulation;
	-webkit-transform: translateZ(0);
	        transform: translateZ(0);
	width: 100%;
	z-index: 99992;
}

.fancybox-container * {
	box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
}

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	transition-duration: inherit;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
	opacity: .9;
	transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
	direction: ltr;
	opacity: 0;
	position: absolute;
	transition: opacity .25s ease, visibility 0s ease .25s;
	visibility: hidden;
	z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
	opacity: 1;
	transition: opacity .25s ease 0s, visibility 0s ease 0s;
	visibility: visible;
}

.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-toolbar {
	left: 20px;
	top: 22px;
}

.fancybox-top-panel {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 20px;
	background: #ffe86c;
	display: flex;
	justify-content: space-between;
	z-index: 99995;
	padding: 20px;
}

.fancybox-top-panel .fancybox-button--close {
	color: #003659;
}

.fancybox-top-panel .fancybox-controls {
	display: flex;
	align-items: center;
}

.fancybox-top-panel .fancybox-controls .fancybox-button {
	width: auto;
	height: auto;
	font-size: 12px;
	color: #003659;
}

.fancybox-top-panel .fancybox-controls .fancybox-button--left {
	order: 0;
}

.fancybox-top-panel .fancybox-controls .fancybox-button--right {
	order: 2;
}

.fancybox-top-panel .fancybox-controls .fancybox-button[disabled] {
	color: rgba(0, 54, 89, 0.3);
}

.fancybox-top-panel .fancybox-controls .fancybox-info-counts {
	order: 1;
	margin: 0 5px;
	min-width: 56px;
	text-align: center;
	font-size: 15px;
}

.fancybox-stage {
	direction: ltr;
	overflow: visible;
	-webkit-transform: translateZ(0);
	        transform: translateZ(0);
	z-index: 99994;
}

.fancybox-stage--full-view .fancybox-slide--html {
	padding: 0;
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden;
}

.fancybox-slide {
	-webkit-backface-visibility: hidden; /* Using without prefix would break IE11 */
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	white-space: normal;
	width: 100%;
	z-index: 99994;
}

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

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
	display: block;
}

.fancybox-slide--image {
	overflow: hidden;
	padding: 44px 0;
}

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

.fancybox-slide--html {
	padding: 6px;
}

.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: relative;
	text-align: left;
	vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
	-webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
	        animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
	-webkit-backface-visibility: hidden;
	background: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-transform-origin: top left;
	        transform-origin: top left;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
	cursor: -webkit-grab;
	cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
	cursor: text;
}

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

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

.fancybox-slide--video {
	background: #1e1e1c;
	padding: 0;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--html .fancybox-content,
.fancybox-slide--html .fancybox-content iframe,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
	height: 100%;
	overflow: visible;
	padding: 0;
	width: 100%;
}

.fancybox-slide--html .fancybox-content {
	padding: 44px;
}

.fancybox-slide--video .fancybox-content,
.fancybox-content {
	background: #000;
}

.fancybox-slide--map .fancybox-content {
	background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
	background: #fff;
}

.fancybox-video,
.fancybox-iframe {
	background: transparent;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

/* Fix iOS */

.fancybox-iframe {
	left: 0;
	position: absolute;
	top: 0;
}

.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%;
}

.fancybox-error p {
	color: #444;
	font-size: 16px;
	margin: 0;
	padding: 0;
}

/* Buttons */

.fancybox-button {
	border: 0;
	border-radius: 0;
	background: none;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 30px;
	margin: 0;
	padding: 7px;
	font-size: 16px;
	position: relative;
	transition: color .2s;
	vertical-align: top;
	line-height: 1;
	visibility: inherit;
	width: 30px;
	text-align: center;
}

.fancybox-button--not-bg {
	background: none;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
	color: #fff;
}

.fancybox-button:hover,
.fancybox-button:visited:hover,
.fancybox-button:link:hover {
	color: rgba(255, 255, 255, 0.7);
}

.fancybox-button.color-primary,
.fancybox-button:visited.color-primary,
.fancybox-button:link.color-primary {
	color: #003659;
}

.fancybox-button.color-primary:hover,
.fancybox-button:visited.color-primary:hover,
.fancybox-button:link.color-primary:hover {
	color: #00558c;
}

.fancybox-button:focus {
	outline: none;
}

.fancybox-button.fancybox-focus {
	outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
	outline: none;
}

/* Fix IE11 */

.fancybox-button div {
	height: 100%;
}

.fancybox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%;
}

.fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
	display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
	display: none;
}

.fancybox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: scaleX(0);
	        transform: scaleX(0);
	-webkit-transform-origin: 0;
	        transform-origin: 0;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	transition-timing-function: linear;
	z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: .8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401;
}

.fancybox-close-small:hover {
	color: #fff;
	opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
	overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
	background-clip: content-box;
	background: none;
	opacity: 0;
	position: absolute;
	top: calc(50% - 5px);
	height: 20px;
	padding: 5px 0;
	width: 40px;
}

.fancybox-navigation .fancybox-button [class*="icon-"] {
	font-size: 10px;
}

.fancybox-navigation .fancybox-button div {
	padding: 0;
	background: none;
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
	left: env(safe-area-inset-left);
	margin-left: 10px;
}

.fancybox-navigation .fancybox-button--arrow_right {
	right: 0;
	right: env(safe-area-inset-right);
	margin-right: 10px;
}

/* Caption */

.fancybox-caption {
	background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 75px 44px 25px 44px;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index: 99996;
}

/* 
@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
} */

.fancybox-caption--separate {
	margin-top: -50px;
}

.fancybox-caption__body {
	max-height: 50vh;
	overflow: auto;
	pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none;
}

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

/* Loading indicator */

.fancybox-loading {
	-webkit-animation: fancybox-rotate 1s linear infinite;
	        animation: fancybox-rotate 1s linear infinite;
	background: transparent;
	border: 4px solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99999;
}

/* Transition effects */

.fancybox-animated {
	transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	        transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	        transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
	opacity: 0;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	        transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(0.5, 0.5, 0.5);
	        transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	        transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: rotate(-360deg);
	        transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: rotate(360deg);
	        transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: rotate(0deg);
	        transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	        transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	        transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	        transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
	        transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
	        transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	        transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */

/* Share */

.fancybox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center;
}

.fancybox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px 0;
}

.fancybox-share p {
	margin: 0;
	padding: 0;
}

.fancybox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	margin: 0 5px 10px 5px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	transition: all .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
	color: #fff;
}

.fancybox-share__button:hover {
	text-decoration: none;
}

.fancybox-share__button--fb {
	background: #3b5998;
}

.fancybox-share__button--fb:hover {
	background: #344e86;
}

.fancybox-share__button--pt {
	background: #bd081d;
}

.fancybox-share__button--pt:hover {
	background: #aa0719;
}

.fancybox-share__button--tw {
	background: #1da1f2;
}

.fancybox-share__button--tw:hover {
	background: #0d95e8;
}

.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px;
}

.fancybox-share__button svg path {
	fill: #fff;
}

.fancybox-share__input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0 0;
	outline: none;
	padding: 10px 15px;
	width: 100%;
}

/* Thumbs */

.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px 2px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 0;
	width: 212px;
	z-index: 99995;
}

.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden;
}

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

.fancybox-show-thumbs .fancybox-inner {
	right: 212px;
}

.fancybox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
	width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px;
}

.fancybox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, 0.1);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px;
}

.fancybox-thumbs__list a::before {
	border: 6px solid #ff5268;
	bottom: 0;
	content: '';
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
	opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
	opacity: 1;
}

/* Styling for Small-Screen Devices */

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {

.iti-flag {
	background-size: 5652px 15px;
}

.iti-flag {
	background-image: url("./images/flags@2x.png");
}

}

@media screen and (min-width: 320px) {

.grid.xs-1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}

.grid.xs-2 {
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.grid.xs-3 {
	flex: 0 0 25%;
	max-width: 25%;
}

.grid.xs-4 {
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.grid.xs-5 {
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}

.grid.xs-6 {
	flex: 0 0 50%;
	max-width: 50%;
}

.grid.xs-7 {
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
}

.grid.xs-8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}

.grid.xs-9 {
	flex: 0 0 75%;
	max-width: 75%;
}

.grid.xs-10 {
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
}

.grid.xs-11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
}

.grid.xs-12 {
	flex: 0 0 100%;
	max-width: 100%;
}

.offset-xs-1 {
	margin-left: 8.33333%;
}

.offset-xs-2 {
	margin-left: 16.66667%;
}

.offset-xs-3 {
	margin-left: 25%;
}

.offset-xs-4 {
	margin-left: 33.33333%;
}

.offset-xs-5 {
	margin-left: 41.66667%;
}

.offset-xs-6 {
	margin-left: 50%;
}

.offset-xs-7 {
	margin-left: 58.33333%;
}

.offset-xs-8 {
	margin-left: 66.66667%;
}

.offset-xs-9 {
	margin-left: 75%;
}

.offset-xs-10 {
	margin-left: 83.33333%;
}

.offset-xs-11 {
	margin-left: 91.66667%;
}

.offset-xs-12 {
	margin-left: 100%;
}

.align-xs-center {
	align-items: center;
}

.align-xs-start {
	align-items: flex-start;
}

.align-xs-endr {
	align-items: flex-end;
}

.justify-xs-between {
	justify-content: space-between;
}

.justify-xs-center {
	justify-content: center;
}

.justify-xs-end {
	justify-content: flex-end;
}

.justify-xs-around {
	justify-content: space-around;
}

}

@media screen and (min-width: 480px) {

.grid.sm-1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}

.grid.sm-2 {
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.grid.sm-3 {
	flex: 0 0 25%;
	max-width: 25%;
}

.grid.sm-4 {
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.grid.sm-5 {
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}

.grid.sm-6 {
	flex: 0 0 50%;
	max-width: 50%;
}

.grid.sm-7 {
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
}

.grid.sm-8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}

.grid.sm-9 {
	flex: 0 0 75%;
	max-width: 75%;
}

.grid.sm-10 {
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
}

.grid.sm-11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
}

.grid.sm-12 {
	flex: 0 0 100%;
	max-width: 100%;
}

.offset-sm-1 {
	margin-left: 8.33333%;
}

.offset-sm-2 {
	margin-left: 16.66667%;
}

.offset-sm-3 {
	margin-left: 25%;
}

.offset-sm-4 {
	margin-left: 33.33333%;
}

.offset-sm-5 {
	margin-left: 41.66667%;
}

.offset-sm-6 {
	margin-left: 50%;
}

.offset-sm-7 {
	margin-left: 58.33333%;
}

.offset-sm-8 {
	margin-left: 66.66667%;
}

.offset-sm-9 {
	margin-left: 75%;
}

.offset-sm-10 {
	margin-left: 83.33333%;
}

.offset-sm-11 {
	margin-left: 91.66667%;
}

.offset-sm-12 {
	margin-left: 100%;
}

.align-sm-center {
	align-items: center;
}

.align-sm-start {
	align-items: flex-start;
}

.align-sm-endr {
	align-items: flex-end;
}

.justify-sm-between {
	justify-content: space-between;
}

.justify-sm-center {
	justify-content: center;
}

.justify-sm-end {
	justify-content: flex-end;
}

.justify-sm-around {
	justify-content: space-around;
}

.map .popup {
	width: 330px;
}

}

@media screen and (min-width: 600px) {

.logged-in .header-page.minimize {
	top: 46px !important;
}

}

@media screen and (min-width: 768px) {

.commentlist-item .commentlist-item {
	padding: 0 0 0 2em;
}

.grid.md-1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}

.grid.md-2 {
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.grid.md-3 {
	flex: 0 0 25%;
	max-width: 25%;
}

.grid.md-4 {
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.grid.md-5 {
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}

.grid.md-6 {
	flex: 0 0 50%;
	max-width: 50%;
}

.grid.md-7 {
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
}

.grid.md-8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}

.grid.md-9 {
	flex: 0 0 75%;
	max-width: 75%;
}

.grid.md-10 {
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
}

.grid.md-11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
}

.grid.md-12 {
	flex: 0 0 100%;
	max-width: 100%;
}

.offset-md-1 {
	margin-left: 8.33333%;
}

.offset-md-2 {
	margin-left: 16.66667%;
}

.offset-md-3 {
	margin-left: 25%;
}

.offset-md-4 {
	margin-left: 33.33333%;
}

.offset-md-5 {
	margin-left: 41.66667%;
}

.offset-md-6 {
	margin-left: 50%;
}

.offset-md-7 {
	margin-left: 58.33333%;
}

.offset-md-8 {
	margin-left: 66.66667%;
}

.offset-md-9 {
	margin-left: 75%;
}

.offset-md-10 {
	margin-left: 83.33333%;
}

.offset-md-11 {
	margin-left: 91.66667%;
}

.offset-md-12 {
	margin-left: 100%;
}

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

.align-md-start {
	align-items: flex-start;
}

.align-md-endr {
	align-items: flex-end;
}

.justify-md-between {
	justify-content: space-between;
}

.justify-md-center {
	justify-content: center;
}

.justify-md-end {
	justify-content: flex-end;
}

.justify-md-around {
	justify-content: space-around;
}

hr {
	margin: 25px 0;
}

.breadcrumbs {
	display: flex;
}

.breadcrumbs-row {
	display: block;
}

.cookies-panel {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 16px;
	padding: 28px;
}

.cookies-panel p {
	margin: 0;
}

#cookie-law-info-bar[style*="display: block"] ~ #livechat-compact-container {
	-webkit-transform: translateY(-50px) !important;
	        transform: translateY(-50px) !important;
}

.header-page {
	height: 131px;
}

.header-page.minimize {
	height: 67px;
}

.header-page .left-holder,
.header-page .right-holder {
	width: 100px;
}

.header-wrap {
	height: 131px;
}

.footer {
	text-align: left;
}

.footer-row {
	border-bottom: none;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding: 26px 0;
}

.footer-row .area {
	display: flex;
	align-items: center;
}

.footer-row .terms {
	margin: 0;
}

.footer-holder {
	padding: 56px 0;
}

.footer-holder h3 {
	margin: 0 0 30px;
}

.footer-holder .btn-holder {
	padding: 50px 0 0;
}

.footer-holder .grid-contact {
	padding-top: 0;
	padding-bottom: 0;
}

.footer-holder .grid-contact:after,
.footer-holder .grid-contact:before {
	display: none;
}

.footer-holder .grid-social h3 {
	display: block;
}

.footer-social {
	padding: 0 0 10px;
	justify-content: flex-start;
}

.footer-social li {
	margin: 0 24px 0 0;
}

.footer-logo {
	margin: 0;
	width: 117px;
	display: block;
	position: relative;
	left: 0;
	top: 0;
	-webkit-transform: translateX(0);
	        transform: translateX(0);
}

.hero {
	padding-top: 75%;
}

.hero:before {
	display: none;
}

.hero .box {
	position: absolute;
	padding: 25px 30px 58px;
	right: 0;
	bottom: 77px;
	background: #fff;
	width: 336px;
	z-index: 3;
	color: #003659;
	text-align: left;
}

.hero .box .btn {
	color: #003659;
}

.hero .box .btn:hover {
	color: #fff;
}

.hero .btn-play {
	bottom: auto;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.hero-slideshow {
	min-height: 560px;
}

.hero-slideshow.with-thumbs .img-holder {
	margin-bottom: 0;
}

.hero-slideshow.with-thumbs .carousel-thumbs {
	position: relative;
	margin-top: 0;
}

.hero-slideshow .carousel-control {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 21px;
}

.hero-slideshow .carousel-control .pagination li {
	margin: 0 15px;
	display: block;
}

.hero-slideshow .switchers {
	position: absolute;
	top: -30px;
	right: 0;
	-webkit-transform: translateX(100%);
	        transform: translateX(100%);
	margin-right: 306px;
}

.hero-slideshow .switchers ul li {
	margin: 0 4px 0 0;
}

.hero-slideshow .switchers ul li:last-child {
	margin: 0;
}

.hero-slideshow .pagination .text {
	display: block;
}

.hero-slideshow .pagination .active a {
	color: #003659;
}

.hero-slideshow .pagination a {
	color: rgba(0, 54, 89, 0.3);
}

.hero-image .img-holder {
	height: 515px;
	padding-top: 0;
}

.hero-image .description {
	bottom: 0;
	right: 0;
	position: absolute;
	width: 336px;
	padding: 31px 30px;
}

.property-search {
	padding: 72px 0 46px;
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	opacity: 1;
	visibility: visible;
	z-index: 1;
	transition: none;
	overflow: visible;
}

.property-search .mobile-closer {
	display: none;
}

.property-search .breadcrumbs {
	display: flex;
	margin: -54px 0 54px;
}

.property-search-title {
	display: block;
	margin: 0 0 28px;
}

.property-search-holder {
	margin: 0 0 50px;
	padding: 56px 0 38px;
	position: relative;
}

.property-search-holder:after,
.property-search-holder:before {
	content: '';
	position: absolute;
	background: rgba(255, 255, 255, 0.2);
	left: -9999px;
	right: -9999px;
	height: 1px;
}

.property-search-holder:after {
	bottom: 0;
}

.property-search-holder:before {
	top: 0;
}

.property-search-form .filters-list {
	font-size: 20px;
}

.property-search-form .filters-list input[type="checkbox"] {
	margin: 9px 20px 0 0;
}

.property-search-form .filters-list .jcf-checkbox {
	margin: 9px 20px 0 0;
}

.property-search-form .property-filters {
	padding: 0;
	margin: 0 0 30px;
	border: none;
}

.property-search-form .property-filters.with-number {
	padding: 0;
}

.property-search-form .property-filters-title {
	margin-bottom: 11px;
}

.property-search-form .property-filters .title-with-range .jcf-range-num-row {
	font-size: 20px;
}

.property-search-form .jcf-number {
	margin-left: 50px;
}

.property-search-form .jcf-number input {
	width: 46px;
}

.property-search-form .btn-holder .btn {
	background: transparent;
	padding: 11px 20px 9px;
	color: #fff;
	border-color: #fff;
	display: inline-flex;
	font-size: 11px;
	width: auto;
}

.property-search-form .btn-holder .btn [class*="icon-"] {
	display: block;
}

.property-result .property-found-area {
	text-align: center;
	padding: 24px 26px 27px;
	margin-bottom: 50px;
}

.property-result .property-found-area .result-found {
	font-size: 20px;
	margin-bottom: 6px;
}

.property-result .property-found-area .result-filters {
	font-size: 11px;
}

.property-result .property-found-area .filter-desktop-title,
.property-result .property-found-area .filter-mobile-opener {
	text-decoration: none;
	pointer-events: none;
}

.property-result .property-found-area .filter-desktop-title:after,
.property-result .property-found-area .filter-mobile-opener:after {
	margin: 0 4px 0 6px;
}

.property-result .property-found-area .filter-desktop-title {
	display: inline;
}

.property-result .property-found-area .filter-mobile-opener {
	display: none;
}

.property-result .table {
	font-size: 13px;
}

.property-result .table td,
.property-result .table th {
	padding: 21px 20px 17px 0;
}

.property-result .table th {
	font-size: 11px;
	padding: 24px 20px 21px 0;
}

.single-post .single-content {
	padding-top: 50px;
}

.contact-form-section {
	padding: 50px 0;
}

.contact-form-section.fancybox-content {
	padding: 50px 0;
}

.contact-form-section .country-list {
	width: 282px;
}

.contact-form-section .btn {
	width: auto;
	margin: 0 auto;
	min-width: 296px;
	padding: 14px 20px 12px;
}

.visual-overview-popup .img-holder {
	padding: 0;
	height: 100%;
	width: 100%;
	display: block;
	margin-bottom: 0;
}

.visual-overview-popup .text-section {
	padding: 33px 0;
}

.contact-content .row-office {
	padding-top: 38px;
	padding-bottom: 41px;
	position: relative;
}

.contact-content .row-office:before {
	content: '';
	position: absolute;
	top: 0;
	left: -9999px;
	right: -9999px;
	height: 1px;
	background: rgba(0, 54, 89, 0.1);
	pointer-events: none;
}

.contact-content .row-office .grid {
	padding-top: 0;
	padding-bottom: 0;
}

.contact-content .row-office .grid:before {
	display: none;
}

.contact-container {
	border: none;
}

.contact-container:before {
	content: '';
	position: absolute;
	top: 0;
	left: -9999px;
	right: -9999px;
	height: 1px;
	background: rgba(0, 54, 89, 0.1);
	pointer-events: none;
}

.gallery-content .product-section .opener-holder {
	text-align: center;
}

.gallery-content .product-section .opener {
	padding: 0;
	pointer-events: none;
}

.gallery-content .product-section .opener:before {
	display: none;
}

.gallery-content .product-section .product-post {
	margin: 0 0 20px;
}

.gallery-content .product-section .product-post .text-holder {
	padding: 0;
}

.gallery-content .product-section .btn-holder {
	display: block;
	margin: 0 0 40px;
}

.text-section {
	padding: 33px 0 13px;
}

.text-section[class*="image-"] {
	padding: 40px 0;
}

.text-section[class*="image-"] .text-holder {
	margin: 0;
}

.text-section[class*="image-"] .text-holder .btn {
	margin-top: 12px;
}

.text-section[class*="image-"] .row-with-image {
	justify-content: space-between;
	align-items: center;
}

.text-section[class*="image-"] .img-holder {
	padding-top: 0;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background-position: 50% 50%;
	width: 700px;
	margin-bottom: 0;
}

.text-section.image-right .row-with-image {
	flex-direction: row-reverse;
}

.text-section.image-left .img-holder {
	left: auto;
	right: 0;
}

.text-section .grid-img {
	height: 600px;
}

.quote-section {
	padding: 72px 0;
}

.quote-section blockquote {
	font-size: 36px;
	line-height: 1.389;
	margin-bottom: 0;
}

.quote-section blockquote p {
	margin: 0 0 30px;
}

.quote-section .cite-area {
	display: flex;
	align-items: center;
	justify-content: center;
}

.quote-section .cite-area cite:after {
	content: '/';
	margin: 0 6px;
}

.quote-section .cite-area cite:last-child:after {
	display: none;
}

.cta-section .action {
	margin: 0 0 40px;
}

.cta-section .action .text-holder {
	margin: 0;
	border-bottom: none;
}

.list-section .text-holder {
	padding: 0 10px;
	margin-bottom: 36px;
}

.product-section .product-post {
	display: block;
}

.product-section .product-post .img-holder {
	margin: 0 0 20px;
}

.project-list {
	padding-bottom: 0;
	margin-bottom: 49px;
}

.project-list .project {
	width: 50%;
	padding: 1px;
	text-align: center;
	margin-bottom: 49px;
}

.visual-section .map-holder {
	margin: 0 0 40px;
	height: 713px;
}

.visual-section .map-pins-tab {
	justify-content: center;
}

.visual-section .map-pins-tab li {
	padding: 4px 10px;
}

.visual-section .map-pins-tab li:last-child {
	padding-right: 10px;
}

.visual-section .map-pins-tab a {
	width: 38px;
	height: 38px;
}

.timeline {
	margin: 0;
}

.timeline .post {
	display: flex;
	padding-bottom: 54px;
}

.timeline .post:last-child {
	padding-bottom: 0;
}

.timeline .post:before {
	left: 38px;
}

.timeline .year {
	width: 76px;
	height: 76px;
	font-size: 14px;
	line-height: 20px;
	margin-right: 82px;
}

.timeline .description {
	margin-left: 0;
	padding-top: 24px;
	flex-grow: 1;
}

.slick-instagram .slick-slide {
	width: 330px;
}

.sub-nav-holder-mobile {
	display: none;
}

}

@media screen and (min-width: 783px) {

.logged-in .header-page {
	top: 32px !important;
}

.logged-in .header-page.minimize {
	top: 32px !important;
}

.logged-in .main-nav-closer {
	top: 65px;
}

.logged-in #language-target {
	top: 74px;
}

}

@media screen and (min-width: 1024px) {

.navigation-single {
	justify-content: center;
}

.navigation-single .next,
.navigation-single .prev {
	margin: 0 0 0 16px;
	text-indent: -9999px;
	overflow: hidden;
}

.navigation-single .next a,
.navigation-single .prev a {
	width: 40px;
	height: 20px;
}

.navigation-single .next a:hover,
.navigation-single .prev a:hover {
	opacity: 0.5;
}

.navigation-single .next a:after {
	text-indent: 0;
	position: absolute;
	top: 50%;
	margin-left: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.navigation-single .prev {
	margin: 0 16px 0 0;
}

.navigation-single .prev a:before {
	text-indent: 0;
	position: absolute;
	top: 50%;
	margin-right: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.navigation-single .counts {
	display: block;
}

.logged-in .property-search {
	padding-top: 72px;
}

h1,
.h1 {
	font-size: 50px;
	line-height: 1.3;
	letter-spacing: 5px;
}

h2,
.h2 {
	font-size: 26px;
	line-height: 1.308;
	letter-spacing: 3.5px;
}

h3,
.h3 {
	font-size: 19px;
	line-height: 1.421;
	letter-spacing: 2.6px;
}

h4,
.h4 {
	font-size: 19px;
	line-height: 1.474;
	letter-spacing: 2.6px;
}

h5,
.h5 {
	font-size: 11px;
	line-height: 1.818;
	letter-spacing: 1.5px;
}

.container {
	max-width: 1202px;
}

.grid.lg-1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}

.grid.lg-2 {
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.grid.lg-3 {
	flex: 0 0 25%;
	max-width: 25%;
}

.grid.lg-4 {
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.grid.lg-5 {
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}

.grid.lg-6 {
	flex: 0 0 50%;
	max-width: 50%;
}

.grid.lg-7 {
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
}

.grid.lg-8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}

.grid.lg-9 {
	flex: 0 0 75%;
	max-width: 75%;
}

.grid.lg-10 {
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
}

.grid.lg-11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
}

.grid.lg-12 {
	flex: 0 0 100%;
	max-width: 100%;
}

.offset-lg-1 {
	margin-left: 8.33333%;
}

.offset-lg-2 {
	margin-left: 16.66667%;
}

.offset-lg-3 {
	margin-left: 25%;
}

.offset-lg-4 {
	margin-left: 33.33333%;
}

.offset-lg-5 {
	margin-left: 41.66667%;
}

.offset-lg-6 {
	margin-left: 50%;
}

.offset-lg-7 {
	margin-left: 58.33333%;
}

.offset-lg-8 {
	margin-left: 66.66667%;
}

.offset-lg-9 {
	margin-left: 75%;
}

.offset-lg-10 {
	margin-left: 83.33333%;
}

.offset-lg-11 {
	margin-left: 91.66667%;
}

.offset-lg-12 {
	margin-left: 100%;
}

.align-lg-center {
	align-items: center;
}

.align-lg-start {
	align-items: flex-start;
}

.align-lg-endr {
	align-items: flex-end;
}

.justify-lg-between {
	justify-content: space-between;
}

.justify-lg-center {
	justify-content: center;
}

.justify-lg-end {
	justify-content: flex-end;
}

.justify-lg-around {
	justify-content: space-around;
}

.vertical-space {
	height: 40px;
}

.buttons-area {
	padding: 35px 0 21px;
}

.error404 main {
	padding: 74px 0;
}

#cookie-law-info-bar .cli-wrapper {
	margin: 0 31px !important;
}

body #at-expanded-menu-host .at-expanded-menu-title {
	font-size: 50px;
	letter-spacing: 5px;
}

body #at-expanded-menu-host #at-expanded-menu-filter-form {
	padding: 58px 0 27px;
}

body #at-expanded-menu-host .at-expanded-menu-top-services-header {
	margin-bottom: 34px;
}

body #at-expanded-menu-host .at-expanded-menu-button-label {
	font-size: 18px !important;
}

body #at-expanded-menu-host .at-expanded-menu-service-list {
	margin-left: -24px !important;
	margin-right: -24px !important;
	width: auto !important;
}

body #at-expanded-menu-host .at-expanded-menu-service-list li {
	width: 110px !important;
	margin: 0 24px 30px;
}

body #at-expanded-menu-host .at-expanded-menu-service-list .at-icon-wrapper {
	width: 110px !important;
	height: 110px !important;
	line-height: 110px !important;
}

.header-page {
	height: 139px;
}

.header-page {
	padding: 30px 60px;
}

.header-page.bg-white .btn-enquire {
	border-color: #ffe86c;
}

.header-page.minimize {
	padding: 17px 60px;
	height: 76px;
}

.header-page.minimize .main-nav-opener {
	margin-top: 2px;
}

.header-page .left-holder,
.header-page .right-holder {
	width: 250px;
}

.header-page .btn-enquire {
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
	border-width: 1px;
	padding: 11px 13px 9px 23px !important;
	min-width: 172px;
}

.header-page .btn-enquire .text {
	display: inline;
}

.header-page .btn-enquire .icon {
	font-size: 14px;
}

.header-page .btn.btn-enquire:hover {
	background: #ffe86c;
}

.header-wrap {
	height: 139px;
}

.main-nav {
	padding: 160px 0 50px 206px;
}

.main-nav-accordion a:focus {
	outline: auto #4d90fe;
}

.main-nav-accordion li {
	padding: 3px 0 23px 3px;
}

.main-nav-accordion li.menu-item-has-children {
	padding: 0 0 20px 3px;
}

.main-nav-accordion li.menu-item-has-children > a {
	padding: 3px 0 3px 3px;
}

.main-nav-accordion ul {
	width: 363px;
}

.main-nav-accordion ul:hover > li > a {
	color: rgba(255, 255, 255, 0.25);
}

.main-nav-accordion ul li.keydown > a,
.main-nav-accordion ul li:hover > a {
	color: #fff;
}

.main-nav-accordion ul li.keydown > a .has-drop-icon:after,
.main-nav-accordion ul li:hover > a .has-drop-icon:after {
	width: 363px;
	transition: 0.4s width ease-in-out;
}

.main-nav-accordion ul li.keydown ul,
.main-nav-accordion ul li:hover ul {
	opacity: 1;
	visibility: visible;
/*	transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;*/
}

.main-nav-accordion ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	display: inline-block;
	width: 400px;
	opacity: 0;
	visibility: hidden;
	padding: 0;
	padding-left: 20px;
/*	transition: opacity 0.4s 0.4s, visibility 0.4s 0.4s;*/
}

.main-nav-accordion .has-drop-icon:after {
	width: 40px;
/*	transition: 0.4s 0.4s width;*/
}

.main-nav-accordion .has-drop-icon:before {
	opacity: 0;
}

.main-nav-accordion .has-drop > a {
	display: block;
	overflow: hidden;
	margin-left: -3px;
	padding-left: 3px;
}

.main-nav-accordion .has-drop > a:focus {
	outline: none;
}

.main-nav-accordion .has-drop > a:focus .text {
	outline: auto #4d90fe;
}

.main-nav-opener {
	width: 34px;
	height: 21px;
	margin-top: 35px;
}

.main-nav-opener .middle {
	top: 10px;
}

.main-nav-closer {
	top: 65px;
	left: 55px;
	font-size: 18px;
}

.newsletter-section .wpcf7-form-control {
	padding: 14px 0 12px 28px;
}

.newsletter-section .wpcf7-submit {
	padding: 2px 32px;
}

.newsletter-section .wpcf7-response-output {
	max-width: 370px;
}

.newsletter-section .wpcf7 + .newsletter-thank-message {
	max-width: 370px;
}

.newsletter .form-inline {
	max-width: 370px;
}

.footer-row .copyright {
	font-size: 11px;
}

.footer-row .terms {
	font-size: 11px;
}

.footer-row .terms li:before {
	margin: 0 11px;
}

.footer-holder {
	padding-bottom: 115px;
}

.footer-holder .btn-holder {
	padding: 5px 0;
}

.hero {
	padding-top: 50.6%;
}

.hero .box {
	width: 380px;
	padding: 38px 44px 65px;
}

.hero-slideshow {
	min-height: 480px;
}

.page-template-template-home .hero-slideshow {
	margin: 0 26px;
}

.page-template-template-home .hero-slideshow:before {
	content: '';
	position: absolute;
	z-index: -1;
	left: -26px;
	right: -26px;
	top: 0;
	height: 100%;
	background: #fff;
}

.hero-slideshow.with-thumbs {
	margin: 0;
}

.hero-slideshow .carousel-control {
	padding: 21px 43px;
}

.hero-slideshow .carousel-control .pagination li {
	margin: 0 21px;
}

.hero-slideshow .carousel-thumbs .thumb-link {
	width: 232px;
	height: 150px;
}

.hero-slideshow .carousel-thumbs .thumb-link:focus:before,
.hero-slideshow .carousel-thumbs .thumb-link:hover:before {
	background: none;
}

.hero-slideshow .carousel-thumbs .thumb-link .btn-play {
	width: 48px;
	height: 48px;
}

.hero-slideshow .switchers {
	top: -48px;
	margin-right: 336px;
}

.hero-image .img-holder {
	height: 650px;
}

.hero-image .description {
	width: 380px;
	padding: 31px 44px;
}

.property-search-form .property-filters .title-with-range {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-bottom: 15px;
}

.property-search-form .property-filters .title-with-range .jcf-range-num-row {
	position: static;
	margin-top: -7px;
}

.property-search-form .jcf-range-num-row {
	margin-left: 10px;
	justify-content: flex-end;
}

.property-search-form .jcf-range-num-row .max:before {
	content: '-';
	margin: 0 4px;
}

.property-result .property-found-area {
	margin-bottom: 80px;
}

.property-result .project-heading {
	padding: 26px 50px 18px;
}

.property-result .project-type-title {
	padding: 6px 50px 3px;
	font-size: 11px;
}

.property-result .project-type {
	margin-bottom: 50px;
}

.property-result .table td:first-child,
.property-result .table th:first-child {
	padding-left: 50px;
}

.property-result .table th [class*="icon-"] {
	margin: 3px 0 0 7px;
	font-size: 6px;
}

.property-result .table .col-num {
	width: 23.5%;
}

.property-result .table .col-beds,
.property-result .table .col-vr-link {
	width: 20%;
}

.property-result .table .col-area {
	width: 15%;
}

.property-result .table .col-price {
	width: 18%;
}

.property-result .table .col-popup {
	width: 23.5%;
	font-size: 14px;
	padding-right: 52px;
	text-align: right;
}

.result-project-container {
	margin: 0 auto;
}

.single-post-title {
	font-size: 45px;
	line-height: 1.223;
	margin: 0 0 32px;
}

.single-post .row-heading {
	margin-bottom: 57px;
}

.single-post .row-content {
	padding-bottom: 83px;
}

.single-post .row-content img {
	margin: 37px 0 31px;
}

.single-post .row-content .featured-image {
	margin: 0 0 54px;
}

.single-post .link-back {
	display: none;
}

.single-post .project-section .btn-holder {
	padding-top: 0;
}

.single-post .btn-holder {
	padding-top: 27px;
}

.contact-form-section {
	padding: 61px 0 80px;
}

.contact-form-section.fancybox-content {
	padding: 86px 0;
}

.contact-form-section.fancybox-content .newsletter-check {
	margin: -25px 0 59px;
}

.contact-form-section .message-content .message-logo {
	width: 150px;
	margin: 0 auto 140px;
}

.contact-form-section .text-intro {
	padding: 25px 60px 51px;
}

.contact-form-section .text-intro h4 {
	margin: 0 0 12px;
}

.contact-form-section .input-group {
	margin-bottom: 41px;
}

.contact-form-section .newsletter-check {
	margin: -25px 0 38px;
}

.contact-form-section .newsletter-check .jcf-checkbox {
	margin-top: 0;
}

.contact-form-section .wpcf7-not-valid-tip {
	margin-top: 8px;
	margin-bottom: -26px;
}

.contact-form-section .btn-holder {
	margin: 0;
}

.visual-overview-popup.fancybox-content {
	padding: 140px 0 0;
}

.visual-overview-popup .text-section .grid-img {
	height: 494px;
}

.contact-content .heading-section {
	padding: 55px  0 20px;
}

.contact-content .row-office {
	padding-top: 74px;
	padding-bottom: 78px;
}

.contact-content .row-head-office {
	padding-bottom: 48px;
}

.contact-container {
	padding-top: 74px;
}

.contact-container h3 {
	margin: 0 0 20px;
}

.contact-container ul {
	margin: 0 0 11px;
}

.gallery-content .heading-section {
	padding: 56px 0 18px;
}

.gallery-content .product-section .opener-holder {
	padding: 75px 0 33px;
}

.gallery-content .product-section .product-post {
	margin: 0 0 36px;
}

.gallery-content .product-section .product-post .img-holder {
	padding-top: 66%;
	margin: 0 0 10px;
}

.gallery-content .product-section .product-post .img-holder:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 12px;
	background: #ffe86c;
	opacity: 0;
	transition: opacity 0.2s ease-in-out;
}

.gallery-content .product-section .product-post > a:hover .img-holder:before {
	opacity: 1;
}

.gallery-content .product-section .btn-holder {
	margin: 0 0 80px;
}

.single-gallery .link-back {
	display: none;
}

.single-gallery .heading-section {
	padding: 55px 0 68px;
}

.single-gallery .heading-section h1 {
	margin: 0 0 18px;
}

.single-gallery .product-section {
	padding-top: 22px;
	padding-bottom: 69px;
}

.single-gallery .product-section h2 {
	font-size: 15px;
	margin: 0 0 30px;
}

.single-gallery .product-section .btn-holder {
	margin: -9px 0 9px;
}

.single-gallery .product-section .container-gallery-group {
	padding-top: 48px;
}

.btn.btn-enquire {
	background: transparent;
	color: #003659;
	border-color: #003659;
}

.btn.btn-enquire:hover {
	border-color: #ffe86c;
	background: #ffe86c;
	color: #003659;
}

.btn-play {
	width: 60px;
	height: 60px;
}

#language-target {
	top: 63px;
	right: 60px;
	min-width: 138px;
}

#language-target .language-opener {
	font-size: 12px;
}

.language-wrapper {
	margin-bottom: 21px;
}

.language-holder .language-opener {
	margin-top: -3px;
}

.visual-masterplan .visual-touch-holder {
	height: 713px;
}

.visual-masterplan .visual-pin {
	width: 32px;
	height: 32px;
	font-size: 12px;
	margin: -16px 0 0 -16px;
}

.visual-masterplan .visual-pin:hover {
	width: 38px;
	height: 38px;
	margin: -19px 0 0 -19px;
	z-index: 4;
}

.visual-masterplan .visual-pin:hover .text {
	opacity: 1;
	transition: opacity 0.25s 0.25s;
}

.heading-section {
	padding: 57px 0 0;
}

.text-section[class*="image-"] .img-holder {
	width: 997px;
}

.text-section .grid-img {
	height: 651px;
}

.expand-section {
	padding: 75px 0 93px;
}

.expand-section h2 {
	margin: 0 0 33px;
}

.expand-holder {
	margin: 0;
}

.expand-holder .opener {
	padding: 20px 0;
}

.expand-holder .text-holder {
	padding: 20px 0;
}

.expand-holder .text-holder:before {
	left: 0;
}

.expand-holder .text-holder p {
	margin: 0 0 12px;
}

.cta-section {
	padding: 21px 0;
}

.cta-section h2 {
	margin: 0 0 33px;
}

.cta-section .action {
	margin: 0 0 17px;
	position: relative;
}

.cta-section .action.focus-element .text-holder,
.cta-section .action:hover .text-holder {
	background: rgba(255, 232, 108, 0.95);
	color: #003659;
	transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.cta-section .action.focus-element .desktop-hover,
.cta-section .action:hover .desktop-hover {
	transition: opacity 0.3s 0.2s, -webkit-transform 0.3s 0.2s;
	transition: opacity 0.3s 0.2s, transform 0.3s 0.2s;
	transition: opacity 0.3s 0.2s, transform 0.3s 0.2s, -webkit-transform 0.3s 0.2s;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}

.cta-section .action .text-holder {
	position: absolute;
	padding: 31.3% 30px 15px;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	color: #fff;
	background: rgba(30, 30, 28, 0.1);
	transition: background 0.3s 0.2s, color 0.3s 0.2s;
}

.cta-section .action .desktop-hover {
	opacity: 0;
	-webkit-transform: translate3d(0, 30px, 0);
	        transform: translate3d(0, 30px, 0);
	transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.cta-section .action p {
	margin: 0 0 14px;
	min-height: 56px;
}

.cta-section .action .btn {
	max-width: 217px;
	margin: 0 auto;
}

.video-section {
	padding: 40px 0;
}

.video-section .img-holder {
	padding-top: 48%;
}

.video-section .text-holder {
	top: 45%;
}

.image-section {
	padding: 40px 0;
}

.list-section {
	padding: 82px 0 35px;
	margin: 40px 64px;
}

.list-section h2 {
	margin: 0 0 45px;
}

.list-section .text-holder {
	margin-bottom: 57px;
}

.product-section {
	padding: 80px 0 26px;
}

.product-section .product-post .text-holder {
	margin: 0 0 20px;
}

.product-section .product-post > a:hover .img-holder:before {
	opacity: 1;
}

.product-section .product-post .img-holder:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 12px;
	background: #ffe86c;
	opacity: 0;
	transition: opacity 0.2s ease-in-out;
}

.timeline-section {
	padding: 81px 0;
}

.project-section {
	padding: 72px 0 81px;
}

.project-section h2 {
	margin: 0 0 33px;
}

.project-list {
	margin-bottom: 39px;
	border: none;
}

.project-list .project {
	position: relative;
	z-index: 1;
	margin-bottom: 0;
}

.project-list .project .sub-title {
	margin: 0 0 17px;
}

.project-list .project .link-holder {
	color: #fff;
}

.project-list .project .link-holder:focus,
.project-list .project .link-holder:hover {
	color: #003659;
	z-index: 2;
}

.project-list .project .link-holder:focus:before,
.project-list .project .link-holder:hover:before {
	background: rgba(255, 255, 255, 0.4);
}

.project-list .project .link-holder:focus .mark,
.project-list .project .link-holder:hover .mark {
	display: none;
}

.project-list .project .link-holder:focus .small,
.project-list .project .link-holder:hover .small {
	opacity: 0.65;
}

.project-list .project .link-holder:focus .btn,
.project-list .project .link-holder:hover .btn {
	background: none;
	color: #003659;
}

.project-list .project .link-holder:focus .desktop-hover,
.project-list .project .link-holder:hover .desktop-hover {
	max-height: 345px;
	height: 180px;
}

.project-list .project .link-holder:focus .text-holder,
.project-list .project .link-holder:hover .text-holder {
	background: rgba(255, 232, 108, 0.95);
	top: 0;
}

.project-list .project .img-holder {
	margin-bottom: 0;
	padding-top: 0;
	height: 518px;
}

.project-list .project .mark {
	top: 0;
	bottom: auto;
	font-size: 10px;
	letter-spacing: 1px;
	min-width: 242px;
}

.project-list .project .desktop-hover {
	display: block;
	max-height: 0;
	overflow: hidden;
	margin: 0 auto;
	max-width: 500px;
	font-size: 16px;
	transition: max-height 0.4s ease-in-out;
}

.project-list .project .text-holder {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	z-index: 1;
	background: linear-gradient(-180deg, rgba(30, 30, 28, 0) 54%, #1e1e1c 98%);
	padding: 20px 10px 30px;
	transition: background 0.3s ease-in-out;
}

.project-list .project .text-holder h3 {
	margin: 0 0 9px;
}

.project-list .project .btn {
	width: 41px;
	height: 41px;
	justify-content: center;
	padding: 5px;
	min-width: 0;
}

.project-list .project .btn [class*="icon-"] {
	right: auto;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.project-list .project .btn .text {
	display: none;
}

.news-section {
	padding: 56px 0 80px;
}

.news-section.special:before {
	height: 316px;
}

.news-section .sub-title {
	margin: 0 auto 50px;
	max-width: 60%;
}

.news-section .pager-row {
	padding: 24px 0 18px;
}

.news-section .pager-row .pager-link:hover {
	color: rgba(0, 54, 89, 0.75);
}

.news-section .news {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 9px;
	padding-left: 9px;
	max-width: 25%;
	flex: 0 0 25%;
}

.news-section .news .only-mobile {
	display: none;
}

.news-section .news .img-holder:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
	right: 0;
	height: 12px;
	background: #ffe86c;
	z-index: -1;
	pointer-events: none;
	transition: opacity 0.3s ease-in-out;
}

.news-section .news-list .news {
	margin-bottom: 91px;
}

.instagram-section {
	padding: 29px 0 81px;
}

.instagram-section .social {
	font-size: 18px;
	padding-bottom: 24px;
}

.instagram-section .social li {
	margin: 0 12px;
}

.instagram-section h2 {
	padding-top: 47px;
	margin: 0 0 28px;
}

.instagram-section .instagram-feed .img-holder {
	margin: 5px 0 14px;
}

.instagram-section .instagram-feed .date:after {
	margin: 0 5px;
}

.job-section {
	padding: 72px 0 62px;
}

.job-section h2 {
	margin: 0 0 32px;
}

.job-section .job {
	transition: opacity 0.3s ease-in;
	padding: 18px 20% 10px;
}

.job-section .job:hover {
	opacity: 0.65;
}

.job-section .no-roles {
	padding: 42px 20% 49px;
}

.visual-section {
	padding: 72px 0;
}

.visual-section h2 {
	margin: 0 0 33px;
}

.visual-section .map-pin {
	width: 32px;
	height: 32px;
	font-size: 12px;
}

.visual-section .controls {
	left: 31px;
	bottom: 31px;
}

.visual-section .controls a:last-child {
	margin-left: 3px;
}

.timeline .year {
	margin-right: 112px;
}

.news-slick-slider {
	margin: 0 -9px 33px;
	display: flex;
	flex-flow: row wrap;
}

.slick-instagram {
	margin: 0 0 33px;
}

.slick-instagram .slick-slide {
	width: 400px;
	margin: 0 9px;
}

.sub-nav-panel {
	font-size: 11px;
	padding: 20px 0;
}

.sub-nav-panel.minimize {
	padding: 15px 0;
}

.sub-nav-panel .nav li {
	padding: 0 31px 0 0;
}

.projects-tabset {
	justify-content: flex-end;
	padding: 21px 49px 15px;
	margin: 0 auto;
	border-bottom: none;
	max-width: 1702px;
}

.projects-tabset li {
	width: auto;
	margin-left: 10px;
}

.projects-tabset li:before {
	display: none;
}

.projects-tabset a {
	padding: 10px;
}

.projects-tab.visual-section .map-holder {
	height: 650px;
	margin: 0 0 59px;
}

.map .js-custom-marker .opener {
	width: 32px;
	height: 32px;
	margin: -16px 0 0 -16px;
}

.map .js-custom-marker .opener:hover {
	width: 38px;
	height: 38px;
	margin: -19px 0 0 -19px;
	z-index: 3;
}

.map .js-custom-marker .opener img {
	width: 32px;
}

.map .popup {
	width: 324px;
	padding: 50px;
}

.map .popup .img-holder {
	margin-bottom: 10px;
}

.map .popup .text-holder h3 {
	margin: 0 0 5px;
}

.jcf-range .jcf-range-handle {
	width: 11px;
	height: 11px;
	background: #003659;
	border: 1px solid #fff;
	margin: 0;
}

.jcf-range .jcf-range-handle:before {
	display: none;
}

.fancybox-toolbar {
	top: 43px;
	left: 59px;
}

.fancybox-container--enquire .fancybox-toolbar {
	top: 39px;
}

.fancybox-top-panel {
	padding: 36px 56px;
}

.fancybox-top-panel .fancybox-button--close:hover {
	color: rgba(0, 54, 89, 0.75);
}

.fancybox-top-panel .fancybox-controls .fancybox-button:hover {
	color: rgba(0, 54, 89, 0.75);
}

.fancybox-slide--video {
	padding: 50px;
}

}

@media screen and (min-width: 1500px) {

.grid.xl-1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}

.grid.xl-2 {
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.grid.xl-3 {
	flex: 0 0 25%;
	max-width: 25%;
}

.grid.xl-4 {
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.grid.xl-5 {
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}

.grid.xl-6 {
	flex: 0 0 50%;
	max-width: 50%;
}

.grid.xl-7 {
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
}

.grid.xl-8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}

.grid.xl-9 {
	flex: 0 0 75%;
	max-width: 75%;
}

.grid.xl-10 {
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
}

.grid.xl-11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
}

.grid.xl-12 {
	flex: 0 0 100%;
	max-width: 100%;
}

.offset-xl-1 {
	margin-left: 8.33333%;
}

.offset-xl-2 {
	margin-left: 16.66667%;
}

.offset-xl-3 {
	margin-left: 25%;
}

.offset-xl-4 {
	margin-left: 33.33333%;
}

.offset-xl-5 {
	margin-left: 41.66667%;
}

.offset-xl-6 {
	margin-left: 50%;
}

.offset-xl-7 {
	margin-left: 58.33333%;
}

.offset-xl-8 {
	margin-left: 66.66667%;
}

.offset-xl-9 {
	margin-left: 75%;
}

.offset-xl-10 {
	margin-left: 83.33333%;
}

.offset-xl-11 {
	margin-left: 91.66667%;
}

.offset-xl-12 {
	margin-left: 100%;
}

.align-xl-center {
	align-items: center;
}

.align-xl-start {
	align-items: flex-start;
}

.align-xl-endr {
	align-items: flex-end;
}

.justify-xl-between {
	justify-content: space-between;
}

.justify-xl-center {
	justify-content: center;
}

.justify-xl-end {
	justify-content: flex-end;
}

.justify-xl-around {
	justify-content: space-around;
}

.cookies-panel {
	padding: 28px 62px;
}

.footer-row .copyright {
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transform: translateX(124px);
	        transform: translateX(124px);
}

.hero {
	padding-top: 0;
	height: 760px;
}

.hero .box {
	bottom: 80px;
}

.page-template-template-home .hero-slideshow {
	margin: 0 64px;
}

.page-template-template-home .hero-slideshow:before {
	left: -64px;
	right: -64px;
}

.hero-slideshow.with-thumbs {
	margin: 0;
}

.hero-slideshow .carousel-control {
	right: -64px;
	padding: 23px 58px 22px 35px;
}

.hero-slideshow .switchers {
	margin-right: 400px;
}

.visual-overview-popup.fancybox-content {
	padding: 190px 0 0;
}

.video-section .img-holder {
	padding-top: 0;
	height: 721px;
}

.list-section .text-holder {
	padding: 0 20px;
}

.project-list .project .desktop-hover {
	max-width: 73%;
}

.slick-instagram .slick-slide {
	width: 459px;
}

}

@media screen and (min-width: 1732px) {

.list-section {
	max-width: 1604px;
	margin: 40px auto;
}

}

@media screen and (max-width: 1023px) {

iframe {
	width: 100%;
}

}

@media screen and (max-width: 767px) {

.navigation .page-numbers,
.navigation-comments .page-numbers {
	padding: 0 3px;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
	padding: .2em;
}

.page-template-searchpage-php:not(.mobile-visible-chat) #livechat-compact-container {
	z-index: -1 !important;
}

.cookies-buttons-holder {
	float: none;
	-webkit-transform: translate(-18px, 0);
	        transform: translate(-18px, 0);
}

.page-template-template-home .header-page.minimize {
	background: #fff;
	box-shadow: 0 1px 0 rgba(0, 54, 89, 0.21);
}

.page-template-template-home .header-page.minimize .language-opener,
.page-template-template-home .header-page.minimize .main-nav-opener {
	color: inherit;
}

.page-template-template-home .header-page {
	background: none;
	box-shadow: none;
	transition: padding 0.4s, background 0.4s, box-shadow 0.4s;
}

.page-template-template-home .header-page .language-opener,
.page-template-template-home .header-page .main-nav-opener {
	color: #fff;
}

.page-template-template-home .header-wrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

}

@media all and (max-width: 576px) {

.fancybox-thumbs {
	width: 110px;
}

.fancybox-show-thumbs .fancybox-inner {
	right: 110px;
}

.fancybox-thumbs__list a {
	max-width: calc(100% - 10px);
}

}

@media (max-width: 500px) {

.intl-tel-input .country-list {
	white-space: normal;
}

}

@media all and (max-height: 576px) {

.fancybox-slide {
	padding-left: 6px;
	padding-right: 6px;
}

.fancybox-slide--image {
	padding: 6px 0;
}

.fancybox-close-small {
	right: -6px;
}

.fancybox-slide--image .fancybox-close-small {
	background: #4e4e4e;
	color: #f2f4f6;
	height: 36px;
	opacity: 1;
	padding: 6px;
	right: 0;
	top: 0;
	width: 36px;
}

.fancybox-caption {
	padding-left: 12px;
	padding-right: 12px;
}

/* @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  } */

}

@-webkit-keyframes fadeIn {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@keyframes fadeIn {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@-webkit-keyframes fancybox-rotate {

100% {
	-webkit-transform: rotate(360deg);
	        transform: rotate(360deg);
}

}

@keyframes fancybox-rotate {

100% {
	-webkit-transform: rotate(360deg);
	        transform: rotate(360deg);
}

}

.footer-social-menu {
    display: flex;
    align-items: stretch;
    justify-content: space-evenly;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.footer-social-menu ul {
	padding-left: 0px;
	float: left;
	display: inline;
	font-size: 50px;
	line-height: 0px;
 }

 /* Footer social menu */
.footer-holder .grid-social .footer-social-menu{
	position:relative;
	align-items:normal;
	/*display:block;*/
}

/* Footer social menu */
#wrapper #footer .footer-holder .container .justify-md-between .grid-social .footer-social-menu{
	width:100% !important;
}

/* 740px and smaller screen sizes */
@media (max-width:740px){

	/* Footer social menu */
	.footer-holder .grid-social .footer-social-menu{
		float:none;
		
	}
	
}

.footer-social-menu ul li {
    display: inline;
}

.mid-social-menu {
    display: flex;
    align-items: stretch;
    justify-content: space-evenly;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.mid-social-menu ul {
	padding-left: 0px;
	float: center;
	display: inline;
	font-size: 50px;
	line-height: 0px;
 }

.mid-social-menu ul li {
    display: inline;
}

@media screen and (max-width: 768px) {
    .footer-social-menu ul {
        margin-left: 0px !important;
       /* padding-left: 20px !important;*/
        padding-top: 40px !important;
        display: flex !important;
        justify-content: center;
        gap: 12px;
        list-style: none;
		align-items: center!important;
    }
}


	.footer-social-menu img.menu-image.menu-image-title-hide {
	   /* filter: invert(1); */
	}
		.dashicons, .dashicons-before:before{
			font-weight: 900;
		}
		.instagram-section .social li {
		margin: 0 5px!important;
	}
			.footer-social-menu ul li {
		margin: 0px 5px;
	}
	
.fancybox-is-open .fancybox-slide {
        padding-left: 0;
        padding-right: 0;
        padding:0;
}
 .fancybox-is-open .fancybox-button svg {
    width: 34px;
    height: 34px;
}
button.fancybox-button.fancybox-close-small {
    left: 57px;
    padding: 0;
}
.property-result .table th.sorttable_sorted [class*="icon-"] {
    display: inline-block;
}
.sorttable_sorted_reverse i.icon-chevron-down {
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
    display: inline-block !important;
}
#sorttable_sortfwdind, #sorttable_sortrevind { display: none; } 
CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
    padding: 0em!important;
}
/* Remove Branding on the banner */ 
a#CybotCookiebotDialogPoweredbyCybot, 
div#CybotCookiebotDialogPoweredByText { 
  display: none; 
} 

/*Remove Branding on the Privacy trigger */ 
#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-main-logo { 
    display: none; }
    
/* === FOOTER OPTIMIZATION === */
.footer {
  background-color: var(--footer-bg, #000);
  color: var(--footer-text, #fff);
  font-size: 15px;
  line-height: 1.6;
}

.footer .container {
  max-width: 1280px;
}

/* Newsletter */
.newsletter-section {
  text-align: center;
  padding: 60px 0;
}
.newsletter-section h3 {
  margin-bottom: 20px;
}
.newsletter-thank-message {
  margin-top: 10px;
  font-size: 0.9em;
  color: #ccc;
}

/* Address + Contact block */
.footer .grid-contact h3 {
  margin-bottom: 15px;
}

/* Social channels */
.footer .grid-social,
.footer .footer-social-menu {
  text-align: center;
}
.footer .footer-social-menu ul {
  display: flex;
  justify-content: center;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .footer-social-menu li {
  display: inline-flex;
  align-items: center;
}
.footer .footer-social-menu img {
  height: 20px;
  width: auto;
}

/* Desktop alignment */
@media (min-width: 768px) {
  .footer .grid-social,
  .footer .footer-social-menu {
    text-align: left;
  }
  .footer .footer-social-menu ul {
    justify-content: flex-start;
  }
  .footer .footer-qr-code {
    text-align: left;
  }
}

/* Footer row (logo, terms, copyright) */
.footer-row {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 20px 0;
}
.footer-row .terms {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-row .terms a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.footer-row .terms a:hover {
  opacity: 0.7;
}
.footer-row .copyright {
  margin-top: 10px;
  font-size: 0.9em;
  color: #aaa;
}

/* --- Align "Follow" and icons by the SAME left edge --- */

/* desktop */
@media (min-width: 768px) {
  /* keep the whole column left-aligned */
  .footer .grid-social { 
    text-align: left;
  }

  /* make sure the heading itself isn't offset */
  .footer .grid-social h3 {
    margin: 0 0 12px 0;
    padding: 0;
  }

  /* kill any container padding/margin */
  .footer .grid-social .footer-social-menu {
    margin: 0;
    padding: 0;
  }

  /* THIS is the culprit in most themes — reset UL completely */
  .footer .grid-social .footer-social-menu > ul,
  .footer .grid-social ul.menu {
    list-style: none;
    margin: 0 !important;     /* override theme defaults */
    padding-left: 0 !important; /* override theme defaults */
    padding-right: 0;
    display: flex;
    justify-content: flex-start;
    gap: 12px;
  }

  /* remove any inherited left offsets on LIs/links */
  .footer .grid-social .footer-social-menu > ul > li,
  .footer .grid-social ul.menu > li {
    margin: 0 !important;
    padding: 0 !important;
  }

  .footer .grid-social ul.menu > li:first-child {
    margin-left: 0 !important; /* some themes add first-child margin */
  }

  /* keep icons tidy */
  .footer .grid-social .footer-social-menu a {
    display: inline-flex;
    align-items: center;
  }
  .footer .grid-social .footer-social-menu img {
    display: block;
    height: 20px;
    width: auto;
  }
}

/* --- Force "Follow" and icons to align flush with the grid start --- */
@media (min-width: 768px) {
  .footer .grid-social {
    text-align: left;
    padding-left: 0 !important; /* remove grid gutter */
    margin-left: 0 !important;
  }

  .footer .grid-social h3 {
    margin: 0 0 12px 0;
  }

  .footer .grid-social .footer-social-menu,
  .footer .grid-social .footer-social-menu ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    gap: 12px;
  }

  .footer .grid-social .footer-social-menu li {
    margin: 0 !important;
    padding: 0 !important;
  }
}


/* --- Align CONTACT and FOLLOW headings on the same baseline --- */
@media (min-width: 768px) {
  .footer .footer-holder .row {
    align-items: flex-start; /* baseline alignment fix base */
  }

  /* make both columns share the same top padding */
  .footer .grid-contact,
  .footer .grid-social {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 0; /* ensure no extra offset */
  }

  /* if Follow heading still sits higher, balance it slightly */
  .footer .grid-social h3 {
    margin-top: 7px; /* fine-tune vertical baseline */
  }
}


/* Plots template specific presentation */
body.page-template-template-plots {
  background: #f1f4f7;
}

.page-template-template-plots .plots-template-layout {
  background: #f1f4f7;
  padding-bottom: 60px;
}

.page-template-template-plots .heading-section {
  padding: 0 0 60px;
  text-align: left;
}

.page-template-template-plots .heading-section .container {
  max-width: 1220px;
}

.page-template-template-plots .heading-section .row {
  margin: 0;
  justify-content: flex-start;
}

.page-template-template-plots .heading-section .grid {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
}

.page-template-template-plots .heading-section h1 {
  margin: 0;
  background: #003659;
  color: #fff;
  padding: 27px 26px 17px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 26px;
  line-height: 1.3;
}

.page-template-template-plots .heading-section .text-holder {
  margin: 0;
  padding: 0;
  background: #fff;
  overflow-x: auto;
}

.page-template-template-plots .heading-section .tablepress-table-name {
  display: block;
  margin: 0;
  padding: 7px 26px 4px;
  background: #1e1e1c;
  color: #fff;
  letter-spacing: 1px;
  font-size: 10px;
  text-transform: uppercase;
  font-family: "Reader", "Helvetica Neue", "Helvetica", sans-serif;
}

.page-template-template-plots .heading-section .tablepress-table-name:empty {
  display: none;
}

.page-template-template-plots .cybarco-property-table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  margin: 0 0 30px;
  background: #fcfcfd;
}

.page-template-template-plots .cybarco-property-table td,
.page-template-template-plots .cybarco-property-table th {
  border: 0;
  text-align: left;
  color: #003659;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.page-template-template-plots .cybarco-property-table thead th {
  background: #d1dce5;
  font-weight: bold;
  padding: 17px 20px 17px 26px;
  line-height: 1.3;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  vertical-align: top;
  font-family: "Reader", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 11px;
}

.page-template-template-plots .cybarco-property-table thead th a {
  color: #003659;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: 0.25s color ease-in-out;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.page-template-template-plots .cybarco-property-table thead th a:hover {
  color: #0a4c7d;
}

.page-template-template-plots .cybarco-property-table thead th [class*="icon-"] {
  display: none;
  vertical-align: top;
  margin-top: 2px;
  font-size: 7px;
  color: #88a7c4;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.page-template-template-plots .cybarco-property-table th.sorttable_sorted [class*="icon-"],
.page-template-template-plots .cybarco-property-table th.sorttable_sorted_reverse [class*="icon-"] {
  display: inline-block;
}

.page-template-template-plots .cybarco-property-table th.sorttable_sorted_reverse [class*="icon-"] {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}

.page-template-template-plots .cybarco-property-table td {
  font-family: "Reader", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 13px;
  padding: 21px 20px 17px 26px;
}

.page-template-template-plots .cybarco-property-table .column-2,
.page-template-template-plots .cybarco-property-table .column-3 {
  text-align: center;
}

.page-template-template-plots .cybarco-property-table .column-4 {
  text-align: right;
}

.page-template-template-plots .cybarco-property-table tbody tr:nth-child(2n) td {
  background: #f1f4f7;
}

.page-template-template-plots .cybarco-property-table tbody tr:nth-child(2n+1) td {
  background: #fff;
}

.page-template-template-plots .cybarco-property-table tbody tr:hover td {
  background: #ffe86c;
}

@media (max-width: 1023px) {
  .page-template-template-plots .heading-section {
    padding: 0 0 40px;
  }

  .page-template-template-plots .heading-section h1 {
    font-size: 22px;
    letter-spacing: 1px;
    padding: 22px 20px 15px;
  }

  .page-template-template-plots .heading-section .tablepress-table-name {
    padding: 7px 20px 4px;
  }

  .page-template-template-plots .cybarco-property-table {
    min-width: 520px;
  }
}

@media (max-width: 599px) {
  .page-template-template-plots .heading-section h1 {
    font-size: 18px;
    padding: 18px 16px 12px;
  }

  .page-template-template-plots .heading-section .tablepress-table-name {
    font-size: 9px;
    letter-spacing: 0.5px;
    padding: 6px 16px 3px;
  }

  .page-template-template-plots .cybarco-property-table td,
  .page-template-template-plots .cybarco-property-table th {
    padding: 15px 10px 11px 0;
    font-size: 16px;
  }

  .page-template-template-plots .cybarco-property-table td:first-child,
  .page-template-template-plots .cybarco-property-table th:first-child {
    padding-left: 16px;
  }

  .page-template-template-plots .cybarco-property-table td:last-child,
  .page-template-template-plots .cybarco-property-table th:last-child {
    padding-right: 16px;
  }
}


/* Contact page module title vertical spacing normalization (EN + RU only page scope) */
.page-template-template-contact .expand-section .opener.h2 {
	margin: 0;
	line-height: 1.3;
	padding: 10px 0;
}

.page-template-template-contact .contact-container h3 {
	margin: 0 0 12px;
	line-height: 1.35;
}

.page-template-template-contact .row-head-office,
.page-template-template-contact .row-office {
	margin-top: 0;
}

.page-template-template-contact .row-office + .row-office {
	margin-top: 18px;
}


/* Contact page office cards alignment fix (EN/RU on contact template only) */
.page-template-template-contact .row-office > [class*="grid"] {
	display: flex;
}

.page-template-template-contact .office-card {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
}

.page-template-template-contact .office-title {
	margin: 0 0 20px;
	line-height: 1.35;
}

.page-template-template-contact .office-card p:first-of-type {
	margin-top: 0;
}

/* Remove dividing line between contact office rows for this page */
.page-template-template-contact .contact-content .row-office:before,
.page-template-template-contact .contact-content .row-office .grid:before {
	display: none !important;
	content: none !important;
}


/* Homepage featured projects CTA layout: mobile stack, desktop side-by-side */
.featured-projects-cta-group {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 12px;
}

@media (min-width: 992px) {
	.featured-projects-cta-group {
		flex-direction: row;
		gap: 16px;
	}
}


/* Contact template: ACF office_type_title style and positioning */
.page-template-template-contact .office-type-title {
	margin: 0 0 20px;
	line-height: 1.35;
}


/* Contact page: reduce gap between office_type_title and office cards */
.page-template-template-contact .contact-content .row-office {
	padding-top: 18px !important;
}



/* Contact page: hard cap title-to-offices vertical distance to ~26px */
.page-template-template-contact .office-type-title {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	line-height: 1.35;
}
.page-template-template-contact .contact-content .row-office {
	padding-top: 8px !important;
}


/* Contact page: remove first content top-margin under office title to keep ~26px gap */
.page-template-template-contact .office-card > p:first-of-type,
.page-template-template-contact .office-card > ul:first-of-type,
.page-template-template-contact .office-card > div:first-of-type {
	margin-top: 0 !important;
	padding-top: 0 !important;
}


/* Requested exact contact title spacing */
.page-template-template-contact .office-type-title {
	margin-top: 0 !important;
	margin-bottom: 4px !important;
}

/* Scoped vacancies split cards/accordion. */
.job-section .vacancy-choice-row .grid-job {
	flex: 0 1 565px;
	max-width: 565px;
}

.job-section .vacancy-choice-card {
	box-sizing: border-box;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s ease-in;
}

.job-section .vacancy-choice-card:hover {
	opacity: 0.65;
	text-decoration: none;
}

.job-section .cybarco-vacancy-accordion .text-holder p.cybarco-vacancy-accordion__actions {
	margin-top: 24px;
}
