/*
    Theme Name: WIS17 INGEA
    Version: 1.0
    Author: WIS17.agency
*/
/*------------------------------------*\
    Reset
\*------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

html,
body {
  height: 100%;
}

/* clear */
.clear:before,
.clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}

.clear {
  *zoom: 1;
}

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

a {
  color: inherit;
  text-decoration: none !important;
}

a:hover,
a:active,
a:focus {
  outline: 0;
  color: inherit;
}

input:focus {
  outline: 0;
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2c3a6e;
  font-family: "bebas-neue", sans-serif;
}

h1 {
  font-size: 80px;
}

h2 {
  font-size: 60px;
}

h3 {
  font-size: 35px;
  line-height: 1;
}

h4 {
  font-size: 30px;
}

h5 {
  font-size: 25px;
  line-height: 1;
}

ul {
  list-style: none;
  padding: 0;
}

p {
  margin-bottom: 10px;
}

b,
strong {
  font-weight: 700;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
body {
  font-family: "source-sans-pro", sans-serif;
  font-size: 20px;
  color: #95989a;
}

.grid {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  pointer-events: none;
}

.grid.fixed {
  left: 70px;
  right: 70px;
  z-index: 0;
}

.grid .grid-container {
  width: 100%;
  height: 100%;
  border-right: 1px solid rgba(222, 222, 222, 0.5);
}

.grid .grid-col {
  float: left;
  width: 12.5%;
  height: 100%;
  border-left: 1px solid rgba(222, 222, 222, 0.5);
}

.main-container {
  padding-top: 5%;
  padding-bottom: 5%;
  position: relative;
  min-height: calc(100vh - 40px);
}

.home .main-container {
  padding-top: 0%;
}

.wrapper {
  overflow: hidden;
}

.no-gutter > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.blue-text {
  color: #2c3a6e;
}

.white-text {
  color: #fff;
}

.blue {
  background-color: #2c3a6e;
  color: #fff;
  background-image: url(images/next-white.png);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 95% center;
}

.button {
  padding: 25px 35px 25px 15px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 25px;
  width: auto;
  font-weight: 600;
  clear: both;
  position: relative;
  -webkit-transition: 0.01s 0.23s ease-out all;
  transition: 0.01s 0.23s ease-out all;
  overflow: hidden;
  border: none;
  outline: none;
  font-size: 0.85em;
  z-index: 1;
}

.button:before {
  content: none;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 55%;
  background: rgba(32, 32, 32, 0.35);
  z-index: 0;
  -webkit-transition: 0.3s ease-in all;
  transition: 0.3s ease-in all;
}

.button:after {
  content: "";
  position: absolute;
  left: -5%;
  top: 0;
  height: 100%;
  width: 5%;
  background: white;
  z-index: 0;
  -webkit-transition: 0.4s 0.02s ease-in all;
  transition: 0.4s 0.02s ease-in all;
}

.button:hover {
  cursor: pointer;
  color: #fff;
}

.button:hover:before {
  left: 100%;
  width: 25%;
}

.button:hover:after {
  left: 100%;
  width: 70%;
}

.main {
  margin-left: 70px;
  margin-right: 70px;
  position: relative;
}

.home header .main {
  margin-right: 0;
}

#home-slideshow .item {
  padding-right: 70px;
}

.slider {
  height: 100vh;
}

.slider .item {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.slider .item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.slider .caption {
  position: absolute;
  top: 45%;
  width: 50%;
  background-color: #fff;
  padding-left: 2%;
  padding-right: 4%;
  padding-top: 1em;
  padding-bottom: 1em;
  z-index: 1;
}

.slider .caption:after {
  content: "";
  position: absolute;
  width: 35px;
  height: 62px;
  background: url(images/next.png) no-repeat center;
  bottom: 1.5em;
  right: 1.5em;
}

.slider .caption .sub {
  margin-bottom: 2%;
  font-weight: 300;
}

.item-bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: right top;
}

.slide-links {
  position: absolute;
  right: -70px;
  bottom: 0;
  text-align: right;
  width: 50%;
  z-index: 1;
}

.slide-links .button.blue {
  background-image: none;
  padding-left: 25px;
  padding-right: 25px;
}

.section {
  float: left;
  width: 100%;
  position: relative;
}

.home .main .section:first-child {
  margin-top: 0;
}

.section.plain {
  padding-bottom: 2em;
  padding-top: 2em;
}

/* .section.plain:first-child {
  padding-top: 0;
} */
.section.plain.columns-2 .inner.ori-column,
.section.plain.columns-3 .inner.ori-column {
  width: 75%;
}
.section.plain.columns-2 .inner,
.section.plain.columns-3 .inner,
.section.plain.columns-1 .inner {
  margin-right: 12.5%;
}

.section.text {
  padding-top: 5%;
  padding-bottom: 5%;
  margin-top: 5%;
  margin-bottom: 3%;
}

.section.text-image,
.section.columns,
.section.projects {
  padding-top: 5%;
}

.section.text-image:first-child {
  padding-bottom: 5%;
}

.section p {
  margin-bottom: 20px;
}

.section .inner {
  position: relative;
  margin-left: 12.5%;
  line-height: 1.35;
  z-index: 2;
  width: 62.5%;
}
.section.w-full .inner {
  width: 75%;
}
.section.text-image .inner {
  width: 87.5%;
}
.section.full.projects .inner {
  width: 100%;
}

.section.full .inner {
  margin-left: 0;
}

.section .inner:after {
  content: "";
  clear: both;
  display: table;
}

.section.ori-before:before {
  content: "";
  position: absolute;
  top: 0;
  left: 12.5%;
  right: 0;
  bottom: 0;
  background-image: url(images/a.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  opacity: 0.25;
}
.tags a:focus {
  color: #2c3a6e;
}
.ori-tags {
  display: none;
}
.ori-tags.tag-show {
  display: block;
}
.section.ori-before.ori-none:before {
  content: none;
}
.section.text.left-3 .inner,
.section.columns.left-3 .inner,
.section.left-3 .col.first-col {
  margin-left: 37.5%;
}
.section .inner.right-3,
.section.text.right-3 .inner,
.section.columns.right-3 .inner,
.section.right-3 .col.last-col {
  margin-right: 37.5%;
}

.section.text.left-2 .inner,
.section.columns.left-2 .inner,
.section.left-2 .col.first-col {
  margin-left: 25%;
}
.section .inner.right-2,
.section.text.right-2 .inner,
.section.columns.right-2 .inner,
.section.right-2 .col.last-col {
  margin-right: 25%;
}

.section .inner.left-1,
.section.text.left-1 .inner,
.section.columns.left-1 .inner,
.section.left-1 .col.first-col {
  margin-left: 12.5%;
}
.section .inner.right-1 .section.text.right-1 .inner,
.section.columns.right-1 .inner,
.section.right-1 .col.last-col {
  margin-right: 12.5%;
}
.section .inner.left-3 {
  margin-left: 50%;
}
.section .inner.left-2 {
  margin-left: 37.5%;
}
.section .inner.left-1 {
  margin-left: 25%;
}
.section h3.s-title {
  margin-bottom: 30px;
}

.span-7 {
  width: 87.5%;
}

.span-6 {
  width: 75%;
}

.span-5 {
  width: 57.2%;
}

.span-4 {
  width: 50%;
}

.span-3 {
  width: 42.8%;
}

.span-2 {
  width: 25%;
}

.col {
  float: left;
  padding-right: 5%;
}

.f-right {
  float: right;
}

.f-left {
  float: left;
}

.f-right.no-space {
  margin-right: -70px;
}

.content.f-right {
  padding-left: 0.5em;
}

.content.f-left {
  padding-right: 0.5em;
}

.text-image img {
  width: 100%;
}
.text-image .text ul {
  list-style: square;
  margin-left: 20px;
}

.text-image .text ul li {
  margin-bottom: 0.5em;
}

.text-image .first-col {
  float: left;
  padding-right: 40px;
}

.text-image .last-col {
  float: right;
}

.columns .col {
  float: left;
  padding: 0 15px;
}

.columns-1 .col {
  padding: 0;
}

.columns .col h4 {
  color: #95989a;
  margin-bottom: 30px;
  line-height: 1;
}

.columns-3 .col {
  width: 33.3333%;
}

.columns-2 .col {
  width: 50%;
}

.columns-4 .col {
  width: 25%;
}

.projects .s-title {
  margin-left: 12.5%;
}

.projects .content {
  display: flex;
  flex-wrap: wrap;
}

.projects .item {
  width: 33.333%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.projects .item-title {
  max-width: 80%;
  background-color: rgba(255, 255, 255, 0.8);
}

.home .projects .item {
  width: 50%;
  /* height: 460px; */
}

.home .projects .item-title {
  background-color: #fff;
  max-width: 50%;
}

.projects .project {
  width: 100%;
  height: 100%;
  padding-bottom: 0;
}

.item-title {
  position: absolute;
  top: 50%;
  right: 0;
  background-color: #fff;
  padding: 0.5em 3em 0.5em 1em;
  max-width: 50%;
  line-height: 1.2;
  background-image: url(images/next.png);
  background-size: 24px;
  background-position: 95% center;
  background-repeat: no-repeat;
}

#popup {
  position: relative;
  background: #fff;
  padding: 70px 70px 40px;
  width: 100%;
  height: 100%;
  margin: 0;
  background-image: url(images/a.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  overflow: hidden;
}

#popup:before {
  content: "";
  position: absolute;
  width: 70px;
  height: 50%;
  top: 0;
  left: 0;
  background: url(images/logo_ingea.png) no-repeat left top;
  background-size: contain;
}

.popup-address {
  position: absolute;
  width: 100%;
  height: 40px;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: #2c3a6e;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 40px;
  overflow: hidden;
  display: block;
  text-align: center;
}
footer {
  width: 100%;
  background-color: #2c3a6e;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
}
.home .projects .tags {
  display: none;
}
.popup-address:before {
  content: "";
  position: absolute;
  width: 113px;
  height: 16px;
  left: 0;
  top: 50%;
  background-image: url(images/ingea_logo_149.png);
  background-repeat: no-repeat;
  background-position: 15px center;
  background-size: contain;
  transform: translateY(-50%);
}

.popup-address span:nth-child(2) {
  background-color: #fff;
  color: #2c3a6e;
}

.popup-carousel {
  padding-left: 12.5%;
  width: calc(100% + 70px);
}
.popup-carousel > .owl-nav {
  top: -70px;
  bottom: unset;
}

.popup-carousel > .owl-nav div {
  height: 70px;
  line-height: 70px;
  cursor: pointer;
}
@media only screen and (max-width: 1899px) {
  .popup-carousel > .owl-nav {
    top: -40px;
    bottom: unset;
  }

  .popup-carousel > .owl-nav div {
    height: 40px;
    line-height: 40px;
  }
}
.project .item-inner,
.project .project-carousel-item {
  height: 100%;
  width: 100%;
}

.project-carousel-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
}

.project .item-content,
.project .project-desc {
  width: calc(((100% - 70px) / 7) * 2);
}

.project .item-content {
  float: left;
  min-height: 50%;
  position: relative;
  z-index: 1;
  margin-top: 8%;
  font-size: 18px;
}

.project .item-content .title {
  width: fit-content;
  background-color: #fff;
  padding-right: 1em;
  padding-top: 0.8em;
  padding-bottom: 1em;
  margin-bottom: 0.5em;
}

.project .item-content .title .sub {
  font-weight: 700;
  font-style: italic;
  margin-bottom: 1em;
}
.project .item-content .title h3 {
  width: max-content;
  max-width: 420px;
}
.project .item-content .columns ul {
  display: flex;
}
.project .item-content ul li {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  margin-bottom: 1em;
  color: #000;
}

.project .item-content ul li label {
  font-weight: 700;
  width: 100%;
  margin-bottom: 0.5em;
  color: #95989a;
  text-transform: uppercase;
}

.project .item-slider {
  float: left;
  width: calc(100% - (((100% - 70px) / 7) * 2));
  background: #2c3a6e;
  height: 100%;
  position: relative;
  z-index: 0;
}

a.pdf-download {
  display: block;
  width: 50px;
  height: 50px;
  background: url(images/pdf.svg) no-repeat center;
  background-size: contain;
}

.project-desc {
  color: #2c3a6e;
  padding-right: 5%;
  position: absolute;
  bottom: 0;
}

.project .tags {
  font-size: 1rem;
  margin-top: 0;
  clear: both;
  float: right;
  margin-left: 0;
}

.project .tags a {
  margin-right: 5px;
  margin-bottom: 10px;
  display: inline-block;
  padding: 5px 15px;
  background: rgba(0, 0, 0, 0.05);
  color: rgb(149, 152, 154);
}

.logo {
  position: fixed;
  top: 0;
  left: 0;
  width: 70px;
  background-color: #2c3a6e;
  bottom: 55%;
  padding: 15px;
  z-index: 1044;
}

body.popup-opening .logo {
  visibility: hidden;
}

#logo {
  display: block;
  margin-left: 5px;
  margin-right: 5px;
}

.menu-toggle {
  display: block;
  margin-bottom: 24px;
  outline: none !important;
  margin-left: -3px;
  margin-right: -3px;
}

.menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  overflow: auto;
  background: #fff;
}

.menu .inner {
  min-height: 100%;
  position: relative;
}

.menu .row {
  margin-left: 0;
  margin-right: 0;
  position: relative;
  background: #2c3a6e;
  color: #fff;
  padding-bottom: 30px;
  min-height: 50vmin;
}

.menu .group {
  position: relative;
  margin-left: 15%;
  padding: 10vh 0 0;
}

.menu .group::after {
  content: "";
  display: table;
  clear: both;
}

.menu .group > ul {
  float: left;
  width: 100%;
}

.menu .group > ul > li {
  float: left;
  width: 33.333%;
  font-weight: bold;
  text-transform: uppercase;
  padding-right: 5%;
}

.menu .group > ul > li > ul > li {
  font-weight: 400;
  padding: 8px 0;
  line-height: 1.3;
  text-transform: lowercase;
}
.menu .group > ul > li > ul > li:first-letter {
  text-transform: uppercase;
}
.menu .group > ul > li > ul {
  margin-top: 0.5em;
}

.menu .group h3 {
  margin-bottom: 0.25em;
  color: inherit;
}

body.menu-opening .mfp-bg,
body.menu-opening .popup-close {
  opacity: 0;
}

body.menu-opening #section-nav {
  display: none;
}

body.menu-opening .logo {
  background-color: transparent;
}
#section-nav {
  position: fixed;
  bottom: 60px;
  z-index: 1045;
  width: 12.5%;
  font-size: 0.7em;
}
/* #section-nav {
  display: none;
} */
#section-nav ul li {
  padding: 0.5em 1em 0.5em 1.5em;
  text-transform: uppercase;
  background-color: #2c3a6e;
  color: #fff;
  margin-bottom: 0.45em;
  font-weight: 600;
  display: inline-block;
  max-width: 100%;
}

.archive .slider,
.page .slider {
  margin-left: 12.5%;
  height: auto;
}

.page.home .slider {
  margin-left: 0;
  height: 60vmin;
}

.page.home .slider .grid {
  width: calc(100% - 70px);
}

.page .slider .item,
body.archive .slider .item {
  position: relative;
  height: 0px;
  width: 100%;
  float: none;
  padding: 0 0 45%;
}

.page .slider .item img,
body.archive .slider .item img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: auto;
  min-width: 80%;
}

/* .page .slider .item img,
body.archive .slider .item img {
  height: 100%;
  max-width: none;
  object-fit: none;
  object-position: center;
} */

.page.home .slider .item {
  position: relative;
  height: 100%;
  padding: 0;
}

.white-text * {
  color: #fff;
}

.page .slider .caption,
.archive .slider .caption {
  position: absolute;
  right: 0;
  width: auto;
  background-color: #2c3a6e;
  margin-right: -70px;
  top: 100%;
  margin-top: -50px;
}

.page.home .slider .caption {
  position: absolute;
  top: 45%;
  background-color: #fff;
  padding-bottom: 1em;
  right: auto;
  max-width: calc(50% - 20px);
  width: unset;
  padding-right: 6%;
}

.page .slider .caption:after,
.archive .slider .caption:after {
  content: none;
}

.page.home .slider .caption:after {
  content: "";
  position: absolute;
  width: 35px;
  height: 62px;
  height: 35px;
  background: url(images/next.png) no-repeat center;
  top: 50%;
  top: calc(50% + 13px);
  right: 1.5em;
  transform: translateY(-50%);
}

.nav > li > a {
  padding: 0;
  background-color: transparent !important;
}

#section-nav ul li.active {
  background-color: #95989a;
}

.nav > li > a:hover,
.nav > li > a:active,
.nav > li > a:visited {
  background-color: transparent !important;
  color: inherit;
}

.plain .s-title {
  margin-bottom: 0.5em;
}

.plain h3,
.plain h4 {
  margin-bottom: 0.75em;
  margin-top: 0.25em;
}

.plain h3,
.plain h4,
.plain strong {
  color: #95989a;
}

.plain p {
  color: #757575;
  margin-bottom: 1em;
  line-height: 1.25;
}

.single-project .wrapper,
.single-project .wrapper main,
.single-project .wrapper .project {
  height: 100%;
}

.single-project .project.item {
  margin-left: 12.5%;
}

.content_column.one_half,
.content_column.one_third {
  padding-right: 40px;
}

.project {
  height: 100%;
}

.popup-close {
  width: 70px;
  height: 70px;
  line-height: 70px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 40px;
  font-family: Arial, Baskerville, monospace;
  background-color: #2c3a6e !important;
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

.project-carousel .owl-nav {
  right: 0;
  z-index: 2;
}

/* body.projects .section.projects,
body.archive .section.projects {
  padding-top: 0;
} */

/*------------------------------------*\
    PLUGINS
\*------------------------------------*/
.hamburger {
  padding: 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  width: 100%;
  outline: 0;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 100%;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 0;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

/**
 ** Squeeze
 **/
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease,
    transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

body.menu-opening .hamburger--squeeze .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

body.menu-opening .hamburger--squeeze .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

body.menu-opening .hamburger--squeeze .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease,
    transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/**
 ** Vortex
 **/
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex .hamburger-inner::before,
.hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}

.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}

body.menu-opening .hamburger--vortex .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

body.menu-opening .hamburger--vortex .hamburger-inner::before,
body.menu-opening .hamburger--vortex .hamburger-inner::after {
  transition-delay: 0s;
}

body.menu-opening .hamburger--vortex .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

body.menu-opening .hamburger--vortex .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

/*------------------------------------*\
    BOOTSTRAP OVERRIDE
\*------------------------------------*/
/*------------------------------------*\
    PAGES
\*------------------------------------*/
/*------------------------------------*\
    IMAGES
\*------------------------------------*/
/*------------------------------------*\
    TYPOGRAPHY
\*------------------------------------*/
/* font-face here */
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (max-width: 1899px) {
  h2 {
    font-size: 50px;
  }

  h4 {
    font-size: 26px;
  }

  h5 {
    font-size: 22px;
  }

  body {
    font-size: 18px;
  }

  .grid.fixed {
    left: 40px;
    right: 40px;
  }

  .main {
    margin-left: 40px;
    margin-right: 40px;
  }

  #home-slideshow .item {
    padding-right: 40px;
  }

  .page.home .slider .grid {
    width: calc(100% - 40px);
  }

  .logo {
    width: 40px;
    padding: 10px;
  }

  .menu-toggle {
    margin-bottom: 16px;
  }

  #logo {
    margin-left: 0;
    margin-right: 0;
  }

  .slide-links {
    right: -40px;
  }

  .f-right.no-space {
    margin-right: -40px;
  }

  #popup {
    padding: 40px 40px 30px;
    overflow: hidden;
  }

  .popup-close {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  .project-carousel .owl-nav div {
    width: 40px;
    height: 40px;
    background-size: 14px;
  }

  #popup:before {
    width: 40px;
  }

  .owl-nav {
    bottom: -40px;
    right: 40px;
  }

  .popup-carousel {
    width: calc(100% + 40px);
  }

  .project-carousel .owl-nav div.owl-prev {
    top: -40px;
  }

  .project-carousel .owl-nav div.owl-next {
    top: -82px;
  }

  .button {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .blue {
    background-size: 12px;
  }

  a.pdf-download {
    width: 36px;
    height: 36px;
  }

  .popup-address {
    height: 30px;
    line-height: 30px;
  }

  .owl-nav div {
    height: 30px;
    line-height: 30px;
    background-size: 10px;
  }

  .owl-nav div.owl-next {
    padding-right: 30px;
  }

  .owl-nav div.owl-prev {
    padding-left: 30px;
  }

  .page.home .slider .caption {
    margin-right: -40px;
    max-width: calc(50% - 20px);
    width: unset;
    padding-right: 10%;
  }

  .project .item-content,
  .project .project-desc {
    width: calc(((100% - 40px) / 7) * 2);
  }

  .project .item-slider {
    width: calc(100% - (((100% - 40px) / 7) * 2));
  }

  .project .item-content .columns ul {
    flex-direction: column;
  }

  .project .item-content .columns ul li {
    width: 100%;
  }
}

@media only screen and (max-width: 1199px) {
  body {
    font-size: 16px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 24px;
  }

  h5 {
    font-size: 18px;
  }

  /* .projects .item {
    height: 320px;
  } */

  .projects .project {
    height: 100%;
  }

  .owl-nav div {
    width: 18.75%;
  }

  .owl-nav div.owl-prev {
    padding-left: 30px;
  }

  .owl-nav div.owl-next {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .section .inner.ori-content {
    margin-left: 25%;
  }
}
@media only screen and (max-width: 991px) {
  .menu .group {
    margin-left: 12.5%;
  }

  .grid {
    display: none;
  }

  #section-nav ul li {
    padding-left: 1em;
  }

  #home-slideshow .item {
    padding-right: 0;
  }

  .slide-links {
    right: 0;
  }

  .section.text.right-1 .inner,
  .section.columns.right-1 .inner,
  .section.right-1 .col.last-col {
    padding-right: 0;
  }

  .page.home .slider .caption {
    width: 60%;
    background-color: rgba(255, 255, 255, 0.85);
  }

  .item-title,
  .home .projects .item-title {
    max-width: 75%;
  }

  .home .projects .item {
    height: auto;
    /* padding-bottom: 32%; */
  }

  .projects .item {
    width: 50%;
    height: auto;
    /* padding-bottom: 32%; */
  }

  .project {
    margin-left: 0;
    padding: 0 9% 20%;
    overflow: auto;
    height: 100%;
  }

  .popup-carousel .project {
    overflow: hidden;
    padding-top: 5%;
    padding-bottom: 5%;
    padding-left: 0;
    padding-right: 0;
  }

  .project .item-content {
    width: 100%;
    min-height: initial;
    margin-top: 2%;
  }

  .popup-carousel .project .item-inner{
    padding-left: 5%;
    padding-right: 5%;
    overflow: auto;
  }

  .popup-carousel .item-content {
    margin-top: 10vh;
    padding: 0 5%;
  }

  .project .item-slider {
    width: 100%;
    height: 380px;
  }

  .project .item-content .title {
    width: 100%;
    background-color: transparent;
  }

  .popup-carousel {
    margin-right: 0;
    width: 100%;
  }

  .owl-nav {
    right: 0;
  }

  .menu .group h3 {
    margin-top: 0.5em;
    margin-bottom: 1em;
  }
  .project .item-content .title h3 {
    width: 100%;
  }
  #popup .project-desc {
    position: relative;
    margin-top: 30px;
    width: 100%;
    float: right;
    padding-right: 0;
  }
  #popup .project-desc .tags a:last-child {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .popup-carousel > .owl-nav div.owl-prev {
    padding-left: 20px;
  }
  .popup-carousel > .owl-nav div.owl-next {
    padding-right: 20px;
  }
  .popup-carousel > .owl-nav {
    right: 40px;
    top: 0;
  }
  h3 {
    font-size: 30pt;
  }

  h4 {
    font-size: 25pt;
  }

  .logo {
    width: auto;
    right: 0;
    bottom: auto;
    height: 48px;
  }

  .menu-toggle {
    width: 40px;
    float: left;
    margin-bottom: 0;
    margin-top: 5px;
    margin-left: 5px;
  }

  #logo {
    float: right;
    width: 30px;
    transform: rotate(90deg);
    height: 70px;
    margin-right: 36px;
    margin-top: -20px;
  }

  .main {
    margin-left: 0;
    margin-right: 0;
  }

  .slider .caption {
    top: 25%;
    width: 80%;
  }

  .slider .caption:after {
    width: 35px;
    height: 35px;
    bottom: 0.85em;
    right: 0.85em;
  }

  .slide-links {
    right: 0;
    width: auto;
    max-width: 80%;
  }

  .section .inner {
    margin-left: 0;
    margin-left: 12.5%;
    margin-right: 12.5%;
  }

  .f-right.no-space {
    margin-right: 0;
  }

  .section.text.right-1 .inner,
  .section.columns.right-1 .inner,
  .section.right-1 .col.last-col {
    margin-right: 12.5%;
  }

  .section.text.left-2 .content,
  .section.columns.left-2 .content,
  .section.left-2 .col.first-col,
  .section.text.right-1 .content,
  .section.columns.right-1 .content,
  .section.right-1 .col.last-col {
    margin-left: 0;
    margin-right: 0;
  }

  .section.text-image .col,
  .columns .col {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 1.5em;
  }

  .section.text-image .col:last-of-type,
  .columns .col:last-of-type {
    margin-bottom: 0;
  }

  .section p:last-of-type {
    margin-bottom: 0;
  }

  .section h3.s-title {
    margin-bottom: 20px;
    line-height: 1;
  }

  .columns .col h4 {
    margin-top: 20px;
  }

  .section.full .inner {
    padding-left: 0;
    padding-right: 0;
  }

  .projects .item {
    width: 100%;
  }

  .item-title {
    background-size: 16px;
  }

  /* .projects .item {
        height: 260px;
    } */

  .popup-carousel {
    padding-left: 0;
  }

  .menu {
    left: 0;
    top: 48px;
  }

  body.menu-opening .logo {
    background-color: #2c3a6e;
  }

  .menu .group {
    margin-left: 9%;
    margin-right: 9%;
  }

  .menu .group > ul > li {
    width: 100%;
    margin-bottom: 1.5em;
  }

  .menu .popup-address {
    left: 0;
    width: 100%;
    height: 40px;
  }

  .menu .row:first-of-type,
  .menu .row:last-of-type {
    height: auto;
    padding-bottom: 2em;
  }

  .menu .inner {
    overflow: auto;
  }

  .popup-address {
    display: none;
  }

  #popup {
    padding: 0 0 40px;
  }

  #popup:before {
    content: none;
  }

  .project .item-content,
  .project .item-slider,
  .project .project-desc {
    width: 100%;
  }

  .project .item-content {
    margin-top: 10vh;
  }

  .project .item-slider {
    height: 260px;
  }

  .project .item-content .title {
    width: 95%;
  }

  #popup .project-desc {
    margin-left: 0;
    padding: 0 5%;
  }

  .popup-close {
    top: 0;
  }

  #section-nav {
    display: none;
  }

  .page .slider,
  .archive .slider {
    margin-left: 0;
    margin-top: 48px;
  }

  .page .slider .caption,
  .archive .slider .caption {
    margin-right: 0;
    padding: 1em;
  }

  .home .projects .item {
    width: 100%;
    /* padding-bottom: 56%; */
  }

  .section.text {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .section.text-image,
  .section.columns,
  .section.projects {
    padding-top: 15%;
  }

  .owl-nav div {
    width: 25%;
  }

  .columns-2 .col,
  .columns-3 .col {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .columns-1 .col {
    margin-top: 40px;
  }

  .section.plain:first-child {
    padding-top: 5em;
  }
}

@media only screen and (max-width: 579px) {
  h2 {
    font-size: 30px;
  }

  .slide-links {
    max-width: 90%;
  }

  header .button {
    margin-top: 0;
  }

  .button {
    margin-top: 25px;
  }

  .page.home .slider .caption:after {
    content: none;
  }

  .page.home .slider .caption {
    max-width: none;
  }

  .menu .group {
    padding: 5vh 0;
  }

  .menu .group h3 {
    margin-bottom: 0.5em;
  }

  footer {
    line-height: 1.5;
    padding: 15px;
  }
}

@media only screen and (max-width: 479px) {
  .owl-nav div {
    width: 35%;
  }
}

@media only screen and (max-width: 350px) {
  .owl-nav div {
    width: 45%;
  }
}

/*------------------------------------*\
    MISC
\*------------------------------------*/
::selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}

::-webkit-selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.sticky {
}

.bypostauthor {
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
.tags > span {
  padding: 5px 15px;
  background: rgba(0, 0, 0, 0.05);
  margin-right: 15px;
  margin-bottom: 10px;
  display: inline-block;
}
.tags > span.clear-filter {
  cursor: pointer;
  font-weight: 700;
  visibility: hidden;
}
.tags > span.clear-filter.visible {
  visibility: visible;
}
.tags a,
.tags a:active,
.tags a:visited {
  color: inherit !important;
}
.tags a.active {
  color: #2c3a6e !important;
}
.tags {
  margin-bottom: 30px;
  margin-left: 12.5%;
}
