@font-face {
  font-family: 'Averta_Light';
  src: url("../fonts/Averta_Light.woff") format("woff"); }

@font-face {
  font-family: 'Averta_Black';
  src: url("../fonts/Averta_Black.woff") format("woff"); }

html {
  height: 100%;
  box-sizing: border-box; }

html, button, input, select, textarea,
.pure-g [class*="pure-u"] {
  /* Set your content font stack here: */
  font-family: 'Alegreya Sans', sans-serif; }

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

.wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.content {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.hidden {
  display: none !important; }

body {
  background-image: url("../images/back-pattern/debut_light.png");
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  height: 100%;
  min-height: 100%; }

.preloader-gif {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/preloader.gif) center no-repeat #fff; }

/* TYPOGRAPHY */
.soft {
  color: #555; }

.h1-big {
  font-size: 4em; }

.h2-big {
  font-size: 3em; }

/* NAVIGATION BETWEEN PROJECTS */
.project-navgation {
  position: relative; }

.nav-next {
  position: absolute;
  right: 0; }

.nav-prev, .nav-next {
  background-color: transparent; }

/* NAVIGATION */
svg, img.social {
  vertical-align: middle; }

nav {
  z-index: 51;
  position: relative; }

nav ul {
  float: right;
  margin-right: 20px; }

nav li a.thinner {
  width: 70px; }

#mhlogo {
  display: inline-block; }

div#mhlogo img {
  display: inline-block;
  float: left;
  max-height: 60px;
  z-index: 0;
  position: relative;
  margin: 10px 0 0 0; }

.slick-slider [class^="slide-"], .slick-slider [class*=" slide-"] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 760px; }

.slick-slider .slide-1 .slide__caption,
.slick-slider .slide-2 .slide__caption,
.slick-slider .slide-3 .slide__caption,
.slick-slider .slide-4 .slide__caption {
  color: white;
  position: relative;
  left: 55px;
  top: 150px; }
  .slick-slider .slide-1 .slide__caption p.caption_line_1,
  .slick-slider .slide-2 .slide__caption p.caption_line_1,
  .slick-slider .slide-3 .slide__caption p.caption_line_1,
  .slick-slider .slide-4 .slide__caption p.caption_line_1 {
    font-family: 'Averta_Black';
    font-size: 2.3em;
    margin: 0; }
  .slick-slider .slide-1 .slide__caption p.caption_line_2,
  .slick-slider .slide-2 .slide__caption p.caption_line_2,
  .slick-slider .slide-3 .slide__caption p.caption_line_2,
  .slick-slider .slide-4 .slide__caption p.caption_line_2 {
    font-family: 'Averta_Light';
    font-size: 1.7em;
    text-transform: uppercase;
    margin: 0; }

.bounceInRight {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  -webkit-animation-duration: .8s;
          animation-duration: .8s; }

.slick-slider .slide-1 .one,
.slick-slider .slide-2 .one,
.slick-slider .slide-3 .one,
.slick-slider .slide-4 .one {
  -webkit-animation-delay: 1s;
          animation-delay: 1s; }

.slick-slider .slide-1 .two,
.slick-slider .slide-2 .two,
.slick-slider .slide-3 .two,
.slick-slider .slide-4 .two {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s; }

.slick-slider .slide-1 .three,
.slick-slider .slide-2 .three,
.slick-slider .slide-3 .three,
.slick-slider .slide-4 .three {
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s; }

/*
 * HOMEPAGE FOOTER SLOGAN
 */
.mc1 {
  color: orange; }

.mc2 {
  color: grey; }

.mc3 {
  color: white; }

.slick-slider .slide-1 {
  background-image: url("../images/slider/glavni1_fin.jpg"); }

.slick-slider .slide-2 {
  background-image: url("../images/slider/glavni2_fin.jpg"); }

.slick-slider .slide-3 {
  background-image: url("../images/slider/glavni3_fin.jpg"); }

.slick-slider .slide-4 {
  background-image: url("../images/slider/glavni4_fin.jpg"); }

.slick-slider .slide-5 {
  background-image: url("../images/slider/glavni5_fin.jpg"); }

.slick-slider .slide-6 {
  background-image: url("../images/slider/glavni6_fin.jpg");
  background-position: center 0%; }

#owl-awards .item img {
  display: inline-block;
  width: 100%;
  height: auto;
  vertical-align: middle; }

.white-stripe {
  position: relative;
  height: 110px;
  background-color: white; }

.container {
  background: #111111;
  margin: 0 auto;
  overflow: hidden;
  clear: both; }

.container-lpad {
  padding-left: 3.8em;
  padding-right: 3.8em; }

.scroll-content {
  overflow: auto;
  position: relative;
  padding: 0 8px 20px 0;
  margin-bottom: 1em;
  height: 300px; }

.title-line {
  position: relative;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  box-shadow: 0 2px 2px -2px rgba(201, 201, 201, 0.7); }

.post-title {
  display: inline-block;
  vertical-align: middle; }

.post-date {
  margin-right: 1em;
  color: #111;
  display: inline-block;
  vertical-align: middle; }

.date {
  float: right;
  margin-right: 20px;
  padding-top: 1em;
  color: #222; }

.social-icons-row {
  margin: 1em 0; }

.social-icons-row span {
  margin-right: .4em; }

/* PHOTO GRID */
#flex-photos figure {
  max-width: 25%;
  float: left; }
  #flex-photos figure img {
    max-width: 100%; }

#photos {
  /* Prevent vertical gaps */
  font-size: 0;
  line-height: 0;
  -webkit-column-count: 4;
     -moz-column-count: 4;
          column-count: 4;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0; }

#photos img, .blog-entry img {
  /* Just in case there are inline attributes */
  width: 100% !important;
  height: auto !important; }

figure.effect-duke {
  position: relative;
  text-align: center;
  overflow: hidden;
  background: linear-gradient(to right, rgba(52, 73, 94, 0.8), rgba(204, 96, 85, 0.4), rgba(255, 249, 240, 0));
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-perspective: 0;
          perspective: 0; }

figure.effect-duke figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.25;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

figure.effect-duke img,
figure.effect-duke p {
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s; }

/**
 * BUG SOLVED
 * fixes small image flash, before doing transition effect!
 */
figure.effect-duke img {
  image-rendering: optimizeQuality; }

figure.effect-duke:hover img,
figure.effect-duke.hover img {
  opacity: 0.1;
  -webkit-transform: scale3d(2, 2, 1);
          transform: scale3d(2, 2, 1); }

figure.effect-duke h2 {
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: scale3d(0.8, 0.8, 1);
          transform: scale3d(0.8, 0.8, 1);
  -webkit-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
          transform-origin: 50% 100%; }

figure.effect-duke p {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 20px;
  padding: 1em;
  border: 2px solid #fff;
  text-transform: none;
  font-size: 1.4em;
  opacity: 0;
  -webkit-transform: scale3d(0.8, 0.8, 1);
          transform: scale3d(0.8, 0.8, 1);
  -webkit-transform-origin: 50% -100%;
      -ms-transform-origin: 50% -100%;
          transform-origin: 50% -100%; }

figure.effect-duke:hover h2,
figure.effect-duke.hover h2,
figure.effect-duke:hover p,
figure.effect-duke.hover p {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1); }

.blog-entry-link {
  text-decoration: none;
  color: #222; }

.blog-entry {
  background-color: white;
  opacity: 1;
  transition: opacity 0.1s linear; }
  .blog-entry p {
    color: #111; }

.blog-date {
  margin-top: 0;
  color: grey;
  font-size: small; }

.blog-title {
  color: #111;
  font-size: 1.5em; }

.blog-in-entry {
  padding: .5em; }

.author {
  font-weight: bold;
  font-size: .8em; }

.main-blog-content {
  margin-right: 3em; }

figure {
  width: 100%;
  margin: 0; }

figure {
  margin: 0;
  position: relative;
  display: block; }

figure img {
  display: block;
  position: relative;
  z-index: 10;
  max-width: 100%;
  height: auto; }

figure figcaption {
  display: block;
  position: absolute;
  z-index: 5; }

figure h3 {
  color: #fff;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 10px; }

figure span {
  color: #b2cce1;
  display: block;
  line-height: 1.2; }

figure a.close-caption {
  display: block;
  position: absolute;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  font-size: 24px;
  font-weight: 700;
  color: #315a7d; }

figure a.close-caption.hidden {
  display: none; }

#effect-3 a.close-caption {
  bottom: 10px;
  right: 10px; }

#effect-3 figure {
  background-color: #eee; }

#effect-3 figure figcaption {
  width: 100%;
  bottom: 0;
  left: 0; }

#effect-3 figure img {
  transition: all 0.3s; }

.no-touchevents #effect-3 figure:hover img,
#effect-3 figure.hover img {
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5); }

.c {
  max-width: 80%;
  margin: 0 auto; }

.side-padded {
  padding: 0.8em 1.5em; }

.in-blog .side-padded {
  padding: 0 3em; }

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

.white-text {
  color: white; }

section.who-we-are {
  overflow: hidden;
  padding: 100px 0;
  clear: left;
  max-width: 80%;
  margin: 0 auto; }
  section.who-we-are h3 {
    font-size: 1.33em;
    text-align: center; }
  section.who-we-are h2 {
    text-align: center;
    margin-bottom: 100px;
    margin-top: 0;
    font-size: 2.5em; }
  section.who-we-are h4 {
    font-weight: bold;
    margin-bottom: 1em; }
  section.who-we-are p {
    line-height: 1.5em; }
  section.who-we-are .narrow-p {
    padding: 0 1.1em; }
  section.who-we-are .special-red {
    color: #ff4136; }

#approach p,
#approach h4 {
  font-size: 1.1em; }

.b-black {
  background-color: #111;
  color: white; }

.b-white {
  background-image: url("../images/back-pattern/debut_light.png");
  color: black; }

section#blog {
  background-image: url("../images/main/blog_fin.jpg");
  background-size: cover; }
  section#blog .in-blog {
    min-height: 330px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: white; }
    section#blog .in-blog h4 {
      text-transform: uppercase;
      margin-bottom: 1em; }
    section#blog .in-blog h3 {
      margin: 1em 0; }
    section#blog .in-blog p {
      font-size: 1.2em;
      line-height: 1.3em; }

.flex-center {
  height: 470px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around; }

.expand-2 {
  padding: 2em 0; }

.expand-5 {
  padding: 5em 0; }

.expand-7 {
  padding: 7em 0; }

.cnt {
  margin: 0 auto; }

.cnt-65 {
  width: 70%; }

.cnt-80 {
  width: 80%; }

.cnt-90 {
  width: 90%; }

.about-1 .h1-big {
  margin: 0.2em; }

.about-1 {
  background-image: url(../images/about/about1-opt.jpg);
  background-position: center;
  background-size: cover;
  height: 660px;
  color: white;
  text-align: center; }

.about-2 {
  background-image: url(../images/about/about2-opt.jpg);
  background-position: 80% center;
  background-size: cover;
  background-repeat: no-repeat;
  color: black; }

.about-3 {
  background-image: url(../images/about/about3-opt.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: white; }

.about-4:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.65)); }

.about-4 {
  position: relative;
  background-image: url(../images/about/about4-opt.jpg);
  background-size: cover;
  background-position: 100% center;
  background-repeat: no-repeat;
  color: white;
  z-index: 1; }
  .about-4 p.gradient.special {
    z-index: 2;
    float: right;
    text-align: right;
    padding: 0; }

.about-5 {
  background-image: url(../images/about/about5-opt.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 660px; }

.about-2 p, .about-4 p {
  padding: 0 2em 0 0;
  text-align: left; }

.about-2 p.h2-big, .about-2 p.h2-big + p, .about-4 p.h2-big, .about-4 p.h2-big + p {
  margin-top: 0;
  text-align: right;
  padding-right: 0;
  width: 70%;
  float: right; }

p.h2-big + p {
  font-size: 1.3em; }

.about-5 {
  position: relative; }

.about-5 p.h2-big {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 3em; }

.about-1-5 p.h2-big,
.about-3 p.h2-big,
.about-5 p.h2-big,
[class^="services-"] p.h2-big,
[class^="services-"] p.leading,
[class^="services-"] p {
  margin-top: 0;
  padding-right: 1em; }

/* CROSSFADING IMAGES ON SERVICES PAGE */
.crossfade {
  position: relative; }

.crossfade img {
  position: absolute;
  left: 50%;
  top: -28px;
  margin-left: -65px; }

.crossfade img:hover {
  cursor: pointer; }

.crossfade img.top {
  opacity: 0;
  transition: opacity 0.3s ease-in-out; }

.crossfade img.top:hover {
  opacity: 1; }

.crossfade img.top:hover img.bottom {
  opacity: 0; }

.rotation-effect {
  -webkit-transform: rotate(-360deg);
      -ms-transform: rotate(-360deg);
          transform: rotate(-360deg);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }

.services-1 {
  background-image: url(../images/services/service1-opt.jpg);
  background-position: center center;
  background-size: cover;
  min-height: 400px;
  color: white;
  text-align: center; }

.services-1-5 img {
  max-width: 100%;
  display: block; }

.services-1-5 .in-column-list {
  text-align: center; }

.services-1-5 .in-column-icon {
  min-height: 100px; }

.services-1-5 ul {
  display: inline-block;
  list-style-type: none;
  padding-left: 0; }

.services-1-5 ul li {
  line-height: 2em;
  font-size: smaller;
  color: grey; }

.services-2, .services-3 {
  background-size: cover;
  color: white; }

.services-2 {
  position: relative;
  overflow: hidden;
  background-image: url(../images/services/service2-opt.jpg);
  background-size: cover;
  min-height: 660px; }
  .services-2 p {
    margin-right: 1em; }

.floating-circles {
  position: absolute; }

.services-3 {
  background-image: url(../images/services/service3-opt.jpg);
  background-size: cover;
  min-height: 460px; }
  .services-3 p.h2-big {
    padding-right: 0; }

.services-4 {
  background-image: url(../images/services/service4-opt.jpg);
  background-size: cover;
  min-height: 460px;
  color: black; }
  .services-4 p {
    margin-right: 1em; }

.services-5 {
  background-image: url(../images/services/service5-opt.jpg);
  background-size: cover;
  min-height: 660px;
  color: white; }

.services-6:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.1;
  background-image: url(../images/services/service6-opt.jpg);
  background-size: cover;
  background-position: 70% center; }

.services-6 {
  overflow: hidden;
  position: relative;
  min-height: 660px;
  color: black; }

p.leading {
  font-weight: bold;
  line-height: 1.5em; }

footer {
  z-index: 51;
  background-image: url("../images/back-pattern/zwartevilt.png");
  position: relative;
  clear: both;
  color: #aaa; }
  footer span.copy {
    color: #eee;
    font-size: larger;
    display: inline-block;
    font-weight: bold;
    position: relative;
    top: 1px; }
  footer section.address {
    text-align: center;
    width: 100%; }
    footer section.address .tac-cookies-links ul li {
      display: inline-block;
      margin: 0 !important;
      font-weight: normal !important;
      font-size: 14px !important; }
      footer section.address .tac-cookies-links ul li a:visited, footer section.address .tac-cookies-links ul li a:link, footer section.address .tac-cookies-links ul li a:hover {
        color: white;
        text-decoration: none; }
      footer section.address .tac-cookies-links ul li a {
        padding: 0 1em; }
    footer section.address .tac-cookies-lilnks ul li:first-child {
      color: white !important; }
    footer section.address hr.separator {
      border: 0;
      margin-bottom: 0;
      height: 1px;
      background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0)); }
    footer section.address ul {
      list-style-type: none;
      padding-left: 0; }
      footer section.address ul li:first-child {
        font-weight: bold;
        font-size: 1em;
        color: red;
        margin-bottom: 1em;
        margin-top: 2em; }
      footer section.address ul li {
        display: block;
        margin-bottom: .7em;
        font-size: smaller; }

#grid a {
  display: block;
  font-size: 0;
  line-height: 0; }

#grid img {
  position: relative;
  display: block;
  max-width: 100%; }

.column {
  float: left; }

.size-1of1 {
  width: 100%; }

.size-1of2 {
  width: 50%; }

.size-1of3 {
  width: 33.333%; }

.size-1of5 {
  width: 20%; }

[class^="pe-so-"] {
  cursor: pointer; }

[class^="column"] div {
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.5s linear; }
  [class^="column"] div:hover {
    opacity: .8;
    transition: opacity 0.3s linear; }

/* CONTACT PAGE */
.contact-header {
  background-image: url(../images/new_images/unnamed4.jpg);
  background-position: center center;
  background-size: cover;
  color: white; }
  .contact-header h1 {
    text-shadow: 2px 2px 5px #333; }

form button[type="submit"] {
  width: 100%;
  transition: background-color 250ms linear; }

button[type="submit"]:hover {
  background-color: #0074d9;
  transition: background-color 100ms linear; }

.contact-title {
  text-align: center;
  margin: 3em 0; }

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

.button-black {
  background: black;
  color: white;
  margin-bottom: 1em; }

input, .button-black {
  height: 50px; }

input,
textarea {
  margin-bottom: 1em !important;
  background-color: #eee;
  border-radius: 0 !important; }

.tooltipster-icon:before {
  color: #aaa;
  content: '\f059';
  font-family: "FontAwesome"; }

/*
 * LIGHTBOX STYLES
 */
#imagelightbox {
  cursor: pointer;
  position: fixed;
  z-index: 10000;
  box-shadow: 0px 0px 1em rgba(0, 0, 0, 0.65); }

/* OVERLAY */
#imagelightbox-overlay {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.88);
  position: fixed;
  z-index: 9998;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

/* ACTIVITY INDICATION */
#imagelightbox-loading,
#imagelightbox-loading div {
  border-radius: 50%; }

#imagelightbox-loading {
  width: 2.5em;
  /* 40 */
  height: 2.5em;
  /* 40 */
  background-color: #444;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 10003;
  top: 50%;
  left: 50%;
  padding: 0.625em;
  /* 10 */
  margin: -1.25em 0 0 -1.25em;
  /* 20 */
  /* 40 */
  box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.75);
  /* 40 */ }

#imagelightbox-loading div {
  width: 1.25em;
  /* 20 */
  height: 1.25em;
  /* 20 */
  background-color: #fff;
  -webkit-animation: imagelightbox-loading 0.5s ease infinite;
  animation: imagelightbox-loading 0.5s ease infinite; }

/* TERMS AND CONDITIONS PAGE */
#tac-title {
  margin-top: 2em; }

.tac, .cook {
  color: #333; }

.tac p:first-child {
  line-height: 1.5em; }

.tac ol {
  margin-bottom: 5em;
  font-size: 14px; }
  .tac ol li {
    margin-bottom: 1em; }

/*
 * Warning and error styles
 */
.isa_info, .isa_success, .isa_warning, .isa_error {
  margin: 10px 0;
  padding: 0.2em 0; }

.isa_info {
  color: #00529B;
  background-color: #BDE5F8; }

.isa_success {
  color: #4F8A10;
  background-color: #DFF2BF; }

.isa_warning {
  color: #9F6000;
  background-color: #FEEFB3; }

.isa_error {
  color: #D8000C;
  background-color: #FFBABA; }

.isa_info i, .isa_success i, .isa_warning i, .isa_error i {
  margin: 10px 22px;
  font-size: 2em;
  vertical-align: middle; }

/*
 * FULL OVERLAY PAGE SEARCH
 */
.navExtra {
  position: relative;
  height: 80px; }

.navExtra a {
  outline: 0;
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-size: 9px;
  line-height: 1.3em !important;
  overflow: hidden; }
  .navExtra a span {
    font-weight: normal;
    display: block;
    padding-top: 81px;
    text-align: center;
    opacity: .3; }

.navExtra a:hover {
  background-position: center 15px; }

.navExtra a:hover span {
  opacity: 1;
  padding-top: 50px; }

.navExtra a, .navExtra a:hover {
  transition: background-position 0.4s; }

.navExtra a:hover span {
  transition: padding-top 0.4s, opacity 0.3s 0.31s; }

a.navSearch {
  z-index: 303;
  width: 93px;
  background: url(../images/navsearch-g.png) no-repeat scroll center center;
  height: 100%; }

/* SEARCH OVERLAY */
#search-overlay {
  text-align: center;
  background: black;
  background: rgba(0, 0, 0, 0.93);
  color: white;
  display: none;
  font-size: 24px;
  padding: 20px;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1080; }
  #search-overlay h4 {
    color: #00a8c2;
    font-weight: normal; }

.in-overlay {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

#hidden-search {
  left: -10000px;
  position: absolute; }

#display-search {
  background: none;
  border: none;
  color: white;
  font-size: 50px;
  margin: 25px 0 0 0;
  width: 960px;
  text-transform: lowercase;
  height: 2em; }

#close {
  cursor: pointer;
  position: fixed;
  right: 20px;
  top: 20px;
  z-index: 101; }

#results {
  margin: 0 auto;
  display: none;
  width: 300px; }

#results ul {
  padding-left: 0; }

#results ul li {
  list-style-type: none;
  color: #80c100; }
  #results ul li a {
    text-decoration: none;
    color: #80c100; }

/* ABOUT SECTION CHORD GUYS SLIDER */
#makeMeScrollable {
  height: 250px;
  position: relative; }

#makeMeScrollable div.scrollableArea * {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  max-height: 100%; }

.your-class {
  border-top: 5px dotted #aaa;
  border-bottom: 5px dotted #aaa; }

.your-class img {
  width: 100% !important;
  height: auto !important; }

.my-slider {
  height: 450px;
  margin: 0 auto;
  width: 100%; }
  .my-slider ul {
    height: 450px;
    margin: 0;
    padding: 0;
    overflow: hidden; }
  .my-slider li {
    float: left;
    display: inline-block;
    height: 450px; }

.my-slider-item img {
  max-height: 100%;
  display: block; }

.preloader {
  background: white;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1001; }

.preloader .chord-logo {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1002;
  width: 62px;
  height: 62px; }

.preloader .animated {
  -webkit-animation: myOrbit 4s linear infinite;
          animation: myOrbit 4s linear infinite; }

/* TAGS SECTION */
.tag-container {
  position: relative; }

.tags {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 24px;
  bottom: -12px;
  list-style: none; }

.tags li, .tags a {
  margin-bottom: 8px;
  float: left;
  height: 24px;
  line-height: 24px;
  position: relative;
  font-size: 13px; }

.tags a {
  margin-left: 20px;
  padding: 0 10px 0 12px;
  background: #0089e0;
  color: #fff;
  text-decoration: none;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px; }
  .tags a:before {
    content: "";
    float: left;
    position: absolute;
    top: 0;
    left: -12px;
    width: 0;
    height: 0;
    border-color: transparent #0089e0 transparent transparent;
    border-style: solid;
    border-width: 12px 12px 12px 0; }

.tags a:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  float: left;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #fff;
  box-shadow: -1px -1px 2px #004977; }

.tags a:hover {
  background: #555; }

.tags a:hover:before {
  border-color: transparent #555 transparent transparent; }

@-webkit-keyframes myOrbit {
  from {
    -webkit-transform: rotate(0deg) translateX(0px) rotate(0deg);
            transform: rotate(0deg) translateX(0px) rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg) translateX(0px) rotate(720deg);
            transform: rotate(360deg) translateX(0px) rotate(720deg); } }

@keyframes myOrbit {
  from {
    -webkit-transform: rotate(0deg) translateX(0px) rotate(0deg);
            transform: rotate(0deg) translateX(0px) rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg) translateX(0px) rotate(720deg);
            transform: rotate(360deg) translateX(0px) rotate(720deg); } }

/*
 * Remove interactive search on mobile devices
 * replace with ordinary search box
 *
 */
.container-2 {
  display: none; }

/*
 * Admin part of portfolio CSS
 */
.img-tools .check {
  text-align: center;
  width: 100%;
  position: absolute;
  z-index: 111;
  top: calc(50% - 33px);
  color: white;
  text-shadow: 1px 1px 2px #222; }

.img-tools.on:before {
  content: ' ';
  position: absolute;
  visibility: visible;
  z-index: 108;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.55); }

.img-tools:before {
  visibility: hidden; }

.fa-check-circle {
  font-size: 7em; }

.img-tools {
  position: relative;
  height: 300px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: none; }
  .img-tools span {
    font-size: small;
    width: 100%;
    padding: 0.4em 0.8em;
    display: inline-block;
    float: left;
    color: white;
    cursor: pointer;
    transition: background-color 0.4s ease; }
    .img-tools span i {
      margin-right: .5em; }
  .img-tools span.delete {
    background: maroon; }
  .img-tools span.cover {
    background: #65737e; }
  .img-tools span.insert {
    background: #555; }
  .img-tools span.delete:hover {
    background-color: #ff1a1a; }
  .img-tools span.cover:hover {
    background-color: #b7bfc5; }
  .img-tools span.insert:hover {
    background: #a2a2a2; }

/*
 * Portfolio front
 */
.cover-img {
  background-image: url("/uploads/instructus3.jpg");
  height: 400px;
  background-size: cover;
  background-position: center; }

/* comment */
.BurgerMenu {
  position: fixed;
  right: 25px;
  top: 2.25em;
  height: .3em;
  width: 2.5em;
  background: #333; }
  .BurgerMenu:before {
    transition: all 0.25s;
    content: "";
    position: absolute;
    left: 0;
    top: -.75em;
    height: .3em;
    width: 2.5em;
    background: #333; }
  .BurgerMenu:after {
    position: absolute;
    content: "";
    left: 0;
    top: .75em;
    height: .3em;
    width: 2.5em;
    background: #333;
    transition: all 0.25s; }

.Navigation {
  width: 100%;
  height: 80px;
  background: white;
  color: #333; }
  .Navigation a {
    display: inline-block;
    line-height: 80px;
    padding: 0 1em;
    vertical-align: middle;
    text-decoration: none;
    transition: all 0.4s; }
    .Navigation a:focus {
      background: #f2f2f2;
      color: #333; }
    .Navigation a:link, .Navigation a:visited {
      color: #333; }
  .Navigation #mhlogo a {
    padding-left: 10px; }
  .Navigation #mhlogo a:hover, .Navigation #mhlogo a:active {
    background: transparent; }
  .Navigation li {
    display: inline-block; }
  .Navigation li:hover {
    background-color: #f2f2f2; }
  .Navigation--collapsed {
    display: none;
    position: fixed;
    border-radius: .5em;
    top: 0.875em;
    right: 1.125em;
    height: 3.1em;
    width: 3.25em;
    z-index: 1;
    cursor: pointer;
    transition: all 0.25s; }
  .Navigation-list {
    display: inline-block;
    text-align: center;
    margin: 0; }

.Overlay {
  display: inline-block;
  vertical-align: middle;
  float: right; }

@media (min-width: 769px) {

  .nav-prev.pure-button-disabled,
  .nav-next.pure-button-disabled {
    opacity: .2; }

  .nav-prev, .nav-next {
    width: 2.5rem;
    transition: all 0.1s linear; }

  .nav-prev:hover, .nav-next:hover {
    width: 3rem;
    opacity: 1; }

  .nav-prev, .nav-next {
    opacity: .8;
    background-color: #f0f0f0;
    position: fixed;
    top: 0;
    bottom: 0;
    height: 100%;
    cursor: pointer;
    display: table;
    text-align: center;
    z-index: 50; }

  .nav-prev i, .nav-next i {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }

  .container-lpad {
    min-height: 100vh; } }

@media (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 768px) and (min-resolution: 192dpi) {

  nav li a {
    width: 100%; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {

  .slick-slider .slide-1 .slide__caption {
    top: 160px; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {

  .slick-slider .slide-1 .slide__caption {
    top: 120px; } }

@media (max-width: 567px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 567px) and (min-resolution: 192dpi) {

  .item.slick-slide {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }

@media (max-width: 767px) {

  .no-tablet {
    display: none; }

  .item.slick-slide {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .slide__caption {
    left: auto !important;
    top: auto !important; }

  .slide__caption [class^="caption_line_"] {
    z-index: 10; }

  .slick-slider .slide__caption p,
  .slick-slider .slide__caption p > span {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    text-shadow: 1px 1px 3px #777; }

  #flex-photos figure {
    max-width: 50%; }

  #photos {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; }

  section.who-we-are {
    max-width: 100%;
    padding: 30px 0; }

  img.aar, img.aal {
    display: none; }

  #approach .b-white h4 {
    margin-top: 1em; }

  #approach .b-black h4 {
    margin-top: 0; }

  .in-blog .side-padded {
    padding: 0 2em; }

  section.who-we-are h2 {
    margin-top: 1em;
    margin-bottom: 1em; }

  section.who-we-are .narrow-p {
    padding: 0 1.5em; }

  section#blog .in-blog {
    min-height: 330px; }

  .services-1-5 .in-column-list {
    margin-bottom: 2em; }

  #grid[data-columns]::before {
    content: '2 .column.size-1of2'; } }

@media (min-width: 569px) and (max-width: 767px) {

  .container-lpad {
    padding-left: 1em;
    padding-right: 1em; } }

@media (max-width: 567px) {

  .container-lpad {
    padding-left: 0;
    padding-right: 0; }

  .title-line {
    width: 100%;
    padding-left: 20px; }

  .scroll-content {
    padding-left: 20px; }

  figure.effect-duke figcaption p {
    font-size: 1em; }

  .main-blog-content {
    margin-right: 1em;
    margin-left: 20px; }

  .cnt-65 {
    width: 91% !important; }

  .services-3 p {
    text-align: left; }

  .cnt-80, .cnt-90 {
    width: 91%; }

  .expand-7 {
    padding: 3.4em 0; }

  .about-2 p.h2-big,
  .about-4 p.h2-big {
    margin-top: 48px; }

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

  .about-5 p.h2-big {
    position: relative;
    padding-top: 2em; }

  .no-mobile {
    display: none; }

  footer section.address ul li:first-child {
    margin-top: 2em; }

  footer section.address .tac-cookies-links ul li {
    display: block;
    width: 100%;
    line-height: 1.5; }

  .tac, .cook {
    padding: 0 1em; }

  .container-2 {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 100%;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }

  .container-2 button.icon {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    cursor: pointer;
    height: 55px;
    padding: 0.35em 0.75em;
    background: #2b303b;
    border: none;
    border-left: 1px solid #313744;
    border-radius: 2px;
    transition: all 0.4s ease; }

  .container-2:hover button.icon:hover {
    color: #ffb733;
    background-color: #16181d; }

  .container-2:hover button.icon:hover i {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3); }

  .container-2 input {
    -webkit-flex: 95% 1 0;
    -ms-flex: 95% 1 0;
    flex: 95% 1 0;
    height: 53px;
    white-space: nowrap;
    margin: 0 !important;
    background: #2b303b;
    text-align: center;
    border: none;
    transition: background 0.55s ease; }

  .container-2 input::-webkit-input-placeholder {
    color: #65737e; }

  .container-2 input::-moz-placeholder {
    color: #65737e; }

  .container-2 input:-ms-input-placeholder {
    color: #65737e; }

  .container-2 input::placeholder {
    color: #65737e; }

  .container-2 input:hover,
  .container-2 input:focus,
  .container-2 input:active {
    outline: none;
    background: #222; }

  #search {
    display: none; } }

@media (max-width: 315px) {

  figure.effect-duke figcaption h2 {
    display: none; } }

@media (min-width: 768px) and (max-width: 849px) {

  figure.effect-duke figcaption h2 {
    display: none; } }

@media (max-width: 1023px) {

  .cnt-65 {
    width: 80%; } }

@media (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait), (min-resolution: 192dpi) and (orientation: portrait) {

  #grid[data-columns]::before {
    content: '3 .column.size-1of3'; } }

@media (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape), (min-resolution: 192dpi) and (orientation: landscape) {

  #grid[data-columns]::before {
    content: '5 .column.size-1of5'; } }

@media (min-width: 769px) and (max-width: 1023px) {

  #grid[data-columns]::before {
    content: '3 .column.size-1of3'; } }

@media (min-width: 1024px) {

  #grid[data-columns]::before {
    content: '5 .column.size-1of5'; } }

@media only screen and (max-width: 880px) {

  .BurgerMenu--on {
    background-color: transparent;
    transition: all 0.25s; }

  .BurgerMenu--on:before {
    transition: all 0.25s;
    content: "";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px; }

  .BurgerMenu--on:after {
    transition: all 0.25s;
    content: "";
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0px; }

  .Navigation--collapsed {
    display: block; }

  .Navigation-list {
    position: relative;
    padding: 0;
    width: 100%;
    top: 55%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

  .Navigation-list li {
    display: block;
    position: relative;
    height: calc(100% / 8);
    min-height: 4em; }

  .Navigation-list li a {
    line-height: 4em;
    width: 100%; }

  .Overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    background: white;
    overflow-y: scroll; }

  .Overlay--on {
    height: 100%;
    visibility: visible;
    opacity: .97; } }

@media only screen and (max-width: 880px) and (max-height: 400px) {

  .Navigation-list {
    top: 100%; } }
