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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

elements-of-type(html5-block) {
  display: block;
}

/* All components are belong to here */
/*** MEDIA QUERIES ***/
@font-face {
  font-family: 'Apercu-Light';
  src: url("../font/Apercu-Light.eot?#iefix") format("embedded-opentype"), url("../font/Apercu-Light.otf") format("opentype"), url("../font/Apercu-Light.woff") format("woff"), url("../font/Apercu-Light.ttf") format("truetype"), url("../font/Apercu-Light.svg#Apercu-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Apercu';
  src: url("../font/Apercu.eot?#iefix") format("embedded-opentype"), url("../font/Apercu.otf") format("opentype"), url("../font/Apercu.woff") format("woff"), url("../font/Apercu.ttf") format("truetype"), url("../font/Apercu.svg#Apercu-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'edneue';
  src: url("../font/edneue.eot?#iefix") format("embedded-opentype"), url("../font/edneue.woff") format("woff"), url("../font/edneue.ttf") format("truetype"), url("../font/edneue.svg#edneue") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'fontello';
  src: url("../font/fontello.eot?29017396");
  src: url("../font/fontello.eot?29017396#iefix") format("embedded-opentype"), url("../font/fontello.woff?29017396") format("woff"), url("../font/fontello.ttf?29017396") format("truetype"), url("../font/fontello.svg?29017396#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}

/************ BASE ************/
html {
  font-size: 62.5%;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

body {
  position: relative;
  font-family: 'Apercu-Light';
  font-weight: 200;
  font-style: normal;
  -webkit-text-size-adjust: 100%;
  /* Prevent font scaling in landscape while allowing user zoom */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-animation: fadein 0.7s;
  -moz-animation: fadein 0.7s;
  -ms-animation: fadein 0.7s;
  -o-animation: fadein 0.7s;
  animation: fadein 0.7s;
}

html.active, body.active {
  /*overflow: hidden;
    	height: 100%;*/
}

h1 {
  line-height: 60px;
}

h2 {
  font-family: 'Apercu';
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  margin: 0 29px 2px 0;
}

@media only all and (min-width: 768px) {
  h2 {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 12px;
  }
}

@media only all and (min-width: 1024px) {
  h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media only all and (min-width: 1600px) {
  h2 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

@media only all and (min-width: 1920px) {
  h2 {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

h2 a {
  font-size: inherit;
}

.post-details h2 {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 6px;
}

@media only all and (min-width: 1600px) {
  .post-details h2 {
    font-size: 30px;
    font-size: 3rem;
    margin-bottom: 0.7em;
  }
}

@media only all and (min-width: 1920px) {
  .post-details h2 {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

a {
  cursor: pointer;
  text-decoration: none;
  border-bottom: 1px solid;
}

a:hover {
  border-bottom: none;
}

a:visited,
a:hover,
a:active {
  color: inherit;
}

p,
a,
ul,
span {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}

@media only all and (min-width: 1024px) {
  p,
  a,
  ul,
  span {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media only all and (min-width: 1600px) {
  p,
  a,
  ul,
  span {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media only all and (min-width: 1920px) {
  p,
  a,
  ul,
  span {
    font-size: 20px;
    font-size: 2rem;
  }
}

ol {
  margin-top: 100px;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

p.hits {
  margin-bottom: 1em;
}

@media only all and (min-width: 768px) {
  p.hits {
    margin-bottom: 1.5em;
  }
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

/************ /BASE ************/
/************ LAYOUT ************/
.embed-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

/*** PRELOADER ***/
.bg {
  display: table;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999999;
}

.bg .loader-container {
  display: table-cell;
  vertical-align: middle;
}

.bg .loader-container .loader {
  width: 30px;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  -webkit-animation: pulsate 0.8s infinite ease-in-out;
  -moz-animation: pulsate 0.8s infinite ease-in-out;
  animation: pulsate 0.8s infinite ease-in-out;
}

/*** /PRELOADER ***/
/*** HEADER ***/
.logo {
  text-decoration: none;
  border-bottom: none;
  line-height: 1;
  top: -300px;
  /* For fixed and overlay menus */
}

.logo:before {
  font-family: 'edneue';
  font-size: 60px;
  content: 'a';
}

@media only all and (min-width: 1024px) {
  .logo:before {
    font-size: 66px;
  }
}

@media only all and (min-width: 1600px) {
  .logo:before {
    font-size: 92px;
  }
}

@media only all and (min-width: 1920px) {
  .logo:before {
    font-size: 92px;
  }
}

.logo.fixed {
  position: absolute;
  top: 20px;
  left: 20px;
}

.fade-in-container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  position: fixed;
  top: 0;
  width: 100%;
  padding: 50px 0 40px 10px;
  z-index: 2400;
  display: none;
}

@media only all and (min-width: 768px) {
  .fade-in-container {
    padding: 50px 0 40px 10px;
  }
}

@media only all and (min-width: 1024px) {
  .fade-in-container {
    padding: 20px 0 20px 20px;
  }
}

.fade-in-container.front-page {
  z-index: 2400;
}

.fade-in-container.active {
  background: transparent;
  /*display: flex !important;*/
}

.fade-in-container.inactive {
  visibility: hidden;
  pointer-events: none;
}

.fade-in-container .logo {
  width: 0;
  left: 10px;
  top: 20px;
  display: none;
}

.fade-in-container .logo:before {
  font-size: 60px;
}

@media only all and (min-width: 1024px) {
  .fade-in-container .logo {
    display: block;
  }
}

.fade-in-container .hamburger {
  display: block;
}

.hamburger {
  position: fixed;
  right: 20px;
  top: 20px;
  height: 27px;
  width: 35px;
  cursor: pointer;
  display: block;
}

.hamburger span {
  border: none;
  height: 3px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .35s ease;
  cursor: pointer;
}

.hamburger span:nth-of-type(2) {
  top: 11px;
}

.hamburger span:nth-of-type(3) {
  top: 22px;
}

@media only all and (min-width: 768px) {
  .hamburger {
    top: 30px;
    right: 30px;
    width: 35px;
  }
}

@media only all and (min-width: 1024px) {
  .hamburger {
    top: 30px;
    right: 30px;
    width: 40px;
    display: none;
  }
}

.hamburger.active {
  display: block;
}

.hamburger.active span {
  background: #fff;
}

.hamburger.active span.top {
  -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
  -moz-transform: translateY(11px) translateX(0) rotate(45deg);
  transform: translateY(11px) translateX(0) rotate(45deg);
}

.hamburger.active span.middle {
  opacity: 0;
}

.hamburger.active span.bottom {
  -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
  -moz-transform: translateY(-11px) translateX(0) rotate(-45deg);
  transform: translateY(-11px) translateX(0) rotate(-45deg);
}

.header {
  position: absolute;
  padding-top: 0;
  padding-bottom: 10px;
  height: 80px;
  width: 100%;
  z-index: 9999;
}

@media only all and (min-width: 1024px) {
  .header {
    padding-bottom: 15px;
    height: 100px;
  }
}

.header a {
  text-decoration: none;
  border-bottom: none;
}

.header .inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  /*@include justify-content(space-between);*/
  -webkit-align-items: center;
  align-items: center;
}

@media only all and (min-width: 1600px) {
  .header .inner {
    padding: 60px 110px 0;
  }
}

@media only all and (min-width: 1920px) {
  .header .inner {
    padding: 96px 180px;
  }
}

.header.fixed {
  position: absolute;
  width: 100%;
  z-index: 1;
}

@media only all and (min-width: 1024px) {
  .header.fixed {
    position: fixed;
  }
}

.header.active {
  position: fixed;
  z-index: 2500;
}

.header.active .inner {
  padding: 0 80px;
}

.header.active .menu-desktop {
  opacity: 0;
}

.header.active .logo {
  color: #fff;
  position: fixed;
  top: 20px;
  left: 30px;
  opacity: 0;
}

.header.active .logo:before {
  font-size: 60px;
}

@media only all and (min-width: 1600px) {
  .header.active .logo {
    opacity: 1;
    left: 20px;
  }
}

.header .menu-desktop {
  display: none;
}

@media only all and (min-width: 1024px) {
  .header .menu-desktop {
    display: block;
    float: right;
  }
}

.header .menu-desktop ul li {
  display: inline;
  margin-right: 30px;
}

.header .menu-desktop ul li a:hover {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.header .menu-desktop ul li.current-menu-item a {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  font-weight: bold;
}

@media only all and (min-width: 1024px) {
  .header .menu-desktop ul li a {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media only all and (min-width: 1600px) {
  .header .menu-desktop ul li a {
    font-size: 20px;
    font-size: 2rem;
  }
}

#main-nav {
  width: 100%;
  font-size: 20px;
  font-size: 2rem;
}

#main-nav .hamburger {
  position: absolute;
  right: 20px;
  top: 20px;
  height: 27px;
  width: 35px;
  cursor: pointer;
  display: block;
}

#main-nav .hamburger span {
  border: none;
  height: 3px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .35s ease;
  cursor: pointer;
}

#main-nav .hamburger span:nth-of-type(2) {
  top: 11px;
}

#main-nav .hamburger span:nth-of-type(3) {
  top: 22px;
}

@media only all and (min-width: 768px) {
  #main-nav .hamburger {
    top: 40px;
    right: 30px;
    width: 35px;
    /*opacity: 0;*/
  }
}

@media only all and (min-width: 1024px) {
  #main-nav .hamburger {
    position: fixed;
    top: 30px;
    right: 30px;
    width: 40px;
    opacity: 0;
  }
}

#main-nav .hamburger.active {
  opacity: 1;
}

#main-nav .hamburger.active span {
  background: #fff;
}

#main-nav .hamburger.active span.top {
  -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
  -moz-transform: translateY(11px) translateX(0) rotate(45deg);
  transform: translateY(11px) translateX(0) rotate(45deg);
}

#main-nav .hamburger.active span.middle {
  opacity: 0;
}

#main-nav .hamburger.active span.bottom {
  -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
  -moz-transform: translateY(-11px) translateX(0) rotate(-45deg);
  transform: translateY(-11px) translateX(0) rotate(-45deg);
}

#main-nav .hamburger.non-fixed {
  position: absolute;
}

/*** /HEADER ***/
.invisible-hero {
  min-height: 78px;
}

@media only all and (min-width: 1024px) {
  .invisible-hero {
    min-height: 65px;
  }
}

@media only all and (min-width: 1600px) {
  .invisible-hero {
    min-height: 123px;
  }
}

@media only all and (min-width: 1600px) {
  .invisible-hero {
    min-height: 150px;
  }
}

.hero {
  width: 100%;
  height: 40vh;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  overflow: hidden;
  z-index: 0;
  position: relative;
}

@media only all and (min-width: 768px) {
  .hero {
    height: 40vh;
  }
}

@media only all and (min-width: 1024px) {
  .hero {
    height: 80vh;
  }
}

.hero .hero-title {
  display: table-cell;
  vertical-align: middle;
  width: 90%;
  position: relative;
  z-index: 9999;
  max-width: 1720px;
  /*&.video {
			h1 {
				margin-top: 50px;
				@include breakpoint(tablet) {
					margin-top: 0;
				}
				@include breakpoint(desktop) {
					margin-top: 30%;
				}
			}
		}*/
}

.hero .hero-title h1, .hero .hero-title p, .hero .hero-title a {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.3;
  color: #fff;
}

@media only all and (max-width: 320px) {
  .hero .hero-title h1, .hero .hero-title p, .hero .hero-title a {
    font-size: 21px;
    font-size: 2.1rem;
  }
}

@media only all and (min-width: 768px) {
  .hero .hero-title h1, .hero .hero-title p, .hero .hero-title a {
    font-size: 42px;
    font-size: 4.2rem;
    font-size: 5vw;
    /*line-height: 40px;
				margin-top: 82px;*/
  }
}

@media only all and (min-width: 1024px) {
  .hero .hero-title h1, .hero .hero-title p, .hero .hero-title a {
    font-size: 46px;
    font-size: 4.6rem;
    font-size: 3.6vw;
  }
}

.hero .hero-title.absolute {
  position: absolute;
  margin-top: 10%;
  z-index: 99;
  padding: 80px;
  width: 90%;
}

@media only all and (min-width: 1024px) {
  .hero .hero-title.absolute {
    width: 80%;
    margin-top: 50px;
  }
}

.hero .hero-title.absolute h1, .hero .hero-title.absolute p, .hero .hero-title.absolute a {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.5;
  color: #fff;
}

@media only all and (min-width: 768px) {
  .hero .hero-title.absolute h1, .hero .hero-title.absolute p, .hero .hero-title.absolute a {
    font-size: 30px;
    font-size: 3rem;
  }
}

@media only all and (min-width: 1024px) {
  .hero .hero-title.absolute h1, .hero .hero-title.absolute p, .hero .hero-title.absolute a {
    font-size: 60px;
    font-size: 6rem;
  }
}

.hero .hero-title.front-page {
  /*position: absolute;
			top: 50%;*/
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 78vh;
  padding: 0px 31px;
}

@media only all and (min-width: 768px) {
  .hero .hero-title.front-page {
    padding: 0px 100px;
    height: 84vh;
  }
}

@media only all and (min-width: 1024px) {
  .hero .hero-title.front-page {
    padding: 0 95px;
  }
}

@media only all and (min-width: 1600px) {
  .hero .hero-title.front-page {
    padding: 0 300px 0 0;
  }
}

@media only all and (min-width: 1920px) {
  .hero .hero-title.front-page {
    padding: 0 200px 0 0;
  }
}

.hero .hero-title-inner {
  display: table;
  width: 100%;
  height: 100%;
  max-width: 1720px;
  margin: 0 auto;
  padding: 20px;
  /*@include breakpoint(tablet) {
			padding: 30px;
		}
		@include breakpoint(desktop) {
			padding: 80px;
		}
		@include breakpoint(wide-desktop) {
			padding: $desktopWidePadding;
		}*/
}

.hero .hero-title-inner.absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  min-height: 100%;
  width: 100%;
  padding: 0;
  display: block;
}

.hero.flexible {
  height: 300px;
  min-height: 0;
  padding-bottom: 56%;
  z-index: 0;
}

@media only all and (min-width: 768px) {
  .hero.flexible {
    padding-bottom: 59%;
  }
}

@media only all and (min-width: 1024px) {
  .hero.flexible {
    height: 0;
    padding-bottom: 56%;
  }
}

@media only all and (min-width: 1600px) {
  .hero.flexible {
    padding-bottom: 47%;
  }
}

.hero.flexible .hero-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 260px;
  padding: 0px 31px;
  height: 100%;
  padding: 0 45px 0 31px;
  /*@include breakpoint(wide-desktop){
				height: 45vh;
				padding: 0;
			}*/
}

@media only all and (min-width: 768px) {
  .hero.flexible .hero-title {
    height: 40vh;
    padding: 0 70px;
    padding: 0 0 0 100px;
    height: 100%;
  }
}

@media only all and (min-width: 1024px) {
  .hero.flexible .hero-title {
    padding: 0 0 0 125px;
    height: 100%;
  }
}

@media only all and (min-width: 1600px) {
  .hero.flexible .hero-title {
    padding: 0 0 0 110px;
  }
}

@media only all and (min-width: 1920px) {
  .hero.flexible .hero-title {
    padding: 0 0 0 180px;
  }
}

.hero.video {
  height: 0;
}

@media only all and (min-width: 768px) {
  .hero.video {
    padding-bottom: 56%;
  }
}

@media only all and (min-width: 1024px) {
  .hero.video {
    height: 0;
    padding-bottom: 56%;
  }
}

@media only all and (min-width: 1600px) {
  .hero.video {
    padding-bottom: 56%;
  }
}

.hero.video .hero-title {
  z-index: 30000;
}

@media only all and (min-width: 768px) {
  .hero.slicked {
    height: 100vh;
  }
}

@media only all and (min-width: 1024px) {
  .hero.slicked {
    height: 100vh;
  }
}

.hero.full-height {
  height: 100vh;
  position: absolute;
  top: 0;
}

@media only all and (min-width: 768px) {
  .hero.full-height {
    height: 100vh;
  }
}

@media only all and (min-width: 1024px) {
  .hero.full-height {
    height: 100vh;
    position: fixed;
  }
}

.hero .embed-container {
  position: absolute;
  padding-bottom: 56.25%;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}

.hero object,
.hero embed,
.hero iframe,
.hero video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Hide video hero on small screens and show fallback image instead */
@media only all and (min-width: 768px) {
  .video-desktop-container {
    opacity: 1;
  }
}

/* Fallback image for the hero video */
.mobile-fallback-image {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

@media only all and (min-width: 1024px) {
  .mobile-fallback-image {
    opacity: 0;
  }
}

.mobile-fallback-image img {
  height: 100%;
}

.wrapper {
  width: 100%;
  position: relative;
  z-index: 999;
}

.wrapper.no-hero {
  top: 3vh;
  margin-top: 0;
}

.wrapper.no-hero .inner {
  padding: 0 20px;
}

@media only all and (min-width: 768px) {
  .wrapper.no-hero .inner {
    padding: 0 30px;
  }
}

@media only all and (min-width: 1024px) {
  .wrapper.no-hero .inner {
    padding: 0 80px;
  }
}

.wrapper.front-page {
  position: relative;
  top: 100vh;
  z-index: 1;
}

@media only all and (min-width: 768px) {
  .wrapper.front-page {
    top: 100vh;
  }
}

@media only all and (min-width: 1024px) {
  .wrapper.front-page {
    top: 100vh;
  }
}

.inner {
  max-width: 1720px;
  margin: 0 auto;
  padding: 20px;
}

@media only all and (min-width: 768px) {
  .inner {
    padding: 30px;
  }
}

@media only all and (min-width: 1024px) {
  .inner {
    padding: 30px;
  }
}

@media only all and (min-width: 1600px) {
  .inner {
    padding: 70px 110px 50px;
  }
}

@media only all and (min-width: 1920px) {
  .inner {
    padding: 90px 180px 70px;
    max-width: 1920px;
  }
}

.row {
  margin: 0 0 31px 0;
}

@media only all and (min-width: 1024px) {
  .row {
    margin: 30px 0;
  }
}

@media only all and (min-width: 1600px) {
  .row {
    margin: 40px 0 60px 0;
  }
}

@media only all and (min-width: 1920px) {
  .row {
    margin: 40px 0 60px 0;
  }
}

.row.medium {
  margin: 0 0 12px 0;
}

@media only all and (min-width: 768px) {
  .row.medium {
    margin: 12px 0;
  }
}

@media only all and (min-width: 1024px) {
  .row.medium {
    margin: 30px 0 10px;
  }
  .row.medium:last-of-type {
    margin-bottom: 50px;
  }
}

@media only all and (min-width: 1600px) {
  .row.medium {
    margin: 40px 0 60px 0;
  }
}

@media only all and (min-width: 1920px) {
  .row.medium {
    margin: 40px 0 60px 0;
  }
}

.row.border:first-of-type {
  border-bottom: 3px solid;
  padding: 0 0 30px 0;
}

@media only all and (min-width: 768px) {
  .row.border:first-of-type {
    padding: 0 0 30px;
  }
}

@media only all and (min-width: 1024px) {
  .row.border:first-of-type {
    padding: 0 0 30px 0;
  }
}

@media only all and (min-width: 1600px) {
  .row.border:first-of-type {
    padding: 0 0 50px 0;
  }
}

/*** FOOTER ***/
#footer .inner {
  padding: 0 20px 20px;
}

@media only all and (min-width: 768px) {
  #footer .inner {
    padding: 0 30px 45%;
  }
}

@media only all and (min-width: 1024px) {
  #footer .inner {
    padding: 0 30px;
  }
}

@media only all and (min-width: 1600px) {
  #footer .inner {
    padding: 0 110px;
  }
}

@media only all and (min-width: 1920px) {
  #footer .inner {
    padding: 0 180px;
  }
}

#footer .footer-container {
  border-top: 3px solid;
  padding: 30px 0;
}

@media only all and (min-width: 768px) {
  #footer .footer-container {
    padding: 43px 0 100px 0;
  }
}

@media only all and (min-width: 1024px) {
  #footer .footer-container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}

#footer .footer-container .footer-column {
  width: 100%;
  margin-bottom: 20px;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

@media only all and (min-width: 768px) {
  #footer .footer-container .footer-column {
    width: 48%;
    float: left;
  }
  #footer .footer-container .footer-column:not(:first-of-type) {
    float: right;
    margin: 0 0 34px 3%;
  }
}

@media only all and (min-width: 1024px) {
  #footer .footer-container .footer-column {
    width: 25%;
    margin: 0 0 20px;
  }
}

/*** /FOOTER ***/
/************ /LAYOUT ************/
/************ MODULE ************/
/*** TEXT BLOCKS ***/
.column-container {
  width: 100%;
  overflow: hidden;
}

@media only all and (min-width: 1024px) {
  .column-container {
    overflow: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.column-container.xl .column {
  width: 100%;
  margin-bottom: 20px;
}

@media only all and (min-width: 1024px) {
  .column-container.xl .column {
    margin-bottom: 0;
  }
}

.column-container.ls .column {
  margin-bottom: 20px;
  padding-right: 0;
}

@media only all and (min-width: 1024px) {
  .column-container.ls .column {
    width: 25%;
    margin-bottom: 0;
  }
  .column-container.ls .column:not(:last-of-type) {
    padding-right: 45px;
  }
  .column-container.ls .column:first-of-type {
    width: 66%;
  }
}

.column-container.mm .column {
  margin-bottom: 20px;
  padding-right: 0;
}

@media only all and (min-width: 768px) {
  .column-container.mm .column:first-of-type {
    margin-bottom: 10px;
  }
}

@media only all and (min-width: 1024px) {
  .column-container.mm .column {
    width: 50%;
    margin-bottom: 0;
  }
  .column-container.mm .column:not(:last-of-type) {
    padding-right: 20px;
  }
}

.column-container.mm-no-margin .column {
  margin-bottom: 0;
}

@media only all and (min-width: 1024px) {
  .column-container.mm-no-margin .column {
    width: 50%;
    margin-bottom: 20px;
  }
}

.column-container.sm .column {
  margin-bottom: 20px;
}

.column-container.sm .column:first-of-type {
  margin-bottom: 10px;
}

@media only all and (min-width: 768px) {
  .column-container.sm .column:first-of-type {
    margin-bottom: 10px;
  }
}

@media only all and (min-width: 1024px) {
  .column-container.sm .column {
    width: 50%;
  }
  .column-container.sm .column:first-of-type {
    width: 25%;
    margin-bottom: 0;
    padding-right: 45px;
  }
}

.column-container.mss .column {
  margin-bottom: 20px;
}

@media only all and (min-width: 768px) {
  .column-container.mss .column {
    width: 50%;
    float: left;
  }
  .column-container.mss .column:first-of-type {
    width: 100%;
  }
}

@media only all and (min-width: 1024px) {
  .column-container.mss .column {
    width: 25%;
    margin-bottom: 0;
  }
  .column-container.mss .column:not(:last-of-type) {
    padding-right: 45px;
  }
  .column-container.mss .column:first-of-type {
    width: 50%;
  }
}

.column-container.ssm .column {
  margin-bottom: 20px;
}

@media only all and (min-width: 768px) {
  .column-container.ssm .column:first-of-type, .column-container.ssm .column:nth-of-type(2) {
    width: 50%;
    float: left;
  }
  .column-container.ssm .column:last-of-type {
    clear: left;
    width: 100%;
  }
}

@media only all and (min-width: 1024px) {
  .column-container.ssm .column {
    width: 50%;
    margin-bottom: 0;
  }
  .column-container.ssm .column:not(:last-of-type) {
    padding-right: 45px;
  }
  .column-container.ssm .column:first-of-type, .column-container.ssm .column:nth-of-type(2) {
    width: 25%;
  }
  .column-container.ssm .column:last-of-type {
    width: 50%;
  }
}

.column-container.ssss .column {
  margin-bottom: 20px;
  padding-right: 0;
}

@media only all and (min-width: 768px) {
  .column-container.ssss .column {
    width: 50%;
    float: left;
  }
  .column-container.ssss .column:not(:last-of-type) {
    padding-right: 35px;
  }
}

@media only all and (min-width: 1024px) {
  .column-container.ssss .column {
    width: 25%;
    margin: 0 auto 0 0;
  }
  .column-container.ssss .column:not(:last-of-type) {
    padding-right: 45px;
  }
}

.column-container.ssss .column p:first-of-type {
  margin-bottom: 10px;
}

.column-container.page-head .column {
  margin-bottom: 20px;
}

@media only all and (min-width: 1024px) {
  .column-container.page-head .column {
    width: 50%;
    margin-bottom: 0;
  }
  .column-container.page-head .column:first-of-type {
    width: 25%;
  }
}

/*** /TEXT BLOCKS ***/
/*** EMPLOYEES ***/
.employees {
  padding: 30px 0 30px;
  margin-top: 10px;
}

@media only all and (min-width: 768px) {
  .employees {
    overflow: hidden;
    padding-bottom: 40px;
  }
}

@media only all and (min-width: 1024px) {
  .employees {
    padding-top: 0;
    margin-top: 0;
  }
}

.employees .column-employees {
  margin-bottom: 25px;
}

@media only all and (min-width: 768px) {
  .employees .column-employees {
    width: 50%;
    float: left;
  }
}

@media only all and (min-width: 1024px) {
  .employees .column-employees {
    font-size: 18px;
    font-size: 1.8rem;
    width: 25%;
    float: left;
  }
}

/*** EMPLOYEES ***/
/*** SEARCH ***/
.search-result {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 50px;
}

.search-result .search-thumbnail img {
  width: 100%;
  max-width: 370px;
  height: auto;
}

@media only all and (min-width: 1024px) {
  .search-result .search-thumbnail img {
    width: 200px;
    height: 200px;
  }
}

.search-result .search-text {
  width: 100%;
  margin-left: 0;
}

@media only all and (min-width: 768px) {
  .search-result .search-text {
    width: 75%;
  }
}

@media only all and (min-width: 1024px) {
  .search-result .search-text {
    width: 75%;
    margin-left: 50px;
  }
}

/*** /SEARCH ***/
/*** INCLUDED BLOCKS ***/
.included-container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding: 17px 0 0 0;
  width: 100%;
}

@media only all and (min-width: 1024px) {
  .included-container {
    padding: 26px 0 0;
  }
}

@media only all and (min-width: 1600px) {
  .included-container {
    padding: 0;
  }
}

.included-container div {
  width: 100%;
  margin: 0 0 10px;
}

@media only all and (min-width: 1024px) {
  .included-container div {
    width: 50%;
  }
}

.included-container.border {
  border-top: 3px solid;
  padding-top: 28px;
}

@media only all and (min-width: 1600px) {
  .included-container.border {
    padding-top: 53px;
  }
}

@media only all and (min-width: 1024px) {
  .included-container.archive {
    padding: 45px 0 65px;
  }
  .included-container.archive:last-of-type {
    padding-bottom: 0;
  }
}

@media only all and (min-width: 768px) {
  .included-container.projects {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .included-container.projects div {
    width: 48%;
  }
}

@media only all and (min-width: 1024px) {
  .included-container.projects {
    padding-top: 52px;
    -webkit-align-items: center;
    align-items: center;
  }
  .included-container.projects div {
    width: 50%;
  }
}

@media only all and (min-width: 1600px) {
  .included-container.projects {
    padding-top: 68px;
  }
}

.included-container .text p {
  margin-bottom: 1.4em;
}

.included-container .text p:last-of-type {
  margin-bottom: 0;
}

.news-container .title {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 14px;
}

.news-container .title div {
  width: 100%;
  margin: 0 0 10px;
}

@media only all and (min-width: 768px) {
  .news-container .title div {
    width: 50%;
  }
  .news-container .title div:nth-of-type(2) {
    padding-left: 2%;
  }
}

@media only all and (min-width: 1024px) {
  .news-container .title div:nth-of-type(2) {
    padding-left: 0;
  }
}

.lighttheme .news-container h2 {
  color: #0000d9;
}

/*** /INCLUDED BLOCKS ***/
/*** Hero slider ***/
.slick-slider,
.hero-slider {
  position: relative;
  width: 100%;
  height: 40vh;
  overflow: hidden;
  margin-bottom: 0 !important;
}

.slick-slider .slick-dots,
.hero-slider .slick-dots {
  bottom: 30px;
  right: 30px;
  text-align: right;
  z-index: 999999;
}

@media only all and (min-width: 768px) {
  .slick-slider .slick-dots,
  .hero-slider .slick-dots {
    bottom: 60px;
    right: 80px;
  }
}

@media only all and (min-width: 1024px) {
  .slick-slider .slick-dots,
  .hero-slider .slick-dots {
    bottom: 60px;
    right: 80px;
  }
}

.slick-slider .slick-dots .slick-active button:before,
.slick-slider .slick-dots li button:before,
.hero-slider .slick-dots .slick-active button:before,
.hero-slider .slick-dots li button:before {
  color: #fff;
  font-size: 36px;
}

@media only all and (min-width: 768px) {
  .slick-slider,
  .hero-slider {
    height: 100vh;
  }
}

@media only all and (min-width: 1024px) {
  .slick-slider,
  .hero-slider {
    height: 100vh;
  }
}

.slick-slide,
.slick-list,
.slick-track {
  height: 100% !important;
  background-size: auto 100%;
  background-position: 0 50%;
}

@media only all and (min-width: 1024px) {
  .slick-slide,
  .slick-list,
  .slick-track {
    background-size: cover;
  }
}

@media only all and (min-width: 768px) {
  .slick-slide,
  .slick-list,
  .slick-track {
    background-size: cover;
  }
}

/*** /Hero slider ***/
.contact {
  opacity: 0;
}

.overlay-menu .menu {
  display: none;
}

/*** Overlay ***/
.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  color: #fff;
  background: rgba(0, 0, 204, 0.9);
  display: none;
  visibility: hidden;
  opacity: 0;
  /* when removing active class, fade out to 0 and make invisible after that */
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
  -webkit-transition-delay: 0s, linear;
  -moz-transition: opacity 0.5s, visibility 0s 0.5s linear;
  -o-transition: opacity 0.5s, visibility 0s 0.5s linear;
  transition: opacity 0.5s, visibility 0s 0.5s linear;
  z-index: 1000;
  overflow: hidden;
  overflow-y: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
}

@media only all and (min-width: 1024px) {
  .overlay {
    overflow-y: hidden;
  }
}

.overlay .breadcrumbs {
  display: none;
}

.overlay.active {
  visibility: visible;
  opacity: 1;
  /* when adding active class, make visibile and fade in to 1 */
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.overlay.active .inner {
  padding: 0;
}

.overlay.active .inner .breadcrumbs {
  display: none;
}

@media only all and (min-width: 1600px) {
  .overlay.active .inner .breadcrumbs {
    display: block;
    position: absolute;
    top: 34px;
    left: 105px;
  }
  .overlay.active .inner .breadcrumbs span a {
    color: #fff;
  }
  .overlay.active .inner .breadcrumbs span a span {
    color: #fff;
  }
}

.overlay.active .inner .overlay-menu .menu {
  display: block;
  position: absolute;
  top: 9%;
  left: 5%;
  width: 100%;
}

@media only all and (min-width: 768px) {
  .overlay.active .inner .overlay-menu .menu {
    top: 20%;
    left: 25%;
  }
}

.overlay.active .inner .overlay-menu .menu ul li a {
  color: #fff;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.4;
}

@media only all and (max-width: 320px) {
  .overlay.active .inner .overlay-menu .menu ul li a {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media only all and (min-width: 768px) {
  .overlay.active .inner .overlay-menu .menu ul li a {
    font-size: 42px;
    font-size: 4.2rem;
  }
}

@media only all and (min-width: 1024px) {
  .overlay.active .inner .overlay-menu .menu ul li a {
    font-size: 42px;
    font-size: 4.2rem;
  }
}

@media only all and (min-width: 1600px) {
  .overlay.active .inner .overlay-menu .menu ul li a {
    font-size: 50px;
    font-size: 5rem;
  }
}

@media only all and (min-width: 1920px) {
  .overlay.active .inner .overlay-menu .menu ul li a {
    font-size: 60px;
    font-size: 6rem;
  }
}

.overlay.active .inner .overlay-menu .contact {
  opacity: 1;
  width: 100%;
  position: absolute;
  left: 10%;
  top: 55%;
  color: #fff;
}

@media only all and (max-width: 320px) {
  .overlay.active .inner .overlay-menu .contact {
    top: 60%;
    padding-bottom: 1.5em;
  }
}

@media only all and (min-width: 768px) {
  .overlay.active .inner .overlay-menu .contact {
    font-size: 16px;
    font-size: 1.6rem;
    top: 68%;
    left: 50%;
  }
}

@media only all and (min-width: 1024px) {
  .overlay.active .inner .overlay-menu .contact {
    top: 79%;
    left: 50%;
    width: 50%;
  }
}

.overlay.active .inner .overlay-menu .contact a {
  color: #fff;
}

.overlay.active .inner .overlay-menu .contact div {
  width: 100%;
  float: left;
}

.overlay.active .inner .overlay-menu .contact div:nth-of-type(2) {
  margin-top: 25px;
}

@media only all and (min-width: 768px) {
  .overlay.active .inner .overlay-menu .contact div {
    width: 100%;
  }
}

@media only all and (min-width: 1024px) {
  .overlay.active .inner .overlay-menu .contact div {
    width: 42%;
    margin-right: 2em;
  }
  .overlay.active .inner .overlay-menu .contact div:nth-of-type(2) {
    margin-top: 0;
  }
}

.overlay.active .inner .overlay-search.visible .overlay-menu {
  display: none;
}

.overlay.active .inner .overlay-search input {
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 32px;
  color: #fff;
  margin: 55px 0 0 30px;
  width: 85vw;
}

@media only all and (min-width: 768px) {
  .overlay.active .inner .overlay-search input {
    margin: 198px 50% 0;
    font-size: 42px;
    width: 49vw;
  }
}

@media only all and (min-width: 1024px) {
  .overlay.active .inner .overlay-search input {
    margin: 230px 50%;
    width: 45vw;
  }
}

@media only all and (min-width: 1600px) {
  .overlay.active .inner .overlay-search input {
    margin: 190px 50%;
    font-size: 50px;
  }
}

@media only all and (min-width: 1920px) {
  .overlay.active .inner .overlay-search input {
    margin: 210px 50%;
    font-size: 60px;
  }
}

.overlay.active .inner .overlay-search ::-webkit-input-placeholder {
  color: #fff;
}

.overlay.active .inner .overlay-search :-moz-placeholder {
  color: #fff;
}

.overlay.active .inner .overlay-search ::-moz-placeholder {
  color: #fff;
}

.overlay.active .inner .overlay-search :-ms-input-placeholder {
  color: #fff;
}

/*** /Overlay ***/
.info-scroll {
  width: 100%;
  padding: 10px 30px 10px 30px;
  height: 90px;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
}

.info-scroll time {
  margin-right: 20px;
}

.info-scroll.absolute {
  top: 0;
  z-index: -1;
}

.info-scroll .scroller {
  margin: 0 auto;
}

@media only all and (max-width: 768px) {
  .info-scroll .scroller {
    text-align: center;
    padding: 10px 20px 20px 20px;
  }
}

@media only all and (min-width: 768px) {
  .info-scroll .scroller {
    padding: 20px 20px 10px 0;
  }
}

@media only all and (min-width: 1024px) {
  .info-scroll .scroller {
    text-align: center;
    padding: 25px 80px 15px 80px;
  }
}

@media only all and (min-width: 1600px) {
  .info-scroll .scroller {
    padding: 20px 100px 15px 100px;
  }
}

@media only all and (min-width: 1920px) {
  .info-scroll .scroller {
    padding: 20px 80px 15px 80px;
    max-width: 1720px;
  }
}

.info-scroll .scroller a {
  border-bottom: none;
  color: #000;
}

.post-details {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  border-bottom: 3px solid;
}

@media only all and (min-width: 768px) {
  .post-details {
    padding-top: 22px;
  }
}

@media only all and (min-width: 1024px) {
  .post-details {
    padding: 0 0 33px 0;
    margin: 19px 0 -16px 0;
  }
}

@media only all and (min-width: 1600px) {
  .post-details {
    padding: 0 0 69px 0;
    margin: 55px 0 83px 0;
  }
}

.post-details div {
  line-height: 1.5;
  margin-bottom: 25px;
  font-size: 16px;
  font-size: 1.6rem;
}

@media only all and (min-width: 1024px) {
  .post-details div {
    width: 50%;
    margin-bottom: 0;
  }
  .post-details div:first-of-type {
    padding-top: 41px;
  }
}

@media only all and (min-width: 1600px) {
  .post-details div {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .post-details div:first-of-type {
    padding-top: 66px;
  }
}

@media only all and (min-width: 1920px) {
  .post-details div {
    font-size: 20px;
    font-size: 2rem;
  }
}

.post-details p {
  margin-bottom: 1.6em;
}

/*** THUMBNAIL GALLERIES ***/
.thumbnail-gallery {
  margin-top: 0;
}

@media only all and (min-width: 1024px) {
  .thumbnail-gallery {
    margin-top: 30px;
  }
}

.thumbnails {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only all and (min-width: 768px) {
  .thumbnails {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}

@media only all and (min-width: 1024px) {
  .thumbnails {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}

.thumbnails .thumbnail {
  width: 100%;
  margin-bottom: 28px;
  margin-top: 2px;
}

.news-container .thumbnails .thumbnail {
  margin-bottom: 34px;
}

@media only all and (min-width: 768px) {
  .thumbnails .thumbnail {
    width: 48%;
    margin-bottom: 40px;
  }
}

@media only all and (min-width: 1024px) {
  .thumbnails .thumbnail {
    width: 25%;
  }
}

.thumbnails .thumbnail a {
  text-decoration: none;
  margin-top: 25px;
}

.thumbnails .thumbnail a:hover {
  text-decoration: underline;
}

body.darktheme .thumbnails .thumbnail a {
  color: #fff;
}

.thumbnails .thumbnail p {
  margin-top: 12px;
  margin-right: 30px;
}

.thumbnails .thumbnail h3 {
  margin-top: 12px;
}

.thumbnails .thumbnail .caption-head {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}

@media only all and (min-width: 1024px) {
  .thumbnails .thumbnail .caption-head {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media only all and (min-width: 1600px) {
  .thumbnails .thumbnail .caption-head {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media only all and (min-width: 1920px) {
  .thumbnails .thumbnail .caption-head {
    font-size: 20px;
    font-size: 2rem;
  }
}

.thumbnails .thumbnail .caption-text {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}

@media only all and (min-width: 1600px) {
  .thumbnails .thumbnail .caption-text {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/*** /THUMBNAIL GALLERIES ***/
/*** READ MORE LINK ***/
.read-more,
#load-more {
  margin: 0;
}

@media only all and (min-width: 768px) {
  .read-more,
  #load-more {
    margin: 0 0 0 52%;
  }
}

@media only all and (min-width: 1024px) {
  .read-more,
  #load-more {
    margin: 0 0 0 50%;
  }
}

@media only all and (min-width: 1600px) {
  .read-more,
  #load-more {
    margin-bottom: 40px;
  }
}

.front-page .read-more, .front-page
#load-more {
  display: inline-block;
  margin-bottom: 26px;
}

@media only all and (min-width: 768px) {
  .front-page .read-more, .front-page
  #load-more {
    margin-bottom: 0;
  }
}

@media only all and (min-width: 1024px) {
  .front-page .read-more, .front-page
  #load-more {
    margin-bottom: 20px;
  }
}

#load-more {
  font-family: 'Apercu-Light';
  border: 0;
  background: transparent;
  outline: 0;
  color: #00c;
  font-size: 20px;
  cursor: pointer;
  border-bottom: 1px solid;
  padding: 0;
}

#load-more:hover {
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

#ajax-load-more {
  margin: 20px 0 40px;
}

.alm-reveal {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.alm-reveal li {
  width: 100%;
  margin-bottom: 50px;
  list-style-type: none;
}

.alm-reveal li a {
  text-decoration: none;
  border-bottom: none;
}

.alm-reveal li a:hover {
  border-bottom: 1px solid;
}

.alm-reveal li h3 {
  margin-top: 22px;
  margin-right: 30px;
}

.alm-reveal li p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  margin-right: 30px;
}

.alm-reveal li p:first-of-type {
  margin-top: 22px;
}

@media only all and (min-width: 768px) {
  .alm-reveal li {
    width: 48%;
  }
}

@media only all and (min-width: 1024px) {
  .alm-reveal li {
    width: 25%;
  }
}

/*** /READ MORE LINK ***/
/*** FEATURED GALLERIES ***/
.featured-gallery .item {
  float: none;
  width: 100%;
  height: 0;
  padding-top: 50%;
  background-position: center center;
  background-size: cover;
  position: relative;
}

@media only all and (min-width: 1024px) {
  .featured-gallery .item {
    float: left;
    display: inline-block;
    width: 50%;
    padding-top: 25%;
  }
}

.featured-gallery .item:hover .caption {
  opacity: 1;
}

.featured-gallery .caption {
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}

.featured-gallery .caption p {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

/*** /FEATURED GALLERIES ***/
/************ /MODULE ************/
/************ THEME ************/
.featured-gallery .caption {
  background: #00c;
  color: #fff;
}

.info-scroll {
  background: #fff;
}

form {
  background: rgba(0, 0, 204, 0.9);
}

.overlay-search form {
  height: 100vh;
}

.header .inner {
  background: transparent !important;
}

.news-container {
  background: #fff;
}

.caption.news {
  color: #00c;
}

.caption.project {
  color: #000;
}

.lighttheme {
  /*** PRELOADER ***/
  /*** /PRELOADER ***/
}

.lighttheme .hamburger span {
  background: #fff;
}

.lighttheme .fade-in-container .logo:before {
  color: #000;
}

.lighttheme .fade-in-container .hamburger span {
  background: #00c;
}

.lighttheme .fade-in-container.active {
  background: transparent;
}

.lighttheme .fade-in-container.active .logo:before {
  color: #fff;
}

.lighttheme .fade-in-container.active .hamburger span {
  background: #fff;
}

.lighttheme .wrapper,
.lighttheme #footer {
  background: #faf7f2;
  padding-top: 12px;
}

@media only all and (min-width: 768px) {
  .lighttheme .wrapper,
  .lighttheme #footer {
    padding-top: 0;
  }
}

.lighttheme a {
  color: #00c;
}

.lighttheme .header a {
  color: #fff;
}

.lighttheme .header.on-top a {
  color: #000;
}

.lighttheme .header.active a {
  color: #fff;
}

.lighttheme .hero-title a,
.lighttheme .hero-title h1 {
  color: #fff;
}

.lighttheme .hero-title a:hover {
  background: #fff;
  color: #00c;
}

.lighttheme .bg {
  background: #faf7f2;
}

.lighttheme .loader {
  background-color: #000;
}

.darktheme {
  /*.fade-in-container {
		background: rgba(0, 0, 0, 0.5);
		.hamburger {
			span {
				background: $white;
			}
		}
		&.active {
			background: transparent;
		}
		.logo {
			&:before {
				color: $white;
			}
		}
		.hamburger {
			span {
				background: $white;
			}
		}
	}*/
  /*** PRELOADER ***/
  /*** /PRELOADER ***/
}

.darktheme .hamburger span {
  background: #fff;
}

.darktheme .wrapper,
.darktheme .inner,
.darktheme #footer {
  background: #000;
  color: #fff;
}

.darktheme .header a,
.darktheme .header a:visited {
  color: #fff;
}

.darktheme a,
.darktheme a:visited {
  color: #fff;
}

.darktheme .hero-title {
  color: #fff;
}

.darktheme .bg {
  background: #000;
}

.darktheme .loader {
  background-color: #fff;
}

.whitetheme {
  /*.fade-in-container {
		background: rgba(255, 255, 255, 0.5);
		&.active {
			background: transparent;
			.logo {
				&:before {
					color: $white;
				}
			}
			.hamburger {
				span {
					background: $white;
				}
			}
		}
		.logo {
			&:before {
				color: $black;
			}
		}
	}*/
  /*** PRELOADER ***/
  /*** /PRELOADER ***/
}

.whitetheme .hamburger span {
  background: #000;
}

.whitetheme .hamburger.themecolor span {
  background: #000;
}

.whitetheme .header.active .logo:before {
  color: #fff;
}

.whitetheme .overlay .breadcrumbs {
  color: #fff;
}

.whitetheme .wrapper,
.whitetheme #wrapper,
.whitetheme .inner,
.whitetheme #footer {
  background: #fff;
  color: #000;
}

.whitetheme .header a,
.whitetheme .header a:visited {
  color: #000;
}

.whitetheme a,
.whitetheme a:visited {
  color: #000;
}

.whitetheme .hero-title a,
.whitetheme .hero-title h1 {
  color: #fff;
}

.whitetheme .bg {
  background: #fff;
}

.whitetheme .loader {
  background-color: #000;
}

.bluetheme {
  /*.fade-in-container {
		background: rgba(255, 255, 255, 0.5);
		.hamburger {
			span {
				background: $blue;
			}
		}
		&.active {
			background: transparent;
			.logo {
				&:before {
					color: $white;
				}
			}
			.hamburger {
				span {
					background: $white;
				}
			}
		}
		.logo {
			&:before {
				color: $blue;
			}
		}
	}*/
  /*** PRELOADER ***/
  /*** /PRELOADER ***/
}

.bluetheme .hamburger span {
  background: #00c;
}

.bluetheme .wrapper,
.bluetheme #wrapper,
.bluetheme .inner,
.bluetheme #footer {
  background: #fff;
  color: #00c;
}

.bluetheme .header a,
.bluetheme .header a:visited {
  color: #00c;
}

.bluetheme .header.active a {
  color: #fff;
}

.bluetheme .hero-title a,
.bluetheme .hero-title h1 {
  color: #fff;
}

.bluetheme .bg {
  background: #fff;
}

.bluetheme .loader {
  background-color: #00c;
}

.blue-font {
  color: #00c;
}

/* Approach and The Agency */
.bluefonttheme .wrapper {
  background: #faf7f2;
  color: #000;
}

.bluefonttheme .header a,
.bluefonttheme .header a:visited {
  color: #fff;
}

.bluefonttheme .hero-title a,
.bluefonttheme .hero-title h1 {
  color: #fff;
}

/************ /THEME ************/
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-o-keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-moz-keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-ms-keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-o-keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: rotate(45deg);
    opacity: 0.5;
  }
  50% {
    -webkit-transform: rotate(45deg);
    opacity: 1.0;
  }
  100% {
    -webkit-transform: rotate(45deg);
    opacity: 0.5;
  }
}

@-moz-keyframes pulsate {
  0% {
    transform: rotate(45deg);
    opacity: 0.5;
  }
  50% {
    transform: rotate(45deg);
    opacity: 1.0;
  }
  100% {
    transform: rotate(45deg);
    opacity: 0.5;
  }
}

@-ms-keyframes pulsate {
  0% {
    -ms-transform: rotate(45deg);
    opacity: 0.5;
  }
  50% {
    -ms-transform: rotate(45deg);
    opacity: 1.0;
  }
  100% {
    -ms-transform: rotate(45deg);
    opacity: 0.5;
  }
}

@-o-keyframes pulsate {
  0% {
    transform: rotate(45deg);
    opacity: 0.5;
  }
  50% {
    transform: rotate(45deg);
    opacity: 1.0;
  }
  100% {
    transform: rotate(45deg);
    opacity: 0.5;
  }
}

@keyframes pulsate {
  0% {
    transform: rotate(45deg);
    opacity: 0.5;
  }
  50% {
    transform: rotate(45deg);
    opacity: 1.0;
  }
  100% {
    transform: rotate(45deg);
    opacity: 0.5;
  }
}

.hero.video, .hero.flexible, .hero .embed-container, .hero iframe, .hero.video .preview-loop .mobile-preview {
  width: 100%;
  height: 60vh;
  min-height: 300px;
  padding-bottom: 0 !important;
}

@media only all and (min-width: 768px) {
  .hero.video, .hero.flexible, .hero .embed-container, .hero iframe, .hero.video .preview-loop .mobile-preview {
    height: 80vh;
    min-height: 400px;
  }
}

@media only all and (min-width: 1024px) {
  .hero.video, .hero.flexible, .hero .embed-container, .hero iframe, .hero.video .preview-loop .mobile-preview {
    height: 85vh;
    min-height: 500px;
  }
}

@media only all and (min-width: 1600px) {
  .hero.video, .hero.flexible, .hero .embed-container, .hero iframe, .hero.video .preview-loop .mobile-preview {
    height: 90vh;
  }
}

.hero .embed-container {
  position: static;
  top: auto;
  left: auto;
}

.hero iframe {
  position: static;
  top: auto;
  left: auto;
}

.hero.video {
  position: relative;
  background: black;
}

.hero.video .hero-title-inner.no-events {
  pointer-events: none;
}

.hero.video .preview-loop {
  transition: all .35s ease;
}

.hero.video .preview-loop video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1000;
  overflow: hidden;
}

.hero.video .preview-loop .mobile-preview {
  background-size: cover;
  background-position: center center;
}

.hero.video .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 90px;
  height: 90px;
  border-radius: 50%;
  cursor: pointer;
}

.hero.video .play-button:after {
  content: "b";
  display: block;
  font-family: "edneue";
  font-size: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 80px;
  height: 80px;
  color: white;
  transition: all .35s ease;
}

.hero.video .play-button:hover:after {
  color: #0000d9;
}

.hero.video.playing .preview-loop,
.hero.video.playing .play-button {
  opacity: 0;
}

.hero.video .video-theater {
  display: none;
  z-index: 0;
}

.hero.video .video-theater iframe {
  pointer-events: none;
}

.hero.video .video-theater .close-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 90px;
  height: 90px;
  background: black;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  z-index: 300000;
}

.hero.video .video-theater .close-button:after {
  content: "b";
  display: block;
  font-family: "edneue";
  font-size: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 80px;
  height: 80px;
  color: white;
  transition: all .35s ease;
}

.hero.video .video-theater .close-button:hover:after {
  color: #0000d9;
}

.hero.playing {
  min-height: 0;
}

.hero.invisible-hero {
  height: 0;
}

.header {
  z-index: 99999;
}

.header .menu-item a {
  transition: color 0.4s ease;
}

.header.active {
  position: fixed;
  z-index: 9999999;
}

.bg {
  transition: background 0.3s ease;
  z-index: 9999 !important;
}

.bg .loader-container {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.bg .loader-container .loader {
  transition: background 0.3s ease;
}

.wrapper.front-page {
  position: relative;
  z-index: 0;
}

.wrapper.front-page.loaded {
  z-index: 999999 !important;
}

.fade-in-container {
  position: fixed;
  z-index: 9999999 !important;
}

.overlay {
  z-index: 9999998 !important;
}

.rotator {
  position: relative;
}

.rotator > p {
  position: absolute;
}

/*
.rotator > p:first-child {
  -webkit-animation: copy-1 6s infinite;
  -moz-animation: copy-1 6s infinite;
  -o-animation: copy-1 6s infinite;
  animation: copy-1 6s infinite;
}

.rotator > p:nth-child(2) {
  -webkit-animation: copy-2 6s infinite;
  -moz-animation: copy-2 6s infinite;
  -o-animation: copy-2 6s infinite;
  animation: copy-2 6s infinite;
}

@-webkit-keyframes copy-1 {
  0%   { opacity: 0; }
  15%  { opacity: 1; }
  20%  { opacity: 1; }
  30%  { opactiy: 1; }
  45%  { opacity: 1; }
  50%  { opacity: 0; }
  60%  { opacity: 0; }
  70%  { opacity: 0; }
  80%  { opactiy: 0; }
  90%  { opacity: 0; }
  100% { opacity: 0; }
}

@-moz-keyframes copy-1 {
  0%   { opacity: 0; }
  15%  { opacity: 1; }
  20%  { opacity: 1; }
  30%  { opactiy: 1; }
  45%  { opacity: 1; }
  50%  { opacity: 0; }
  60%  { opacity: 0; }
  70%  { opacity: 0; }
  80%  { opactiy: 0; }
  90%  { opacity: 0; }
  100% { opacity: 0; }
}

@-o-keyframes copy-1 {
  0%   { opacity: 0; }
  15%  { opacity: 1; }
  20%  { opacity: 1; }
  30%  { opactiy: 1; }
  45%  { opacity: 1; }
  50%  { opacity: 0; }
  60%  { opacity: 0; }
  70%  { opacity: 0; }
  80%  { opactiy: 0; }
  90%  { opacity: 0; }
  100% { opacity: 0; }
}

@keyframes copy-1 {
  0%   { opacity: 0; }
  15%  { opacity: 1; }
  20%  { opacity: 1; }
  30%  { opactiy: 1; }
  45%  { opacity: 1; }
  50%  { opacity: 0; }
  60%  { opacity: 0; }
  70%  { opacity: 0; }
  80%  { opactiy: 0; }
  90%  { opacity: 0; }
  100% { opacity: 0; }
}

@-webkit-keyframes copy-2 {
  0%   { opacity: 0; }
  10%  { opacity: 0; }
  20%  { opacity: 0; }
  30%  { opactiy: 0; }
  40%  { opacity: 0; }
  50%  { opacity: 0; }
  55%  { opacity: 1; }
  70%  { opacity: 1; }
  80%  { opactiy: 1; }
  95%  { opacity: 1; }
  100% { opacity: 0; }
}

@-moz-keyframes copy-2 {
  0%   { opacity: 0; }
  10%  { opacity: 0; }
  20%  { opacity: 0; }
  30%  { opactiy: 0; }
  40%  { opacity: 0; }
  50%  { opacity: 0; }
  55%  { opacity: 1; }
  70%  { opacity: 1; }
  80%  { opactiy: 1; }
  95%  { opacity: 1; }
  100% { opacity: 0; }
}

@-o-keyframes copy-2 {
  0%   { opacity: 0; }
  10%  { opacity: 0; }
  20%  { opacity: 0; }
  30%  { opactiy: 0; }
  40%  { opacity: 0; }
  50%  { opacity: 0; }
  55%  { opacity: 1; }
  70%  { opacity: 1; }
  80%  { opactiy: 1; }
  95%  { opacity: 1; }
  100% { opacity: 0; }
}

@keyframes copy-2 {
  0%   { opacity: 0; }
  10%  { opacity: 0; }
  20%  { opacity: 0; }
  30%  { opactiy: 0; }
  40%  { opacity: 0; }
  50%  { opacity: 0; }
  55%  { opacity: 1; }
  70%  { opacity: 1; }
  80%  { opactiy: 1; }
  95%  { opacity: 1; }
  100% { opacity: 0; }
}
*/