/*
Theme Name: Folio Web
Author: Anonymous
Author URI:
Version: 1
Description: Folio theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: folionet
Tags: one-column, two-columns
Theme URI:
*/

/*! 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 {
  width: 100%;
  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'],
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: 'eina01';
  src: url('fonts/Eina01-Regular.woff2') format('woff2'),
    url('fonts/Eina01-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'eina01';
  src: url('fonts/Eina01-Bold.woff2') format('woff2'),
    url('fonts/Eina01-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

.add-nav,
.terms,
.main-nav,
.social-nav,
.contact-list,
.member-info-list,
.team-members {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

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

html {
  box-sizing: border-box;
}

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

* {
  max-height: 1000000px;
}

body {
  color: #000;
  background: #fff;
  font: 22px/1.364 'eina01', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  overflow-x: hidden;
  transition: opacity 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: opacity 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: opacity 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: opacity 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
}

body.loaded {
  opacity: 1;
}

body.theme-dark-page {
  color: #fff;
  background: #231f20;
}

body.archive .page-content,
body.page-template-template-work .page-content {
  padding-top: 283px;
}

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.364em;
}

blockquote {
  border-left: 4px solid #d8d8d8;
  padding-left: 0.5em;
  margin-left: 1.364em;
}

th,
td {
  border: 1px solid #d8d8d8;
  padding: 0.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: 0.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'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #d8d8d8;
  padding: 0.4em 0.7em;
}

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

input[type='text']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #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,
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,
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,
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,
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;
}

.widget {
  margin-bottom: 1.364em;
}

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

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

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

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

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

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

.comment-form input[type='submit'],
.post-password-form input[type='submit'],
.search-form input[type='submit'] {
  background: #000;
  color: #fff;
  height: 2em;
  border: none;
  padding: 0 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.364em;
}

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

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

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

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

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

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

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

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

.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 0.4em;
}

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

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

.navigation-single {
  margin-bottom: 1.364em;
}

.navigation-single .next,
.navigation-single .prev {
  float: left;
  vertical-align: middle;
  width: 48%;
  background: #000;
  color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

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

.navigation-single .next {
  float: right;
}

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

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

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

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

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

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

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

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

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

h1,
.h1,
.main-nav,
h2,
.h2,
h3,
.h3,
.nav-section,
#contact-popup,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
  font-family: inherit;
  font-weight: normal;
  margin: 0 0 0.5em;
  color: inherit;
}

h1,
.h1,
.main-nav {
  font-size: 80px;
}

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

h3,
.h3,
.nav-section,
#contact-popup {
  font-size: 30px;
}

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

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

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

p {
  margin: 0 0 0.5em;
}

a,
.filter-btn {
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out;
  color: inherit;
}

html,
body {
  min-height: 100vh;
}

body:not(.home) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

body:not(.home) .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.page {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.page-content {
  padding-top: 100px;
}

.container {
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

.container-middle {
  max-width: 1300px;
}

.container-small {
  max-width: 1200px;
}

.divider,
.nav-section,
.line-box,
.footer-form-section .mb-popup-wrapper,
.footer,
.address-col:not(:first-child),
.social-info-row:not(:first-child) {
  position: relative;
}

.divider:before,
.nav-section:before,
.line-box:before,
.footer-form-section .mb-popup-wrapper:before,
.footer:before,
.social-info-row:not(:first-child):before,
.divider:after,
.nav-section:after,
.line-box:after,
.footer-form-section .mb-popup-wrapper:after,
.footer:after,
.social-info-row:not(:first-child):after,
.marquee3k:before,
.marquee3k:after {
  content: '';
  position: absolute;
  left: -30px;
  right: -30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.footer-form-section .mb-popup-wrapper:first-child:before {
  right: 0;
}

.footer-form-section .mb-popup-wrapper:last-child:before {
  left: 0;
}

.theme-dark-page .divider:before,
.theme-dark-page .nav-section:before,
.theme-dark-page .line-box:before,
.theme-dark-page .footer-form-section .mb-popup-wrapper:before,
.footer-form-section .theme-dark-page .mb-popup-wrapper:before,
.theme-dark-page .footer:before,
.theme-dark-page .address-col:not(:first-child):before,
.theme-dark-page .social-info-row:not(:first-child):before,
.theme-dark-page .divider:after,
.theme-dark-page .nav-section:after,
.theme-dark-page .line-box:after,
.theme-dark-page .footer-form-section .mb-popup-wrapper:after,
.footer-form-section .theme-dark-page .mb-popup-wrapper:after,
.theme-dark-page .footer:after,
.theme-dark-page .address-col:not(:first-child):after,
.theme-dark-page .social-info-row:not(:first-child):after {
  background: #d8d8d8;
}

.divider:before,
.nav-section:before,
.line-box:before,
.footer-form-section .mb-popup-wrapper:before,
.footer:before,
.address-col:not(:first-child):before,
.social-info-row:not(:first-child):before,
.marquee3k:before {
  top: 0;
}

.divider:after,
.nav-section:after,
.line-box:after,
.footer-form-section .mb-popup-wrapper:after,
.footer:after,
.address-col:not(:first-child):after,
.social-info-row:not(:first-child):after,
.marquee3k:after {
  bottom: -1px;
}

.small,
.social-info-row .title {
  font-size: 14px;
  line-height: 1.429;
}

.bg-stretch {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.bg-stretch video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
  display: block;
}

.bg-stretch video.mobile {
  display: none;
}

.dark-section {
  color: #fff;
  background: #231f20;
}

.link-underline-hover,
a,
.address-col address a span,
.link-underline,
.post-intro .read-more a,
#contact-popup a,
.contact-section .email-us a,
.contact-section .post-intro p a,
.contact-list a,
.social-info-row a,
.table a {
  position: relative;
  text-decoration: none;
}

.link-underline-hover:hover,
a:hover,
.address-col address a span:hover,
.link-underline:hover,
.post-intro .read-more a:hover,
#contact-popup a:hover,
.contact-section .email-us a:hover,
.contact-section .post-intro p a:hover,
.contact-list a:hover,
.social-info-row a:hover,
.table a:hover {
  text-decoration: none;
}

.link-underline-hover:hover,
a:hover,
.address-col address a span:hover,
.link-underline:hover,
.post-intro .read-more a:hover,
#contact-popup a:hover,
.contact-section .email-us a:hover,
.contact-section .post-intro p a:hover,
.contact-list a:hover,
.social-info-row a:hover,
.table a:hover,
.filter-btn:not(.btn-filter-color):hover {
  color: #bfbfbf;
}

.link-underline-hover:after,
a:after,
.address-col address a span:after,
.link-underline:after,
.post-intro .read-more a:after,
#contact-popup a:after,
.contact-section .email-us a:after,
.contact-section .post-intro p a:after,
.contact-list a:after,
.social-info-row a:after,
.table a:after,
.filter-btn:not(.btn-filter-color):after {
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
  width: 100%;
  height: 1px;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background: currentColor;
}

.link-underline-hover,
a,
.address-col address a span,
.filter-btn:not(.btn-filter-color) {
  position: relative;
}

.link-underline-hover:hover:after,
a:hover:after,
.address-col address a span:hover:after,
.filter-btn:not(.btn-filter-color):hover:after {
  opacity: 1;
}

.link-underline-hover:after,
a:after,
.address-col address a span:after,
.filter-btn:not(.btn-filter-color):after {
  opacity: 0;
}

.link-underline,
.post-intro .read-more a,
#contact-popup a,
.contact-section .email-us a,
.contact-section .post-intro p a,
.contact-list a,
.social-info-row a,
.table a {
  position: relative;
}

.link-underline:hover:after,
.post-intro .read-more a:hover:after,
#contact-popup a:hover:after,
.contact-section .email-us a:hover:after,
.contact-section .post-intro p a:hover:after,
.contact-list a:hover:after,
.social-info-row a:hover:after,
.table a:hover:after {
  opacity: 0;
}

.link-underline:after,
.post-intro .read-more a:after,
#contact-popup a:after,
.contact-section .email-us a:after,
.contact-section .post-intro p a:after,
.contact-list a:after,
.social-info-row a:after,
.table a:after {
  opacity: 1;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  padding-top: 19px;
  padding-bottom: 19px;
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  transition: -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  pointer-events: none;
}

.header.fixed {
  background-color: transparent;
  /*box-shadow: 0 0 5px rgba(35, 31, 32, .1);*/
  color: transparent;
  position: fixed;
}

@media (max-width: 768px) {
  .header.fixed {
    background-color: #ffffff;
  }
}

.header.fixed .page-title {
  pointer-events: none;
}

body.nav-active {
  overflow: hidden;
}

.nav-active .header.fixed {
  background: #231f20;
  color: #fff;
  -webkit-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  transform: translateY(0) !important;
}

.header.hidden {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.nav-active .header.hidden {
  -webkit-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  transform: translateY(0) !important;
}

.home .header {
  position: absolute !important;
  background: transparent !important;
}

.home.nav-active .header {
  background: #231f20 !important;
}

.theme-dark .header,
.theme-dark-page .header {
  color: #fff;
}

.theme-dark .header.fixed,
.theme-dark-page .header.fixed {
  /*background: #231f20;*/
  background: transparent;
  color: transparent;
}

.nav-active .header.fixed {
  background: #231f20;
  color: #fff;
}

/*body:not(.nav-active).project-template-default .header.fixed {*/
/*	background: #ffffff;*/
/*	color: #000000;*/
/*}*/

/*body:not(.nav-active).project-template-default .header.fixed .nav-opener {*/
/*	border-color: #000000;*/
/*	color: #000000;*/
/*}*/

.nav-active .header {
  background: #231f20;
  color: #fff;
}

.grid-fancy-active .header {
  position: fixed;
  z-index: 1000001;
}

.theme-dark-page.grid-fancy-active:not(.nav-active) .header {
  color: #000;
}

.header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  pointer-events: none;
}

.header-container .menu {
  pointer-events: auto;
}

.page-title {
  font-size: 22px;
  position: relative;
  margin-bottom: 0;
  pointer-events: auto;
}

.page-title a:hover:after {
  opacity: 0;
}

.page-title a:after {
  opacity: 0;
}

.anim-page-title {
  height: 30px;
  overflow: hidden;
  min-width: 180px;
}

.anim-page-title .word-wrap {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: rotateWord 3s linear infinite 0s;
  animation: rotateWord 3s linear infinite 0s;
}

.anim-page-title .word-wrap:nth-child(2) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.footer-area {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
}

.nav-section {
  padding-top: 21px;
  padding-bottom: 21px;
  margin-bottom: 0;
}

.add-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -30px;
  overflow: hidden;
}

.add-nav li {
  position: relative;
  padding: 5px 10px;
  margin: 0 1px 0 -1px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.add-nav li:not(:first-child):before {
  width: 1px;
  height: 40px;
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.theme-dark-page .add-nav li:not(:first-child):before {
  background: #d8d8d8;
}

#contact-popup h3 {
  margin-bottom: 5px;
}

.footer {
  font-size: 13.9986px;
}

.footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer-form-section .columns .mb-popup-wrapper:after {
  content: none !important;
}

.terms {
  color: #a8a8a7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.terms li {
  padding-left: 10px;
}

.copy {
  color: #1d1d1b;
}

.cookies-holder {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  color: #fefefe;
  background: #231f20;
  font-size: 14px;
  line-height: 1.429;
  padding-top: 17px;
  padding-bottom: 17px;
  padding-right: 15px;
}

.cookies-holder .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  overflow: hidden;
}

.cookies-holder .btn-close:hover:before,
.cookies-holder .btn-close:hover:after {
  opacity: 1;
}

.cookies-holder .btn-close:before,
.cookies-holder .btn-close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  background: currentColor;
  height: 1px;
  opacity: 1;
}

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

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

.cookies-holder p {
  margin-bottom: 0;
}

.btn,
.share-popup-holder .a2a_kit a,
input.btn {
  -webkit-transition: color 0.15s ease-in-out, background 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 7px 10px;
  text-align: center;
  border: 1px solid;
  border-radius: 30px;
  font-size: 22px;
}

.btn-small,
input.btn-small {
  font-size: 14px;
  line-height: 1.429;
  padding: 4px 10px;
  min-width: 76px;
}

.btn:hover,
.share-popup-holder .a2a_kit a:hover,
input.btn:hover {
  text-decoration: none;
}

.btn:hover:after,
.share-popup-holder .a2a_kit a:hover:after,
input.btn:hover:after {
  opacity: 0;
}

.btn:after,
.share-popup-holder .a2a_kit a:after,
input.btn:after {
  opacity: 0;
}

.btn.btn-info,
.share-popup-holder .a2a_kit a,
input.btn.btn-info {
  color: #1d1d1b;
  border-color: #1d1d1b;
  background: transparent;
}

.btn.btn-info:hover,
.share-popup-holder .a2a_kit a:hover,
input.btn.btn-info:hover {
  background: #1d1d1b;
  color: #fff;
}

.theme-dark-page .btn.btn-info,
.theme-dark-page .share-popup-holder .a2a_kit a,
.share-popup-holder .a2a_kit .theme-dark-page a,
.theme-dark-page input.btn.btn-info {
  color: #fff;
  border-color: #fff;
}

.theme-dark-page .btn.btn-info:hover,
.theme-dark-page .share-popup-holder .a2a_kit a:hover,
.share-popup-holder .a2a_kit .theme-dark-page a:hover,
.theme-dark-page input.btn.btn-info:hover {
  background: #fff;
  color: #1d1d1b;
}

.btn.btn-light,
.share-popup-holder .a2a_kit a.btn-light,
input.btn.btn-light {
  color: #fff;
  border-color: #fff;
}

.menu-holder {
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
  opacity: 0;
  background: #231f20;
  color: #fff;
  position: absolute;
  top: 75px;
  left: -9999px;
  z-index: 9;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.nav-active .menu-holder {
  left: 0;
  opacity: 1;
}

.nav-opener {
  position: relative;
  z-index: 10;
  min-width: 100px;
  text-align: center;
  color: #1d1d1b;
  border-color: #1d1d1b;
  background: transparent;
}

.nav-opener:hover {
  background: #1d1d1b;
  color: #fff;
}

.theme-dark .nav-opener,
.theme-dark-page .nav-opener,
.nav-active .nav-opener {
  color: #fff;
  border-color: #fff;
}

/*.theme-dark */
.header.fixed .nav-opener,
/*.theme-dark-page */.header.fixed .nav-opener {
  /* background: #1d1d1b; */
  border-color: #1d1d1b;
  color: #1d1d1b;
}

.nav-active/*.theme-dark*/ .header.fixed .nav-opener,
.nav-active/*.theme-dark-page*/ .header.fixed .nav-opener {
  border-color: #fff;
}

/*.theme-dark */
.nav-opener:hover,
/*.theme-dark-page */.nav-opener:hover,
.nav-active .nav-opener:hover {
  background: #fff;
  color: #1d1d1b;
}

/*.theme-dark */
.header.fixed .nav-opener:hover,
/*.theme-dark-page */.header.fixed .nav-opener:hover {
  background: #1d1d1b;
  border-color: #1d1d1b;
  color: #fff;
}

.theme-dark-page.grid-fancy-active:not(.nav-active) .nav-opener {
  color: #000;
  border-color: #000;
  background: transparent;
}

.theme-dark-page.grid-fancy-active:not(.nav-active) .nav-opener:hover {
  background: #1d1d1b;
  color: #fff;
}

.nav-opener .close {
  visibility: hidden;
  position: absolute;
  left: -9999px;
}

.nav-active .nav-opener .close {
  visibility: visible;
  position: relative;
  left: auto;
}

.nav-active .nav-opener .open {
  visibility: hidden;
  position: absolute;
  left: -9999px;
}

.main-nav-hold {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 42px 30px 0;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

.menu-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.main-nav {
  margin-bottom: 40px;
}

.main-nav li.active a:after {
  opacity: 1;
}

.social-nav {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
}

.social-nav li {
  padding-right: 30px;
}

.post-intro h2,
.post-intro .read-more {
  font-size: 14px;
  line-height: 1.429;
}

.post-intro h2 {
  margin-bottom: 0.9em;
}

.post-intro p {
  text-indent: 54px;
}

.post-intro .read-more {
  white-space: nowrap;
}

.theme-dark-page .fancybox-bg {
  background: rgba(255, 255, 255, 0.9);
}

.line-mb-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 25px;
  padding-bottom: 25px;
}

.line-mb-wrap h3 {
  margin-bottom: 0;
}

.mb-popup-opener {
  color: #1d1d1b;
  border-color: #1d1d1b;
  outline: none;
}

.theme-dark-page .mb-popup-opener {
  color: #fff;
  border-color: #fff;
}

/*.theme-dark-page .mb-popup-body {
	background: #231f20;
}*/

.mb-popup-head {
  text-align: right;
}

#contact-popup a {
  color: #a8a8a7;
  outline: none;
}

.line-box {
  width: 100%;
  font-size: 50px;
  padding-top: 26px;
  padding-bottom: 26px;
}

.marquee3k {
  font-size: 6vw;
  padding-top: 25px;
  padding-bottom: 33px;
  position: relative;
}

.footer-area .marquee3k,
.home .marquee3k {
  padding-bottom: 8.5px;
}

.marquee3k img {
  max-width: 3.5vw;
  margin: 0 1vw;
}

.marquee3k .line {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  float: left;
}

.marquee3k .img-hold {
  display: flex;
  justify-content: center;
  align-items: center;
}

.line-box .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px;
}

.line-box .img-hold {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.line-box .img-hold img {
  width: 100%;
  height: auto;
}

.line-box .mask {
  width: 100%;
  overflow: hidden;
  padding-left: 100%;
  box-sizing: content-box;
  height: 68px;
  line-height: 68px;
}

.line-box .line {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  white-space: nowrap;
  padding-right: 100%;
  box-sizing: content-box;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: ticker;
  animation-name: ticker;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
}

.line-box .line p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
}

.line-box .line > * {
  float: left;
}

.line-box .img-hold {
  max-width: 70px;
}

.menu .form-col {
  padding-bottom: 30px;
}

.menu .form-col h3 {
  font-size: 22px;
  margin-bottom: 0;
}

.newsletter-form .form-row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(109, 114, 120, 0.5);
}

.menu .newsletter-form .form-row {
  border-color: #a8a8a7;
}

.newsletter-form .input-holder {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.newsletter-form input[type='email'],
.newsletter-form input[type='text'] {
  box-shadow: none;
  display: block;
  width: 100%;
  background: none;
  border: none;
  padding: 5px 0;
  color: #6d7278;
  outline: none;
}

.newsletter-form input[type='email']::-webkit-input-placeholder,
.newsletter-form input[type='text']::-webkit-input-placeholder {
  color: #6d7278;
}

.newsletter-form input[type='email']::-moz-placeholder,
.newsletter-form input[type='text']::-moz-placeholder {
  opacity: 1;
  color: #6d7278;
}

.newsletter-form input[type='email']:-moz-placeholder,
.newsletter-form input[type='text']:-moz-placeholder {
  color: #6d7278;
}

.newsletter-form input[type='email']:-ms-input-placeholder,
.newsletter-form input[type='text']:-ms-input-placeholder {
  color: #6d7278;
}

.newsletter-form input[type='email'].placeholder,
.newsletter-form input[type='text'].placeholder {
  color: #6d7278;
}

.menu .newsletter-form input[type='email'],
.menu .newsletter-form input[type='text'] {
  color: #fff;
}

.menu .newsletter-form input[type='email']::-webkit-input-placeholder,
.menu .newsletter-form input[type='text']::-webkit-input-placeholder {
  color: #a8a8a7;
}

.menu .newsletter-form input[type='email']::-moz-placeholder,
.menu .newsletter-form input[type='text']::-moz-placeholder {
  opacity: 1;
  color: #a8a8a7;
}

.menu .newsletter-form input[type='email']:-moz-placeholder,
.menu .newsletter-form input[type='text']:-moz-placeholder {
  color: #a8a8a7;
}

.menu .newsletter-form input[type='email']:-ms-input-placeholder,
.menu .newsletter-form input[type='text']:-ms-input-placeholder {
  color: #a8a8a7;
}

.menu .newsletter-form input[type='email'].placeholder,
.menu .newsletter-form input[type='text'].placeholder {
  color: #a8a8a7;
}

.newsletter-form .btn,
.newsletter-form .share-popup-holder .a2a_kit a,
.share-popup-holder .a2a_kit .newsletter-form a {
  font-size: 14px;
  line-height: 1.429;
  padding: 4px 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: none;
  margin-left: 10px;
}

.menu .newsletter-form .btn,
.menu .newsletter-form .share-popup-holder .a2a_kit a,
.share-popup-holder .a2a_kit .menu .newsletter-form a {
  color: #fff;
  border-color: #fff;
}

.menu .newsletter-form .btn:hover,
.menu .newsletter-form .share-popup-holder .a2a_kit a:hover,
.share-popup-holder .a2a_kit .menu .newsletter-form a:hover {
  background: #fff;
  color: #1d1d1b;
}

.post-boxes-section {
  padding-bottom: 75px;
}

.post-boxes-section .btn-hold {
  text-align: center;
}

.post-boxes-section .btn-load-more {
  min-width: 193px;
}

.post-boxes-container {
  position: relative;
  overflow: hidden;
  padding-bottom: 45px;
}

.post-box {
  position: relative;
  /* padding: 20px 0; */
  line-height: 1.181;
}

.post-box:nth-child(even) .post-box-hold {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.post-box:nth-child(even) .text-hold {
  -webkit-transform: translateY(300%);
  -ms-transform: translateY(300%);
  transform: translateY(300%);
}

.loaded .post-box.is-animating .post-box-hold,
.loaded .post-box.is-animating .text-hold {
  opacity: 1;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

.loaded .post-box.is-animating:nth-child(even) .post-box-hold,
.loaded .post-box.is-animating:nth-child(even) .text-hold {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

.post-box .post-box-hold,
.post-box .text-hold {
  -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 1s ease-in-out;
  transition: opacity 0.5s ease-in-out, -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out, opacity 0.5s ease-in-out;
  transition: transform 1s ease-in-out, opacity 0.5s ease-in-out,
    -webkit-transform 1s ease-in-out;
  opacity: 0;
  position: relative;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

.post-box .post-box-hold {
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

.post-box .text-hold {
  -webkit-transform: translateY(200%);
  -ms-transform: translateY(200%);
  transform: translateY(200%);
}

.post-box .img-hold {
  display: block;
  position: relative;
  /* margin-bottom: 8px; */
}

.post-box .img-hold .post-box-link {
  display: block;
  width: 100%;
}

.post-box .img-hold .post-box-link:hover .img-wrap:before {
  opacity: 1;
}

.post-box .img-hold .post-box-link:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.post-box .img-hold .post-box-link:hover .text-info {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.post-box .img-hold img {
  display: block;
  width: 100%;
  height: auto;
}

.post-box .img-wrap {
  position: relative;
  display: block;
  overflow: hidden;
}

.post-box .img-wrap:before {
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
}

.post-box .img-wrap img,
.post-box .img-wrap video {
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  transition: -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  width: 100%;
  height: auto;
}

.post-box .text-info {
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 20px;
  color: #fff;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
}

.post-box .text-info.center-aligned-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.post-box .category {
  color: #a8a8a7;
  display: block;
  font-weight: normal;
}

.card-gallery,
.projects-gallery,
.grid-gallery {
  position: relative;
}

.card-gallery .slick-arrow,
.projects-gallery .slick-arrow,
.grid-gallery .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-indent: -9999px;
  overflow: hidden;
  border: none;
  width: 50%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: none;
  outline: none;
  z-index: 99;
}

.projects-gallery .slick-arrow {
  display: none !important;
}

.card-gallery .slick-arrow span,
.projects-gallery .slick-arrow span,
.grid-gallery .slick-arrow span {
  width: 117px;
  height: 73px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  background: url(images/arrow-right-big.svg) no-repeat;
}

/*.card-gallery .slick-next,*/
.projects-gallery .slick-next,
.grid-gallery .slick-next {
  left: 50%;
  cursor: url(images/right.svg), auto;
}

/*.card-gallery .slick-prev,*/
.projects-gallery .slick-prev,
.grid-gallery .slick-prev {
  left: 0;
  cursor: url(images/left.svg), auto;
}

.card-gallery .slick-prev,
.card-gallery .slick-next {
  cursor: none;
}

.card-gallery .slick-prev {
  left: 0;
}

.card-gallery .slick-next {
  left: 50%;
}

.card-gallery .slick-prev span,
.projects-gallery .slick-prev span,
.grid-gallery .slick-prev span {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

#cursor {
  display: block;
  position: fixed;
  left: -32px;
  top: -35px;
  will-change: transform;
  pointer-events: none;
  z-index: 99999999;
}

#cursor img,
#cursor svg {
  display: block;
  will-change: transform;
  transition: all 0.5s cubic-bezier(0.6, 1.46, 0.53, 0.92);
  opacity: 0;
  width: 64px;
  height: 70px;
}

.card-gallery-section {
  padding-bottom: 58px;
}

.card-gallery {
  margin: 0 -19px;
  position: relative;
}

.card-gallery:before {
  content: '';
  width: 50vw;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  z-index: 10;
  background: #fff;
}

.card-gallery .slick-list {
  overflow: visible;
}

.card-gallery .card {
  padding: 0 19px;
}

.card-gallery .card video {
  height: 100%;
  width: auto;
  max-width: unset;
}

.card-gallery .gallery-counter {
  padding: 10px 19px;
  display: none !important;
}

.projects-gallery .slick-arrow span {
  margin: -40px 100px 0;
}

.projects-gallery .slick-prev {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.projects-gallery .slick-next {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.projects-gallery .project {
  padding: 0 15px;
}

.projects-gallery .img-hold {
  margin-bottom: 10px;
}

.projects-gallery .img-hold img {
  width: 100%;
  height: auto;
}

.projects-gallery .project-title {
  display: block;
  text-align: center;
}

.projects-gallery .slick-track {
  margin: 0 auto;
}

.home .container {
  max-width: 100%;
}

.home .container.container-small {
  max-width: 1200px;
}

.fullpage-wrapper {
  z-index: 3;
}

.section.bg-white .text-hold span {
  color: rgba(0, 0, 0, 0.25);
}

.section .text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 28px;
  line-height: 1.18;
}

.section .text-hold {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.theme-dark .section .text-hold {
  color: #fff;
}

.section .text-hold p:only-child {
  margin: 0;
}

.section .text-hold span {
  color: #fefefe;
}

.theme-dark .section .text-hold span {
  color: #6d7278;
}

.section .fp-scroller {
  height: 100%;
}

.section .counter-hold {
  width: 100px;
  text-align: right;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  letter-spacing: 1px;
}

.theme-dark .section .counter-hold {
  color: #fff;
}

.image-layout {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}

.image-layout.layout-mobile {
  display: none;
}

.boxed {
  padding: 9.35vw 14vw;
}

.fp-bg {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.image-layout .fp-bg,
.image-layout video {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  width: 100%;
  height: 100% !important;
}

.image-layout video {
  object-fit: cover;
}

.image-layout.boxed .fp-bg {
  background-size: contain;
}

.image-layout.boxed video {
  object-fit: contain;
}

.fp-slide {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.bottom-alined-content .fp-tableCell {
  vertical-align: bottom;
}

.section-hold {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.bottom-alined-content .section-hold {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.promo-section {
  position: relative;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -100px;
}

.promo-section.bottom-alined-content {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.theme-dark .promo-section {
  color: #fff;
}

.project-desc .head-col,
.post-box-section .head-col {
  padding-bottom: 22px;
}

.project-desc .txt-hold p,
.post-box-section .txt-hold p {
  text-indent: 90px;
}

.project-desc {
  padding-top: 44px;
  padding-bottom: 108px;
}

.project-desc .btn-holder {
  text-align: center;
  margin-top: 50px;
}

.custom-open-close.collapsed .close {
  display: none;
}

.custom-open-close.collapsed .open {
  display: block;
}

.custom-open-close .opener {
  min-width: 192px;
  text-align: center;
}

.custom-open-close .close,
.custom-open-close.active .open {
  display: none;
}

.custom-open-close.active .close {
  display: block;
}

.custom-open-close .slide {
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
}

.custom-open-close .slide-holder {
  position: relative;
}

.custom-open-close .slide-holder .slide-holder-right {
  width: 100%;
}

.custom-open-close .info-columns {
  font-size: 15.004px;
  line-height: 1.333;
  padding-top: 50px;
  display: none;
}

.custom-open-close .info-col {
  max-width: 308px;
  padding-right: 40px;
}

.custom-open-close .info-box {
  padding-bottom: 10px;
  line-height: 27px;
}

.custom-open-close .info-box .title {
  display: block;
  padding-bottom: 2px;
}

.custom-open-close .info-box p {
  margin: 0;
}

.photo-block {
  padding: 15px 0;
}

.photo-block.no-indent {
  margin: 0 -30px;
  padding: 0;
}

.photo-block img,
.photo-block video {
  display: block;
  width: 100%;
  height: auto;
}

.photo-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 40px 50px;
}

.photo-columns .photo-col {
  text-align: center;
  padding: 15px;
  max-width: 50%;
}

.video {
  width: 100%;
  padding: 40px 0;
}

.video .narrow {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.video .wide {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.video video {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.project-post-section {
  padding-bottom: 30px;
  padding-top: 30px;
}

.project-post h2 {
  padding-left: 60px;
  text-indent: -60px;
}

.project-post span {
  display: block;
  padding-left: 60px;
}

.project-post h2 strong {
  display: block;
}

.project-post .txt-hold p {
  text-indent: 60px;
}

.share-area {
  padding-top: 50px;
  padding-bottom: 50px;
}

.share-popup-holder {
  position: relative;
}

.share-popup-holder .btn-holder {
  /*text-align: center;*/
  position: relative;
  height: 30px;
}

.share-popup-holder .btn,
.share-popup-holder .a2a_kit a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 5px;
  min-width: 147px;
  text-align: center;
}

.share-popup-holder .popup-opener {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.5s ease-in-out;
  z-index: 10;
}

.share-popup-holder .popup-opener:hover {
  text-decoration: none;
  color: #a8a8a7;
}

.share-popup-holder .a2a_kit {
  text-align: center;
}

.share-popup-holder .a2a_kit a {
  float: none !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 5px;
  min-width: 147px;
  text-align: center;
  line-height: 1.364;
}

.share-popup-holder .a2a_kit .a2a_s__default {
  visibility: hidden;
  position: absolute;
  left: -9999px;
}

.share-popup-holder .a2a_kit .a2a_label {
  position: relative !important;
  clip: auto !important;
  -webkit-clip-path: none !important;
  clip-path: none !important;
  width: auto !important;
  height: auto !important;
}

.share-popup {
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  max-height: 0;
  overflow: hidden;
}

.popup-active .share-popup {
  max-height: 1000px;
}

.share-popup-frame {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  text-align: center;
}

.popup-active .share-popup-frame {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

.paging-nav-area {
  border: solid rgba(0, 0, 0, 0.5);
  border-width: 1px 0;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

.paging-nav-area:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  height: 80px;
  width: 1px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.5);
}

.paging-nav-area .navigation-single {
  margin-bottom: 0;
}

.paging-nav-area .prev,
.paging-nav-area .next {
  position: relative;
  background: transparent;
  color: #000;
}

.paging-nav-area .prev a,
.paging-nav-area .next a {
  position: relative;
  display: block;
  font-size: 50px;
}

.paging-nav-area .prev a:hover:after,
.paging-nav-area .next a:hover:after {
  opacity: 0;
}

.paging-nav-area .prev.disabled,
.paging-nav-area .next.disabled {
  pointer-events: none;
  opacity: 0.15;
}

.paging-nav-area .next {
  text-align: right;
}

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

.related-projects-section .heading {
  text-align: center;
  padding-bottom: 27px;
}

.back-to-area {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  font-size: 30px;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
}

.project-template-default .back-to-area {
  border-top: 0;
}

.contact-section .post-row {
  align-items: center;
  display: flex;
  min-height: calc(100vh - 100px);
}

.contact-section .email-us {
  display: block;
}

.contact-section .post-intro {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
  font-size: 50px;
  line-height: 1.2;
}

.contact-section .email-us a,
.contact-section .post-intro p a {
  color: #a8a8a7;
}

.address-col {
  padding-bottom: 20px;
}

.address-col h3 {
  margin-bottom: 10px;
}

.address-col address {
  line-height: 1.77;
  font-style: normal;
  margin-bottom: 5px !important;
}

.address-col address a:hover:after {
  opacity: 0;
}

.address-col .map:before {
  content: '≥';
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 10px 0 8px;
}

.contact-list {
  color: #a8a8a7;
}

.contact-list li {
  padding-top: 5px;
  padding-bottom: 5px;
}

.contact-list a {
  color: inherit;
}

.social-info-row {
  background: #231f20;
  color: #fff;
  padding-top: 46px;
  padding-bottom: 46px;
  font-size: 50px;
  word-break: break-word;
}

.social-info-row:not(:first-child):before {
  border-color: rgba(216, 216, 216, 0.5);
}

.social-info-row .title {
  display: block;
  font-weight: normal;
}

.social-info-row p:only-of-type {
  margin-bottom: 0;
}

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

.grid-fancy-container {
  z-index: 99;
}

.grid-fancy-container .fancybox-slide--html {
  padding: 0;
}

.grid-fancy-container .grid-lightbox {
  width: 100vw;
  height: 100vh;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.grid-fancy-container .fancybox-close-small {
  visibility: hidden;
}

.grid-gallery-container {
  -webkit-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
  color: #000;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 100px 0 0;
  overflow: hidden;
}

.grid-gallery-container .container {
  height: 100%;
}

.grid-gallery-container .info-row {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  z-index: 110;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.grid-gallery-container .code,
.grid-gallery-container .btn-close {
  position: relative;
  z-index: 10;
}

.grid-gallery-container .btn-close {
  text-decoration: none;
}

.grid-gallery-container .btn-close:hover {
  text-decoration: none;
}

.grid-gallery {
  height: 100%;
}

.grid-gallery .slick-list {
  overflow: visible !important;
}

.grid-gallery .slick-list,
.grid-gallery .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  align-items: center;
}

.grid-gallery .grid-slide {
  position: relative;
  text-align: center;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0 15px;
}

.grid-gallery .grid-slide.slick-current {
  z-index: 9;
}

.grid-gallery .grid-slide.slick-current .slide-desc-hold {
  opacity: 1;
}

.grid-gallery .grid-slide:only-child {
  width: 100% !important;
  height: 100%;
}

.grid-gallery .slide-img-hold {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-height: 75%;
}

.grid-gallery .slide-desc-hold {
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
  padding: 15px 0;
  opacity: 0;
}

.grid-gallery .slide-category {
  font-size: 14.982px;
  margin-right: 8px;
}

.grid-gallery .slick-arrow {
  z-index: 100;
}

.grid-gallery .slick-arrow span {
  visibility: hidden;
}

.grid-gallery .slick-prev {
  visibility: visible;
}

.grid-gallery .slick-prev span {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.journal-section {
  padding-bottom: 112px;
}

.journal-section .heading {
  text-align: center;
  padding-bottom: 50px;
}

.journal-section h1 {
  margin-bottom: 0;
}

.journal-section .filter-btn {
  border: none;
  background: none;
  padding: 0;
}

.journal-section .btn-filter-color {
  display: flex;
  padding: 0 5px;
  width: 25px;
  height: 15px;
}

.journal-section .color-item {
  width: 15px;
  height: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 100%;
}

.journal-section .grid {
  position: relative;
  margin: 0 -10px;
}

.journal-section .element-item {
  width: 33.333%;
  padding: 10px 8px;
}

.journal-section .element-item .color-item {
  margin-right: 7px;
}

.journal-section .img-hold {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 180px;
  margin-bottom: 5px;
}

.journal-section .img-hold > a {
  display: block;
}

.journal-section .img-hold > a:hover:after {
  opacity: 0;
}

.journal-section .img-hold > a:after {
  opacity: 0;
}

.journal-section .img-hold img {
  width: 100%;
  height: auto;
}

.main-post-section .post-intro {
  padding: 42px 0;
  line-height: 1.64;
  margin-left: auto;
  margin-right: auto;
}

.main-post-section .post-intro,
.main-post-section .image-block {
  max-width: 1106px;
  margin-left: auto;
  margin-right: auto;
}

.main-post-section .mark {
  color: #a8a8a7;
}

.main-post-section .image-block {
  text-align: center;
  padding: 32px 36px;
}

.main-post-section .btn-holder {
  text-align: center;
  padding-top: 20px;
}

.main-post-section .btn,
.main-post-section .share-popup-holder .a2a_kit a,
.share-popup-holder .a2a_kit .main-post-section a {
  min-width: 190px;
}

.line-box + .main-post-section {
  padding-top: 34px;
}

/* Wordpress / Appearence / Customize / Additional CSS */
.main-post-section .post-intro {
  /*padding: 42px 0;*/
  line-height: 1.26;
}

.main-post-section .post-intro {
  padding: 100px 0 0px 0;
}

/* ABOUT: Clavar en un slide la primera pantalla. Aparece un trozo de la ilustración. */
.main-post-section:first-child .main-post-intro:first-child {
  align-items: center;
  display: flex;
  min-height: calc(100vh - 100px); /*100vh - .page-content padding-top*/
}

.main-post-section:first-child .main-post-intro:first-child .post-intro {
  margin-top: -50px; /*half of .page-content padding-top*/
  padding: 0;
}
/* ABOUT: End */

/* TEAM SCROLLMAGIC */
#team {
  height: 100vh;
  padding: 30vh 2.7vw 3.5vw;
  background: #231f20;
}

.scrollmagic-pin-spacer {
  background: #231f20;
  overflow: hidden;
  margin-bottom: 35px !important;
  max-height: unset;
}

#team-gallery {
  display: flex;
  height: 100%;
}

#team > h2 {
  position: absolute;
  left: 2.7vw;
  color: #fff;
  font-size: 14vh;
  top: 7vh;
  margin: 0;
  line-height: 1;
  z-index: 1;
}

#team-gallery .team-item {
  height: 100%;
  width: auto;
}

#team-gallery .team-item .photo {
  height: calc(100% - 140px);
  -webkit-height: calc(100% - 140px);
}

#team-gallery .team-item .photo img {
  display: block;
  height: 100%;
  width: auto;
  max-width: unset;
}

#team-gallery .team-item .txt {
  height: 130px;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: flex-end;
}

#team-gallery .team-item .txt strong {
  color: #fff;
}

#team-gallery .team-item .txt a:hover {
  color: #bfbfbf;
}

#team-gallery .team-item .txt a:after {
}

/* TEAM SCROLLMAGIC:  End */

.team-section {
  margin-bottom: 38px;
}

.team-section h1 {
  font-size: 138px;
  margin: -8px 0 20px;
}

.team-section .container {
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}

.team-section-wrap {
  width: 100%;
}

.team-section-wrap .team-section-hold {
  position: relative;
  overflow: hidden;
}

.team-section-wrap .heading {
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}

.team-content-holder {
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.is-desktop .team-content-holder::-webkit-scrollbar {
  width: 1px;
  height: 1px;
}

.is-desktop .team-content-holder::-webkit-scrollbar-button {
  width: 1px;
  height: 1px;
}

.team-content {
  width: 9999px;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  padding-bottom: 45px;
}

.members-holder {
  float: left;
  position: relative;
  white-space: normal;
  padding-right: 120px;
}

.members-holder .btn-scroll {
  width: 117px;
  height: 73px;
  position: absolute;
  top: 267px;
  left: 780px;
  z-index: 10;
  text-indent: -9999px;
  overflow: hidden;
  background: url(images/arrow-right-big-white.svg) no-repeat;
}

.members-holder .btn-scroll:hover:after {
  opacity: 0;
}

.members-holder .btn-scroll span {
  display: none;
}

.members {
  float: left;
}

.member {
  float: left;
  width: 294px;
  padding: 0 30px 0 0;
  line-height: 1.3;
}

.member .photo {
  margin-bottom: 10px;
}

.member-name,
.member-title {
  display: block;
  font-weight: normal;
}

.member-title,
.member-info-list {
  color: #a8a8a7;
}

.member-info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}

.member-info-list li {
  position: relative;
  margin: 0 12px 0 -14px;
  padding: 0 12px 2px 14px;
}

.member-info-list li:before {
  width: 1px;
  height: 18px;
  content: '';
  position: absolute;
  top: 50%;
  left: 2px;
  -webkit-transform: translateY(-50%) rotate(14deg);
  -ms-transform: translateY(-50%) rotate(14deg);
  transform: translateY(-50%) rotate(14deg);
  background: currentColor;
}

.team-info {
  float: left;
  white-space: normal;
  display: flex;
  align-items: flex-end;
  padding-left: 150px;
}

.team-info-heading {
  font-size: 25px;
  color: #a8a8a7;
  line-height: 1.2;
  max-width: 1164px;
  width: calc(100vw - 60px);
  pointer-events: none;
  -webkit-transition: none !important;
  transition: none !important;
}

.team-info-heading h3 {
  color: #fff;
  margin-bottom: 0 !important;
}

.team-info-heading p {
  margin-bottom: 0;
}

.team-info-heading.block-sticky {
  position: fixed;
}

.team-info-heading h2 {
  color: #fff;
  margin-bottom: 0;
  line-height: 1.2;
}

.team-info-hold {
  overflow: hidden;
  padding-right: 100px;
  margin-right: 15px;
  position: relative;
}

.team-members-columns {
  -webkit-column-count: 6;
  column-count: 6;
  -webkit-column-width: 264px;
  column-width: 264px;
  -webkit-column-gap: 30px;
  column-gap: 30px;
  float: left;
}

.team-members {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  line-height: 1.24;
}

.team-members > li {
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-column-break-inside: avoid;
}

.join-us {
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: 5px;
  right: 0;
  background: #fff;
  color: #000;
  border-radius: 100%;
  text-align: center;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.join-us:hover {
  color: #fff;
  background: #000;
  text-decoration: none !important;
}

.join-us:hover:after {
  opacity: 0;
}

.lectures-open-close.active .open {
  display: none;
}

.lectures-open-close.active .close {
  display: block;
}

.lectures-open-close .close {
  display: none;
}

.lectures-table-holder {
  position: relative;
  margin: 0 -30px;
  padding-top: 25px;
  padding-bottom: 20px;
}

.table {
  border-collapse: collapse;
  font-size: 17.996px;
  width: 100%;
}

.table thead,
.table tfoot {
  color: #a8a8a7;
}

.table tr {
  border: solid #a8a8a7;
  border-width: 1px 0;
}

.table th,
.table td {
  padding: 10px 30px;
  border: none;
}

.lectures-table tbody,
.lectures-table tfoot,
.lectures-table tr {
  width: 100%;
}

.lectures-table .title,
.lectures-table .place {
  width: 48%;
}

.lectures-table .place {
  width: 33%;
}

.lectures-table .date,
.lectures-table .foot-last {
  width: 19%;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  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;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden; /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(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;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  -webkit-transform-origin: 0;
  transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
  background: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 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%
  );
  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;
}

.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: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

/* Transition effects */

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  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;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  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;
  -ms-transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(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;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-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;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */

/* Slick slider styles */

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

.grid-gallery {
  opacity: 0;
  transition-property: opacity;
  transition-duration: 1s;
  transition-timing-function: linear;
  transition-delay: 0.2s;
}

.grid-gallery.reveal {
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  height: 100%;
  width: auto;
  max-width: unset;
  display: block;
}

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

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

.slick-initialized .slick-slide {
  display: block;
  height: 100%;
  justify-content: center;
}

.projects-gallery.slick-initialized .slick-slide {
  height: auto;
}

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

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

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

/* WORK PAGE */

.work-filter-nav {
  margin-top: 160px;
}

/* MEDIA */

@media (min-width: 600px) {
  .post-boxes-container {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 60px;
  }

  .post-box {
    width: 100%;
    /* padding: 20px 20px 40px; */
  }

  .custom-open-close .info-columns .info-content {
    display: flex;
    flex-wrap: wrap;
  }

  .custom-open-close .info-col {
    width: 50%;
  }

  .journal-section .element-item {
    width: 25%;
    padding: 10px;
  }
}

@media (min-width: 768px) {
  .commentlist-item .commentlist-item {
    padding: 0 0 0 2em;
  }

  .tablet-d-none {
    display: none;
  }

  .footer-form-section .columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .main-nav-hold {
    padding-bottom: 20px;
  }

  .menu-columns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 20px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin: auto 0;
  }

  .menu-col {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .main-nav {
    margin-bottom: 0;
    text-align: right;
  }

  .post-intro h2 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-right: 70px;
    margin-bottom: 0;
  }

  .post-intro p {
    text-indent: 0;
    display: inline;
  }

  .mb-popup-wrapper {
    width: 50%;
    padding-top: 15px;
    padding-bottom: 25px;
  }

  .mb-popup-wrapper:last-child .mb-popup-inner {
    position: relative;
    padding-left: 10px;
  }

  .mb-popup-wrapper:last-child .mb-popup-inner:before {
    content: '';
    position: absolute;
    top: 13px;
    bottom: 0;
    left: 0;
    width: 1px;
    background: rgba(0, 0, 0, 0.5);
  }

  .theme-dark-page .mb-popup-wrapper:last-child .mb-popup-inner:before {
    background: #d8d8d8;
  }

  .line-mb-wrap {
    display: none;
  }

  .mb-popup-head {
    visibility: hidden;
    position: absolute;
    left: -9999px;
  }

  #contact-popup,
  #newsletter-popup {
    display: block !important;
  }

  .md-popup-container {
    position: absolute !important;
    left: -9999px !important;
  }

  .line-box {
    font-size: 80px;
  }

  .line-box .mask {
    height: 109px;
    line-height: 109px;
  }

  /*.line-box .line {
		-webkit-animation-duration: 30s;
		animation-duration: 30s;
	}*/

  .menu .form-col {
    max-width: 659px;
    margin-right: 40px;
    padding-bottom: 18px;
  }

  .menu .form-col h3 {
    font-size: 25.014px;
    margin-bottom: 20px;
  }

  .menu .newsletter-form .form-row {
    margin-bottom: 70px;
    border-color: #3c3c3b;
  }

  .menu .newsletter-form input[type='email'],
  .menu .newsletter-form input[type='text'] {
    font-size: 60px;
    color: #fff;
  }

  .menu .newsletter-form input[type='email']::-webkit-input-placeholder,
  .menu .newsletter-form input[type='text']::-webkit-input-placeholder {
    color: #3c3c3b;
  }

  .menu .newsletter-form input[type='email']::-moz-placeholder,
  .menu .newsletter-form input[type='text']::-moz-placeholder {
    opacity: 1;
    color: #3c3c3b;
  }

  .menu .newsletter-form input[type='email']:-moz-placeholder,
  .menu .newsletter-form input[type='text']:-moz-placeholder {
    color: #3c3c3b;
  }

  .menu .newsletter-form input[type='email']:-ms-input-placeholder,
  .menu .newsletter-form input[type='text']:-ms-input-placeholder {
    color: #3c3c3b;
  }

  .menu .newsletter-form input[type='email'].placeholder,
  .menu .newsletter-form input[type='text'].placeholder {
    color: #3c3c3b;
  }

  .menu .newsletter-form .btn,
  .menu .newsletter-form .share-popup-holder .a2a_kit a,
  .share-popup-holder .a2a_kit .menu .newsletter-form a {
    position: absolute;
    left: 0;
    bottom: -70px;
    margin: 0;
  }

  .project-desc {
    padding-top: 100px;
    padding-bottom: 125px;
  }

  .project-post-section {
    padding-top: 70px;
    padding-bottom: 60px;
  }

  .paging-nav-area {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .paging-nav-area .prev a:before,
  .paging-nav-area .next a:before {
    width: 54px;
    height: 24px;
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .address-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 30px;
  }

  .address-col {
    margin-right: 40px;
  }

  .address-col:before,
  .address-col:after {
    display: none;
  }

  .grid-gallery-container .info-row {
    bottom: 45px;
  }

  .grid-gallery .grid-slide {
    padding: 0 25px;
  }

  .journal-section .element-item {
    padding: 10px 15px;
  }

  .journal-section .img-hold {
    height: 290px;
    margin-bottom: 12px;
  }

  .team-section h1 {
    font-size: 180px;
  }

  .member {
    width: 350px;
  }

  .team-info-heading {
    font-size: 30px;
  }

  .team-info-hold {
    padding-right: 150px;
  }

  .team-members-columns {
    -webkit-column-width: 350px;
    column-width: 350px;
    -webkit-column-count: 4;
    column-count: 4;
  }

  .join-us {
    width: 120px;
    height: 120px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .main-nav {
    font-size: 70px;
  }
}

@media (min-width: 1024px) {
  body {
    font-size: 25.014px;
  }

  h3,
  .h3,
  .nav-section,
  #contact-popup {
    font-size: 50.01px;
    line-height: 1.26;
  }

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

  .divider:before,
  .nav-section:before,
  .line-box:before,
  .footer-form-section .mb-popup-wrapper:before,
  .footer:before,
  .social-info-row:not(:first-child):before,
  .divider:after,
  .nav-section:after,
  .line-box:after,
  .footer-form-section .mb-popup-wrapper:after,
  .footer:after,
  .social-info-row:not(:first-child):after {
    left: -50vw;
    right: -50vw;
  }

  .header {
    padding-top: 31px;
    padding-bottom: 31px;
  }

  .header-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .page-title {
    font-size: 25.014px;
  }

  .anim-page-title {
    height: 34px;
  }

  .footer {
    font-size: 14.982px;
  }

  .footer-container {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .terms li {
    padding-left: 25px;
  }

  .cookies-holder {
    font-size: 24.992px;
  }

  .cookies-holder .btn-close {
    width: 26px;
    height: 26px;
    top: 20px;
    right: 30px;
  }

  .btn,
  .share-popup-holder .a2a_kit a,
  input.btn {
    padding: 10px 15px;
  }

  .menu-holder {
    top: 105px;
  }

  .post-intro {
    font-size: 50.006px;
    line-height: 1.26;
  }

  .post-intro h2,
  .post-intro .read-more {
    font-size: 24.992px;
    line-height: 1.364;
  }

  .mb-popup-wrapper {
    padding-top: 21px;
    padding-bottom: 34px;
  }

  .mb-popup-wrapper:last-child .mb-popup-inner {
    padding-left: 23px;
  }

  .line-box {
    font-size: 120px;
  }

  .line-box .img-hold {
    min-width: 70px;
  }

  .line-box .mask {
    height: 163px;
    line-height: 163px;
  }

  .newsletter-form .form-row {
    padding-bottom: 6px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .newsletter-form .btn,
  .newsletter-form .share-popup-holder .a2a_kit a,
  .share-popup-holder .a2a_kit .newsletter-form a {
    font-size: 22px;
    line-height: 1.364;
    padding: 8px 25px;
    margin-bottom: 7px;
  }

  .post-box {
    /* padding: 20px 60px; */
  }

  .card-gallery .gallery-counter {
    position: absolute;
    left: 0;
    bottom: -64px;
    letter-spacing: 4px;
  }

  .projects-gallery {
    /* margin: 0 -20px; */
  }

  .projects-gallery .project {
    padding: 0 20px;
  }

  .projects-gallery .img-hold {
    margin-bottom: 20px;
  }

  .section .text-wrap {
    padding-bottom: 40px;
  }

  .section .counter-hold {
    letter-spacing: 4px;
  }

  .project-desc-container {
    position: relative;
  }

  .project-desc .head-col {
    width: 50%;
    padding-right: 60px;
    position: absolute;
    top: 0;
    left: 40px;
  }

  .project-desc .btn-holder {
    width: 50%;
    margin-left: auto;
    text-align: left;
  }

  .custom-open-close .slide-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    flex-direction: row;
  }

  .custom-open-close .slide-holder .slide-holder-right {
    padding-left: 50%;
  }

  .custom-open-close .txt-hold {
    /*width: 50%;*/
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .custom-open-close .info-columns {
    /*width: 50%;*/
    /*margin-top: 300px;*/
  }

  .custom-open-close .txt-hold,
  .custom-open-close .info-columns {
    max-width: 750px;
  }

  .photo-block {
    padding: 20px 0;
  }

  .photo-columns {
    padding: 83px 50px;
  }

  .photo-columns .photo-col {
    padding: 20px;
  }

  .project-post-section {
    padding-top: 82px;
    padding-bottom: 65px;
  }

  .project-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .project-post .head-col,
  .project-post .txt-hold {
    width: 50%;
  }

  .project-post h2 {
    font-size: 25.014px;
    padding-left: 100px;
    text-indent: -100px;
  }

  .project-post span {
    font-size: 25.014px;
    padding-left: 100px;
  }

  .project-post .txt-hold {
    padding-left: 20px;
  }

  .project-post .txt-hold p {
    text-indent: 100px;
  }

  .share-area {
    padding-top: 100px;
    padding-bottom: 114px;
  }

  .share-popup-holder.popup-active .btn-holder {
    /*text-align: left;*/
  }

  .share-popup-holder .btn-holder {
    height: 68px;
  }

  .share-popup-holder .popup-opener {
    font-size: 50px;
  }

  .share-popup-holder .a2a_kit {
    text-align: right;
  }

  .share-popup {
    /*top: 50%;*/
    /*-webkit-transform: translate(120%, -50%);*/
    /*-ms-transform: translate(120%, -50%);*/
    /*transform: translate(120%, -50%);*/
    max-height: unset;
    position: absolute;
    top: calc(50% - 30px);
    right: 0;
    opacity: 0;
    pointer-events: none;
  }

  .share-popup-holder.popup-active .popup-opener {
    left: 0;
    transform: translateX(0) translateY(-50%);
  }

  .popup-active .share-popup {
    /*-webkit-transform: translate(0%, -50%);*/
    /*-ms-transform: translate(0%, -50%);*/
    /*transform: translate(0%, -50%);*/
    max-height: unset;
    opacity: 1;
    pointer-events: all;
    -webkit-transition: opacity 0.15s ease-in-out;
    transition: opacity 1.15s ease-in-out;
  }

  .share-popup-frame {
    -webkit-transition: unset;
    transition: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }

  .popup-active .share-popup-frame {
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }

  .paging-nav-area {
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .related-projects-section {
    padding-top: 90px;
    padding-bottom: 109px;
  }

  .related-projects-section .heading {
    padding-bottom: 37px;
  }

  .back-to-area {
    font-size: 50px;
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .contact-section .post-intro h2 {
    font-size: 14.96px;
  }

  .address-col h3 {
    margin-bottom: 20px;
  }

  .address-col address {
    line-height: 1.28;
  }

  .address-col .map:before {
    margin: 0 25px 0 16px;
  }

  .contact-list li {
    padding: 0;
  }

  .social-info-row {
    font-size: 80px;
    padding-top: 50px;
    padding-bottom: 66px;
  }

  .social-info-row .title {
    font-size: 25.014px;
  }

  .grid-gallery .grid-slide {
    padding: 0 40px;
  }

  .grid-gallery .slide-img-hold {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .grid-gallery .slide-desc-hold {
    padding: 40px 0;
  }

  .grid-gallery .slick-arrow {
    height: calc(100% - 200px);
  }

  .journal-section {
    padding-bottom: 132px;
  }

  .journal-section .btn-all {
    margin-bottom: 5px;
  }

  .journal-section .color-item {
    width: 18px;
    height: 18px;
  }

  .journal-section .grid {
    margin: 0 -20px;
  }

  .journal-section .element-item {
    width: 16.666%;
    padding: 10px 20px;
    margin-bottom: 60px;
  }

  .main-post-section .post-intro {
    padding: 80px 0;
  }

  .main-post-section .image-block {
    padding: 65px 0;
  }

  .main-post-section .btn-holder {
    padding-top: 30px;
  }

  .team-section h1 {
    font-size: 300px;
  }

  .team-content {
    padding-bottom: 52px;
  }

  .member {
    width: 420px;
  }

  .team-info-heading {
    font-size: 50px;
  }

  .team-info-hold {
    padding-right: 220px;
  }

  .team-members-columns {
    -webkit-column-width: 420px;
    column-width: 420px;
  }

  .team-members > li {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .join-us {
    width: 180px;
    height: 180px;
    font-size: 30px;
  }

  .table {
    font-size: 25.014px;
  }
}

@media (min-width: 1200px) {
  .container,
  .grid-gallery-container .info-row {
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .marquesina {
    margin-top: 150px;
  }

  .add-nav li:not(:first-child):before {
    height: 106px;
  }

  .main-nav {
    padding-right: 10px;
  }

  .main-nav li {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .post-intro h2 {
    padding-right: 100px;
  }

  .line-box {
    padding-top: 43px;
    padding-bottom: 43px;
  }

  /*.line-box .line {
		-webkit-animation-duration: 40s;
		animation-duration: 40s;
	}*/

  .menu .form-col h3 {
    margin-bottom: 41px;
  }

  .menu .newsletter-form .form-row {
    margin-bottom: 90px;
  }

  .menu .newsletter-form input[type='email'],
  .menu .newsletter-form input[type='text'] {
    font-size: 80px;
  }

  .menu .newsletter-form .btn,
  .menu .newsletter-form .share-popup-holder .a2a_kit a,
  .share-popup-holder .a2a_kit .menu .newsletter-form a {
    bottom: -90px;
  }

  .post-boxes-section {
    padding-bottom: 135px;
  }

  .post-boxes-container {
    padding: 0 0 70px;
  }

  .post-box {
    /* padding: 55px 120px; */
  }

  .post-box .img-hold {
    /* margin-bottom: 12px; */
  }

  .projects-gallery .slick-arrow span {
    margin-left: 150px;
    margin-right: 150px;
  }

  .project-desc .desc-col {
    padding-top: 27px;
  }

  .project-desc .btn-holder {
    padding-left: 20px;
  }

  .custom-open-close.collapsed .slide {
    margin-bottom: 54px;
  }

  .custom-open-close .slide {
    /*margin-bottom: 136px;*/
  }

  .custom-open-close .txt-hold,
  .custom-open-close .info-columns {
    padding-left: 20px;
  }

  .custom-open-close .info-columns {
    /*padding-bottom: 66px;*/
  }

  .custom-open-close .info-box {
    padding-bottom: 24px;
  }

  .photo-block.no-indent {
    margin: 0 -40px;
  }

  .address-col {
    margin-right: 50px;
  }

  .journal-section .heading {
    margin-top: -101px;
  }

  .journal-section h1 {
    font-size: 150px;
    margin-bottom: 14px;
  }

  /*.journal-section .filter-btn {
		margin: 2px;
	}*/

  .journal-section .filter-btn {
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .journal-section .btn-filter-color {
    width: 28px;
    height: 18px;
  }

  .team-section h1 {
    font-size: 530px;
    margin-bottom: 76px;
  }

  .team-section-wrap .heading {
    padding-left: 40px;
    padding-right: 40px;
  }

  .members-holder {
    padding-top: 12px;
    padding-right: 390px;
  }

  .members-holder .btn-scroll {
    left: 1185px;
  }

  #team-gallery .team-item .photo {
    height: calc(100% - 145px);
    -webkit-height: calc(100% - 145px);
  }

  .member .photo {
    margin-bottom: 15px;
  }

  .team-info-hold {
    padding-right: 320px;
  }

  .team-members > li {
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .join-us {
    width: 276px;
    height: 276px;
    font-size: 50px;
  }

  .lectures-table-holder {
    margin: 0 -40px;
    padding-top: 8px;
  }

  .table th,
  .table td {
    padding: 27px 40px 28px;
  }
}

@media (max-width: 1280px) {
  .project-desc .head-col h2 {
    font-size: 40px;
  }

  .line-box + .main-post-section {
    padding-top: 35px;
  }

  .main-post-section .post-intro,
  .main-post-section .image-block {
    padding: 35px 0 !important;
  }

  .main-post-section .post-intro {
    padding-bottom: 55px !important;
  }

  .main-post-section .post-intro {
    max-width: 700px !important;
  }
}

@media (max-width: 1024px) {
  .project-post span {
    margin-bottom: 50px;
  }

  .contact-section .post-intro {
    font-size: 28px;
    max-width: 700px;
  }

  .contact-section .post-row {
    padding-top: 80px;
    padding-bottom: 120px;
  }

  .team-info {
    padding-left: 75px;
  }

  .related-projects-section h2,
  .paging-nav-area .prev a,
  .paging-nav-area .next a {
    font-size: 30px !important;
  }

  .paging-nav-area:before {
    height: 40px;
  }

  #team-gallery .team-item .photo {
    height: calc(100% - 100px);
    -webkit-height: calc(100% - 100px);
  }

  #team-gallery .team-item .txt {
    height: 90px;
  }

  .footer-area .marquee3k,
  .home .marquee3k {
    padding-bottom: 10px;
  }
}

@media (max-width: 1023px) {
  iframe {
    width: 100%;
  }

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

  .card-gallery .card {
    padding: 0;
  }

  .card-gallery .slick-arrow,
  .projects-gallery .slick-arrow,
  .grid-gallery .slick-arrow {
    visibility: hidden;
    pointer-events: none;
  }

  .grid-gallery-container {
    padding-bottom: 70px;
  }

  .grid-gallery .grid-slide {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .grid-gallery .slide-img-hold {
    height: 65vh;
  }

  .grid-gallery .slide-img-hold img {
    max-height: 100%;
    max-width: 100%;
  }

  .grid-gallery .slide-category {
    display: block;
  }

  .journal-section .btn-all {
    font-size: 14.982px;
  }

  .members-holder .btn-scroll {
    visibility: hidden;
    pointer-events: none;
  }
}

@media (max-width: 767px) {
  .page-template-template-work .page-content,
  .tax-projectcategories .page-content,
  .tax-project_sector .page-content {
    padding-top: 19px;
  }

  .navigation .page-numbers,
  .navigation-comments .page-numbers {
    padding: 0 3px;
  }

  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {
    padding: 0.2em;
  }

  .navigation-single .next a,
  .navigation-single .prev a {
    padding: 0.2em;
  }

  .mobile-hidden {
    visibility: hidden;
    position: absolute;
    left: -9999px;
  }

  .social-nav {
    visibility: hidden;
    position: absolute;
    left: -9999px;
  }

  .post-intro .read-more {
    display: block;
    text-align: right;
  }

  .mb-popup-body {
    padding-top: 25px;
    padding-bottom: 5px;
    position: relative;
    z-index: 5;
  }

  .mb-popup-body h3 {
    margin-bottom: 0;
  }

  .line-box .img-hold {
    width: 29px;
    max-width: 29px;
    max-height: 60px;
  }

  .line-box .img-hold img {
    max-height: 100%;
  }

  .promo-section h2,
  .project-desc h2,
  .project-post h2,
  .related-projects-section h2,
  .project-post span {
    font-size: 30px;
  }

  .boxed {
    padding: 0;
  }

  .fullpage-wrapper .home-video.boxed video {
    object-fit: cover;
  }

  .image-layout.boxed .fp-bg {
    background-size: cover;
  }

  .address-col + .address-col {
    padding-top: 40px;
  }

  .team-info-heading h2 {
    font-size: 30px;
  }

  .lectures-table {
    width: 100%;
    font-size: 13.992px;
  }

  .lectures-table thead tr,
  .lectures-table tfoot tr {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .lectures-table thead tr,
  .lectures-table tbody tr {
    border-width: 1px 0 0;
  }

  .lectures-table tr {
    position: relative;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .lectures-table tbody,
  .lectures-table tfoot,
  .lectures-table tr,
  .lectures-table th,
  .lectures-table td {
    display: block;
  }

  .lectures-table th,
  .lectures-table td {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .lectures-table .title,
  .lectures-table .place {
    width: calc(100% - 150px);
    padding-right: 10px;
  }

  .lectures-table .place {
    color: #a8a8a7;
  }

  .lectures-table .date,
  .lectures-table .foot-last {
    width: 150px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-left: 10px;
  }

  .slick-initialized .slick-slide {
    height: 70vh;
  }

  .slick-slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .photo-columns {
    padding: 15px;
    margin: 0 -30px;
  }

  .project-post span {
    font-size: 22px;
    margin-bottom: 30px;
    padding-left: 0;
  }

  .contact-section .post-intro {
    font-size: 22px;
  }

  .contact-section .post-intro p {
    text-indent: 0;
  }

  .footer-form-section .mb-popup-wrapper:last-child:before {
    left: -30px;
  }

  .footer-form-section .mb-popup-wrapper:first-child:before {
    right: -30px;
  }

  .card-gallery .gallery-counter {
    display: block !important;
    padding: 10px 0;
  }

  .photo-columns {
    display: block;
  }

  .photo-columns .photo-col {
    width: 100%;
    max-width: 100%;
  }

  .bg-stretch video.mobile,
  .image-layout.layout-mobile {
    display: block;
  }

  .bg-stretch video.desktop,
  .image-layout.layout-desktop {
    display: none;
  }

  .marquee3k {
    padding-bottom: 30px;
  }

  .footer-area .marquee3k,
  .home .marquee3k {
    padding-bottom: 14px;
  }
}

@media (max-width: 599px) {
  .projects-gallery {
    /* margin: 0 -30px; */
  }

  .projects-gallery .project.slick-current .project-title {
    opacity: 1;
  }

  .projects-gallery .project-title {
    -webkit-transition: opacity 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out;
    opacity: 0;
  }

  .grid-gallery .slide-img-hold {
    height: 50vh;
  }
}

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

  .project-desc .head-col h2 {
    font-size: 32px;
  }

  #team {
    padding: 30px;
    height: auto;
    transform: none !important;
  }

  #team > h2 {
    font-size: 80px;
    position: relative;
    left: unset;
    top: unset;
  }

  #team-gallery {
    display: block;
    overflow: hidden;
  }

  #team-gallery .team-item,
  #team-gallery .team-item .photo,
  #team-gallery .team-item .photo img {
    width: 100%;
    height: auto;
  }

  #team-gallery .team-item {
    margin-top: 30px;
  }

  .team-info {
    padding-left: 0;
  }

  .related-projects-section h2,
  .paging-nav-area .prev a,
  .paging-nav-area .next a,
  .back-to-area {
    font-size: 22px !important;
  }

  .marquee3k {
    padding-bottom: 28px;
    font-size: 5.5vw;
  }

  .footer-area .marquee3k,
  .home .marquee3k {
    padding-bottom: 18px;
  }
}

@media screen and (max-width: 400px) and (max-height: 800px) {
  .main-nav {
    font-size: 50px;
  }
}

@media (max-width: 399px) {
  .newsletter-form input[type='email'],
  .newsletter-form input[type='text'] {
    font-size: 16.06px;
  }

  .team-section h1 {
    font-size: 80px;
  }

  .lectures-table .title,
  .lectures-table .place {
    width: calc(100% - 130px);
  }

  .lectures-table .date,
  .lectures-table .foot-last {
    width: 130px;
  }
}

@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@-webkit-keyframes rotateWord {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  10% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }

  40% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }

  50% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@keyframes rotateWord {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  10% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }

  40% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }

  50% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.work-filter {
  /* margin-top: 160px; */
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 99;
  background-color: #fff;
  transition: transform 0.4s ease, opacity 0.4s ease;
  padding-bottom: 25px;
}

.work-filter .work-filter-nav {
  /* padding: 25px; */
  background-color: inherit;
}

.work-filter-nav {
  display: flex;
  flex-direction: column;
  gap: 19px;
}

.work-filter-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.work-filter .filter-btn {
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 9999px;
  padding: 10px 22px 12px 22px;
  font-size: 25px;
  line-height: 1;
  color: #000;
  opacity: 0.5;
  transition: opacity 0.5s ease, color 0.5s ease, border-color 0.5s ease;
}

.work-filter button.filter-btn {
  cursor: auto;
}

.work-filter .filter-btn:hover {
  opacity: 1;
  border-color: #000;
  color: #000;
  outline: none;
}

.work-filter .filter-btn.active {
  opacity: 1;
  border-color: #000;
  color: #000;
}

.work-filter .filter-btn[disabled] {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}

.work-filter .filter-btn:after,
.work-filter-dropdown .filter-btn:after {
  content: none;
}

.work-filter-dropdown {
  display: flex;
  flex-wrap: wrap;
  column-gap: 22px;
  row-gap: 11px;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity 0.5s ease;
}

.work-filter-dropdown.is-visible {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.work-filter-dropdowns {
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
}

.work-filter-dropdowns .work-filter-dropdown {
  grid-column: 1;
  grid-row: 1;
}

.work-filter-dropdown--static.work-filter-dropdown--static-hidden {
  display: none !important;
}

.work-filter-dropdown .filter-btn {
  padding: 0;
  border: 0;
  opacity: 0.5;
  color: rgba(0, 0, 0, 0.8);
}

.work-filter-dropdown .filter-btn.is-current {
  opacity: 1;
  color: #000;
}

.work-filter-dropdown .filter-btn:hover,
.work-filter-dropdown .filter-btn:focus {
  opacity: 1;
  color: #000;
}

.work-filter--open .work-filter-dropdown[aria-hidden='false'] {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

@media (max-width: 767px) {
  .work-filter-buttons {
    /* flex-direction: column; */
    gap: 7px;
    align-items: flex-start;
  }

  .work-filter .filter-btn {
    font-size: 15px;
    padding: 6px 12px;
  }

  .work-filter-dropdown {
    row-gap: 7px;
    column-gap: 10px;
  }

  .work-filter-dropdown .filter-btn {
    padding: 0;
  }
}

.single-project .wrapper {
  overflow: unset;
}

.single-project .sticky-box {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 99;
  /* mix-blend-mode: difference; */
  transition: transform 0.4s ease, opacity 0.4s ease;
  pointer-events: none;
  background-color: #fff;
}

.single-project .sticky-box .categories-container {
  padding: 25px;
}

.single-project .sticky-box .categories-container a {
  pointer-events: all;
}

.single-project .sticky-box.info-box--visible,
.work-filter.info-box--visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.single-project .sticky-box.info-box--hidden,
.work-filter.info-box--hidden {
  opacity: 0;
  transform: translateY(-100%);
  pointer-events: none;
}

.sticky-box .categories-container {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  padding-top: 31px;
}

.sticky-box .categories-container a {
  display: block;
  background: transparent;
  border: 1px solid #1d1d1b;
  border-radius: 9999px;
  padding: 12px 20px 15px;
  font-size: 22px;
  line-height: 1;
  color: #1d1d1b;
  transition: all 0.5s ease;
}

.sticky-box .categories-container a:hover {
  background-color: #1d1d1b;
  color: #fff;
}

.sticky-box .categories-container a:after {
  content: none;
}

.page-template-template-work .post-boxes-section > .container,
.tax-projectcategories .post-boxes-section > .container,
.tax-project_sector .post-boxes-section > .container {
  max-width: unset;
}

@media (max-width: 767px) {
  .theme-dark .header.fixed {
    background-color: #fff;
  }

  .theme-dark.nav-active .header.fixed {
    background-color: #231f20;
  }

  .single-project .sticky-box,
  .work-filter {
    top: 65px;
    overflow: auto;
  }

  .sticky-box .categories-container,
  .work-filter .work-filter-nav {
    /* flex-direction: column; */
    gap: 7px;
    padding-top: 19px;
  }

  .single-project .sticky-box .categories-container {
    padding: 19px 30px;
  }

  .work-filter-nav {
    margin-top: 80px;
  }

  .work-filter
    .work-filter-nav
    .sticky-box
    .categories-container
    .category-container:last-of-type {
    padding-right: 30px;
  }

  .sticky-box .categories-container a {
    display: inline-block;
    padding: 8px 12px 10px;
  }

  .single-project .sticky-box .categories-container a span {
    display: block;
    width: max-content;

    font-size: 15px;
  }
}
