/**
 * Foundation for Sites by ZURB
 * Version 6.2.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/* COLORS - Client colors */
/* ==================== HELPERS ==================== **/
p, ul, ol, dl {
  font-family: "Open Sans", Roboto, Arial, sans-serif;
  color: darkslategray;
  font-weight: 400;
  font-size: .9rem; }

dl dd {
  font-size: .9rem;
  font-weight: 400;
  margin-bottom: .75rem; }
  dl dd + dd {
    margin-top: -.75rem; }

.green-bg {
  background: #003333;
  color: #fefefe; }
  .green-bg h1, .green-bg h2, .green-bg h3, .green-bg h4, .green-bg h5, .green-bg h6 {
    color: #003333; }
  .green-bg p {
    color: white; }

.darkgreen-bg {
  background: #003333;
  color: #fefefe; }
  .darkgreen-bg h1, .darkgreen-bg h2, .darkgreen-bg h3, .darkgreen-bg h4, .darkgreen-bg h5, .darkgreen-bg h6 {
    color: white; }
  .darkgreen-bg p {
    color: white; }
  .darkgreen-bg dl dt {
    color: #BADA55; }
  .darkgreen-bg dl dd {
    color: #fefefe; }

.hightlighted {
  background: #FECC00 !important;
  color: black !important; }

.wrapper {
  overflow-x: hidden; }

ul.check-list {
  list-style: none;
  margin-left: 0;
  font-size: .9rem; }
  ul.check-list li {
    position: relative;
    padding-left: 1.5rem; }
    ul.check-list li::before {
      content: "";
      background: url(../images/icons/check_icon.svg) no-repeat center bottom;
      margin-right: .75rem;
      width: 20px;
      height: 12px;
      position: absolute;
      top: 6px;
      left: -2px;
      -webkit-background-size: 50%;
      background-size: 50%; }

/* ==================== HEADER / Top bar, logo, main nav, language, header image ==================== **/
.top-bar {
  padding: 1rem;
  background-color: #003333;
  align-items: inherit; }
  @media only screen and (min-width: 40.063em) {
    .top-bar {
      background-color: transparent; } }
  .top-bar.sticky {
    width: 100%;
    z-index: 999; }

.title-bar {
  background: #003333;
  padding: .5rem 1rem; }
  .title-bar .menu-icon span {
    display: none; }
  .title-bar .menu-icon.active::after {
    display: none; }
  .title-bar .menu-icon.active span {
    display: block; }
  .title-bar .menu-icon:hover::after {
    background: #BADA55;
    box-shadow: 0 7px 0 #BADA55, 0 14px 0 #BADA55;
    outline: none; }
  .title-bar .menu-icon:focus {
    outline: none; }

.title-bar-logo {
  flex: 0 0 50%;
  padding-top: .5rem; }

.title-bar-menu {
  line-height: 1; }

.logo-section {
  display: none; }
  @media only screen and (min-width: 40.063em) {
    .logo-section {
      display: block; } }

.logo {
  max-width: 100px;
  display: block; }
  .logo svg {
    max-width: 100%; }
  .logo .letter {
    fill: white;
    transition: fill .1s; }
  .logo .logo-symbol {
    fill: #BADA55; }
  .logo:hover .letter {
    fill: #fefefe;
    transition: fill .3s .3s; }
  .logo:hover .logo-symbol {
    transform: translateX(0);
    fill: #fefefe;
    transition: transform .3s; }

.top-bar {
  height: 100vh; }
  @media only screen and (min-width: 40.063em) {
    .top-bar {
      height: auto; } }
  .top-bar .menu a {
    color: #fefefe;
    display: block;
    font-family: "Montserrat", "Open Sans", Roboto, Arial, sans-serif;
    text-align: center; }
    .top-bar .menu a:after {
      content: '';
      display: block;
      height: 1px;
      width: 0;
      border-radius: 3px;
      background: #fefefe;
      margin-top: .5rem;
      position: relative;
      left: 50%;
      transition: all .3s ease-in-out; }
    .top-bar .menu a:hover {
      color: #BADA55; }
      .top-bar .menu a:hover:after {
        width: 100%;
        left: 0; }
  .top-bar .menu .active a {
    color: #BADA55; }
    .top-bar .menu .active a:after {
      background: #fefefe; }

.top-bar-right {
  display: flex;
  justify-content: center; }
  @media only screen and (min-width: 40.063em) {
    .top-bar-right {
      justify-content: flex-end; } }

.language-bar span {
  margin-left: 20px;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 5px solid rgba(255, 255, 255, 0.25);
  text-align: center;
  line-height: 40px;
  transition: all .5s; }
  .language-bar span a:not(.active) {
    display: none;
    color: white; }
  .language-bar span a:hover {
    border-color: #BADA55; }
    .language-bar span a:hover .fa {
      color: #fefefe; }
  .language-bar span.language-switcher:hover {
    height: 100px; }
    .language-bar span.language-switcher:hover a {
      border-bottom: 1px solid #acd232;
      padding: 0 10px;
      display: block; }
      .language-bar span.language-switcher:hover a:hover {
        text-decoration: underline; }
      .language-bar span.language-switcher:hover a:last-of-type {
        border: none; }

.intro-header {
  background: #003333;
  overflow: hidden;
  padding: 4rem 1rem;
  border-bottom: 5px solid #BADA55;
  display: flex;
  align-items: center;
  /*-webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);*/ }
  @media only screen and (min-width: 40.063em) {
    .intro-header {
      background: #003333 url(../images/main_image.jpg) 0 0 no-repeat fixed;
      padding: 0 1rem;
      height: 100vh;
      -webkit-background-size: cover;
      background-size: cover; } }
  @media only screen and (min-width: 64.063em) {
    .intro-header {
      padding: 2rem 1rem; } }
  .intro-header-content {
    width: 100%;
    text-align: center;
    color: #FFF;
    font-weight: 100;
    position: relative;
    z-index: 2;
    /*transform: translateY(200px);
    opacity: 0;
    @include transition(all 1s 3s);

    .loaded & {
      transform: translateY(0);
      opacity: 1;
    }*/ }
    .intro-header-content h1 {
      color: #FFF;
      margin-bottom: 1.5rem;
      line-height: 1;
      font-size: 2rem;
      font-weight: bold;
      font-family: "Montserrat", "Open Sans", Roboto, Arial, sans-serif;
      text-transform: uppercase; }
      @media only screen and (min-width: 40.063em) {
        .intro-header-content h1 {
          font-size: 4rem;
          margin-bottom: 0; } }
    .intro-header-content h2 {
      color: #FFF;
      font-family: "Open Sans", Roboto, Arial, sans-serif;
      font-weight: 300; }
    .intro-header-content hr {
      margin: 1rem auto;
      border-bottom-width: 5px;
      border-bottom-color: transparent;
      mix-blend-mode: overlay; }
      @media only screen and (min-width: 64.063em) {
        .intro-header-content hr {
          margin: 4rem auto; } }
    .intro-header-content .hire-us-button {
      min-width: 220px; }

/* ==================== CONTENT / Content, content sections ==================== **/
.content .page-header {
  height: 25vh;
  display: flex;
  align-items: center;
  padding: 2rem 1rem 2rem;
  text-align: center;
  background-color: #003333;
  -webkit-background-size: cover;
  background-size: cover;
  background-blend-mode: multiply; }
  @media only screen and (min-width: 40.063em) {
    .content .page-header {
      background-color: rgba(0, 51, 51, 0.9);
      height: 35vh;
      position: relative; }
      .content .page-header::after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='100' width='2800' fill='rgb(254,254,254)' fill-opacity='1'%3E%3Cpolygon points='0,100 2800,100 2800,0'%3E%3C/polygon%3E%3C/svg%3E");
        background-position: center center;
        background-repeat: no-repeat;
        content: '';
        height: 100px;
        left: 0;
        position: absolute;
        right: 0;
        width: 100%;
        z-index: 1;
        bottom: -1px; } }
  @media only screen and (min-width: 64.063em) {
    .content .page-header {
      height: 40vh;
      animation: slideDownBg 1.5s forwards;
      /*-webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
      clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);*/ } }

@keyframes slideDownBg {
  0% {
    background-position: center bottom; }
  100% {
    background-position: center top; } }

.content .header-title {
  color: #fefefe;
  font-family: "Kaushan Script", serif; }

.content .subheader {
  color: #BADA55;
  font-family: "Open Sans", Roboto, Arial, sans-serif;
  font-weight: 300; }

.content .page-content {
  min-height: 1000px; }

.content-section {
  padding: 1rem 0; }
  @media only screen and (min-width: 40.063em) {
    .content-section {
      padding: 2rem 0; } }

.content-subsection {
  padding: 2rem 0; }

.content .section-title {
  margin: 1rem 0 2rem;
  font-family: "Kaushan Script", serif;
  font-weight: bold; }
  @media only screen and (min-width: 40.063em) {
    .content .section-title {
      font-weight: normal; } }
  .content .section-title + .subheader {
    margin-top: -2rem;
    margin-bottom: 2rem;
    font-weight: 300;
    font-family: "Open Sans", Roboto, Arial, sans-serif; }

.content .subsection-title {
  font-family: "Open Sans", Roboto, Arial, sans-serif;
  font-weight: bold;
  margin-bottom: 1rem; }

.content .box-title {
  border-bottom: 1px solid #BADA55;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem; }

/* ==================== HOMEPAGE SECTIONS / Work preview, services, departments ==================== **/
@media only screen and (min-width: 64.063em) {
  .work-preview {
    position: relative;
    /*background: transparent url(../images/header_detail.png) no-repeat center top;
    margin-top: -7rem;
    padding-top: 7rem;*/ }
    .work-preview::before {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='100' width='2800' fill='rgb(254,254,254)' fill-opacity='1'%3E%3Cpolygon points='0,100 2800,100 2800,0'%3E%3C/polygon%3E%3C/svg%3E");
      background-position: center center;
      background-repeat: no-repeat;
      content: '';
      height: 100px;
      left: 0;
      position: absolute;
      right: 0;
      width: 100%;
      z-index: 1;
      top: -100px; } }

.work-preview-grid {
  margin-bottom: 2rem; }
  @media only screen and (min-width: 40.063em) {
    .work-preview-grid {
      padding: 2rem 0; } }

.work-preview-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative; }
  .work-preview-box .polygon {
    width: 100%;
    display: flex;
    height: 200px;
    background-repeat: no-repeat;
    transition: all .5s; }
    @media only screen and (min-width: 40.063em) {
      .work-preview-box .polygon {
        height: 300px; } }
    @media only screen and (min-width: 64.063em) {
      .work-preview-box .polygon {
        height: 400px; }
        .work-preview-box .polygon-start {
          -webkit-clip-path: polygon(0 0, 100% 5%, 100% 95%, 0 100%); }
        .work-preview-box .polygon-middle {
          position: relative;
          z-index: 2;
          transform: scale(1.1);
          -webkit-clip-path: polygon(0 0, 100% 0%, 95% 100%, 5% 100%); }
        .work-preview-box .polygon-end {
          -webkit-clip-path: polygon(0 5%, 100% 0%, 100% 100%, 0 95%); } }
  .work-preview-box .preview-box-link {
    display: flex;
    align-self: stretch;
    width: 100%;
    justify-content: center; }
  .work-preview-box img {
    width: 100%;
    max-width: 200px;
    transition: all .33s; }
  .work-preview-box .show-case-study {
    display: none;
    color: black;
    background: white;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5), 0 0 0 15px rgba(0, 0, 0, 0.1);
    margin-top: -30px;
    padding: 0;
    position: relative;
    z-index: 3;
    border: none;
    transform: scale(0);
    transition: all 0.5s cubic-bezier(0.13, 0.6, 0.32, 1.28); }
    @media only screen and (min-width: 40.063em) {
      .work-preview-box .show-case-study {
        display: block; } }
  .work-preview-box:nth-of-type(2) .show-case-study {
    margin-top: -10px; }
  .work-preview-box:hover > .polygon {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    background-position: 0 -500px, 0 0; }
    .work-preview-box:hover > .polygon img {
      max-width: 50%; }
  .work-preview-box:hover > .show-case-study {
    transform: scale(1); }

.rips {
  background: #e32d3b;
  background: url(../images/work/rips.png), linear-gradient(135deg, #a90329 0%, #ff0004 100%); }
  .rips-case-reveal {
    background-image: url(../images/case_studies/case_reveal_bg.png), linear-gradient(135deg, #a90329 0%, #ff0004 100%);
    background-repeat: no-repeat;
    background-position: left center; }

.aquaestil {
  background: #428ac1;
  background: url(../images/work/aquaestil.png), linear-gradient(135deg, #313c8d 0%, #00a0e3 100%); }
  .aquaestil-case-reveal {
    background: #428ac1; }
    @media only screen and (min-width: 40.063em) {
      .aquaestil-case-reveal {
        background-image: url(../images/case_studies/case_reveal_bg.png), linear-gradient(135deg, #313c8d 0%, #00a0e3 100%);
        background-repeat: no-repeat;
        background-position: left center; } }

.lin-trgovina {
  background: #f9c43d;
  background: url(../images/work/lin-trgovina.png), linear-gradient(135deg, #1c3268 0%, #274690 100%); }
  .lin-trgovina-case-reveal {
    background: #274690; }
    @media only screen and (min-width: 40.063em) {
      .lin-trgovina-case-reveal {
        background-image: url(../images/case_studies/case_reveal_bg.png), linear-gradient(135deg, #1c3268 0%, #274690 100%);
        background-repeat: no-repeat;
        background-position: left center; } }

.centar-za-mlade {
  background: #D95422;
  background: url(../images/work/centar_za_mlade.png), linear-gradient(135deg, #D95422 0%, #ffbd01 100%); }
  .centar-za-mlade-case-reveal {
    background: #D95422; }
    @media only screen and (min-width: 40.063em) {
      .centar-za-mlade-case-reveal {
        background-image: url(../images/case_studies/case_reveal_bg.png), linear-gradient(135deg, #D95422 0%, #ffbd01 100%);
        background-repeat: no-repeat;
        background-position: left center; } }

.viac {
  background: #38A9E0;
  background: url(../images/work/centar_za_mlade.png), linear-gradient(135deg, #38A9E0 0%, #1f8fc6 100%); }
  .viac-case-reveal {
    background: #38A9E0; }
    @media only screen and (min-width: 40.063em) {
      .viac-case-reveal {
        background-image: url(../images/case_studies/case_reveal_bg.png), linear-gradient(135deg, #38A9E0 0%, #1f8fc6 100%);
        background-repeat: no-repeat;
        background-position: left center; } }

.jobclub {
  background: #da251d;
  background: url(../images/work/jobclub.png), linear-gradient(135deg, #da251d 0%, #ad1d17 100%); }
  .jobclub-case-reveal {
    background: #da251d; }
    @media only screen and (min-width: 40.063em) {
      .jobclub-case-reveal {
        background-image: url(../images/case_studies/case_reveal_bg.png), linear-gradient(135deg, #da251d 0%, #ad1d17 100%);
        background-repeat: no-repeat;
        background-position: left center; } }

.hire-us-reveal {
  /*background-image: linear-gradient(135deg,  #8BC34A  0%, #8BC34A  100%);
  background-repeat:no-repeat;
  background-position:  left center;*/
  padding-top: 2rem; }
  @media only screen and (min-width: 64.063em) {
    .hire-us-reveal {
      padding-top: 5rem; } }
  .hire-us-reveal .sending-status {
    width: 80%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    text-align: center;
    /*.status-spinner {
      position: absolute;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
      z-index: 0 ;
    }*/ }
    @media only screen and (min-width: 40.063em) {
      .hire-us-reveal .sending-status {
        width: auto;
        left: 50%;
        transform: translate(-50%, -50%); } }

.reveal .close-button {
  position: fixed;
  z-index: 100;
  right: 2rem;
  top: 1rem;
  color: #003333;
  font-size: 1.5rem;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px #bada55;
  width: 40px;
  height: 40px;
  transform: translateX(50%);
  transition: box-shadow .5s; }
  @media only screen and (min-width: 40.063em) {
    .reveal .close-button {
      right: 3rem; } }
  .reveal .close-button:hover {
    box-shadow: inset 0 0 0 50px #bada55;
    color: #fefefe; }

.reveal-case-study {
  padding: 0; }
  @media only screen and (min-width: 64.063em) {
    .reveal-case-study {
      box-shadow: inset -8px 0 0 25px #FFF, inset 0 0 50px 10px rgba(0, 0, 0, 0.5); } }
  .reveal-case-study .close-button {
    right: 1rem;
    top: 1rem;
    transform: none; }
    @media only screen and (max-width: 40.063em) {
      .reveal-case-study .close-button {
        background: #fefefe;
        color: #003333;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.25); } }
    @media only screen and (min-width: 64.063em) {
      .reveal-case-study .close-button {
        background: transparent;
        color: #fefefe;
        right: 3rem;
        top: 2.5rem; } }
    .reveal-case-study .close-button:hover {
      box-shadow: inset 0 0 0 50px rgba(255, 255, 255, 0.25); }
  .reveal-case-study h1, .reveal-case-study h2, .reveal-case-study h3, .reveal-case-study h4, .reveal-case-study h5, .reveal-case-study h6, .reveal-case-study p {
    color: #fefefe; }
  .reveal-case-study h2 {
    line-height: 1;
    font-weight: bold; }
  .reveal-case-study h3 {
    font-family: "Kaushan Script", serif;
    margin: 1em 0 .75rem; }
  .reveal-case-study .reveal-content-title {
    color: rgba(0, 0, 0, 0.5);
    font-size: 3rem;
    line-height: 1; }
  .reveal-case-study .subheader {
    color: rgba(0, 0, 0, 0.5); }
  .reveal-case-study img {
    padding: 2rem 0; }
  .reveal-case-study .reveal-content-body {
    position: relative; }

.reveal-content {
  height: 100%;
  overflow-x: hidden;
  text-align: center;
  /* ------------- VIEW CASE STUDY SLIDER ----------- */ }
  .reveal-case-study .reveal-content {
    padding: 5rem 0; }
  .reveal-content .laptop-frame {
    position: absolute;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
    height: 0;
    pointer-events: none;
    top: 0;
    width: 39%;
    display: none; }
    @media only screen and (min-width: 64.063em) {
      .reveal-content .laptop-frame {
        display: block; } }
    .reveal-content .laptop-frame > img {
      margin-top: -3%; }
    .reveal-content .laptop-frame.slider-loading {
      position: relative;
      background: transparent url(../images/ripple.svg) center no-repeat;
      background-size: 60px;
      height: 340px; }
  .reveal-content .owl-item {
    opacity: .75;
    transform: scale(0.9);
    transition: all .5s; }
    .reveal-content .owl-item.center {
      opacity: 1;
      transform: scale(1); }
    .reveal-content .owl-item .item {
      padding: 0 4.75%; }
  .reveal-content .owl-dots {
    margin-top: 2rem;
    text-align: center;
    width: 100%; }
    .reveal-content .owl-dots .owl-dot {
      display: inline-block;
      margin: 0 1px; }
      .reveal-content .owl-dots .owl-dot span {
        background: white;
        width: 30px;
        height: 5px;
        display: block; }
      .reveal-content .owl-dots .owl-dot.active span {
        background: rgba(0, 0, 0, 0.25); }
      .reveal-content .owl-dots .owl-dot:first-of-type span {
        border-radius: 5px 0 0 5px; }
      .reveal-content .owl-dots .owl-dot:last-of-type span {
        border-radius: 0 5px 5px 0; }
      .reveal-content .owl-dots .owl-dot:hover span {
        opacity: .5; }
  .reveal-content .owl-nav > * {
    height: 100%;
    position: absolute;
    top: 0;
    width: 10%;
    font-size: 0; }
    @media only screen and (min-width: 40.063em) {
      .reveal-content .owl-nav > * {
        width: 20%; } }
    @media only screen and (min-width: 64.063em) {
      .reveal-content .owl-nav > * {
        width: 30%; } }
  .reveal-content .owl-nav .owl-prev {
    left: 0; }
  .reveal-content .owl-nav .owl-next {
    right: 0; }
  .reveal-content .subtext {
    font-size: 2rem;
    font-weight: bold;
    font-family: "Montserrat";
    color: rgba(0, 0, 0, 0.75);
    top: 0;
    width: 100%;
    mix-blend-mode: soft-light; }
    @media only screen and (min-width: 40.063em) {
      .reveal-content .subtext {
        font-size: 4rem; } }
    @media only screen and (min-width: 64.063em) {
      .reveal-content .subtext {
        font-size: 5rem;
        position: absolute; } }
    .hire-us-reveal .reveal-content .subtext {
      color: #BADA55;
      font-size: 1.75rem;
      mix-blend-mode: unset; }
      @media only screen and (min-width: 40.063em) {
        .hire-us-reveal .reveal-content .subtext {
          font-size: 3rem; } }
  .reveal-content .reveal-content-header {
    position: relative; }
    .reveal-content .reveal-content-header h2 {
      padding: 0 1rem;
      position: relative; }
      @media only screen and (min-width: 40.063em) {
        .reveal-content .reveal-content-header h2 {
          padding: 5rem 0 2rem; } }
    .reveal-content .reveal-content-header img {
      width: 400px;
      position: relative;
      padding: 1rem 2rem; }
      @media only screen and (min-width: 40.063em) {
        .reveal-content .reveal-content-header img {
          padding: 5rem 0 2rem; } }
    .reveal-content .reveal-content-header .case-work-done {
      font-weight: 400;
      margin-bottom: 2rem;
      color: rgba(254, 254, 254, 0.7);
      flex-direction: column; }
      @media only screen and (min-width: 40.063em) {
        .reveal-content .reveal-content-header .case-work-done {
          flex-direction: row; } }
      .reveal-content .reveal-content-header .case-work-done li {
        margin: 0 1rem; }
        .reveal-content .reveal-content-header .case-work-done li .fa {
          margin-right: 1rem; }
  .reveal-content p {
    font-size: 0.9rem;
    font-weight: 300; }
  .reveal-content h4 {
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    font-weight: bold; }
  .reveal-content .responsive-row,
  .reveal-content .app-row {
    align-items: center;
    justify-content: space-around; }
  .reveal-content .stacked-images {
    position: relative;
    text-align: center; }
    @media only screen and (min-width: 40.063em) {
      .reveal-content .stacked-images {
        text-align: left; } }
    .reveal-content .stacked-images img {
      box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.25);
      padding: 0;
      max-width: 80%;
      margin: 20px 0; }
      @media only screen and (min-width: 40.063em) {
        .reveal-content .stacked-images img {
          margin: 0 0 100px; } }
      @media only screen and (min-width: 40.063em) {
        .reveal-content .stacked-images img:last-of-type {
          position: absolute;
          top: 50px;
          left: 25%; } }
    @media only screen and (min-width: 40.063em) {
      .reveal-content .stacked-images.images-left {
        text-align: right; }
        .reveal-content .stacked-images.images-left img:last-of-type {
          top: 50px;
          right: 25%;
          left: auto; } }
  .reveal-content .reveal-footer {
    padding: 5rem 0 1rem; }
  .reveal-content hr {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.25);
    position: relative; }
    .reveal-content hr:before, .reveal-content hr:after {
      content: "";
      position: absolute;
      top: -1rem;
      left: 1rem;
      height: 2rem;
      border-left: 1px dashed rgba(255, 255, 255, 0.25); }
    .reveal-content hr:after {
      left: auto;
      right: 1rem; }

/* ==================== HOMEPAGE SERVICES ==================== **/
.company-services {
  background-color: #F7f7f7; }
  @media only screen and (min-width: 64.063em) {
    .company-services {
      margin-top: 5rem;
      margin-bottom: -3rem;
      padding-bottom: 3rem;
      position: relative; }
      .company-services::before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='100' width='2800' fill='rgb(247,247,247)' fill-opacity='1'%3E%3Cpolygon points='0,100 2800,100 2800,0'%3E%3C/polygon%3E%3C/svg%3E");
        background-position: center center;
        background-repeat: no-repeat;
        content: '';
        height: 100px;
        left: 0;
        position: absolute;
        right: 0;
        width: 100%;
        z-index: 1;
        top: -100px; } }

.company-service-box {
  padding: 2rem; }
  @media only screen and (min-width: 40.063em) {
    .company-service-box {
      padding: 5rem; } }
  .company-service-box > .row {
    align-items: center; }

.company-service-icon {
  text-align: center; }
  .company-service-icon img {
    max-height: 200px; }

/* ==================== HOMEPAGE COMPANY STATEMENT ==================== **/
.joomla-experts {
  background: #fff url(../images/joomla_bg.jpg) 0 0 no-repeat fixed;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 5rem 0;
  color: #fefefe;
  background-color: #8a8a8a;
  background-blend-mode: multiply; }
  @media only screen and (min-width: 40.063em) {
    .joomla-experts {
      margin-top: -3rem;
      -webkit-clip-path: polygon(0 0, 50% 50px, 100% 0, 100% 100%, 50% calc(100% - 50px), 0 100%); } }
  .joomla-experts h5 {
    font-family: "Montserrat", "Open Sans", Roboto, Arial, sans-serif; }
  .joomla-experts p {
    color: #fefefe; }
  .joomla-experts .lead {
    margin-top: 2rem;
    font-size: 1.4rem;
    font-weight: 300; }
  .joomla-experts .joomla-experts-header {
    padding: 2rem 0; }
    .joomla-experts .joomla-experts-header img {
      margin-bottom: -1.25rem; }
  .joomla-experts .joomla-extensions {
    margin-bottom: 2rem; }
  .joomla-experts .joomla-extension-box {
    padding: 0 3rem; }
    .joomla-experts .joomla-extension-box h5 {
      margin: 0; }
    .joomla-experts .joomla-extension-box .badge {
      font-size: 3rem;
      font-weight: 300;
      font-family: "Open Sans", Roboto, Arial, sans-serif;
      padding: 1.85rem 1.5rem;
      margin: 1rem 0; }
      .joomla-experts .joomla-extension-box .badge.joomla-components {
        background: #00A500; }
      .joomla-experts .joomla-extension-box .badge.joomla-modules {
        background: #ff4b39; }
      .joomla-experts .joomla-extension-box .badge.joomla-plugins {
        background: #E20079; }

/* ==================== HOMEPAGE DEPARTMENTS ==================== **/
.company-departments {
  margin-bottom: 2rem; }

.department-box {
  text-align: center;
  margin-bottom: 2rem; }
  .department-box svg {
    max-width: 100%;
    border-top: 5px solid #BADA55; }

.department-title {
  margin-bottom: 1rem;
  border-bottom: 5px solid #bada55;
  width: 60%;
  margin: auto;
  padding-bottom: 1rem; }

/* ==================== PAGE HEADERS ==================== **/
@media only screen and (min-width: 40.063em) {
  .about-header {
    background-image: url(../images/headers/about_is.jpg); }
  .work-header {
    background-image: url(../images/headers/work.jpg); }
  .services-header {
    background-image: url(../images/headers/services.jpg); }
  .contact-header {
    background-image: url(../images/headers/contact.jpg); } }

/* ==================== WORK PAGE ==================== **/
.work-case {
  position: relative; }
  .work-case:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50vh;
    background: #fefefe no-repeat;
    z-index: -1;
    -webkit-clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 85%); }
    @media only screen and (min-width: 40.063em) {
      .work-case:before {
        height: 500px; } }
    .owl-item:nth-of-type(even) .work-case:before {
      -webkit-clip-path: polygon(0 0%, 100% 15%, 100% 85%, 0 100%); }

.case-lin-trgovina:before {
  background-color: #f9c43d;
  background-image: url(../images/work/lin-trgovina.png); }

.case-aquaestil:before {
  background-color: #428ac1;
  background-image: url(../images/work/aquaestil.png); }

.case-centar:before {
  background-color: #D95422;
  background-image: url(../images/work/centar_za_mlade.png); }

.case-viac:before {
  background-color: #38A9E0;
  background-image: url(../images/work/viac.png); }

.case-jobclub:before {
  background-color: #da251d;
  background-image: url(../images/work/jobclub.png); }

.case-slide-header {
  width: 100%;
  padding: 5rem 0 2rem; }
  .case-slide-header h2 {
    color: #fefefe; }
  .case-slide-header .subheader {
    color: rgba(0, 0, 0, 0.75); }

.case-slide-image {
  position: relative;
  margin: auto; }
  .case-slide-image:after, .case-slide-image:before {
    content: "";
    position: absolute;
    top: -8px;
    height: 10px;
    background: rgba(255, 255, 255, 0.5);
    left: 1%;
    right: 1%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    transform: translateY(100px);
    transition: all .5s .5s; }
  .case-slide-image:after {
    top: -16px;
    height: 20px;
    left: 2%;
    right: 2%;
    z-index: -1;
    transition: all .5s .6s; }

.case-buttons {
  margin: 3rem 0 1rem;
  transition: all .5s .5s;
  transform: translateY(200px); }
  .case-buttons .button {
    margin: 0 1rem; }

.case-studies-slider {
  margin-top: 2rem; }
  @media only screen and (min-width: 40.063em) {
    .case-studies-slider {
      margin-top: 0; } }
  .case-studies-slider .owl-item .case-slide-header {
    transform: translateY(-250px);
    opacity: 0;
    transition: transform 1s , opacity 1s; }
  .case-studies-slider .owl-item .case-slide-image {
    transform: translateY(250px);
    opacity: 0;
    transition: transform 1s , opacity 1s; }
  .case-studies-slider .owl-item.active .case-buttons,
  .case-studies-slider .owl-item.active .case-slide-header {
    transform: translateY(0);
    opacity: 1; }
  .case-studies-slider .owl-item.active .case-slide-image {
    transform: translateY(0) scale(0.9);
    opacity: 1; }
    @media only screen and (min-width: 40.063em) {
      .case-studies-slider .owl-item.active .case-slide-image {
        box-shadow: 0 12px 10px -10px rgba(0, 0, 0, 0.1);
        transform: translateY(0) scale(1); } }
    .case-studies-slider .owl-item.active .case-slide-image:after, .case-studies-slider .owl-item.active .case-slide-image:before {
      transform: translateY(0); }
  .case-studies-slider .owl-nav {
    position: absolute;
    top: -65px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 2rem; }
    @media only screen and (min-width: 40.063em) {
      .case-studies-slider .owl-nav {
        top: 10%; } }
    @media only screen and (min-width: 64.063em) {
      .case-studies-slider .owl-nav {
        top: 30%; } }
  .case-studies-slider .owl-nav > * {
    font-size: 3rem;
    color: #003333; }

.client-grid-box {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  overflow: hidden; }
  .client-grid-box:hover {
    box-shadow: 0 10px 15px -5px #e6e6e6; }

.client-grid .client-logo {
  flex: 0 0 25%;
  align-self: stretch;
  background: #fefefe;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.client-grid h5 {
  font-family: "Open Sans", Roboto, Arial, sans-serif; }

.client-grid .client-details {
  flex: 3 0 75%;
  align-self: stretch;
  background: #fefefe;
  padding: 2rem; }

.client-grid .client-page-preview {
  background-position: center 0;
  background-repeat: no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  height: 100%;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none; }
  .client-grid .client-page-preview > * {
    position: relative;
    -webkit-transition: all 1s 0.25s;
    -moz-transition: all 1s 0.25s;
    -ms-transition: all 1s 0.25s;
    -o-transition: all 1s 0.25s;
    transition: all 1s 0.25s; }
  .client-grid .client-page-preview .client-site-link {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #BADA55;
    color: #FFF;
    text-align: center;
    padding: .5rem;
    transform: translateY(200px);
    -webkit-transition: all 1s 0.25s;
    -moz-transition: all 1s 0.25s;
    -ms-transition: all 1s 0.25s;
    -o-transition: all 1s 0.25s;
    transition: all 1s 0.25s; }
  .client-grid .client-page-preview:hover {
    animation: slideUpDown 6s ease-in-out .75s infinite alternate; }
    .client-grid .client-page-preview:hover > * {
      transform: translateY(100%); }
    .client-grid .client-page-preview:hover .client-site-link {
      transform: translateY(0); }

.logo-grid-box figure {
  margin: 0;
  text-align: center;
  font-size: .75rem;
  color: #92A7A7;
  margin-bottom: 1rem; }

.logo-grid-box img {
  transition: all 0.5s 0.25s cubic-bezier(0, 0.63, 0.53, 1.42); }

.logo-grid-box a {
  position: relative;
  display: block;
  overflow: hidden; }

.logo-grid-box span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #BADA55;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fefefe;
  opacity: 0;
  transition: all .5s; }

.logo-grid-box dl {
  margin-bottom: 0;
  text-align: left;
  width: 100%;
  padding: 1.5rem; }

.logo-grid-box dt {
  font-family: "Montserrat", "Open Sans", Roboto, Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  margin-bottom: 1rem;
  transform: translateY(-50px);
  transition: all 0.5s cubic-bezier(0, 0.63, 0.53, 1.32);
  opacity: 0; }

.logo-grid-box dd {
  transform: translateY(250px);
  transition: all .5s .25s;
  opacity: 0; }

.logo-grid-box:hover {
  /*span {
      opacity:1;
    }
    dt,dd {
      transform: translateX(0) translateY(0);
      opacity: 1;
    }*/ }
  .logo-grid-box:hover img {
    opacity: .5; }

/* ==================== SERVICES PAGE ==================== **/
.service-row {
  padding: 2rem 1rem;
  width: 70rem;
  max-width: 100%;
  align-items: center; }
  @media only screen and (min-width: 64.063em) {
    .service-row {
      padding: 6rem 0; } }
  @media only screen and (min-width: 64.063em) {
    .service-row--single {
      padding: 1rem 0 2rem; } }
  .service-row .service-row-header {
    display: flex;
    flex-wrap: wrap;
    align-self: stretch;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 2rem;
    padding-left: 2rem; }
    @media only screen and (min-width: 40.063em) {
      .service-row .service-row-header {
        margin-bottom: 0;
        padding-left: 1rem; } }
    @media only screen and (min-width: 40.063em) and (max-width: 64.063em) {
      .service-row .service-row-header {
        flex-direction: row;
        align-items: center; } }
  .service-row .service-row-content {
    margin-top: 2rem; }
  .service-row-intro img {
    margin-bottom: 2rem; }
  @media only screen and (max-width: 40.063em) {
    .service-row-intro {
      display: flex; }
      .service-row-intro img {
        flex: 0 0 3%;
        max-width: 33%;
        margin: 0 1rem 2rem 0; }
      .service-row-intro .check-list {
        flex: 0 0 66%;
        max-width: 66%; } }
  .service-row h3 {
    white-space: pre-line;
    line-height: 1;
    font-size: 2rem;
    color: #BADA55;
    font-weight: bold;
    margin-bottom: 1rem; }
    @media only screen and (min-width: 40.063em) {
      .service-row h3 {
        font-size: 2.5rem; } }
  .service-row .columns p:last-of-type {
    margin-bottom: 0; }
  .service-row .tech-image {
    padding: 1rem;
    margin-bottom: 1rem; }

/* ==================== CONTACT PAGE ==================== **/
.hire-us-text {
  color: #BADA55; }
  .hire-us-text:hover {
    color: slategrey; }

.form {
  counter-reset: section;
  text-align: left; }
  .form .form-row {
    margin-top: 2rem; }
    @media only screen and (max-width: 40.063em) {
      .form .form-row {
        flex-direction: column;
        align-items: center; } }
  .form label {
    font-size: 1rem;
    font-family: "Open Sans", Roboto, Arial, sans-serif;
    font-weight: 400;
    color: slategray; }
    .form label + small {
      margin: 0 0 0 5rem;
      display: block;
      font-family: "Merriweather";
      color: lightgray; }
  .form [type='text'], .form [type='password'], .form [type='date'], .form [type='datetime'], .form [type='datetime-local'], .form [type='month'], .form [type='week'], .form [type='email'], .form [type='number'], .form [type='search'], .form [type='tel'], .form [type='time'], .form [type='url'], .form [type='color'], .form textarea {
    border: none;
    border-bottom: 1px solid #BADA55;
    transition: all .5s;
    font-size: 1.5rem;
    font-weight: 400;
    margin-top: 1rem;
    height: auto;
    color: #003333; }
    .form [type='text']:focus, .form [type='password']:focus, .form [type='date']:focus, .form [type='datetime']:focus, .form [type='datetime-local']:focus, .form [type='month']:focus, .form [type='week']:focus, .form [type='email']:focus, .form [type='number']:focus, .form [type='search']:focus, .form [type='tel']:focus, .form [type='time']:focus, .form [type='url']:focus, .form [type='color']:focus, .form textarea:focus {
      color: #BADA55;
      border-bottom-color: #003333; }
  .form textarea {
    line-height: 1.2;
    min-height: 150px; }
  .form .switch-paddle {
    border-radius: 100px;
    background: transparent;
    border: 2px solid lightgray;
    color: lightgray;
    width: auto;
    padding: 1.25rem 2.5rem; }
    .form .switch-paddle:after {
      display: none; }
    .form .switch-paddle span {
      display: flex;
      text-align: center;
      height: 100%;
      justify-content: center;
      align-items: center;
      font-size: 1rem;
      font-weight: bold; }
    .form .switch-paddle:hover {
      border-color: rgba(186, 218, 85, 0.75); }
  .form [type='checkbox']:focus + label[for] {
    background: #F7f7f7;
    border-color: rgba(186, 218, 85, 0.5); }
  .form input:checked ~ .switch-paddle {
    background: transparent;
    color: #003333;
    border-color: #BADA55; }
  .form .is-invalid-input:not(:focus) {
    background: transparent;
    border-bottom: 2px solid red; }
  .form .form-footer {
    flex-direction: column;
    align-items: center;
    margin: 2rem 0; }
  .form.contact-form {
    padding-top: 2rem;
    max-width: 50rem;
    margin-left: auto;
    margin-right: auto; }
  .form.project-form {
    margin-bottom: 10rem; }
    .form.project-form label {
      font-size: 1rem; }
      @media only screen and (min-width: 40.063em) {
        .form.project-form label {
          font-size: 1.5rem; } }
    @media only screen and (max-width: 40.063em) {
      .form.project-form [type='text'], .form.project-form [type='password'], .form.project-form [type='date'], .form.project-form [type='datetime'], .form.project-form [type='datetime-local'], .form.project-form [type='month'], .form.project-form [type='week'], .form.project-form [type='email'], .form.project-form [type='number'], .form.project-form [type='search'], .form.project-form [type='tel'], .form.project-form [type='time'], .form.project-form [type='url'], .form.project-form [type='color'], .form.project-form textarea {
        font-size: 1rem; } }
    .form.project-form [type='text']:focus, .form.project-form [type='password']:focus, .form.project-form [type='date']:focus, .form.project-form [type='datetime']:focus, .form.project-form [type='datetime-local']:focus, .form.project-form [type='month']:focus, .form.project-form [type='week']:focus, .form.project-form [type='email']:focus, .form.project-form [type='number']:focus, .form.project-form [type='search']:focus, .form.project-form [type='tel']:focus, .form.project-form [type='time']:focus, .form.project-form [type='url']:focus, .form.project-form [type='color']:focus, .form.project-form textarea:focus {
      padding: 2rem;
      font-size: 1.5rem; }
      @media only screen and (min-width: 64.063em) {
        .form.project-form [type='text']:focus, .form.project-form [type='password']:focus, .form.project-form [type='date']:focus, .form.project-form [type='datetime']:focus, .form.project-form [type='datetime-local']:focus, .form.project-form [type='month']:focus, .form.project-form [type='week']:focus, .form.project-form [type='email']:focus, .form.project-form [type='number']:focus, .form.project-form [type='search']:focus, .form.project-form [type='tel']:focus, .form.project-form [type='time']:focus, .form.project-form [type='url']:focus, .form.project-form [type='color']:focus, .form.project-form textarea:focus {
          font-size: 2.5rem; } }
    .form.project-form ul {
      list-style: none;
      margin-left: 0;
      margin-top: 2rem; }
    .form.project-form .form-step {
      margin: 0 0 2rem;
      /*&:not(.active) {
        transform: scale(0.9);
        !*opacity: .25;*!
        transition: all .5s ease-in-out;
        //pointer-events: none;
        visibility: visible;
        !*position: fixed;
        top: -1000px;*!
      }*/ }
      @media only screen and (min-width: 64.063em) {
        .form.project-form .form-step {
          margin-bottom: 5rem; } }
      .form.project-form .form-step:before {
        counter-increment: section;
        content: "0" counter(section) "";
        float: left;
        font-size: 2rem;
        line-height: 0.75;
        font-family: "Montserrat", "Open Sans", Roboto, Arial, sans-serif;
        color: #EEE;
        font-weight: 300;
        margin-right: 0.5rem; }
        @media only screen and (min-width: 64.063em) {
          .form.project-form .form-step:before {
            font-size: 3rem; } }
      .form.project-form .form-step.active:before {
        color: #BADA55; }

/* -------------------- Callouts --------------------------*/
.callout {
  text-align: center;
  background-color: #003333;
  color: #fefefe;
  padding-left: 4rem;
  padding-right: 4rem;
  /* ==================== SUCCESS/ERRO MSG  ==================== **/ }
  .callout.success {
    background-color: #BADA55;
    border-color: #a8cf2d; }
  .callout.alert {
    background-color: crimson;
    border-color: #ad102f; }
  .callout.message.alert-box {
    display: block;
    display: none; }

/* -------------------- Form progress -------------------*/
.form-processing {
  display: none; }

.project-form-progress {
  display: flex;
  justify-content: space-between; }
  .project-form-progress li {
    margin: 1rem;
    position: relative;
    flex: 1 1 auto;
    display: flex;
    justify-content: center; }
    .project-form-progress li span {
      width: 30px;
      height: 30px;
      background: #EEE;
      display: block;
      border-radius: 30px; }
      .project-form-progress li span:after {
        content: "";
        width: auto;
        height: 1px;
        border-top: 1px dashed #EEE;
        display: block;
        position: absolute;
        left: calc(50% + 30px);
        right: 50%;
        top: 50%;
        transition: all 1s; }
    .project-form-progress li.active span {
      background: #BADA55; }
      .project-form-progress li.active span:after {
        right: -50%;
        border-top-style: solid;
        border-top-color: #003333; }
    .project-form-progress li:last-of-type span:after {
      display: none; }

/* ==================== COMPANY INFO SECTION ==================== **/
.company-info-section .company-info-section {
  -webkit-clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 85%);
  padding: 5rem 0;
  margin-bottom: -5rem; }

/* ==================== COMPANY LOCATION MAP ==================== **/
.map-section #map_content {
  margin-bottom: -4rem;
  height: 400px;
  height: 75vh; }
  @media only screen and (min-width: 40.063em) {
    .map-section #map_content {
      height: 600px; } }

/* ==================== FOOTER / Hire & join us, company info, legal menu ==================== **/
.footer {
  margin-top: 5rem; }
  .footer-company-info {
    position: relative;
    padding: 2rem 0; }
    .footer-company-info::before {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='100' width='2800' fill='rgb(254,254,254)' fill-opacity='1'%3E%3Cpolygon points='0,100 2800,100 0,0'%3E%3C/polygon%3E%3C/svg%3E");
      background-position: center center;
      background-repeat: no-repeat;
      content: '';
      height: 100px;
      left: 0;
      position: absolute;
      right: 0;
      width: 100%;
      z-index: 1;
      top: -100px; }
  .footer-meta {
    padding: 1rem 0; }
  .footer-logo a {
    display: block;
    text-align: center; }
  .footer-logo img {
    max-width: 70px;
    width: 100%; }

.hire-join {
  position: relative;
  padding: 0; }
  .hire-join::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='100' width='2800' fill='rgb(0,51,51)' fill-opacity='1'%3E%3Cpolygon points='0,100 2800,100 2800,0'%3E%3C/polygon%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    content: '';
    height: 100px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
    top: -100px; }
  .hire-join .hire-us-section {
    padding: 1rem 0 6rem;
    /*-webkit-clip-path: polygon(0 0, 100% 50px, 100% calc(100% - 50px),  0 100%);*/ }
  .hire-join .join-us-section {
    padding: 6rem 0;
    /*-webkit-clip-path: polygon(0 50px, 100% 0, 100% 100%,  0 calc(100% - 50px));*/ }
  .hire-join-box {
    padding: 0 3rem; }
    .hire-join-box h4 {
      width: 100%;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 2rem; }
    .hire-join-box p {
      padding: 0 1rem; }
    .hire-join-box button img {
      width: 4rem; }

.legal-menu {
  font-size: .8rem; }

/* ==================== BUTTONS ==================== **/
.button {
  border-width: 2px;
  border-color: #BADA55;
  color: #92A7A7;
  font-family: "Montserrat";
  font-weight: bold;
  text-transform: uppercase;
  transition: all .5s; }
  .button.hollow {
    border-width: 2px;
    color: #8a8a8a; }
    .button.hollow:hover {
      color: #BADA55;
      border-color: #92A7A7; }
    .button.hollow.secondary {
      border-width: 2px;
      color: #92A7A7;
      border-color: #92A7A7; }
      .button.hollow.secondary:hover {
        color: #BADA55;
        border-color: darkslategray; }
  .button.inverted {
    color: #fefefe;
    border-color: #BADA55; }
    .button.inverted:hover {
      color: #BADA55;
      border-color: #fefefe; }
  .button.white {
    color: #fefefe;
    border-color: rgba(0, 0, 0, 0.25); }
    .button.white:hover {
      color: #fefefe;
      background-color: rgba(0, 0, 0, 0.25);
      border-color: rgba(0, 0, 0, 0.25); }
  .button.iconed i, .button.iconed img, .button.iconed svg {
    margin-right: 1rem; }
  .button.iconed span + i, .button.iconed span img, .button.iconed span svg {
    margin-right: 0;
    margin-left: 1rem; }

/*=============================================================*/
/*------------ DENIS PAGE CONTENT ANIMATIONS --------------------
/*=============================================================*/
@keyframes slideUpDown {
  100% {
    background-position: center bottom;
    background-position: center calc(100% - 25px); } }

/* entering animations --------------------------------------- */
/* scale up */
@keyframes moveUp {
  from {
    opacity: 0;
    transform: translateY(150px); } }

.fadeInHide {
  opacity: 0; }

.fadeIn {
  animation: moveUp .75s both ease-in-out;
  z-index: 8888; }

.insoftWebPageHeader .page-header-content.ng-hide {
  transform: translateY(-50px); }
  @media only screen and (min-width: 40.063em) {
    .insoftWebPageHeader .page-header-content.ng-hide {
      opacity: 0;
      transform: translateY(-150px); } }

.insoftWebPageHeader .page-header-content {
  transition: all .5s ease-in-out;
  transform: translateY(0); }
  @media only screen and (min-width: 40.063em) {
    .insoftWebPageHeader .page-header-content {
      transition: all 1s ease-in-out;
      transform: translateY(0);
      opacity: 1; } }

/*
.main-content {
  position: relative;
  @include transition(all .5s);
  &.ng-leave {
    opacity: 0;
  }
  &.ng-enter {
    //opacity: 0;
  }
}*/
/* ==================== SVG LOGO ANIMATION ==================== **/
#loader-wrapper svg {
  position: absolute;
  z-index: 2000;
  width: 190px;
  height: 190px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .loaded #loader-wrapper svg {
    opacity: 0; }

.outline {
  stroke: #BADA55;
  stroke-width: 5;
  fill: transparent; }

.path {
  stroke-dasharray: 2200;
  stroke-dashoffset: -2200;
  animation: draw 1s .5s ease-in-out forwards;
  stroke-width: 250;
  stroke: #BADA55;
  fill: none; }

@keyframes draw {
  0% {
    stroke-dashoffset: -2200; }
  100% {
    stroke-dashoffset: 0; } }

/*=============================================================*/
/*---------- DENIS SOCIAL ICONS 06-09-2016 20:30 ----------------
/*=============================================================*/
.social-links li {
  font-size: 3rem; }
