
html {
  /* HTML tag init */
  color: #fff;
  font-size: 1em;
  line-height: 1.4;
  background: #000;
  }

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

audio,
canvas,
img,
svg,
video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

body {
  font-family: 'OpenSans';
  background: transparent;
  color: #fff;
  margin: 0;
  padding: 0; }

ul, li {
  list-style: none outside none;
  margin: 0; }

iframe {
  border: none; }

.pos-rel {
  position: relative; }

.pos-abs {
  position: absolute; }

.pos-fix {
  position: fixed; }

.full-width {
  width: 100%;
  max-width: 1440px; }

.full-height {
  height: 100%; }

.full-size {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.my-button {
  text-transform: uppercase;
  font-size: 1rem;
  padding: 1em;
  /* padding-top: 0.8rem; */
  padding-bottom: 0.8rem;
  display: inline-block;
  box-sizing: border-box;
  margin: 0; }

.center-vh {
  /*
      height: 100%;
      width: 100%; 
  */
  /* width needed for Firefox */
  /* old flexbox - Webkit and Firefox. For backwards compatibility */
  display: -webkit-box;
  /* middle-aged flexbox. Needed for IE 10 */
  display: -ms-flexbox;
  /* new flexbox. Chrome (prefix), Opera, upcoming browsers without */
  display: -webkit-flex;
  display: flex;
  /* old flexbox: box-* */
  -webkit-box-align: center;
  /* middle flexbox: flex-* */
  -ms-flex-align: center;
  /* new flexbox: various property names */
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }

.pos-top {
  top: 0; }

.pos-left {
  left: 0; }

.pos-right {
  right: 0; }

.pos-bottom {
  bottom: 0; }

.relh100 {
  position: relative;
  height: 100%; }

/* Make page full width so reset foundation restriction on max-width*/
.row {
  /*    width: 100%;*/
  max-width: 100%; }

ul, li {
  list-style: none outside none;
  margin: 0; }

a {
  color: #4394e5; }

.full-width {
  width: 100%;
  max-width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto; }

.fullscreen-width {
  width: 100%;
  max-width: 100%; }

.table {
  display: table;
  height: inherit;
  margin: auto; }

.table-cell {
  display: table-cell;
  /*    height: inherit;*/
  vertical-align: middle; }

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

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

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

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

/*
.mask{
    position: relative;
}
*/
/** 0. color Color */
.mask:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: ' ';
  opacity: 0.8
  /*    z-index: 10;*/ }

.title.bg-red,
.bg-red,
.mask-red:before {
  background: #e51c23; }

.small-col-20 {
  width: 20%; }

.box-shadow {
  -ms-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 2px rgba(0, 0, 0, 0.2), 0 0 4px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 2px rgba(0, 0, 0, 0.2), 0 0 4px 1px rgba(0, 0, 0, 0.1); }

/* Viewport visibility animation  */
.hidden {
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s; }

.visible {
  opacity: 1;
  -webkit-transition: 0.6s;
  transition: 0.6s; }

.invisible {
  display: none !important; }

.s-visible-medium-up {
  opacity: 0; }

strong,
.bold {
  font-weight: bold; }

.column, .columns {
  padding: 0; }

.row .row {
  margin: 0; }

.btn-round {
  font-family: "Roboto Condensed", "League Gothic";
  font-size: 16px;
  background: #4394e5;
  color: #fff;
  border-radius: 2px;
  display: inline-block;
  padding: 12px 32px;
  line-height: 1;
  -webkit-transition: 0.3s;
          transition: 0.3s; }

.btn-round:hover {
  color: #4394e5;
  background: #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2); }

/* 0.1 Helper classes */
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before, .section .content:before, .section .content .c-illustr:before,
.clearfix:after,
.section .content:after,
.section .content .c-illustr:after {
  content: " ";
  /* 1 */
  display: table
  /* 2 */ }

.clearfix:after, .section .content:after, .section .content .c-illustr:after {
  clear: both; }

/* 1. Header, and page menu */
/* 1.1 Header (logo)/ .header-top */
.header-top {
  position: fixed;
  top: 0;
  right: auto;
  left: 0;
  height: auto;
  /* z-index: 9999; */
  }
  .header-top .logo-wrapper {
    position: relative;
    float: left;
    margin-right: 40px;
    margin-top: 40px;
    }
    .header-top .logo-wrapper .logo {
      font-family: "Roboto Condensed", "League Gothic";
      font-weight: bold;
      font-size: 14px;
      color: #fff;
      -webkit-transition: 0.3s;
              transition: 0.3s; }
      .header-top .logo-wrapper .logo .title {
        vertical-align: middle; }
      .header-top .logo-wrapper .logo img {
        height: 36px;
        width: auto;
        margin-left: 40px;
        }
      .header-top .logo-wrapper .logo .logo-images .light-logo {
        display: inline-block; }
      .header-top .logo-wrapper .logo .logo-images .dark-logo {
        display: none; }
  .header-top .site-nav {
    float: left;
    margin-top: 24px;
    margin-right: 48px; }
    .header-top .site-nav li {
      float: left;
      display: block;
      font-family: "Montserrat", "Glacial Indifference", "Roboto", "Helvetica", sans-serif;
      margin-left: 8px;
      position: relative; }
      .header-top .site-nav li a {
        margin-top: -8px;
        display: block;
        padding: 8px;
        color: #fff; }
      .header-top .site-nav li a:after {
        content: "";
        position: absolute;
        width: 0px;
        height: 0px;
        background: rgba(255, 255, 255, 0.3);
        left: 50%;
        bottom: -4px;
        margin-left: -0px;
        border-radius: 8px;
        -webkit-transition: 0.3s;
                transition: 0.3s; }
    .header-top .site-nav li.separator {
      color: #fff; }
    .header-top .site-nav li:hover a:after,
    .header-top .site-nav li.active a:after {
      width: 8px;
      height: 8px;
      bottom: -8px;
      margin-left: -4px; }
    .header-top .site-nav li.active a:after {
      background: #fff; }

/* 1.2 Menu / .page-menu, .header-top .menu-icon */
.page-menu {
  position: fixed;
  top: 20px;
  left: 10%;
  right: 10%;
  display: flex;
  z-index: 100;
  height: 70px;
  padding: 10px;
  padding-top: 10px;
  width: 60%;
  padding-right: 0;
  -ms-transform: rotate(45deg) translateY(-300px);
  -ms-transform-origin: top left;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  margin: 0 auto;
  justify-content: center;
  }

  .page-menu li {
    position: relative;
    display: inline-flex;
    margin-bottom: 20px;
    -ms-transform-origin: top left;
    -ms-transform: rotate(-45deg) scale(1) translateX(40px);
    opacity: 0;
    -webkit-transition: 0s;
    transition: 0s;
    -webkit-transition-delay: 0.0s;
    transition-delay: 0.0s;
    -webkit-transition-timing-function: cubic-bezier(0.52, 0.42, 0, 1.01);
    transition-timing-function: cubic-bezier(0.52, 0.42, 0, 1.01);
    justify-content: space-between;
    }
    .page-menu li a {
      color: #fff;
      font-family: inherit;
      display: flex;
      height: 40px;
      padding-top: 16px;
      padding-bottom: 12px;
      text-transform: uppercase;
      font-weight: 600;
      }
    .page-menu li .icon {
      display: none;
      width: 40px;
      height: 40px;
      padding-top: 11px;
      line-height: 1;
      background: #1d1d1d;
      color: #fff;
      border-radius: 2px;
      text-align: center;
      vertical-align: middle;
      margin-right: 8px;
      position: relative;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      }
    .page-menu li .icon:after {
      position: absolute;
      left: 20px;
      top: 20px;
      right: 20px;
      bottom: 20px;
      content: "";
      background: #fff;
      opacity: 0;
      z-index: -1;
      border-radius: 40px;
      -webkit-transition: 0.3s;
              transition: 0.3s; }
  .page-menu.menu-visible {
    visibility: visible;
    opacity: 1;
    /* left: 100px; */
    -ms-transform: rotate(45deg) translateY(-300px);
    }
    .page-menu.menu-visible li {
      -webkit-transition: 0.3s;
      transition: 0.3s;
      opacity: 1;
      -ms-transform: rotate(-45deg) scale(1) translateX(0);
      transition-timing-function: cubic-bezier(0.95, 0.31, 0.51, 1.39);
      }
    .page-menu.menu-visible li:nth-child(1) {
      -webkit-transition-delay: 0.25s;
              transition-delay: 0.25s; }
    .page-menu.menu-visible li:nth-child(2) {
      -webkit-transition-delay: 0.3s;
              transition-delay: 0.3s; }
    .page-menu.menu-visible li:nth-child(3) {
      -webkit-transition-delay: 0.35s;
              transition-delay: 0.35s; }
    .page-menu.menu-visible li:nth-child(4) {
      -webkit-transition-delay: 0.4s;
              transition-delay: 0.4s; }
    .page-menu.menu-visible li:nth-child(5) {
      -webkit-transition-delay: 0.45s;
              transition-delay: 0.45s; }
    .page-menu.menu-visible li:nth-child(6) {
      -webkit-transition-delay: 0.5s;
              transition-delay: 0.5s; }
    .page-menu.menu-visible li:nth-child(7) {
      -webkit-transition-delay: 0.55s;
              transition-delay: 0.55s; }
    .page-menu.menu-visible li:nth-child(8) {
      -webkit-transition-delay: 0.6s;
              transition-delay: 0.6s; }
    .page-menu.menu-visible li:nth-child(9) {
      -webkit-transition-delay: 0.65s;
              transition-delay: 0.65s; }
    .page-menu.menu-visible li:nth-child(10) {
      -webkit-transition-delay: 0.7s;
              transition-delay: 0.7s; }
  .page-menu li.active .icon {
    background: #4394e5; }
  .page-menu li:not(.active):hover .icon {
    color: #4394e5; }
  .page-menu li:not(.active):hover .icon:after {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 1; }

.menu-icon {
  float: left;
  position: fixed;
  z-index: 9999999;
  top: 0px;
  padding: 40px;
  right: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  }
  .menu-icon:after {
    display: none; }
  .menu-icon:before {
    position: absolute;
    z-index: 1;
    content: "";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    /* background: #ffffff; */
    width: 300%;
    height: 300%;
    top: -150%;
    left: -150%;
    }
  .menu-icon .bars {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    float: right;
    position: absolute;
    z-index: 99999;
    }
    .menu-icon .bars .bar1,
    .menu-icon .bars .bar2,
    .menu-icon .bars .bar3 {
      display: block;
      content: "";
      height: 2px;
      width: 32px;
      background: #fff;
      /*				margin: auto;*/
      margin-bottom: 10px;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      }
    .menu-icon .bars .bar2 {
      width: 16px;
      width: 20px; }
    .menu-icon .bars .bar3 {
      width: 8px; }
  .menu-icon.menu-visible .bars .bar1,
  .menu-icon.menu-visible .bars .bar3 {
    width: 16px; }
  .menu-icon.menu-visible .bars .bar2 {
    width: 32px; }

/* 1.3 Dot/bar Navigation at right / #fp-nav.right (hooking fullpage.js plugin) */
#fp-nav.right,
#fp-nav {
  top: 33%;
  left: 32px;
  width: 370px;
  }

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  background: #fff; }
  #fp-nav ul li a span:before,
  .fp-slidesNav ul li a span:before {
    position: absolute;
    left: -0px;
    width: 0px;
    height: 2px;
    margin-top: -1px;
    top: 50%;
    /* background: #ffffff; */
    content: "";
    -webkit-transition: 0.3s;
    transition: 0.3s;
    }

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span {
  background: #ff9c00;
  }
  #fp-nav ul li a.active span:before,
  .fp-slidesNav ul li a.active span:before {
    background: #ff9c00;
    left: -21px;
    width: 22px;
    }

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  background: #fff; }
  #fp-nav ul li:hover a span:before,
  .fp-slidesNav ul li:hover a span:before {
    left: -12px;
    width: 12px;
    background: #ffffff; }

#fp-nav ul {
  margin-top: -40px; }

/* 2 Background cover image / .page-cover */
.page-cover {
  width: 100%;
  position: fixed;
  height: 120%;
  z-index: 0;
  overflow: hidden; }
  .page-cover .cover-bg {
    /*  Page cover background image,color */
    background: url(../img/bg-default.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    z-index: -1; }
  .page-cover .cover-bg.bg-color {
    /* Page cover  background mask */
    background-image: none;
    z-index: -1; }
  .page-cover .cover-bg.cover-bg-mask {
    background: rgba(0, 0, 0, 0.12);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    z-index: 0;
    -webkit-transition: 2s;
            transition: 2s; }
  .page-cover .vegas-timer {
    /* background slide */
    display: none; }
  .page-cover #particles-js {
    /*  particles.js container */
    width: 100%;
    height: 100%;
    background-color: #b61924;
    background-image: url("");
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat; }
  .page-cover .video-container {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1; }
  .page-cover .video-container video {
    height: 724px;
    width: 1287px;
    margin-top: -42px;
    margin-left: 0px; }
  .page-cover .video-container iframe {
    width: 120%;
    height: 120%;
    margin-left: -10%;
    margin-top: -2%; }

/* particles fixes  */
.show-for-medium-up {
  display: none; }

@media (min-width: 602px) {
  .show-for-medium-up {
    display: block; } }
/* 3. main content / .main */
.main {
  height: 100%; }

/* 3.1 Fullscreen sections overall style / .section */
/*  Main Page / .page-main*/
.page-main {
  position: relative;
  margin-left: 0;
  width: 100%;
  max-width: 1;
  height: 100%;
  z-index: 1;
  }

/* Section / .section*/
.section {
  padding-left: 40px;
  padding-right: 40px; }

.section-cent {
  width: 100%;
  position: relative;
  text-align: center; }

.section .content {
  padding-bottom: 72px;
  position: relative;
  padding-left: 270px;
  }
  .section .content .c-header {
    margin-bottom: 32px; }
    .section .content .c-header h2 {
      font-size: 36px;
      font-weight: bold;
      font-family: "Roboto Condensed", "League Gothic";
      color: #ffffff; }
    .section .content .c-header p {
      font-family: "Roboto", "Helvetica", sans-serif;
      font-size: 14px;
      color: #ffffff;
      max-width: 720px;
      opacity: 0.6; }
    .section .content .c-header h3 {
      font-family: "Roboto", "Helvetica", sans-serif;
      font-size: 24px;
      color: #ffffff;
      max-width: 720px;
      opacity: 0.6; }
  .section .content .c-wrapper {
    text-align: left;
    position: relative; }
  .section .content .c-card {
    position: relative;
    overflow: hidden;
    padding: 2px; }
    .section .content .c-card .card-wrapper {
      background: #ffffff;
      padding: 16px;
      box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
      position: relative; }
      .section .content .c-card .card-wrapper:after {
        position: absolute;
        left: 16px;
        top: 16px;
        width: 1px;
        height: 128px;
        margin-left: 64px;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        -webkit-transform-origin: left;
            -ms-transform-origin: left;
                transform-origin: left;
        content: "";
        background: #4394e5; }
    .section .content .c-card .c-content {
      text-align: left;
      padding: 16px;
      padding-top: 32px; }
      .section .content .c-card .c-content.text-right {
        text-align: right; }
      .section .content .c-card .c-content h2 {
        font-size: 24px;
        color: #4394e5;
        font-family: "Roboto Condensed", "League Gothic";
        text-transform: uppercase;
        font-weight: bold; }
      .section .content .c-card .c-content h3 {
        color: #4394e5;
        font-family: "Roboto Condensed", "League Gothic";
        font-size: 16px;
        position: relative; }
        .section .content .c-card .c-content h3:after {
          position: relative;
          height: 16px;
          width: 16px;
          content: "";
          background: #4394e5;
          border-radius: 16px;
          display: inline-block;
          margin-left: 8px;
          margin-top: -4px;
          vertical-align: middle; }
      .section .content .c-card .c-content p {
        color: #1d1d1d;
        font-family: "Roboto", "Helvetica", sans-serif;
        font-size: 14px; }
    @media (min-width: 720px) {
      .section .content .c-card.anim .card-wrapper {
        -webkit-transform: translateY(-101%);
            -ms-transform: translateY(-101%);
                transform: translateY(-101%);
        -webkit-transition: 0.45s;
                transition: 0.45s;
        -webkit-transition-timing-function: cubic-bezier(0.52, 0.42, 0, 1.01);
                transition-timing-function: cubic-bezier(0.52, 0.42, 0, 1.01);
        -webkit-transition-delay: 00s;
                transition-delay: 00s;
        box-shadow: 0 0 2px transparent; } }
  .section .content .c-illustr {
    position: relative; }
    .section .content .c-illustr .img-wrapper {
      content: '';
      width: 100%;
      height: 160px;
      background: #ffffff;
      display: block;
      position: relative; }
      .section .content .c-illustr .img-wrapper .slides {
        height: 100%;
        position: relative;
        overflow: hidden; }
        .section .content .c-illustr .img-wrapper .slides .slide-item {
          width: 100%;
          height: 100%;
          position: relative;
          overflow: hidden; }
          .section .content .c-illustr .img-wrapper .slides .slide-item img {
            height: auto;
            width: 120%;
            max-width: none !important; }
      .section .content .c-illustr .img-wrapper .swipe-nav {
        position: absolute;
        height: 56px;
        width: 56px;
        left: -56px;
        background: #4394e5;
        text-align: center;
        padding-top: 10px; }
        .section .content .c-illustr .img-wrapper .swipe-nav .icon {
          color: #fff;
          text-align: center;
          width: 24px;
          height: 36px;
          line-height: 1;
          display: inline-block;
          padding-top: 11px;
          font-size: 12px; }
        .section .content .c-illustr .img-wrapper .swipe-nav a:hover .icon {
          opacity: 0.4; }
    .section .content .c-illustr .img-bottom {
      content: '';
      width: 96px;
      height: 96px;
      position: absolute;
      bottom: 0;
      right: -96px;
      background: #4b4b4b;
      display: block;
      float: left; }
@media (min-width: 720px) {
  .section.active .content .c-card.anim .card-wrapper {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
    -webkit-transition-timing-function: cubic-bezier(0.52, 0.42, 0, 1.01);
            transition-timing-function: cubic-bezier(0.52, 0.42, 0, 1.01);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2); } }

/* Section footer with scroll down button / .s-footer */
.s-footer {
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  position: absolute;
  padding: 0px;
  visibility: hidden;
  opacity: 0;
  z-index: 100;
  -webkit-transition: 0.3s;
          transition: 0.3s; }
  .s-footer a {
    color: #fff;
    display: block;
    margin: auto;
    margin-bottom: 64px;
    width: 160px;
    text-align: center;
    font-family: "Roboto Condensed", "League Gothic";
    font-size: 12px;
    letter-spacing: 0.2em;
    padding-left: 0.2em;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 8px;
    padding-top: 16px;
    position: relative;
    -webkit-transition: 0.3s;
            transition: 0.3s;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 100px;
    padding-bottom: 10px;
    padding-top: 10px; }
    .s-footer a:after {
      content: "";
      position: absolute;
      background: #4394e5;
      border: 4px solid #ffffff;
      width: 16px;
      height: 16px;
      bottom: -20px;
      margin-left: -8px;
      border-radius: 8px;
      left: 50%;
      -webkit-transition: 0.3s;
              transition: 0.3s; }
    .s-footer a:before {
      content: "";
      position: absolute;
      background: #fff;
      width: 2px;
      margin-left: -1px;
      left: 50%;
      -webkit-transition: 0.3s;
              transition: 0.3s;
      height: 28px;
      bottom: -32px;
      margin-bottom: -16px;
      top: auto; }
    .s-footer a:hover:after {
      bottom: -64px; }
    .s-footer a:hover:before {
      height: 28px;
      margin-bottom: -32px; }

.section.active .s-footer {
  visibility: visible;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 1; }

.fp-responsive .fp-auto-height-responsive .fp-scrollable {
  height: auto !important; }

/* 3.2 Home page section (including the clock) / .section-home */
/* 2.3.0 home section / .section-home */
.section-home .content {
  max-width: 960px;
  position: relative;
  padding-top: 0;
  padding-bottom: 0; }
  .section-home .content .c-image {
    position: absolute;
    width: 100%;
    height: auto;
    top: -96px;
    bottom: -96px;
    left: 0;
    z-index: 0; }
    .section-home .content .c-image .illustr {
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      content: "";
      position: absolute;
      background: #1d1d1d; }
  .section-home .content .c-text {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 720px;
    margin: 0 auto; }
    .section-home .content .c-text .title-desc {
      position: relative;
      overflow: hidden;
      padding-top: 96px;
      margin-top: -96px;
      border-bottom: 2px solid rgba(255, 255, 255, 0.2); }
    .section-home .content .c-text .c-logo {
      height: 100%;
      text-align: center;
      margin-top: -64px; }
      .section-home .content .c-text .c-logo img {
        height: 64px;
        width: auto;
        display: inline-block; }
      .section-home .content .c-text .c-logo .icon {
        font-size: 128px;
        line-height: 1;
        color: #fff;
        position: relative;
        display: inline-block;
        text-align: center; }
      .section-home .content .c-text .c-logo h4 {
        font-family: "Roboto Condensed", "League Gothic";
        font-size: 18px;
        color: #ffffff;
        display: inline-block;
        vertical-align: middle;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 8px; }
    .section-home .content .c-text .header h2 {
      font-family: "Roboto Condensed", "League Gothic";
      color: #fff;
      font-size: 64px;
      margin-bottom: 0px; }
    .section-home .content .c-text .header h3 {
      font-family: "Roboto Condensed", "League Gothic";
      color: #fff;
      font-size: 24px; }
    .section-home .content .c-text .desc {
      max-width: 560px;
      margin: 0 auto; }
      .section-home .content .c-text .desc p {
        color: #fff;
        font-family: "Roboto", "Helvetica", sans-serif;
        font-size: 16px; }
    .section-home .content .c-text .home-btns {
      padding-top: 40px;
      overflow: hidden; }
      .section-home .content .c-text .home-btns .btn {
        font-family: "Roboto Condensed", "League Gothic";
        letter-spacing: 0.2em;
        padding-left: 0.2em;
        padding-bottom: 0.5em;
        padding-top: 0.2em;
        text-transform: uppercase;
        color: #ffffff;
        font-size: 14px;
        line-height: 1;
        display: inline-block;
        position: relative;
        -webkit-transition: 0.2s;
                transition: 0.2s; }
        .section-home .content .c-text .home-btns .btn:before, .section-home .content .c-text .home-btns .btn:after {
          position: absolute;
          left: auto;
          right: -24px;
          top: 50%;
          margin-top: -4px;
          height: 8px;
          width: 8px;
          border-radius: 20px;
          background: #4394e5;
          content: "";
          -webkit-transition: 0.2s;
                  transition: 0.2s; }
        .section-home .content .c-text .home-btns .btn:before {
          right: auto;
          left: -24px; }
        .section-home .content .c-text .home-btns .btn span {
          position: relative;
          -webkit-transition: 0.3s;
                  transition: 0.3s; }
          .section-home .content .c-text .home-btns .btn span:after {
            bottom: -0.2em;
            left: -16px;
            right: -16px;
            width: auto;
            content: "";
            position: absolute;
            background: #4394e5;
            height: 1px;
            -webkit-transition: 0.3s;
                    transition: 0.3s;
            opacity: 0; }
        .section-home .content .c-text .home-btns .btn:hover:before, .section-home .content .c-text .home-btns .btn:hover:after {
          -webkit-transform: scale(0.5);
              -ms-transform: scale(0.5);
                  transform: scale(0.5);
          background: #ffffff; }
        .section-home .content .c-text .home-btns .btn:hover span {
          color: #4394e5; }
          .section-home .content .c-text .home-btns .btn:hover span:after {
            left: -0%;
            right: -0%;
            opacity: 1; }
    .section-home .content .c-text .c-clock {
      position: relative;
      overflow: hidden; }
      .section-home .content .c-text .c-clock .clock-wrapper {
        margin: auto;
        padding-top: 8px; }
        .section-home .content .c-text .c-clock .clock-wrapper .tile {
          width: 96px;
          display: inline-block; }
          .section-home .content .c-text .c-clock .clock-wrapper .tile .hours,
          .section-home .content .c-text .c-clock .clock-wrapper .tile .days,
          .section-home .content .c-text .c-clock .clock-wrapper .tile .minutes,
          .section-home .content .c-text .c-clock .clock-wrapper .tile .seconds {
            font-family: "Roboto Condensed", "League Gothic";
            font-size: 48px;
            display: block;
            text-align: center; }
          .section-home .content .c-text .c-clock .clock-wrapper .tile .txt {
            display: block;
            text-align: center;
            font-family: "Roboto Condensed", "League Gothic";
            text-transform: uppercase;
            font-size: 12px;
            letter-spacing: 0.2em;
            position: relative;
            color: #ffffff; }
            .section-home .content .c-text .c-clock .clock-wrapper .tile .txt:after {
              position: absolute;
              content: "";
              background: #ffffff;
              background: #4394e5;
              -webkit-transform: rotate(45deg);
                  -ms-transform: rotate(45deg);
                      transform: rotate(45deg);
              height: 32px;
              width: 1px;
              position: absolute;
              right: -4px;
              bottom: 2px; }
          .section-home .content .c-text .c-clock .clock-wrapper .tile:last-child .txt:after {
            display: none; }
  .section-home .content.anim .c-text .title-desc .t-wrapper {
    -webkit-transition: 0.3s;
            transition: 0.3s;
    opacity: 0;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);
    -webkit-transition-timing-function: cubic-bezier(0.52, 0.42, 0, 1.01);
            transition-timing-function: cubic-bezier(0.52, 0.42, 0, 1.01); }
  .section-home .content.anim .c-text .home-btns .btn,
  .section-home .content.anim .c-text .home-btns .clock-wrapper,
  .section-home .content.anim .c-text .c-clock .btn,
  .section-home .content.anim .c-text .c-clock .clock-wrapper {
    -webkit-transition: 0.3s;
            transition: 0.3s;
    opacity: 0;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition-timing-function: cubic-bezier(0.52, 0.42, 0, 1.01);
            transition-timing-function: cubic-bezier(0.52, 0.42, 0, 1.01); }
.section-home.active.anim .c-text .title-desc .t-wrapper {
  -webkit-transition: 0.6s;
          transition: 0.6s;
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none; }
.section-home.active.anim .c-text .home-btns .btn,
.section-home.active.anim .c-text .home-btns .clock-wrapper,
.section-home.active.anim .c-text .c-clock .btn,
.section-home.active.anim .c-text .c-clock .clock-wrapper {
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.13, 0.53, 0.21, 0.97);
          transition-timing-function: cubic-bezier(0.13, 0.53, 0.21, 0.97);
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none; }

/* 3.3 About page section / .section-about */
/* about section / .section-about */
.section-about .content .c-left {
  float: left;
  width: 66%;
  padding-right: 64px; }
.section-about .content .c-right {
  float: right;
  width: 34%; }

/* 3.4 Projects/Feature/Contact address list / .section .c-features */
.section .content {
  /* features/services/works */
  display: flex;
  width: 100%;
  }
  .section .content .c-wrapper {
    position: relative; }
    .section .content .c-wrapper .slide-pagination,
    .section .content .c-wrapper .items-pagination,
    .section .content .c-wrapper .swiper-pagination {
      position: absolute;
      right: 0;
      top: -32px;
      margin-right: -16px;
      z-index: 1; }
    .section .content .c-wrapper .swiper-pagination-bullet {
      opacity: 1;
      margin-right: 16px;
      background: #ffffff;
      position: relative;
      -webkit-transition: 0.3s;
              transition: 0.3s; }
      .section .content .c-wrapper .swiper-pagination-bullet:before {
        position: absolute;
        left: -8px;
        right: -8px;
        top: -8px;
        bottom: -8px;
        content: "";
        background: none;
        border-radius: 20px;
        -webkit-transition: 0.3s;
                transition: 0.3s;
        z-index: -1; }
      .section .content .c-wrapper .swiper-pagination-bullet:after {
        position: absolute;
        left: -6px;
        right: -6px;
        top: -6px;
        bottom: -6px;
        content: "";
        background: none;
        -webkit-transition: 0.3s;
                transition: 0.3s;
        z-index: 0; }
      .section .content .c-wrapper .swiper-pagination-bullet:hover, .section .content .c-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #4394e5; }
        .section .content .c-wrapper .swiper-pagination-bullet:hover:before, .section .content .c-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
          background: #ffffff;
          left: -4px;
          right: -4px;
          top: -4px;
          bottom: -4px; }
    .section .content .c-wrapper .slide-nav-container,
    .section .content .c-wrapper .items-nav-container {
      float: right;
      position: absolute;
      top: 4px;
      right: 0; }
      .section .content .c-wrapper .slide-nav-container .items-button,
      .section .content .c-wrapper .items-nav-container .items-button {
        float: left;
        position: relative;
        margin-right: 36px; }
        .section .content .c-wrapper .slide-nav-container .items-button:after,
        .section .content .c-wrapper .items-nav-container .items-button:after {
          content: "";
          background: #4394e5;
          -webkit-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
                  transform: rotate(45deg);
          height: 32px;
          width: 1px;
          position: absolute;
          right: -20px;
          bottom: 2px; }
        .section .content .c-wrapper .slide-nav-container .items-button a,
        .section .content .c-wrapper .items-nav-container .items-button a {
          font-size: 12px;
          font-family: "Roboto Condensed", "League Gothic";
          text-transform: uppercase;
          letter-spacing: 0.2em;
          color: #4394e5;
          display: inline-block;
          padding-top: 8px;
          position: relative; }
          .section .content .c-wrapper .slide-nav-container .items-button a:after,
          .section .content .c-wrapper .items-nav-container .items-button a:after {
            bottom: 0;
            left: -16px;
            right: -16px;
            width: auto;
            content: "";
            position: absolute;
            background: #ffffff;
            height: 1px;
            -webkit-transition: 0.3s;
                    transition: 0.3s;
            opacity: 0; }
          .section .content .c-wrapper .slide-nav-container .items-button a:hover,
          .section .content .c-wrapper .items-nav-container .items-button a:hover {
            color: #ffffff; }
            .section .content .c-wrapper .slide-nav-container .items-button a:hover:after,
            .section .content .c-wrapper .items-nav-container .items-button a:hover:after {
              left: -0%;
              right: -0%;
              opacity: 1; }
        .section .content .c-wrapper .slide-nav-container .items-button:last-child,
        .section .content .c-wrapper .items-nav-container .items-button:last-child {
          margin-right: 0; }
          .section .content .c-wrapper .slide-nav-container .items-button:last-child:after,
          .section .content .c-wrapper .items-nav-container .items-button:last-child:after {
            display: none; }
  .section .content .items-slide {
    position: relative; }
    .section .content .items-slide .swiper-wrapper .swiper-slide .item-img {
      position: relative;
      -webkit-transition: none;
              transition: none;
      -webkit-transition: 0.3s;
              transition: 0.3s;
      background: transparent; }
    .section .content .items-slide .swiper-wrapper .swiper-slide .desc {
      position: relative; }
      .section .content .items-slide .swiper-wrapper .swiper-slide .desc:before, .section .content .items-slide .swiper-wrapper .swiper-slide .desc:after {
        position: absolute;
        content: "";
        right: -16px;
        left: auto;
        top: 0;
        height: 0%;
        width: 1px;
        background: #fff;
        -webkit-transition: 0.3s;
                transition: 0.3s;
        opacity: 0; }
      .section .content .items-slide .swiper-wrapper .swiper-slide .desc:before {
        left: -16px;
        right: auto; }
    .section .content .items-slide .swiper-wrapper .swiper-slide .item-desc {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      -webkit-transition: 0.3s;
              transition: 0.3s; }
    .section .content .items-slide .swiper-wrapper .swiper-slide:first-child .desc:before {
      display: none; }
    .section .content .items-slide .swiper-wrapper .swiper-slide:hover .item-img, .section .content .items-slide .swiper-wrapper .swiper-slide.swiper-slide-active .item-img {
      position: relative;
      -webkit-transform: scale(1.15);
          -ms-transform: scale(1.15);
              transform: scale(1.15); }
    .section .content .items-slide .swiper-wrapper .swiper-slide:hover .item-desc, .section .content .items-slide .swiper-wrapper .swiper-slide.swiper-slide-active .item-desc {
      -webkit-transform: translateY(16px);
          -ms-transform: translateY(16px);
              transform: translateY(16px); }
    .section .content .items-slide .swiper-wrapper .swiper-slide:hover .desc:before, .section .content .items-slide .swiper-wrapper .swiper-slide:hover .desc:after, .section .content .items-slide .swiper-wrapper .swiper-slide.swiper-slide-active .desc:before, .section .content .items-slide .swiper-wrapper .swiper-slide.swiper-slide-active .desc:after {
      height: 100%;
      opacity: 1;
      -webkit-transition: 0.3s;
              transition: 0.3s; }
  .section .content .c-features li {
    padding-right: 64px;
    margin-bottom: 32px;
    position: relative; }
    .section .content .c-features li.swiper-slide {
      padding-right: 0px; }
    .section .content .c-features li h3,
    .section .content .c-features li .title {
      font-size: 18px;
      font-family: "Roboto Condensed", "League Gothic";
      color: #4394e5;
      text-transform: uppercase;
      letter-spacing: 0.2em;
      position: relative;
      margin-bottom: 8px;
      padding-bottom: 8px; }
      .section .content .c-features li h3:before,
      .section .content .c-features li .title:before {
        content: "";
        position: absolute;
        left: -32px;
        bottom: 0;
        top: auto;
        background: #4394e5;
        height: 2px;
        width: 96px;
        margin-right: -8px;
        margin-top: 1px;
        z-index: 1;
        box-sizing: border-box; }
      .section .content .c-features li h3:after,
      .section .content .c-features li .title:after {
        content: "";
        position: absolute;
        left: -32px;
        bottom: -6px;
        top: auto;
        background: #ffffff;
        border: 4px solid #4394e5;
        height: 16px;
        width: 16px;
        margin-left: -8px;
        border-radius: 16px;
        z-index: 1;
        box-sizing: border-box; }
    .section .content .c-features li .desc p {
      font-family: "Roboto", "Helvetica", sans-serif;
      font-size: 14px;
      margin-bottom: 0;
      color: #ffffff; }
    .section .content .c-features li .item-img {
      display: block;
      width: 100%;
      height: 0;
      padding-bottom: 100%;
      background: #fff;
      content: "";
      position: relative;
      margin-bottom: 16px;
      overflow: hidden; }
      .section .content .c-features li .item-img .img {
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        content: ""; }
    @media (min-width: 720px) {
      .section .content .c-features li.anim h3,
      .section .content .c-features li.anim .title {
        -webkit-transition: 0.3s;
                transition: 0.3s;
        -webkit-transition-delay: 0s;
                transition-delay: 0s;
        -webkit-transition-timing-function: cubic-bezier(0.52, 0.42, 0, 1.01);
                transition-timing-function: cubic-bezier(0.52, 0.42, 0, 1.01);
        -webkit-transform: translateY(16px);
            -ms-transform: translateY(16px);
                transform: translateY(16px);
        opacity: 0; }
        .section .content .c-features li.anim h3:before,
        .section .content .c-features li.anim .title:before {
          width: 0;
          -webkit-transition: 0.3s;
                  transition: 0.3s;
          -webkit-transition-delay: 0s;
                  transition-delay: 0s;
          -webkit-transition-timing-function: cubic-bezier(0.52, 0.42, 0, 1.01);
                  transition-timing-function: cubic-bezier(0.52, 0.42, 0, 1.01); }
        .section .content .c-features li.anim h3:after,
        .section .content .c-features li.anim .title:after {
          height: 0px;
          width: 0px;
          margin-left: 0px;
          top: auto;
          bottom: 0px;
          border: 0px solid #4394e5;
          -webkit-transition: 0.3s;
                  transition: 0.3s;
          -webkit-transition-delay: 0s;
                  transition-delay: 0s;
          -webkit-transition-timing-function: cubic-bezier(0.52, 0.42, 0, 1.01);
                  transition-timing-function: cubic-bezier(0.52, 0.42, 0, 1.01); }
      .section .content .c-features li.anim .desc {
        -webkit-transition: 0.6s;
                transition: 0.6s;
        -webkit-transition-delay: 0s;
                transition-delay: 0s;
        -webkit-transform: translateY(-16px);
            -ms-transform: translateY(-16px);
                transform: translateY(-16px);
        opacity: 0; }
        .section .content .c-features li.anim .desc.big p {
          font-size: 24px; }
        .section .content .c-features li.anim .desc a {
          color: inherit; }
          .section .content .c-features li.anim .desc a:hover {
            color: #4394e5;
            text-decoration: underline; }
        .section .content .c-features li.anim .desc p {
          font-family: "Roboto", "Helvetica", sans-serif;
          font-size: 14px; } }
@media (min-width: 720px) {
  .section.active .content .c-features li.anim {
    /*&:nth-child(1){
    	&:before{
    		transition-delay: 1.1s;
    	}
    	&:after{
    		transition-delay: 1s;
    	}
    	h3,
    	.title{
    		transition-delay: 1s;
    	}
    	.desc{
    		transition-delay: 1.3s;
    	}
    }*/ }
    .section.active .content .c-features li.anim h3,
    .section.active .content .c-features li.anim .title {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      opacity: 1;
      -webkit-transition-delay: 1s;
              transition-delay: 1s; }
      .section.active .content .c-features li.anim h3:before,
      .section.active .content .c-features li.anim .title:before {
        width: 96px;
        -webkit-transition-delay: 1.1s;
                transition-delay: 1.1s; }
      .section.active .content .c-features li.anim h3:after,
      .section.active .content .c-features li.anim .title:after {
        height: 16px;
        width: 16px;
        bottom: -7px;
        top: auto;
        margin-left: -8px;
        border: 4px solid #4394e5;
        -webkit-transition-delay: 1s;
                transition-delay: 1s; }
    .section.active .content .c-features li.anim .desc {
      -webkit-transition-delay: 1.3s;
              transition-delay: 1.3s;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      opacity: 1;
      font-family: "Roboto", "Helvetica", sans-serif;
      font-size: 14px; }
    .section.active .content .c-features li.anim:nth-child(1):before {
      -webkit-transition-delay: 0.7s;
              transition-delay: 0.7s; }
    .section.active .content .c-features li.anim:nth-child(1):after {
      -webkit-transition-delay: 0.6s;
              transition-delay: 0.6s; }
    .section.active .content .c-features li.anim:nth-child(1) h3,
    .section.active .content .c-features li.anim:nth-child(1) .title {
      -webkit-transition-delay: 0.6s;
              transition-delay: 0.6s; }
    .section.active .content .c-features li.anim:nth-child(1) .desc {
      -webkit-transition-delay: 0.9s;
              transition-delay: 0.9s; }
    .section.active .content .c-features li.anim:nth-child(2):before {
      -webkit-transition-delay: 0.8s;
              transition-delay: 0.8s; }
    .section.active .content .c-features li.anim:nth-child(2):after {
      -webkit-transition-delay: 0.7s;
              transition-delay: 0.7s; }
    .section.active .content .c-features li.anim:nth-child(2) h3,
    .section.active .content .c-features li.anim:nth-child(2) .title {
      -webkit-transition-delay: 0.7s;
              transition-delay: 0.7s; }
    .section.active .content .c-features li.anim:nth-child(2) .desc {
      -webkit-transition-delay: 1s;
              transition-delay: 1s; }
    .section.active .content .c-features li.anim:nth-child(3):before {
      -webkit-transition-delay: 0.9s;
              transition-delay: 0.9s; }
    .section.active .content .c-features li.anim:nth-child(3):after {
      -webkit-transition-delay: 0.8s;
              transition-delay: 0.8s; }
    .section.active .content .c-features li.anim:nth-child(3) h3,
    .section.active .content .c-features li.anim:nth-child(3) .title {
      -webkit-transition-delay: 0.8s;
              transition-delay: 0.8s; }
    .section.active .content .c-features li.anim:nth-child(3) .desc {
      -webkit-transition-delay: 1.1s;
              transition-delay: 1.1s; }
    .section.active .content .c-features li.anim:nth-child(4):before {
      -webkit-transition-delay: 1s;
              transition-delay: 1s; }
    .section.active .content .c-features li.anim:nth-child(4):after {
      -webkit-transition-delay: 0.9s;
              transition-delay: 0.9s; }
    .section.active .content .c-features li.anim:nth-child(4) h3,
    .section.active .content .c-features li.anim:nth-child(4) .title {
      -webkit-transition-delay: 0.9s;
              transition-delay: 0.9s; }
    .section.active .content .c-features li.anim:nth-child(4) .desc {
      -webkit-transition-delay: 1.2s;
              transition-delay: 1.2s; }
    .section.active .content .c-features li.anim:nth-child(5):before {
      -webkit-transition-delay: 1.1s;
              transition-delay: 1.1s; }
    .section.active .content .c-features li.anim:nth-child(5):after {
      -webkit-transition-delay: 1s;
              transition-delay: 1s; }
    .section.active .content .c-features li.anim:nth-child(5) h3,
    .section.active .content .c-features li.anim:nth-child(5) .title {
      -webkit-transition-delay: 1s;
              transition-delay: 1s; }
    .section.active .content .c-features li.anim:nth-child(5) .desc {
      -webkit-transition-delay: 1.3s;
              transition-delay: 1.3s; }
    .section.active .content .c-features li.anim:nth-child(6):before {
      -webkit-transition-delay: 1.2s;
              transition-delay: 1.2s; }
    .section.active .content .c-features li.anim:nth-child(6):after {
      -webkit-transition-delay: 1.1s;
              transition-delay: 1.1s; }
    .section.active .content .c-features li.anim:nth-child(6) h3,
    .section.active .content .c-features li.anim:nth-child(6) .title {
      -webkit-transition-delay: 1.1s;
              transition-delay: 1.1s; }
    .section.active .content .c-features li.anim:nth-child(6) .desc {
      -webkit-transition-delay: 1.4s;
              transition-delay: 1.4s; }
    .section.active .content .c-features li.anim:nth-child(7):before {
      -webkit-transition-delay: 1.3s;
              transition-delay: 1.3s; }
    .section.active .content .c-features li.anim:nth-child(7):after {
      -webkit-transition-delay: 1.2s;
              transition-delay: 1.2s; }
    .section.active .content .c-features li.anim:nth-child(7) h3,
    .section.active .content .c-features li.anim:nth-child(7) .title {
      -webkit-transition-delay: 1.2s;
              transition-delay: 1.2s; }
    .section.active .content .c-features li.anim:nth-child(7) .desc {
      -webkit-transition-delay: 1.5s;
              transition-delay: 1.5s; }
    .section.active .content .c-features li.anim:nth-child(8):before {
      -webkit-transition-delay: 1.4s;
              transition-delay: 1.4s; }
    .section.active .content .c-features li.anim:nth-child(8):after {
      -webkit-transition-delay: 1.3s;
              transition-delay: 1.3s; }
    .section.active .content .c-features li.anim:nth-child(8) h3,
    .section.active .content .c-features li.anim:nth-child(8) .title {
      -webkit-transition-delay: 1.3s;
              transition-delay: 1.3s; }
    .section.active .content .c-features li.anim:nth-child(8) .desc {
      -webkit-transition-delay: 1.6s;
              transition-delay: 1.6s; }
    .section.active .content .c-features li.anim:nth-child(9):before {
      -webkit-transition-delay: 1.5s;
              transition-delay: 1.5s; }
    .section.active .content .c-features li.anim:nth-child(9):after {
      -webkit-transition-delay: 1.4s;
              transition-delay: 1.4s; }
    .section.active .content .c-features li.anim:nth-child(9) h3,
    .section.active .content .c-features li.anim:nth-child(9) .title {
      -webkit-transition-delay: 1.4s;
              transition-delay: 1.4s; }
    .section.active .content .c-features li.anim:nth-child(9) .desc {
      -webkit-transition-delay: 1.7s;
              transition-delay: 1.7s; }
    .section.active .content .c-features li.anim:nth-child(10):before {
      -webkit-transition-delay: 1.6s;
              transition-delay: 1.6s; }
    .section.active .content .c-features li.anim:nth-child(10):after {
      -webkit-transition-delay: 1.5s;
              transition-delay: 1.5s; }
    .section.active .content .c-features li.anim:nth-child(10) h3,
    .section.active .content .c-features li.anim:nth-child(10) .title {
      -webkit-transition-delay: 1.5s;
              transition-delay: 1.5s; }
    .section.active .content .c-features li.anim:nth-child(10) .desc {
      -webkit-transition-delay: 1.8s;
              transition-delay: 1.8s; }
    .section.active .content .c-features li.anim:nth-child(11):before {
      -webkit-transition-delay: 1.7s;
              transition-delay: 1.7s; }
    .section.active .content .c-features li.anim:nth-child(11):after {
      -webkit-transition-delay: 1.6s;
              transition-delay: 1.6s; }
    .section.active .content .c-features li.anim:nth-child(11) h3,
    .section.active .content .c-features li.anim:nth-child(11) .title {
      -webkit-transition-delay: 1.6s;
              transition-delay: 1.6s; }
    .section.active .content .c-features li.anim:nth-child(11) .desc {
      -webkit-transition-delay: 1.9s;
              transition-delay: 1.9s; }
    .section.active .content .c-features li.anim:nth-child(12):before {
      -webkit-transition-delay: 1.8s;
              transition-delay: 1.8s; }
    .section.active .content .c-features li.anim:nth-child(12):after {
      -webkit-transition-delay: 1.7s;
              transition-delay: 1.7s; }
    .section.active .content .c-features li.anim:nth-child(12) h3,
    .section.active .content .c-features li.anim:nth-child(12) .title {
      -webkit-transition-delay: 1.7s;
              transition-delay: 1.7s; }
    .section.active .content .c-features li.anim:nth-child(12) .desc {
      -webkit-transition-delay: 2s;
              transition-delay: 2s; }
    .section.active .content .c-features li.anim:nth-child(13):before {
      -webkit-transition-delay: 1.9s;
              transition-delay: 1.9s; }
    .section.active .content .c-features li.anim:nth-child(13):after {
      -webkit-transition-delay: 1.8s;
              transition-delay: 1.8s; }
    .section.active .content .c-features li.anim:nth-child(13) h3,
    .section.active .content .c-features li.anim:nth-child(13) .title {
      -webkit-transition-delay: 1.8s;
              transition-delay: 1.8s; }
    .section.active .content .c-features li.anim:nth-child(13) .desc {
      -webkit-transition-delay: 2.1s;
              transition-delay: 2.1s; }
    .section.active .content .c-features li.anim:nth-child(14):before {
      -webkit-transition-delay: 2s;
              transition-delay: 2s; }
    .section.active .content .c-features li.anim:nth-child(14):after {
      -webkit-transition-delay: 1.9s;
              transition-delay: 1.9s; }
    .section.active .content .c-features li.anim:nth-child(14) h3,
    .section.active .content .c-features li.anim:nth-child(14) .title {
      -webkit-transition-delay: 1.9s;
              transition-delay: 1.9s; }
    .section.active .content .c-features li.anim:nth-child(14) .desc {
      -webkit-transition-delay: 2.2s;
              transition-delay: 2.2s; }
    .section.active .content .c-features li.anim:nth-child(15):before {
      -webkit-transition-delay: 2.1s;
              transition-delay: 2.1s; }
    .section.active .content .c-features li.anim:nth-child(15):after {
      -webkit-transition-delay: 2s;
              transition-delay: 2s; }
    .section.active .content .c-features li.anim:nth-child(15) h3,
    .section.active .content .c-features li.anim:nth-child(15) .title {
      -webkit-transition-delay: 2s;
              transition-delay: 2s; }
    .section.active .content .c-features li.anim:nth-child(15) .desc {
      -webkit-transition-delay: 2.3s;
              transition-delay: 2.3s; } }

/* 3.5 Gallery grid list / .section .gallery-slides .c-gallery */
.section .content .gallery-slides .c-gallery {
  margin-top: -16px;
  margin-bottom: 16px;
  margin-left: -16px;
  margin-right: -16px;
  max-width: none; }
  .section .content .gallery-slides .c-gallery li {
    padding: 16px;
    position: relative; }
    .section .content .gallery-slides .c-gallery li .item-img {
      position: relative;
      width: 100%;
      height: 0;
      padding-bottom: 100%;
      content: "";
      background: #1d1d1d;
      -webkit-transition: 0.3s;
              transition: 0.3s; }
      .section .content .gallery-slides .c-gallery li .item-img .img {
        position: absolute;
        content: "";
        top: 0;
        left: 0%;
        right: 00%;
        bottom: 00%;
        -webkit-transition: 0.3s;
                transition: 0.3s;
        -webkit-transition-timing-function: cubic-bezier(0.52, 0.42, 0, 1.01);
                transition-timing-function: cubic-bezier(0.52, 0.42, 0, 1.01); }
        .section .content .gallery-slides .c-gallery li .item-img .img:before {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          content: "";
          background: url("../img/gradient.png") no-repeat;
          background-size: cover;
          background-position: bottom;
          opacity: 1;
          -webkit-transition: 0.3s;
                  transition: 0.3s; }
        .section .content .gallery-slides .c-gallery li .item-img .img:after {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 100%;
          content: "";
          background: #1d1d1d;
          opacity: 1;
          -webkit-transition: 0.3s;
                  transition: 0.3s; }
    .section .content .gallery-slides .c-gallery li .item-desc {
      position: absolute;
      bottom: 32px;
      left: 32px;
      right: 32px; }
      .section .content .gallery-slides .c-gallery li .item-desc h3 {
        font-size: 18px;
        color: #ffffff;
        text-transform: uppercase;
        letter-spacing: 0.2em;
        font-family: "Roboto Condensed", "League Gothic";
        padding-bottom: 8px;
        position: relative; }
        .section .content .gallery-slides .c-gallery li .item-desc h3:after {
          position: absolute;
          bottom: -2px;
          background: #4394e5;
          left: 0;
          width: 64px;
          height: 4px;
          content: "";
          -webkit-transition: 0.3s;
                  transition: 0.3s; }
      .section .content .gallery-slides .c-gallery li .item-desc p {
        margin-bottom: 0;
        font-size: 14px;
        font-family: "Roboto", "Helvetica", sans-serif;
        color: #ffffff; }
      .section .content .gallery-slides .c-gallery li .item-desc:before {
        content: "";
        position: absolute;
        right: 0;
        bottom: 4px;
        width: 16px;
        height: 16px;
        border-radius: 16px;
        background: #4394e5;
        -webkit-transition: 0.3s;
                transition: 0.3s; }
      .section .content .gallery-slides .c-gallery li .item-desc:after {
        content: "";
        position: absolute;
        right: 6px;
        bottom: 9px;
        width: 6px;
        height: 6px;
        border: 2px solid #ffffff;
        border-left: none;
        border-bottom: none;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        -webkit-transition: 0.3s;
                transition: 0.3s; }
    .section .content .gallery-slides .c-gallery li:hover .item-img {
      -webkit-transform: scale(1.12);
          -ms-transform: scale(1.12);
              transform: scale(1.12); }
      .section .content .gallery-slides .c-gallery li:hover .item-img .img:before {
        opacity: 0; }
    .section .content .gallery-slides .c-gallery li:hover .item-desc:before {
      background: #ffffff;
      -webkit-transform: scale(1.2);
          -ms-transform: scale(1.2);
              transform: scale(1.2); }
    .section .content .gallery-slides .c-gallery li:hover .item-desc:after {
      border-color: #4394e5; }
    @media (min-width: 720px) {
      .section .content .gallery-slides .c-gallery li.anim {
        opacity: 0;
        -webkit-transition: 0.3s;
                transition: 0.3s;
        -webkit-transition-delay: 0;
                transition-delay: 0; }
        .section .content .gallery-slides .c-gallery li.anim .item-img .img {
          position: absolute;
          content: "";
          top: 0;
          left: 0%;
          right: 00%;
          bottom: 100%;
          -webkit-transition: 0.3s;
                  transition: 0.3s; }
        .section .content .gallery-slides .c-gallery li.anim .item-desc h3:after {
          width: 0;
          -webkit-transition-delay: 0;
                  transition-delay: 0; } }
@media (min-width: 720px) {
  .section.active .content .c-gallery li.anim:nth-child(1) {
    opacity: 1;
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s; }
    .section.active .content .c-gallery li.anim:nth-child(1) .item-img .img {
      bottom: 0%;
      left: 0%;
      right: 0%;
      top: 0%;
      -webkit-transition-delay: 0.9s;
              transition-delay: 0.9s; }
    .section.active .content .c-gallery li.anim:nth-child(1) .item-desc h3:after {
      width: 64px;
      -webkit-transition-delay: 0.9s;
              transition-delay: 0.9s; }
  .section.active .content .c-gallery li.anim:nth-child(2) {
    opacity: 1;
    -webkit-transition-delay: 0.67s;
            transition-delay: 0.67s; }
    .section.active .content .c-gallery li.anim:nth-child(2) .item-img .img {
      bottom: 0%;
      left: 0%;
      right: 0%;
      top: 0%;
      -webkit-transition-delay: 0.97s;
              transition-delay: 0.97s; }
    .section.active .content .c-gallery li.anim:nth-child(2) .item-desc h3:after {
      width: 64px;
      -webkit-transition-delay: 0.97s;
              transition-delay: 0.97s; }
  .section.active .content .c-gallery li.anim:nth-child(3) {
    opacity: 1;
    -webkit-transition-delay: 0.74s;
            transition-delay: 0.74s; }
    .section.active .content .c-gallery li.anim:nth-child(3) .item-img .img {
      bottom: 0%;
      left: 0%;
      right: 0%;
      top: 0%;
      -webkit-transition-delay: 1.04s;
              transition-delay: 1.04s; }
    .section.active .content .c-gallery li.anim:nth-child(3) .item-desc h3:after {
      width: 64px;
      -webkit-transition-delay: 1.04s;
              transition-delay: 1.04s; }
  .section.active .content .c-gallery li.anim:nth-child(4) {
    opacity: 1;
    -webkit-transition-delay: 0.81s;
            transition-delay: 0.81s; }
    .section.active .content .c-gallery li.anim:nth-child(4) .item-img .img {
      bottom: 0%;
      left: 0%;
      right: 0%;
      top: 0%;
      -webkit-transition-delay: 1.11s;
              transition-delay: 1.11s; }
    .section.active .content .c-gallery li.anim:nth-child(4) .item-desc h3:after {
      width: 64px;
      -webkit-transition-delay: 1.11s;
              transition-delay: 1.11s; }
  .section.active .content .c-gallery li.anim:nth-child(5) {
    opacity: 1;
    -webkit-transition-delay: 0.88s;
            transition-delay: 0.88s; }
    .section.active .content .c-gallery li.anim:nth-child(5) .item-img .img {
      bottom: 0%;
      left: 0%;
      right: 0%;
      top: 0%;
      -webkit-transition-delay: 1.18s;
              transition-delay: 1.18s; }
    .section.active .content .c-gallery li.anim:nth-child(5) .item-desc h3:after {
      width: 64px;
      -webkit-transition-delay: 1.18s;
              transition-delay: 1.18s; }
  .section.active .content .c-gallery li.anim:nth-child(6) {
    opacity: 1;
    -webkit-transition-delay: 0.95s;
            transition-delay: 0.95s; }
    .section.active .content .c-gallery li.anim:nth-child(6) .item-img .img {
      bottom: 0%;
      left: 0%;
      right: 0%;
      top: 0%;
      -webkit-transition-delay: 1.25s;
              transition-delay: 1.25s; }
    .section.active .content .c-gallery li.anim:nth-child(6) .item-desc h3:after {
      width: 64px;
      -webkit-transition-delay: 1.25s;
              transition-delay: 1.25s; }
  .section.active .content .c-gallery li.anim:nth-child(7) {
    opacity: 1;
    -webkit-transition-delay: 1.02s;
            transition-delay: 1.02s; }
    .section.active .content .c-gallery li.anim:nth-child(7) .item-img .img {
      bottom: 0%;
      left: 0%;
      right: 0%;
      top: 0%;
      -webkit-transition-delay: 1.32s;
              transition-delay: 1.32s; }
    .section.active .content .c-gallery li.anim:nth-child(7) .item-desc h3:after {
      width: 64px;
      -webkit-transition-delay: 1.32s;
              transition-delay: 1.32s; }
  .section.active .content .c-gallery li.anim:nth-child(8) {
    opacity: 1;
    -webkit-transition-delay: 1.09s;
            transition-delay: 1.09s; }
    .section.active .content .c-gallery li.anim:nth-child(8) .item-img .img {
      bottom: 0%;
      left: 0%;
      right: 0%;
      top: 0%;
      -webkit-transition-delay: 1.39s;
              transition-delay: 1.39s; }
    .section.active .content .c-gallery li.anim:nth-child(8) .item-desc h3:after {
      width: 64px;
      -webkit-transition-delay: 1.39s;
              transition-delay: 1.39s; }
  .section.active .content .c-gallery li.anim:nth-child(9) {
    opacity: 1;
    -webkit-transition-delay: 1.16s;
            transition-delay: 1.16s; }
    .section.active .content .c-gallery li.anim:nth-child(9) .item-img .img {
      bottom: 0%;
      left: 0%;
      right: 0%;
      top: 0%;
      -webkit-transition-delay: 1.46s;
              transition-delay: 1.46s; }
    .section.active .content .c-gallery li.anim:nth-child(9) .item-desc h3:after {
      width: 64px;
      -webkit-transition-delay: 1.46s;
              transition-delay: 1.46s; }
  .section.active .content .c-gallery li.anim:nth-child(10) {
    opacity: 1;
    -webkit-transition-delay: 1.23s;
            transition-delay: 1.23s; }
    .section.active .content .c-gallery li.anim:nth-child(10) .item-img .img {
      bottom: 0%;
      left: 0%;
      right: 0%;
      top: 0%;
      -webkit-transition-delay: 1.53s;
              transition-delay: 1.53s; }
    .section.active .content .c-gallery li.anim:nth-child(10) .item-desc h3:after {
      width: 64px;
      -webkit-transition-delay: 1.53s;
              transition-delay: 1.53s; }
  .section.active .content .c-gallery li.anim:nth-child(11) {
    opacity: 1;
    -webkit-transition-delay: 1.3s;
            transition-delay: 1.3s; }
    .section.active .content .c-gallery li.anim:nth-child(11) .item-img .img {
      bottom: 0%;
      left: 0%;
      right: 0%;
      top: 0%;
      -webkit-transition-delay: 1.6s;
              transition-delay: 1.6s; }
    .section.active .content .c-gallery li.anim:nth-child(11) .item-desc h3:after {
      width: 64px;
      -webkit-transition-delay: 1.6s;
              transition-delay: 1.6s; }
  .section.active .content .c-gallery li.anim:nth-child(12) {
    opacity: 1;
    -webkit-transition-delay: 1.37s;
            transition-delay: 1.37s; }
    .section.active .content .c-gallery li.anim:nth-child(12) .item-img .img {
      bottom: 0%;
      left: 0%;
      right: 0%;
      top: 0%;
      -webkit-transition-delay: 1.67s;
              transition-delay: 1.67s; }
    .section.active .content .c-gallery li.anim:nth-child(12) .item-desc h3:after {
      width: 64px;
      -webkit-transition-delay: 1.67s;
              transition-delay: 1.67s; }
  .section.active .content .c-gallery li.anim:nth-child(13) {
    opacity: 1;
    -webkit-transition-delay: 1.44s;
            transition-delay: 1.44s; }
    .section.active .content .c-gallery li.anim:nth-child(13) .item-img .img {
      bottom: 0%;
      left: 0%;
      right: 0%;
      top: 0%;
      -webkit-transition-delay: 1.74s;
              transition-delay: 1.74s; }
    .section.active .content .c-gallery li.anim:nth-child(13) .item-desc h3:after {
      width: 64px;
      -webkit-transition-delay: 1.74s;
              transition-delay: 1.74s; }
  .section.active .content .c-gallery li.anim:nth-child(14) {
    opacity: 1;
    -webkit-transition-delay: 1.51s;
            transition-delay: 1.51s; }
    .section.active .content .c-gallery li.anim:nth-child(14) .item-img .img {
      bottom: 0%;
      left: 0%;
      right: 0%;
      top: 0%;
      -webkit-transition-delay: 1.81s;
              transition-delay: 1.81s; }
    .section.active .content .c-gallery li.anim:nth-child(14) .item-desc h3:after {
      width: 64px;
      -webkit-transition-delay: 1.81s;
              transition-delay: 1.81s; }
  .section.active .content .c-gallery li.anim:nth-child(15) {
    opacity: 1;
    -webkit-transition-delay: 1.58s;
            transition-delay: 1.58s; }
    .section.active .content .c-gallery li.anim:nth-child(15) .item-img .img {
      bottom: 0%;
      left: 0%;
      right: 0%;
      top: 0%;
      -webkit-transition-delay: 1.88s;
              transition-delay: 1.88s; }
    .section.active .content .c-gallery li.anim:nth-child(15) .item-desc h3:after {
      width: 64px;
      -webkit-transition-delay: 1.88s;
              transition-delay: 1.88s; }
  .section.active .content .c-gallery li.anim:nth-child(16) {
    opacity: 1;
    -webkit-transition-delay: 1.65s;
            transition-delay: 1.65s; }
    .section.active .content .c-gallery li.anim:nth-child(16) .item-img .img {
      bottom: 0%;
      left: 0%;
      right: 0%;
      top: 0%;
      -webkit-transition-delay: 1.95s;
              transition-delay: 1.95s; }
    .section.active .content .c-gallery li.anim:nth-child(16) .item-desc h3:after {
      width: 64px;
      -webkit-transition-delay: 1.95s;
              transition-delay: 1.95s; }
  .section.active .content .c-gallery li.anim:nth-child(17) {
    opacity: 1;
    -webkit-transition-delay: 1.72s;
            transition-delay: 1.72s; }
    .section.active .content .c-gallery li.anim:nth-child(17) .item-img .img {
      bottom: 0%;
      left: 0%;
      right: 0%;
      top: 0%;
      -webkit-transition-delay: 2.02s;
              transition-delay: 2.02s; }
    .section.active .content .c-gallery li.anim:nth-child(17) .item-desc h3:after {
      width: 64px;
      -webkit-transition-delay: 2.02s;
              transition-delay: 2.02s; }
  .section.active .content .c-gallery li.anim:nth-child(18) {
    opacity: 1;
    -webkit-transition-delay: 1.79s;
            transition-delay: 1.79s; }
    .section.active .content .c-gallery li.anim:nth-child(18) .item-img .img {
      bottom: 0%;
      left: 0%;
      right: 0%;
      top: 0%;
      -webkit-transition-delay: 2.09s;
              transition-delay: 2.09s; }
    .section.active .content .c-gallery li.anim:nth-child(18) .item-desc h3:after {
      width: 64px;
      -webkit-transition-delay: 2.09s;
              transition-delay: 2.09s; }
  .section.active .content .c-gallery li.anim:nth-child(19) {
    opacity: 1;
    -webkit-transition-delay: 1.86s;
            transition-delay: 1.86s; }
    .section.active .content .c-gallery li.anim:nth-child(19) .item-img .img {
      bottom: 0%;
      left: 0%;
      right: 0%;
      top: 0%;
      -webkit-transition-delay: 2.16s;
              transition-delay: 2.16s; }
    .section.active .content .c-gallery li.anim:nth-child(19) .item-desc h3:after {
      width: 64px;
      -webkit-transition-delay: 2.16s;
              transition-delay: 2.16s; }
  .section.active .content .c-gallery li.anim:nth-child(20) {
    opacity: 1;
    -webkit-transition-delay: 1.93s;
            transition-delay: 1.93s; }
    .section.active .content .c-gallery li.anim:nth-child(20) .item-img .img {
      bottom: 0%;
      left: 0%;
      right: 0%;
      top: 0%;
      -webkit-transition-delay: 2.23s;
              transition-delay: 2.23s; }
    .section.active .content .c-gallery li.anim:nth-child(20) .item-desc h3:after {
      width: 64px;
      -webkit-transition-delay: 2.23s;
              transition-delay: 2.23s; }
  .section.active .content .c-gallery li.anim:nth-child(21) {
    opacity: 1;
    -webkit-transition-delay: 2s;
            transition-delay: 2s; }
    .section.active .content .c-gallery li.anim:nth-child(21) .item-img .img {
      bottom: 0%;
      left: 0%;
      right: 0%;
      top: 0%;
      -webkit-transition-delay: 2.3s;
              transition-delay: 2.3s; }
    .section.active .content .c-gallery li.anim:nth-child(21) .item-desc h3:after {
      width: 64px;
      -webkit-transition-delay: 2.3s;
              transition-delay: 2.3s; }
  .section.active .content .c-gallery li.anim:nth-child(22) {
    opacity: 1;
    -webkit-transition-delay: 2.07s;
            transition-delay: 2.07s; }
    .section.active .content .c-gallery li.anim:nth-child(22) .item-img .img {
      bottom: 0%;
      left: 0%;
      right: 0%;
      top: 0%;
      -webkit-transition-delay: 2.37s;
              transition-delay: 2.37s; }
    .section.active .content .c-gallery li.anim:nth-child(22) .item-desc h3:after {
      width: 64px;
      -webkit-transition-delay: 2.37s;
              transition-delay: 2.37s; }
  .section.active .content .c-gallery li.anim:nth-child(23) {
    opacity: 1;
    -webkit-transition-delay: 2.14s;
            transition-delay: 2.14s; }
    .section.active .content .c-gallery li.anim:nth-child(23) .item-img .img {
      bottom: 0%;
      left: 0%;
      right: 0%;
      top: 0%;
      -webkit-transition-delay: 2.44s;
              transition-delay: 2.44s; }
    .section.active .content .c-gallery li.anim:nth-child(23) .item-desc h3:after {
      width: 64px;
      -webkit-transition-delay: 2.44s;
              transition-delay: 2.44s; }
  .section.active .content .c-gallery li.anim:nth-child(24) {
    opacity: 1;
    -webkit-transition-delay: 2.21s;
            transition-delay: 2.21s; }
    .section.active .content .c-gallery li.anim:nth-child(24) .item-img .img {
      bottom: 0%;
      left: 0%;
      right: 0%;
      top: 0%;
      -webkit-transition-delay: 2.51s;
              transition-delay: 2.51s; }
    .section.active .content .c-gallery li.anim:nth-child(24) .item-desc h3:after {
      width: 64px;
      -webkit-transition-delay: 2.51s;
              transition-delay: 2.51s; }
  .section.active .content .c-gallery li.anim:nth-child(25) {
    opacity: 1;
    -webkit-transition-delay: 2.28s;
            transition-delay: 2.28s; }
    .section.active .content .c-gallery li.anim:nth-child(25) .item-img .img {
      bottom: 0%;
      left: 0%;
      right: 0%;
      top: 0%;
      -webkit-transition-delay: 2.58s;
              transition-delay: 2.58s; }
    .section.active .content .c-gallery li.anim:nth-child(25) .item-desc h3:after {
      width: 64px;
      -webkit-transition-delay: 2.58s;
              transition-delay: 2.58s; }
  .section.active .content .c-gallery li.anim:nth-child(26) {
    opacity: 1;
    -webkit-transition-delay: 2.35s;
            transition-delay: 2.35s; }
    .section.active .content .c-gallery li.anim:nth-child(26) .item-img .img {
      bottom: 0%;
      left: 0%;
      right: 0%;
      top: 0%;
      -webkit-transition-delay: 2.65s;
              transition-delay: 2.65s; }
    .section.active .content .c-gallery li.anim:nth-child(26) .item-desc h3:after {
      width: 64px;
      -webkit-transition-delay: 2.65s;
              transition-delay: 2.65s; }
  .section.active .content .c-gallery li.anim:nth-child(27) {
    opacity: 1;
    -webkit-transition-delay: 2.42s;
            transition-delay: 2.42s; }
    .section.active .content .c-gallery li.anim:nth-child(27) .item-img .img {
      bottom: 0%;
      left: 0%;
      right: 0%;
      top: 0%;
      -webkit-transition-delay: 2.72s;
              transition-delay: 2.72s; }
    .section.active .content .c-gallery li.anim:nth-child(27) .item-desc h3:after {
      width: 64px;
      -webkit-transition-delay: 2.72s;
              transition-delay: 2.72s; }
  .section.active .content .c-gallery li.anim:nth-child(28) {
    opacity: 1;
    -webkit-transition-delay: 2.49s;
            transition-delay: 2.49s; }
    .section.active .content .c-gallery li.anim:nth-child(28) .item-img .img {
      bottom: 0%;
      left: 0%;
      right: 0%;
      top: 0%;
      -webkit-transition-delay: 2.79s;
              transition-delay: 2.79s; }
    .section.active .content .c-gallery li.anim:nth-child(28) .item-desc h3:after {
      width: 64px;
      -webkit-transition-delay: 2.79s;
              transition-delay: 2.79s; }
  .section.active .content .c-gallery li.anim:nth-child(29) {
    opacity: 1;
    -webkit-transition-delay: 2.56s;
            transition-delay: 2.56s; }
    .section.active .content .c-gallery li.anim:nth-child(29) .item-img .img {
      bottom: 0%;
      left: 0%;
      right: 0%;
      top: 0%;
      -webkit-transition-delay: 2.86s;
              transition-delay: 2.86s; }
    .section.active .content .c-gallery li.anim:nth-child(29) .item-desc h3:after {
      width: 64px;
      -webkit-transition-delay: 2.86s;
              transition-delay: 2.86s; }
  .section.active .content .c-gallery li.anim:nth-child(30) {
    opacity: 1;
    -webkit-transition-delay: 2.63s;
            transition-delay: 2.63s; }
    .section.active .content .c-gallery li.anim:nth-child(30) .item-img .img {
      bottom: 0%;
      left: 0%;
      right: 0%;
      top: 0%;
      -webkit-transition-delay: 2.93s;
              transition-delay: 2.93s; }
    .section.active .content .c-gallery li.anim:nth-child(30) .item-desc h3:after {
      width: 64px;
      -webkit-transition-delay: 2.93s;
              transition-delay: 2.93s; }
  .section.active .content .c-gallery li.anim:nth-child(31) {
    opacity: 1;
    -webkit-transition-delay: 2.7s;
            transition-delay: 2.7s; }
    .section.active .content .c-gallery li.anim:nth-child(31) .item-img .img {
      bottom: 0%;
      left: 0%;
      right: 0%;
      top: 0%;
      -webkit-transition-delay: 3s;
              transition-delay: 3s; }
    .section.active .content .c-gallery li.anim:nth-child(31) .item-desc h3:after {
      width: 64px;
      -webkit-transition-delay: 3s;
              transition-delay: 3s; }
  .section.active .content .c-gallery li.anim:nth-child(32) {
    opacity: 1;
    -webkit-transition-delay: 2.77s;
            transition-delay: 2.77s; }
    .section.active .content .c-gallery li.anim:nth-child(32) .item-img .img {
      bottom: 0%;
      left: 0%;
      right: 0%;
      top: 0%;
      -webkit-transition-delay: 3.07s;
              transition-delay: 3.07s; }
    .section.active .content .c-gallery li.anim:nth-child(32) .item-desc h3:after {
      width: 64px;
      -webkit-transition-delay: 3.07s;
              transition-delay: 3.07s; }
  .section.active .content .c-gallery li.anim:nth-child(33) {
    opacity: 1;
    -webkit-transition-delay: 2.84s;
            transition-delay: 2.84s; }
    .section.active .content .c-gallery li.anim:nth-child(33) .item-img .img {
      bottom: 0%;
      left: 0%;
      right: 0%;
      top: 0%;
      -webkit-transition-delay: 3.14s;
              transition-delay: 3.14s; }
    .section.active .content .c-gallery li.anim:nth-child(33) .item-desc h3:after {
      width: 64px;
      -webkit-transition-delay: 3.14s;
              transition-delay: 3.14s; }
  .section.active .content .c-gallery li.anim:nth-child(34) {
    opacity: 1;
    -webkit-transition-delay: 2.91s;
            transition-delay: 2.91s; }
    .section.active .content .c-gallery li.anim:nth-child(34) .item-img .img {
      bottom: 0%;
      left: 0%;
      right: 0%;
      top: 0%;
      -webkit-transition-delay: 3.21s;
              transition-delay: 3.21s; }
    .section.active .content .c-gallery li.anim:nth-child(34) .item-desc h3:after {
      width: 64px;
      -webkit-transition-delay: 3.21s;
              transition-delay: 3.21s; }
  .section.active .content .c-gallery li.anim:nth-child(35) {
    opacity: 1;
    -webkit-transition-delay: 2.98s;
            transition-delay: 2.98s; }
    .section.active .content .c-gallery li.anim:nth-child(35) .item-img .img {
      bottom: 0%;
      left: 0%;
      right: 0%;
      top: 0%;
      -webkit-transition-delay: 3.28s;
              transition-delay: 3.28s; }
    .section.active .content .c-gallery li.anim:nth-child(35) .item-desc h3:after {
      width: 64px;
      -webkit-transition-delay: 3.28s;
              transition-delay: 3.28s; }
  .section.active .content .c-gallery li.anim:nth-child(36) {
    opacity: 1;
    -webkit-transition-delay: 3.05s;
            transition-delay: 3.05s; }
    .section.active .content .c-gallery li.anim:nth-child(36) .item-img .img {
      bottom: 0%;
      left: 0%;
      right: 0%;
      top: 0%;
      -webkit-transition-delay: 3.35s;
              transition-delay: 3.35s; }
    .section.active .content .c-gallery li.anim:nth-child(36) .item-desc h3:after {
      width: 64px;
      -webkit-transition-delay: 3.35s;
              transition-delay: 3.35s; }
  .section.active .content .c-gallery li.anim:nth-child(37) {
    opacity: 1;
    -webkit-transition-delay: 3.12s;
            transition-delay: 3.12s; }
    .section.active .content .c-gallery li.anim:nth-child(37) .item-img .img {
      bottom: 0%;
      left: 0%;
      right: 0%;
      top: 0%;
      -webkit-transition-delay: 3.42s;
              transition-delay: 3.42s; }
    .section.active .content .c-gallery li.anim:nth-child(37) .item-desc h3:after {
      width: 64px;
      -webkit-transition-delay: 3.42s;
              transition-delay: 3.42s; }
  .section.active .content .c-gallery li.anim:nth-child(38) {
    opacity: 1;
    -webkit-transition-delay: 3.19s;
            transition-delay: 3.19s; }
    .section.active .content .c-gallery li.anim:nth-child(38) .item-img .img {
      bottom: 0%;
      left: 0%;
      right: 0%;
      top: 0%;
      -webkit-transition-delay: 3.49s;
              transition-delay: 3.49s; }
    .section.active .content .c-gallery li.anim:nth-child(38) .item-desc h3:after {
      width: 64px;
      -webkit-transition-delay: 3.49s;
              transition-delay: 3.49s; }
  .section.active .content .c-gallery li.anim:nth-child(39) {
    opacity: 1;
    -webkit-transition-delay: 3.26s;
            transition-delay: 3.26s; }
    .section.active .content .c-gallery li.anim:nth-child(39) .item-img .img {
      bottom: 0%;
      left: 0%;
      right: 0%;
      top: 0%;
      -webkit-transition-delay: 3.56s;
              transition-delay: 3.56s; }
    .section.active .content .c-gallery li.anim:nth-child(39) .item-desc h3:after {
      width: 64px;
      -webkit-transition-delay: 3.56s;
              transition-delay: 3.56s; }
  .section.active .content .c-gallery li.anim:nth-child(40) {
    opacity: 1;
    -webkit-transition-delay: 3.33s;
            transition-delay: 3.33s; }
    .section.active .content .c-gallery li.anim:nth-child(40) .item-img .img {
      bottom: 0%;
      left: 0%;
      right: 0%;
      top: 0%;
      -webkit-transition-delay: 3.63s;
              transition-delay: 3.63s; }
    .section.active .content .c-gallery li.anim:nth-child(40) .item-desc h3:after {
      width: 64px;
      -webkit-transition-delay: 3.63s;
              transition-delay: 3.63s; }
  .section.active .content .c-gallery li.anim:nth-child(41) {
    opacity: 1;
    -webkit-transition-delay: 3.4s;
            transition-delay: 3.4s; }
    .section.active .content .c-gallery li.anim:nth-child(41) .item-img .img {
      bottom: 0%;
      left: 0%;
      right: 0%;
      top: 0%;
      -webkit-transition-delay: 3.7s;
              transition-delay: 3.7s; }
    .section.active .content .c-gallery li.anim:nth-child(41) .item-desc h3:after {
      width: 64px;
      -webkit-transition-delay: 3.7s;
              transition-delay: 3.7s; }
  .section.active .content .c-gallery li.anim:nth-child(42) {
    opacity: 1;
    -webkit-transition-delay: 3.47s;
            transition-delay: 3.47s; }
    .section.active .content .c-gallery li.anim:nth-child(42) .item-img .img {
      bottom: 0%;
      left: 0%;
      right: 0%;
      top: 0%;
      -webkit-transition-delay: 3.77s;
              transition-delay: 3.77s; }
    .section.active .content .c-gallery li.anim:nth-child(42) .item-desc h3:after {
      width: 64px;
      -webkit-transition-delay: 3.77s;
              transition-delay: 3.77s; }
  .section.active .content .c-gallery li.anim:nth-child(43) {
    opacity: 1;
    -webkit-transition-delay: 3.54s;
            transition-delay: 3.54s; }
    .section.active .content .c-gallery li.anim:nth-child(43) .item-img .img {
      bottom: 0%;
      left: 0%;
      right: 0%;
      top: 0%;
      -webkit-transition-delay: 3.84s;
              transition-delay: 3.84s; }
    .section.active .content .c-gallery li.anim:nth-child(43) .item-desc h3:after {
      width: 64px;
      -webkit-transition-delay: 3.84s;
              transition-delay: 3.84s; }
  .section.active .content .c-gallery li.anim:nth-child(44) {
    opacity: 1;
    -webkit-transition-delay: 3.61s;
            transition-delay: 3.61s; }
    .section.active .content .c-gallery li.anim:nth-child(44) .item-img .img {
      bottom: 0%;
      left: 0%;
      right: 0%;
      top: 0%;
      -webkit-transition-delay: 3.91s;
              transition-delay: 3.91s; }
    .section.active .content .c-gallery li.anim:nth-child(44) .item-desc h3:after {
      width: 64px;
      -webkit-transition-delay: 3.91s;
              transition-delay: 3.91s; }
  .section.active .content .c-gallery li.anim:nth-child(45) {
    opacity: 1;
    -webkit-transition-delay: 3.68s;
            transition-delay: 3.68s; }
    .section.active .content .c-gallery li.anim:nth-child(45) .item-img .img {
      bottom: 0%;
      left: 0%;
      right: 0%;
      top: 0%;
      -webkit-transition-delay: 3.98s;
              transition-delay: 3.98s; }
    .section.active .content .c-gallery li.anim:nth-child(45) .item-desc h3:after {
      width: 64px;
      -webkit-transition-delay: 3.98s;
              transition-delay: 3.98s; }
  .section.active .content .c-gallery li.anim:nth-child(46) {
    opacity: 1;
    -webkit-transition-delay: 3.75s;
            transition-delay: 3.75s; }
    .section.active .content .c-gallery li.anim:nth-child(46) .item-img .img {
      bottom: 0%;
      left: 0%;
      right: 0%;
      top: 0%;
      -webkit-transition-delay: 4.05s;
              transition-delay: 4.05s; }
    .section.active .content .c-gallery li.anim:nth-child(46) .item-desc h3:after {
      width: 64px;
      -webkit-transition-delay: 4.05s;
              transition-delay: 4.05s; }
  .section.active .content .c-gallery li.anim:nth-child(47) {
    opacity: 1;
    -webkit-transition-delay: 3.82s;
            transition-delay: 3.82s; }
    .section.active .content .c-gallery li.anim:nth-child(47) .item-img .img {
      bottom: 0%;
      left: 0%;
      right: 0%;
      top: 0%;
      -webkit-transition-delay: 4.12s;
              transition-delay: 4.12s; }
    .section.active .content .c-gallery li.anim:nth-child(47) .item-desc h3:after {
      width: 64px;
      -webkit-transition-delay: 4.12s;
              transition-delay: 4.12s; }
  .section.active .content .c-gallery li.anim:nth-child(48) {
    opacity: 1;
    -webkit-transition-delay: 3.89s;
            transition-delay: 3.89s; }
    .section.active .content .c-gallery li.anim:nth-child(48) .item-img .img {
      bottom: 0%;
      left: 0%;
      right: 0%;
      top: 0%;
      -webkit-transition-delay: 4.19s;
              transition-delay: 4.19s; }
    .section.active .content .c-gallery li.anim:nth-child(48) .item-desc h3:after {
      width: 64px;
      -webkit-transition-delay: 4.19s;
              transition-delay: 4.19s; }
  .section.active .content .c-gallery li.anim:nth-child(49) {
    opacity: 1;
    -webkit-transition-delay: 3.96s;
            transition-delay: 3.96s; }
    .section.active .content .c-gallery li.anim:nth-child(49) .item-img .img {
      bottom: 0%;
      left: 0%;
      right: 0%;
      top: 0%;
      -webkit-transition-delay: 4.26s;
              transition-delay: 4.26s; }
    .section.active .content .c-gallery li.anim:nth-child(49) .item-desc h3:after {
      width: 64px;
      -webkit-transition-delay: 4.26s;
              transition-delay: 4.26s; }
  .section.active .content .c-gallery li.anim:nth-child(50) {
    opacity: 1;
    -webkit-transition-delay: 4.03s;
            transition-delay: 4.03s; }
    .section.active .content .c-gallery li.anim:nth-child(50) .item-img .img {
      bottom: 0%;
      left: 0%;
      right: 0%;
      top: 0%;
      -webkit-transition-delay: 4.33s;
              transition-delay: 4.33s; }
    .section.active .content .c-gallery li.anim:nth-child(50) .item-desc h3:after {
      width: 64px;
      -webkit-transition-delay: 4.33s;
              transition-delay: 4.33s; } }

/* 3.6 Contact page section and forms / .section-contact */
/* contact section / .section-contact */
.section-contact .content {
  padding-bottom: 40px; }
  .section-contact .content .c-left {
    float: left;
    width: 66%;
    padding-right: 64px; }
  .section-contact .content .c-right {
    float: right;
    width: 34%; }
  .section-contact .content .c-form .card-wrapper:after {
    visibility: hidden; }
  .section-contact .content .c-form .c-content {
    padding: 32px; }
  .section-contact .content .c-form .form .form-header h3 {
    float: left;
    width: 50%;
    padding-top: 8px;
    position: relative; }
    .section-contact .content .c-form .form .form-header h3:before {
      position: relative;
      height: 16px;
      width: 16px;
      content: "";
      background: #4394e5;
      border-radius: 16px;
      display: inline-block;
      margin-right: 8px;
      margin-top: -4px;
      vertical-align: middle; }
    .section-contact .content .c-form .form .form-header h3:after {
      display: none; }
  .section-contact .content .c-form .form .form-header .btns {
    width: 50%;
    float: right; }
  .section-contact .content .c-form .form .form-header button {
    float: right;
    padding-top: 2px;
    padding-right: 14px;
    padding-left: 16px;
    margin: 0;
    height: 40px;
    font-size: 14px;
    font-family: "Roboto Condensed", "League Gothic";
    letter-spacing: 0.2em;
    color: #ffffff;
    background: #4394e5;
    display: table;
    vertical-align: middle;
    text-transform: uppercase;
    -webkit-transition: 0.1s;
            transition: 0.1s; }
    .section-contact .content .c-form .form .form-header button:hover {
      background: #3283d4; }
  .section-contact .content .c-form .form .fields {
    position: relative; }
    .section-contact .content .c-form .form .fields label {
      position: absolute;
      top: 8px;
      left: 0;
      width: 64px;
      font-family: "Roboto Condensed", "League Gothic";
      font-size: 14px;
      display: block;
      float: left;
      color: #4394e5; }
    .section-contact .content .c-form .form .fields label.error {
      position: absolute;
      font-family: "Roboto", "Helvetica", sans-serif;
      color: #ce2c52;
      font-size: 12px;
      top: auto;
      bottom: 8px;
      right: 0;
      text-align: right;
      padding-right: 8px;
      width: auto; }
    .section-contact .content .c-form .form .fields input {
      float: right;
      padding-left: 64px;
      font-family: "Roboto", "Helvetica", sans-serif;
      font-size: 14px;
      color: #1d1d1d;
      border: none;
      border-bottom: 1px solid #4394e5;
      box-shadow: none;
      margin-bottom: 0; }
    .section-contact .content .c-form .form .fields textarea {
      margin-top: 40px;
      font-size: 14px;
      font-family: "Roboto", "Helvetica", sans-serif;
      color: #1d1d1d;
      border: none;
      background: #eaeaea;
      box-shadow: none;
      margin-bottom: 0;
      height: 100px;
      max-height: 150px; }
    .section-contact .content .c-form .form .fields p {
      font-family: "Roboto Condensed", "League Gothic";
      font-size: 14px;
      color: #7a7a7a;
      position: absolute;
      left: 0;
      bottom: -22px;
      margin: 0; }
.section-contact .contact-footer {
  padding: 0 96px;
  padding-top: 16px;
  padding-bottom: 72px;
  position: relative;
  max-width: 1200px;
  margin: auto;
  overflow: hidden; }
  .section-contact .contact-footer:before {
    position: absolute;
    content: "";
    left: 96px;
    right: 96px;
    top: 0;
    border-top: 1px solid #4394e5; }
  .section-contact .contact-footer h3 {
    font-family: "Roboto Condensed", "League Gothic";
    color: #4394e5;
    font-size: 14px;
    margin: 0;
    margin-bottom: 8px;
    text-align: left; }
  .section-contact .contact-footer .reg-form-cont .form {
    position: relative; }
    .section-contact .contact-footer .reg-form-cont .form input.input {
      width: 280px;
      max-width: 360px;
      background: #ffffff;
      color: #1d1d1d;
      font-size: 14px;
      padding: 4px 16px;
      float: left;
      height: 40px;
      margin: 0;
      font-family: "Roboto", "Helvetica", sans-serif; }
    .section-contact .contact-footer .reg-form-cont .form button {
      padding-top: 2px;
      padding-right: 14px;
      padding-left: 16px;
      margin: 0;
      height: 40px;
      font-size: 14px;
      font-family: "Roboto Condensed", "League Gothic";
      letter-spacing: 0.2em;
      color: #ffffff;
      background: #4394e5;
      display: table;
      vertical-align: middle;
      text-transform: uppercase;
      -webkit-transition: 0.1s;
              transition: 0.1s; }
      .section-contact .contact-footer .reg-form-cont .form button:hover {
        background: #3283d4; }
    .section-contact .contact-footer .reg-form-cont .form label.error {
      position: absolute;
      font-family: "Roboto", "Helvetica", sans-serif;
      color: #ce2c52;
      font-size: 12px;
      top: auto;
      bottom: -2em;
      left: 0; }
    .section-contact .contact-footer .reg-form-cont .form p {
      text-align: left;
      font-size: 14px;
      font-family: "Roboto", "Helvetica", sans-serif; }
  .section-contact .contact-footer .social-cont h3 {
    text-align: right; }
  .section-contact .contact-footer .social-cont .socials {
    float: right; }
    .section-contact .contact-footer .social-cont .socials li {
      float: left;
      margin-left: 40px;
      position: relative; }
      .section-contact .contact-footer .social-cont .socials li:after {
        content: "";
        background: #4394e5;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        height: 32px;
        width: 1px;
        position: absolute;
        left: -20px;
        bottom: 0px; }
      .section-contact .contact-footer .social-cont .socials li:first-child:after {
        display: none; }
      .section-contact .contact-footer .social-cont .socials li a {
        display: inline-block;
        width: 32px;
        height: 32px;
        text-align: center;
        border-radius: 2px;
        background: #ffffff;
        color: #4394e5;
        font-size: 20px; }
        .section-contact .contact-footer .social-cont .socials li a:hover {
          color: #ffffff;
          background: #4394e5; }

.section-contact .contact-footer.anim .c-wrapper {
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.52, 0.42, 0, 1.01);
          transition-timing-function: cubic-bezier(0.52, 0.42, 0, 1.01);
  -webkit-transform: translateY(-100px);
      -ms-transform: translateY(-100px);
          transform: translateY(-100px);
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
.section-contact.active .contact-footer.anim .c-wrapper {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-transition-delay: 1s;
          transition-delay: 1s; }

/* 4. Item detail slides / item.html : #itemdetail-page , .section.page-slides .slide */
.page-item-detail .page-header {
  position: fixed;
  z-index: 10; }
  .page-item-detail .page-header .site-nav {
    position: fixed;
    top: 40px;
    right: 40px;
    left: auto; }
    .page-item-detail .page-header .site-nav li {
      float: left;
      display: block;
      margin-left: 40px;
      position: relative; }
      .page-item-detail .page-header .site-nav li a {
        color: #4394e5;
        width: 32px;
        text-align: center;
        line-height: 1;
        position: relative;
        display: block; }
        .page-item-detail .page-header .site-nav li a:after {
          bottom: 0;
          left: -16px;
          right: -16px;
          width: auto;
          content: "";
          position: absolute;
          background: #4394e5;
          height: 1px;
          -webkit-transition: 0.3s;
                  transition: 0.3s;
          opacity: 0; }
        .page-item-detail .page-header .site-nav li a:hover:after {
          left: -0%;
          right: -0%;
          opacity: 1; }
        .page-item-detail .page-header .site-nav li a .icon {
          font-size: 32px;
          display: block;
          color: #4394e5; }
        .page-item-detail .page-header .site-nav li a .desc {
          display: none; }
      .page-item-detail .page-header .site-nav li:before {
        content: "";
        background: #4394e5;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        height: 32px;
        width: 1px;
        position: absolute;
        left: -20px;
        bottom: -2px; }
      .page-item-detail .page-header .site-nav li:first-child:before {
        display: none; }
  .page-item-detail .page-header .item-nav {
    position: fixed;
    top: auto;
    bottom: 40px;
    right: 40px;
    width: 64px;
    height: 64px;
    left: auto; }
    .page-item-detail .page-header .item-nav:before {
      position: absolute;
      content: "";
      width: 140%;
      height: 1px;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      -webkit-transform-origin: bottom left;
          -ms-transform-origin: bottom left;
              transform-origin: bottom left;
      background: #4394e5;
      bottom: 0px;
      left: 0; }
    .page-item-detail .page-header .item-nav li {
      -webkit-transition: 0.3s;
              transition: 0.3s;
      opacity: 1;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      visibility: visible; }
      .page-item-detail .page-header .item-nav li.gone {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: scale(1.5);
            -ms-transform: scale(1.5);
                transform: scale(1.5); }
      .page-item-detail .page-header .item-nav li a {
        font-family: "Roboto Condensed", "League Gothic";
        letter-spacing: 0.2em;
        text-transform: uppercase;
        color: #4394e5;
        font-size: 14px;
        line-height: 1;
        display: block; }
        .page-item-detail .page-header .item-nav li a:after {
          bottom: -2px;
          left: -16px;
          right: -16px;
          width: auto;
          content: "";
          position: absolute;
          background: #4394e5;
          height: 1px;
          -webkit-transition: 0.3s;
                  transition: 0.3s;
          opacity: 0; }
        .page-item-detail .page-header .item-nav li a:hover:after {
          left: -0%;
          right: -0%;
          opacity: 1; }
      .page-item-detail .page-header .item-nav li.next {
        position: absolute;
        bottom: 0;
        right: 0;
        margin-top: 12px;
        margin-left: 24px; }
        .page-item-detail .page-header .item-nav li.next:before, .page-item-detail .page-header .item-nav li.next:after {
          position: absolute;
          content: "";
          bottom: 32px;
          right: 0;
          margin-bottom: -4px;
          margin-right: 4px;
          width: 8px;
          height: 8px;
          border: 2px solid #4394e5;
          border-bottom: none;
          border-left: none;
          -webkit-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
                  transform: rotate(45deg);
          -webkit-transition: 0.3s;
                  transition: 0.3s; }
        .page-item-detail .page-header .item-nav li.next:before {
          opacity: 1; }
        .page-item-detail .page-header .item-nav li.next:hover:before {
          -webkit-transform: scale(3) rotate(45deg);
              -ms-transform: scale(3) rotate(45deg);
                  transform: scale(3) rotate(45deg);
          opacity: 0; }
      .page-item-detail .page-header .item-nav li.prev {
        position: absolute;
        top: 0;
        left: 0;
        margin-bottom: 16px;
        margin-right: 24px;
        margin-top: 2px; }
        .page-item-detail .page-header .item-nav li.prev:before, .page-item-detail .page-header .item-nav li.prev:after {
          position: absolute;
          content: "";
          top: 32px;
          left: 0;
          margin-top: -4px;
          margin-left: 0px;
          width: 8px;
          height: 8px;
          border: 2px solid #4394e5;
          border-top: none;
          border-right: none;
          -webkit-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
                  transform: rotate(45deg);
          -webkit-transition: 0.3s;
                  transition: 0.3s; }
        .page-item-detail .page-header .item-nav li.prev:before {
          opacity: 1; }
        .page-item-detail .page-header .item-nav li.prev:hover:before {
          -webkit-transform: scale(3) rotate(45deg);
              -ms-transform: scale(3) rotate(45deg);
                  transform: scale(3) rotate(45deg);
          opacity: 0; }
.page-item-detail .section {
  padding: 0; }
  .page-item-detail .section .content {
    padding: 0;
    height: 100%;
    width: 100%;
    max-width: none;
    position: relative; }
    .page-item-detail .section .content .c-head {
      position: absolute;
      margin-left: 40px;
      left: 50%;
      bottom: 40px;
      z-index: 2; }
      .page-item-detail .section .content .c-head .btns {
        text-align: left; }
        .page-item-detail .section .content .c-head .btns a,
        .page-item-detail .section .content .c-head .btns .btn {
          float: left;
          margin-right: 1em;
          display: block;
          color: #4394e5;
          font-family: "Roboto Condensed", "League Gothic";
          text-transform: uppercase;
          font-size: 14px;
          letter-spacing: 0.2em;
          line-height: 1;
          position: relative; }
          .page-item-detail .section .content .c-head .btns a:after,
          .page-item-detail .section .content .c-head .btns .btn:after {
            bottom: -2px;
            left: -16px;
            right: -16px;
            width: auto;
            content: "";
            position: absolute;
            background: currentColor;
            height: 1px;
            -webkit-transition: 0.3s;
                    transition: 0.3s;
            opacity: 0; }
          .page-item-detail .section .content .c-head .btns a:hover:after,
          .page-item-detail .section .content .c-head .btns .btn:hover:after {
            left: -0%;
            right: -0%;
            opacity: 1; }
    .page-item-detail .section .content .c-left {
      float: left;
      width: 50%;
      height: 100%;
      display: table;
      position: absolute;
      z-index: 0; }
    .page-item-detail .section .content .c-right {
      float: right;
      right: 0;
      position: absolute;
      width: 50%;
      padding: 96px 96px;
      padding-right: 100px;
      height: 100%;
      background: #ffffff;
      z-index: 1; }
    .page-item-detail .section .content .c-pane {
      float: left;
      width: 100%;
      max-width: 480px;
      height: 100%;
      text-align: left;
      color: #1d1d1d;
      position: relative; }
      .page-item-detail .section .content .c-pane .c-content {
        padding-right: 16px; }
        .page-item-detail .section .content .c-pane .c-content h2 {
          font-family: "Roboto Condensed", "League Gothic";
          font-size: 30px;
          color: #4394e5;
          margin-bottom: 1em; }
        .page-item-detail .section .content .c-pane .c-content h3 {
          font-family: "Roboto Condensed", "League Gothic";
          font-size: 14px;
          color: #7a7a7a;
          letter-spacing: 0.2em;
          position: relative;
          margin-left: 32px;
          margin-bottom: 1em; }
          .page-item-detail .section .content .c-pane .c-content h3:before {
            content: "";
            background: #4394e5;
            -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                    transform: rotate(45deg);
            height: 32px;
            width: 1px;
            position: absolute;
            left: -20px;
            bottom: -2px; }
        .page-item-detail .section .content .c-pane .c-content .desc {
          color: #626262; }
          .page-item-detail .section .content .c-pane .c-content .desc p {
            font-family: "Roboto", "Helvetica", sans-serif;
            font-size: 14px; }
          .page-item-detail .section .content .c-pane .c-content .desc blockquote {
            color: #1d1d1d;
            font-style: italic;
            padding-bottom: 0.5rem;
            margin-bottom: 1rem; }
            .page-item-detail .section .content .c-pane .c-content .desc blockquote p {
              color: #1d1d1d; }
              .page-item-detail .section .content .c-pane .c-content .desc blockquote p:last-child {
                margin-bottom: 0; }
          .page-item-detail .section .content .c-pane .c-content .desc .caption,
          .page-item-detail .section .content .c-pane .c-content .desc caption {
            color: #4394e5;
            font-family: "Roboto", "Helvetica", sans-serif;
            font-size: 14px; }
    .page-item-detail .section .content .c-pane-illustr {
      vertical-align: middle;
      padding: 96px 72px;
      padding-left: 128px;
      position: relative;
      height: 100%;
      position: absolute;
      height: 100%;
      width: 100%; }
      .page-item-detail .section .content .c-pane-illustr.no-padding {
        padding: 0; }
      .page-item-detail .section .content .c-pane-illustr .c-illustr {
        height: 100%;
        position: relative; }
        .page-item-detail .section .content .c-pane-illustr .c-illustr.owl-carousel {
          position: absolute;
          left: auto;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0; }
          .page-item-detail .section .content .c-pane-illustr .c-illustr.owl-carousel .owl-stage-outer {
            height: 100%; }
          .page-item-detail .section .content .c-pane-illustr .c-illustr.owl-carousel .owl-stage {
            height: 100%; }
          .page-item-detail .section .content .c-pane-illustr .c-illustr.owl-carousel .owl-item {
            height: 100%; }
            .page-item-detail .section .content .c-pane-illustr .c-illustr.owl-carousel .owl-item img {
              display: inline-block;
              width: auto; }
          .page-item-detail .section .content .c-pane-illustr .c-illustr.owl-carousel .owl-dots {
            width: auto;
            position: absolute;
            top: 48px;
            right: 40px;
            left: auto;
            z-index: 10;
            display: block;
            text-align: right; }
            .page-item-detail .section .content .c-pane-illustr .c-illustr.owl-carousel .owl-dots .owl-dot {
              display: inline-block;
              background: #ffffff;
              content: "";
              width: 8px;
              height: 8px;
              margin-right: 16px;
              border-radius: 16px;
              position: relative; }
              .page-item-detail .section .content .c-pane-illustr .c-illustr.owl-carousel .owl-dots .owl-dot:before {
                position: absolute;
                left: -8px;
                right: -8px;
                top: -8px;
                bottom: -8px;
                content: "";
                background: none;
                border-radius: 20px;
                -webkit-transition: 0.3s;
                        transition: 0.3s;
                z-index: -1; }
              .page-item-detail .section .content .c-pane-illustr .c-illustr.owl-carousel .owl-dots .owl-dot:after {
                position: absolute;
                left: -6px;
                right: -6px;
                top: -6px;
                bottom: -6px;
                content: "";
                background: none;
                -webkit-transition: 0.3s;
                        transition: 0.3s;
                z-index: 0; }
              .page-item-detail .section .content .c-pane-illustr .c-illustr.owl-carousel .owl-dots .owl-dot:hover, .page-item-detail .section .content .c-pane-illustr .c-illustr.owl-carousel .owl-dots .owl-dot.active {
                background: #4394e5; }
                .page-item-detail .section .content .c-pane-illustr .c-illustr.owl-carousel .owl-dots .owl-dot:hover:before, .page-item-detail .section .content .c-pane-illustr .c-illustr.owl-carousel .owl-dots .owl-dot.active:before {
                  background: #ffffff;
                  left: -4px;
                  right: -4px;
                  top: -4px;
                  bottom: -4px; }
        .page-item-detail .section .content .c-pane-illustr .c-illustr li {
          width: 100%;
          height: 100%;
          display: table; }
          .page-item-detail .section .content .c-pane-illustr .c-illustr li .background {
            position: absolute;
            content: "";
            top: 0;
            left: 0;
            right: 0;
            bottom: 0; }
          .page-item-detail .section .content .c-pane-illustr .c-illustr li .illustr {
            position: relative;
            width: 100%;
            height: 100%;
            display: table-cell;
            padding: 96px 72px;
            padding-left: 128px;
            vertical-align: middle; }
            .page-item-detail .section .content .c-pane-illustr .c-illustr li .illustr .img {
              width: 100%;
              height: 100%; }
            .page-item-detail .section .content .c-pane-illustr .c-illustr li .illustr .video {
              width: 100%; }
              .page-item-detail .section .content .c-pane-illustr .c-illustr li .illustr .video iframe, .page-item-detail .section .content .c-pane-illustr .c-illustr li .illustr .video video {
                width: 100%; }
            .page-item-detail .section .content .c-pane-illustr .c-illustr li .illustr img {
              max-height: 400px
              /* Screen larger than 700px  height*/ }
              @media (min-height: 700px) {
                .page-item-detail .section .content .c-pane-illustr .c-illustr li .illustr img {
                  max-height: 500px; } }
              @media (min-height: 800px) {
                .page-item-detail .section .content .c-pane-illustr .c-illustr li .illustr img {
                  max-height: 600px; } }
              @media (min-height: 900px) {
                .page-item-detail .section .content .c-pane-illustr .c-illustr li .illustr img {
                  max-height: 700px; } }
            .page-item-detail .section .content .c-pane-illustr .c-illustr li .illustr .img,
            .page-item-detail .section .content .c-pane-illustr .c-illustr li .illustr img {
              box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2), 0px 0px 10px rgba(0, 0, 0, 0.3), 0px 3px 20px rgba(0, 0, 0, 0.3); }
.page-item-detail .section .slide .content.anim .c-right {
  width: 100%;
  -webkit-transition: 0.6s;
          transition: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.52, 0.42, 0, 1.01);
          transition-timing-function: cubic-bezier(0.52, 0.42, 0, 1.01);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  overflow: hidden; }
  .page-item-detail .section .slide .content.anim .c-right .c-pane {
    -webkit-transition: 0.9s;
            transition: 0.9s;
    opacity: 0;
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.52, 0.42, 0, 1.01);
            transition-timing-function: cubic-bezier(0.52, 0.42, 0, 1.01);
    -webkit-transform: translateX(-150%);
        -ms-transform: translateX(-150%);
            transform: translateX(-150%); }
.page-item-detail .section.anim .slide.active .content.anim .c-right {
  width: 50%;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s; }
  .page-item-detail .section.anim .slide.active .content.anim .c-right .c-pane {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
    opacity: 1;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }

/* 5 Footer / .site-footer */
.site-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 30px;
  z-index: 10;
  background: #000;
  }
  .site-footer .note {
    position: fixed;
    left: 0;
    bottom: 0;
    float: left;
    margin-left: 40px;
    margin-bottom: 20px;
    }
    .site-footer .note p {
      font-size: 12px;
      font-family: "Roboto Condensed", "League Gothic";
      color: #fff;
      margin-bottom: 0; }
    .site-footer .note .marked {
      color: #fff;
      }
  .site-footer .contact {
    float: right;
    position: fixed;
    right: 0;
    left: auto;
    bottom: 0;
    margin-left: 40px;
    margin-right: 40px;
    margin-bottom: 20px;
    }
    .site-footer .contact.s-right {
      float: left;
      right: auto;
      left: 0; }
    .site-footer .contact .links {
      float: left;
      display: block;
      margin-bottom: -8px;
      margin-top: 2px;
      position: relative; }
      .site-footer .contact .links li {
        float: left;
        position: relative;
        margin-right: 36px; }
        .site-footer .contact .links li:after {
          content: "";
          background: #ffffff;
          -webkit-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
                  transform: rotate(45deg);
          height: 32px;
          width: 1px;
          position: absolute;
          right: -20px;
          bottom: 2px; }
        .site-footer .contact .links li a {
          color: #ffffff;
          font-size: 12px;
          font-family: "Roboto Condensed", "League Gothic";
          text-transform: uppercase;
          letter-spacing: 0.2em;
          color: #fff;
          display: inline-block;
          padding-top: 8px;
          position: relative; }
          .site-footer .contact .links li a:after {
            bottom: 0;
            left: -16px;
            right: -16px;
            width: auto;
            content: "";
            position: absolute;
            background: #4394e5;
            height: 1px;
            -webkit-transition: 0.3s;
                    transition: 0.3s;
            opacity: 0; }
          .site-footer .contact .links li a:hover {
            color: #4394e5; }
            .site-footer .contact .links li a:hover:after {
              left: -0%;
              right: -0%;
              opacity: 1; }
    .site-footer .contact .socials {
      display: block;
      float: left; }
      .site-footer .contact .socials li {
        float: left;
        margin-left: 4px;
        position: relative; }
        .site-footer .contact .socials li a {
          display: inline-block;
          width: 24px;
          height: 24px;
          text-align: center;
          border-radius: 2px;
          background: #ffffff;
          color: #4394e5;
          line-height: 1;
          padding-top: 0.2em; }
          .site-footer .contact .socials li a:hover {
            color: #ffffff;
            background: #4394e5; }

/* 6. Responsiveness */
@media (max-width: 1025px) {
  .page-item-detail .section .content .c-right {
    padding: 96px 72px; } }
@media (max-width: 802px) {
  .fp-scrollable,
  .slimScrollDiv {
    height: auto !important; }

  .section {
    padding: 0; }
    .section .content {
      padding: 128px 64px; }
      .section .content .c-features li {
        padding-right: 32px; }
        .section .content .c-features li:before {
          left: -16px; }
        .section .content .c-features li:after {
          left: -16px; }

  .section-about .content .c-left {
    float: none;
    width: 100%;
    padding-right: 0px; }
  .section-about .content .c-right {
    float: none;
    width: 100%; }

  .section-contact .contact-footer {
    padding-left: 64px;
    padding-right: 64px; }
    .section-contact .contact-footer:before {
      left: 64px;
      right: 64px; }
    .section-contact .contact-footer .reg-form-cont .form input.input {
      width: 160px; }

  .section-contact .content {
    padding-bottom: 40px; }
    .section-contact .content .c-left {
      width: 50%; }
    .section-contact .content .c-right {
      width: 50%; }

  /* Page item detail */
  .page-item-detail .page-header .item-nav {
    background: #fff;
    box-shadow: 0 0 0 8px #fff; }
  .page-item-detail .section {
    background: #ffffff;
    min-height: 100%;
    min-height: 100vh; }
    .page-item-detail .section .content .c-left {
      width: 100%;
      height: 512px;
      position: relative;
      float: none;
      width: 100%; }
    .page-item-detail .section .content .c-right {
      padding: 96px 64px;
      position: relative;
      float: none;
      width: 100%; }
    .page-item-detail .section .content .c-pane-illustr .c-illustr.owl-carousel .owl-dots,
    .page-item-detail .section .content .c-pane-illustr .c-illustr.owl-carousel .owl-controls {
      bottom: 48px;
      top: auto; }
  .page-item-detail .section.anim .slide .content .c-left,
  .page-item-detail .section.anim .slide .content.anim .c-left,
  .page-item-detail .section.anim .slide.active .content .c-left,
  .page-item-detail .section.anim .slide.active .content.anim .c-left {
    float: none;
    width: 100%; }
  .page-item-detail .section.anim .slide .content .c-right,
  .page-item-detail .section.anim .slide .content.anim .c-right,
  .page-item-detail .section.anim .slide.active .content .c-right,
  .page-item-detail .section.anim .slide.active .content.anim .c-right {
    float: none;
    width: 100%; } }
@media (max-width: 601px) {
  .slimScrollBar {
    display: none !important; }

  .fp-scrollable,
  .slimScrollDiv {
    height: auto !important; }

  .menu-icon {
    /* padding: 20px; */
    }

  .page-menu.menu-visible {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    padding-top: 128px;
    left: 0; }
    .page-menu.menu-visible li {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }

  .header-top .logo-wrapper .logo.non-top {
    visibility: hidden;
    opacity: 0; }

  #fp-nav {
    display: none; }

  .section {
    padding: 0;
    overflow: hidden; }
    .section .content {
      padding: 64px 32px; }
      .section .content .c-card {
        padding: 0; }
      .section .content .c-features li {
        padding-right: 0px; }
        .section .content .c-features li:before {
          left: -16px; }
        .section .content .c-features li:after {
          left: -16px; }
      .section .content .items-nav-container {
        display: none; }
      .section .content .gallery-slides .c-gallery {
        margin-left: -20px;
        margin-right: -20px; }
        .section .content .gallery-slides .c-gallery li {
          padding: 4px; }
          .section .content .gallery-slides .c-gallery li .item-desc {
            bottom: 16px;
            right: 16px;
            left: 16px; }

  .section.alt-bg-1 {
    background: #1d1d1d; }

  .section.alt-bg-2 {
    background: #4394e5; }

  .section-about {
    padding-bottom: 0; }
    .section-about .content {
      padding-bottom: 0; }
      .section-about .content .c-left {
        float: none;
        width: 100%;
        padding-right: 0px; }
      .section-about .content .c-right {
        float: none;
        width: auto;
        margin-right: -32px;
        margin-left: -32px; }

  .section-contact .content {
    padding-bottom: 0; }
    .section-contact .content .c-left {
      float: none;
      width: 100%;
      padding-right: 0px; }
    .section-contact .content .c-right {
      float: none;
      width: auto;
      margin-right: -32px;
      margin-left: -32px; }
  .section-contact .contact-footer {
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 32px;
    background: #1d1d1d; }
    .section-contact .contact-footer:before {
      left: 32px;
      right: 32px;
      display: none; }
    .section-contact .contact-footer .reg-form-cont .form input.input {
      width: 200px;
      margin-bottom: 16px; }

  .section-home .content {
    padding-top: 32px;
    padding-bottom: 32px; }
    .section-home .content .c-text .c-logo {
      display: none; }
    .section-home .content .c-text .header h2 {
      font-size: 48px; }
    .section-home .content .c-text .c-clock .clock-wrapper .tile {
      width: 64px; }
      .section-home .content .c-text .c-clock .clock-wrapper .tile .days, .section-home .content .c-text .c-clock .clock-wrapper .tile .hours, .section-home .content .c-text .c-clock .clock-wrapper .tile .minutes, .section-home .content .c-text .c-clock .clock-wrapper .tile .seconds {
        font-size: 36px; }
      .section-home .content .c-text .c-clock .clock-wrapper .tile .txt {
        letter-spacing: 0; }
      .section-home .content .c-text .c-clock .clock-wrapper .tile .txt:after {
        right: -4px;
        height: 24px; }

  .section .content .items-slide .swiper-wrapper .swiper-slide:hover .item-img,
  .section .content .items-slide .swiper-wrapper .swiper-slide.swiper-slide-active .item-img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1); }

  /* Page item detail */
  .page-item-detail .page-header .site-nav {
    right: 16px;
    top: 16px; }
  .page-item-detail .page-header .item-nav {
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 5px 8px rgba(255, 255, 255, 0.5);
    right: 16px;
    bottom: 16px; }
  .page-item-detail .section .slide.active .content .c-head {
    visibility: visible;
    opacity: 1;
    display: block; }
  .page-item-detail .section .content .c-head {
    left: 0;
    bottom: 16px;
    margin-left: 16px;
    position: fixed;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 5px 8px rgba(255, 255, 255, 0.5);
    right: 16px;
    bottom: 16px;
    visibility: hidden;
    opacity: 0;
    display: none; }
  .page-item-detail .section .content .c-left {
    width: 100%;
    height: 300px;
    position: relative;
    float: none;
    width: 100%; }
  .page-item-detail .section .content .c-right {
    padding: 32px 32px;
    position: relative;
    float: none;
    width: 100%; }
  .page-item-detail .section .content .c-pane-illustr .c-illustr.owl-carousel .owl-dots,
  .page-item-detail .section .content .c-pane-illustr .c-illustr.owl-carousel .owl-controls {
    right: 8px;
    bottom: 16px;
    top: auto; }
  .page-item-detail .section.anim .slide .content .c-left,
  .page-item-detail .section.anim .slide .content.anim .c-left,
  .page-item-detail .section.anim .slide.active .content .c-left,
  .page-item-detail .section.anim .slide.active .content.anim .c-left {
    float: none;
    width: 100%; }
  .page-item-detail .section.anim .slide .content .c-right,
  .page-item-detail .section.anim .slide .content.anim .c-right,
  .page-item-detail .section.anim .slide.active .content .c-right,
  .page-item-detail .section.anim .slide.active .content.anim .c-right {
    float: none;
    width: 100%; }

  .s-footer a {
    margin-bottom: 32px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 100px;
    padding-bottom: 10px;
    padding-top: 10px; }

  .site-footer {
    display: none; } }

/*# sourceMappingURL=main.css.map */