/*---------- 
[Colors]
    text color : #FFFFFF, #FFF
    blue : #4394e5
*/
/* 0. Base Style  */
/* 0.0 Tag/Classes Initailization */
html {
  /* HTML tag init */
  color: #fff;
  font-size: 1em;
  line-height: 1.4;
  background: #343434; }

::-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;
  overflow-x: hidden !important; }

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: #2bd198; }

.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: #2bd198;
  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: #2bd198;
  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,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* 0.3 basic views*/
.magic-btn {
  padding-right: 14px;
  padding-left: 16px;
  height: 40px;
  font-size: 14px;
  font-family: "Glacial Indifference", "Futura LT", "Proxima Nova", "Montserrat", "Open Sans", "Roboto", "Helvetica", sans-serif;
  color: #2bd198;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: 0.1s;
          transition: 0.1s; }
  .magic-btn:before, .magic-btn:after {
    content: "";
    background: currentColor;
    width: 1px;
    position: absolute;
    -webkit-transition: 0.3s;
            transition: 0.3s; }
  .magic-btn:before {
    top: 0;
    left: 0;
    height: 00%; }
  .magic-btn:after {
    bottom: 0;
    right: 0;
    height: 00%; }
  .magic-btn .txt:before, .magic-btn .txt:after {
    content: "";
    background: currentColor;
    height: 1px;
    position: absolute;
    -webkit-transition: 0.3s;
            transition: 0.3s; }
  .magic-btn .txt:before {
    top: 0;
    right: 0;
    width: 00%; }
  .magic-btn .txt:after {
    bottom: 0;
    left: 0;
    width: 00%; }
  .magic-btn .arrow-icon {
    content: "";
    position: absolute;
    top: 19.5px;
    right: -8px;
    width: 0px;
    height: 1px;
    background: currentColor;
    -webkit-transition: 0.3s;
            transition: 0.3s; }
    .magic-btn .arrow-icon:after, .magic-btn .arrow-icon:before {
      content: "";
      position: absolute;
      top: -3.5px;
      right: 8px;
      width: 8px;
      height: 8px;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      -webkit-transform-origin: center;
          -ms-transform-origin: center;
              transform-origin: center;
      -webkit-transition: 0.3s;
              transition: 0.3s; }
    .magic-btn .arrow-icon:after {
      border-top: 1px solid currentColor;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    .magic-btn .arrow-icon:before {
      border-bottom: 1px solid currentColor;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
  .magic-btn:hover {
    color: #2bd198; }
    .magic-btn:hover:after, .magic-btn:hover:before {
      height: 100%; }
    .magic-btn:hover .txt:after, .magic-btn:hover .txt:before {
      width: 100%; }
    .magic-btn:hover .arrow-icon {
      width: 16px; }
      .magic-btn:hover .arrow-icon:after {
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        right: -8px; }
      .magic-btn:hover .arrow-icon:before {
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
        right: -8px; }

.magic-btn-black {
  padding-right: 14px;
  padding-left: 16px;
  height: 40px;
  font-size: 14px;
  font-family: "Glacial Indifference", "Futura LT", "Proxima Nova", "Montserrat", "Open Sans", "Roboto", "Helvetica", sans-serif;
  color: #0d0d0d;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: 0.1s;
          transition: 0.1s; }
  .magic-btn-black:before, .magic-btn-black:after {
    content: "";
    background: currentColor;
    width: 1px;
    position: absolute;
    -webkit-transition: 0.3s;
            transition: 0.3s; }
  .magic-btn-black:before {
    top: 0;
    left: 0;
    height: 00%; }
  .magic-btn-black:after {
    bottom: 0;
    right: 0;
    height: 00%; }
  .magic-btn-black .txt:before, .magic-btn-black .txt:after {
    content: "";
    background: currentColor;
    height: 1px;
    position: absolute;
    -webkit-transition: 0.3s;
            transition: 0.3s; }
  .magic-btn-black .txt:before {
    top: 0;
    right: 0;
    width: 00%; }
  .magic-btn-black .txt:after {
    bottom: 0;
    left: 0;
    width: 00%; }
  .magic-btn-black .arrow-icon {
    content: "";
    position: absolute;
    top: 19.5px;
    right: -8px;
    width: 0px;
    height: 1px;
    background: currentColor;
    -webkit-transition: 0.3s;
            transition: 0.3s; }
    .magic-btn-black .arrow-icon:after, .magic-btn-black .arrow-icon:before {
      content: "";
      position: absolute;
      top: -3.5px;
      right: 8px;
      width: 8px;
      height: 8px;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      -webkit-transform-origin: center;
          -ms-transform-origin: center;
              transform-origin: center;
      -webkit-transition: 0.3s;
              transition: 0.3s; }
    .magic-btn-black .arrow-icon:after {
      border-top: 1px solid currentColor;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    .magic-btn-black .arrow-icon:before {
      border-bottom: 1px solid currentColor;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
  .magic-btn-black:hover {
    color: #0d0d0d; }
    .magic-btn-black:hover:after, .magic-btn-black:hover:before {
      height: 100%; }
    .magic-btn-black:hover .txt:after, .magic-btn-black:hover .txt:before {
      width: 100%; }
    .magic-btn-black:hover .arrow-icon {
      width: 16px; }
      .magic-btn-black:hover .arrow-icon:after {
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        right: -8px; }
      .magic-btn-black:hover .arrow-icon:before {
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
        right: -8px; }
  .magic-btn-black:hover {
    color: #0d0d0d; }

/* 1. Header, and page menu */
/* 1.1 Header (logo)/ .header-top */
.header-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  z-index: 20; }
  .header-top .logo-wrapper {
    position: relative;
    float: left;
    margin: 24px;
    margin-left: 16px; }
    @media (min-width: 601px) {
      .header-top .logo-wrapper {
        margin-left: 48px; } }
    .header-top .logo-wrapper .logo {
      font-family: "Glacial Indifference", "Futura LT", "Proxima Nova", "Montserrat", "Open Sans", "Roboto", "Helvetica", sans-serif;
      font-weight: normal;
      font-size: 14px;
      color: #ffffff;
      -webkit-transition: 0.3s;
              transition: 0.3s; }
      .header-top .logo-wrapper .logo .title {
        border-top: 1px solid #c0c0c0;
        margin-top: 8px;
        padding-top: 8px;
        letter-spacing: 0px;
        display: block;
        vertical-align: middle;
        -webkit-transition: 0.3s;
                transition: 0.3s; }
      .header-top .logo-wrapper .logo img {
        width: auto;
        margin: 0px; }
      .header-top .logo-wrapper .logo .logo-images {
        display: block; }
        .header-top .logo-wrapper .logo .logo-images .light-logo {
          display: inline-block; }
        .header-top .logo-wrapper .logo .logo-images .dark-logo {
          display: none; }

body.left-light .header-top .logo-wrapper .title {
  color: #0d0d0d;
  border-top-color: currentColor; }

/* 1.2 Menu / .page-menu, .header-top .menu-icon */
.page-menu {
  position: fixed;
  top: 64px;
  left: 64px;
  right: 64px;
  bottom: 64px;
  display: block;
  z-index: 11;
  background: #0d0d0d;
  padding: 24px;
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition: 0.6s;
          transition: 0.6s;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  visibility: hidden;
  opacity: 0; }
  .page-menu .menu-wrapper {
    position: absolute;
    top: 64px;
    margin-top: 0px;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center; }
    @media (min-width: 601px) {
      .page-menu .menu-wrapper {
        top: 50%;
        margin-top: -64px; } }
    .page-menu .menu-wrapper .menu-list {
      display: inline-block;
      margin: auto;
      width: auto;
      padding: 32px; }
      .page-menu .menu-wrapper .menu-list:before, .page-menu .menu-wrapper .menu-list:after {
        content: " ";
        display: table; }
      .page-menu .menu-wrapper .menu-list:after {
        clear: both; }
      @media (min-width: 601px) {
        .page-menu .menu-wrapper .menu-list {
          padding: 0; } }
    .page-menu .menu-wrapper li {
      position: relative;
      float: none;
      opacity: 0;
      -webkit-transition: 0.6s;
              transition: 0.6s; }
      @media (min-width: 601px) {
        .page-menu .menu-wrapper li {
          float: left;
          margin: 0; } }
      .page-menu .menu-wrapper li a {
        color: #ffffff;
        font-family: "Glacial Indifference", "Futura LT", "Proxima Nova", "Montserrat", "Open Sans", "Roboto", "Helvetica", sans-serif;
        font-size: 16px;
        text-align: center;
        display: block;
        -webkit-transition: 0.3s;
                transition: 0.3s;
        -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);
        border: 2px solid #ffffff;
        border-radius: 200px; }
        @media (min-width: 601px) {
          .page-menu .menu-wrapper li a {
            font-size: 16px; } }
        .page-menu .menu-wrapper li a .title {
          display: table-cell;
          vertical-align: middle;
          height: 90px;
          width: 90px;
          text-align: center;
          clear: both; }
          @media (min-width: 601px) {
            .page-menu .menu-wrapper li a .title {
              height: 128px;
              width: 128px; } }
        .page-menu .menu-wrapper li a .icon {
          position: absolute;
          text-align: center;
          color: rgba(255, 255, 255, 0.5);
          font-size: 16px;
          bottom: 01em;
          left: 0;
          right: 0; }
          @media (min-width: 601px) {
            .page-menu .menu-wrapper li a .icon {
              font-size: 24px;
              top: auto;
              bottom: -1.5em;
              left: 0;
              right: 0; } }
        .page-menu .menu-wrapper li a:hover, .page-menu .menu-wrapper li a.active {
          background: #ffffff;
          color: #0d0d0d; }
          .page-menu .menu-wrapper li a:hover .icon, .page-menu .menu-wrapper li a.active .icon {
            color: #ffffff; }
      .page-menu .menu-wrapper li.active a {
        background: #ffffff;
        color: #0d0d0d; }
        .page-menu .menu-wrapper li.active a .icon {
          color: #ffffff; }
    .page-menu .menu-wrapper li:nth-child(1) {
      -webkit-transform: translateX(0px);
          -ms-transform: translateX(0px);
              transform: translateX(0px);
      -webkit-transition-delay: 0.25s;
              transition-delay: 0.25s; }
    .page-menu .menu-wrapper li:nth-child(2) {
      -webkit-transform: translateX(64px);
          -ms-transform: translateX(64px);
              transform: translateX(64px);
      -webkit-transition-delay: 0.3s;
              transition-delay: 0.3s; }
    .page-menu .menu-wrapper li:nth-child(3) {
      -webkit-transform: translateX(128px);
          -ms-transform: translateX(128px);
              transform: translateX(128px);
      -webkit-transition-delay: 0.35s;
              transition-delay: 0.35s; }
    .page-menu .menu-wrapper li:nth-child(4) {
      -webkit-transform: translateX(192px);
          -ms-transform: translateX(192px);
              transform: translateX(192px);
      -webkit-transition-delay: 0.4s;
              transition-delay: 0.4s; }
    .page-menu .menu-wrapper li:nth-child(5) {
      -webkit-transform: translateX(256px);
          -ms-transform: translateX(256px);
              transform: translateX(256px);
      -webkit-transition-delay: 0.45s;
              transition-delay: 0.45s; }
    .page-menu .menu-wrapper li:nth-child(6) {
      -webkit-transform: translateX(320px);
          -ms-transform: translateX(320px);
              transform: translateX(320px);
      -webkit-transition-delay: 0.5s;
              transition-delay: 0.5s; }
    .page-menu .menu-wrapper li:nth-child(7) {
      -webkit-transform: translateX(384px);
          -ms-transform: translateX(384px);
              transform: translateX(384px);
      -webkit-transition-delay: 0.55s;
              transition-delay: 0.55s; }
    .page-menu .menu-wrapper li:nth-child(8) {
      -webkit-transform: translateX(448px);
          -ms-transform: translateX(448px);
              transform: translateX(448px);
      -webkit-transition-delay: 0.6s;
              transition-delay: 0.6s; }
    .page-menu .menu-wrapper li:nth-child(9) {
      -webkit-transform: translateX(512px);
          -ms-transform: translateX(512px);
              transform: translateX(512px);
      -webkit-transition-delay: 0.65s;
              transition-delay: 0.65s; }
    .page-menu .menu-wrapper li:nth-child(10) {
      -webkit-transform: translateX(576px);
          -ms-transform: translateX(576px);
              transform: translateX(576px);
      -webkit-transition-delay: 0.7s;
              transition-delay: 0.7s; }
  .page-menu.menu-visible {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition: 0.3s;
            transition: 0.3s; }
    .page-menu.menu-visible li {
      opacity: 1;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .page-menu.menu-visible li:nth-child(1) {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .page-menu.menu-visible li:nth-child(2) {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .page-menu.menu-visible li:nth-child(3) {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .page-menu.menu-visible li:nth-child(4) {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .page-menu.menu-visible li:nth-child(5) {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .page-menu.menu-visible li:nth-child(6) {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .page-menu.menu-visible li:nth-child(7) {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .page-menu.menu-visible li:nth-child(8) {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .page-menu.menu-visible li:nth-child(9) {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .page-menu.menu-visible li:nth-child(10) {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }

.menu-icon {
  float: right;
  position: fixed;
  z-index: 11;
  height: 48px;
  width: 48px;
  top: 24px;
  right: 16px;
  background: #0d0d0d;
  border-radius: 40px;
  border: 1px solid #ffffff;
  -webkit-transition: 0.3s;
          transition: 0.3s; }
  @media (min-width: 601px) {
    .menu-icon {
      top: 24px;
      right: 48px; } }
  @media (min-width: 801px) {
    .menu-icon {
      background: transparent; } }
  .menu-icon:after {
    display: none; }
  .menu-icon:before {
    position: absolute;
    z-index: 1;
    content: "";
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    background: rgba(192, 192, 192, 0.1);
    top: 4px;
    left: 4px;
    bottom: 4px;
    right: 4px;
    border-radius: 40px; }
  .menu-icon .bars {
    display: block;
    margin: auto;
    margin-top: 17px;
    width: 16px; }
    .menu-icon .bars .bar1,
    .menu-icon .bars .bar2,
    .menu-icon .bars .bar3 {
      display: block;
      content: "";
      height: 1px;
      width: 100%;
      background: #ffffff;
      background: #2bd198;
      /*				margin: auto;*/
      margin-bottom: 4px;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
  .menu-icon.menu-visible .bars .bar1 {
    -webkit-transform: translateY(5px) rotate(45deg);
        -ms-transform: translateY(5px) rotate(45deg);
            transform: translateY(5px) rotate(45deg);
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center; }
  .menu-icon.menu-visible .bars .bar3 {
    -webkit-transform: translateY(-5px) rotate(-45deg);
        -ms-transform: translateY(-5px) rotate(-45deg);
            transform: translateY(-5px) rotate(-45deg);
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center; }
  .menu-icon.menu-visible .bars .bar2 {
    width: 0px; }

.menu-links .links {
  position: fixed;
  float: right;
  right: 58px;
  top: 32px;
  height: 32px;
  background: rgba(13, 13, 13, 0.3);
  /*border: 1px solid rgba(255, 255, 255, 0.1);*/
  border-left: none;
  border-right: none;
  padding: 0 12px; }
  @media (min-width: 601px) {
    .menu-links .links {
      right: 90px; } }
  @media (min-width: 801px) {
    .menu-links .links {
      background: transparent; } }
  .menu-links .links li {
    float: left;
    text-align: center; }
    .menu-links .links li #menu-link {
      display: none; }
      @media (min-width: 601px) {
        .menu-links .links li #menu-link {
          display: inline-block; } }
    .menu-links .links li a {
      font-family: "Glacial Indifference", "Futura LT", "Proxima Nova", "Montserrat", "Open Sans", "Roboto", "Helvetica", sans-serif;
      font-size: 15px;
      padding: 1px 12px;
      display: inline-block;
      color: #ffffff;
      -webkit-transition: 0.3s;
              transition: 0.3s; }
      .menu-links .links li a:hover, .menu-links .links li a.menu-visible, .menu-links .links li a:active {
        color: rgba(255, 255, 255, 0.4); }

/* 1.3 Dot/bar Navigation at right / #fp-nav.right (hooking fullpage.js plugin) */
#fp-nav.right,
#fp-nav {
  top: auto;
  top: 120px;
  right: 32px; }

#fp-nav.right {
  right: 0px;
  margin-right: 48px;
  position: absolute; }

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

#fp-nav ul li, .fp-slidesNav ul li {
  height: 14px;
  margin: 4px;
  margin-right: 0; }

#fp-nav span, .fp-slidesNav span {
  border-color: #c0c0c0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 10px;
  height: 16px; }
  @media (min-width: 801px) {
    #fp-nav span, .fp-slidesNav span {
      border-color: #ffffff; } }

#fp-nav ul li a.active span,
#fp-nav ul li a:hover span,
#fp-nav ul li a.active:hover span,
#fp-nav ul li a span {
  background: #c0c0c0;
  width: 16px;
  border-radius: 0;
  height: 1px;
  left: auto;
  right: 0;
  top: 0;
  margin-top: 0;
  -webkit-transition: 0.3s;
          transition: 0.3s; }
  @media (min-width: 601px) {
    #fp-nav ul li a.active span,
    #fp-nav ul li a:hover span,
    #fp-nav ul li a.active:hover span,
    #fp-nav ul li a span {
      border-color: #ffffff; } }

#fp-nav ul li a span.title {
  position: absolute;
  top: -11px !important;
  right: 36px !important;
  text-align: right;
  font-size: 14px !important;
  font-family: "Glacial Indifference", "Futura LT", "Proxima Nova", "Montserrat", "Open Sans", "Roboto", "Helvetica", sans-serif;
  width: 180px !important;
  height: auto !important;
  background: none !important;
  border: none !important;
  margin: auto !important;
  padding: 0 !important;
  -webkit-transition: 0.6s;
          transition: 0.6s;
  color: #2bd198;
  opacity: 1!important;
  visibility: visible!important; }

#fp-nav ul li a.active span.title {
  opacity: 1;
  visibility: visible; }

#fp-nav ul li a span:before {
  display: none; }

#fp-nav ul li a:hover span {
  width: 24px;
  background: rgba(255, 255, 255, 0.4); }

#fp-nav ul li a.active span,
#fp-nav ul li a.active:hover span {
  width: 32px;
  background: #2bd198; }

body.left-light #fp-nav ul li a:hover span {
  background: rgba(255, 255, 255, 0.4); }
body.left-light #fp-nav ul li a.active span,
body.left-light #fp-nav ul li a:hover span,
body.left-light #fp-nav ul li a.active:hover span,
body.left-light #fp-nav ul li a span {
  background: #c0c0c0; }
  @media (min-width: 801px) {
    body.left-light #fp-nav ul li a.active span,
    body.left-light #fp-nav ul li a:hover span,
    body.left-light #fp-nav ul li a.active:hover span,
    body.left-light #fp-nav ul li a span {
      background: #ffffff; } }
body.left-light #fp-nav span, body.left-light .fp-slidesNav span {
  border-color: #c0c0c0; }
  @media (min-width: 801px) {
    body.left-light #fp-nav span, body.left-light .fp-slidesNav span {
      border-color: #ffffff; } }
body.left-light #fp-nav ul li a.active span,
body.left-light #fp-nav ul li a.active:hover span {
  background: #2bd198; }

/* 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.html);
    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 .bg-blur-1 {
    -webkit-filter: blur(1px);
            filter: blur(1px); }
  .page-cover .bg-blur-1 {
    -webkit-filter: blur(1px);
            filter: blur(1px); }
  .page-cover .bg-blur-2 {
    -webkit-filter: blur(2px);
            filter: blur(2px); }
  .page-cover .bg-blur-3 {
    -webkit-filter: blur(3px);
            filter: blur(3px); }
  .page-cover .bg-blur-4 {
    -webkit-filter: blur(4px);
            filter: blur(4px); }
  .page-cover .bg-blur-5 {
    -webkit-filter: blur(5px);
            filter: blur(5px); }
  .page-cover .bg-blur-6 {
    -webkit-filter: blur(6px);
            filter: blur(6px); }
  .page-cover .bg-blur-7 {
    -webkit-filter: blur(7px);
            filter: blur(7px); }
  .page-cover .bg-blur-8 {
    -webkit-filter: blur(8px);
            filter: blur(8px); }
  .page-cover .bg-blur-9 {
    -webkit-filter: blur(9px);
            filter: blur(9px); }
  .page-cover .bg-blur-10 {
    -webkit-filter: blur(10px);
            filter: blur(10px); }
  .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%;
  height: 100%;
  z-index: 1; }

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

.section .content {
  /* content left */
  /* content right */
  /* header */
  /* main wrapper*/ }
  .section .content:before, .section .content:after {
    content: " ";
    display: table; }
  .section .content:after {
    clear: both; }
  .section .content .c-left {
    background: #ffffff;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (min-width: 601px) {
      .section .content .c-left {
        top: 0;
        bottom: auto;
        left: 0;
        min-height: 100vh;
        width: 50%;
        float: left;
        position: relative; } }
    @media (min-width: 801px) {
      .section .content .c-left {
        top: 0;
        bottom: 0;
        left: 0;
        width: 50%;
        min-height: inherit;
        height: 100%;
        position: absolute; } }
    .section .content .c-left:before {
      /*position: absolute;
      width: 100%;
      top: 0;
      bottom: 0;
      left: 0;
      background: $white;
      content: "";
      z-index: 0;*/ }
    .section .content .c-left .c-wrapper {
      max-width: 100%;
      padding: 128px 10%; }
      @media (min-width: 601px) {
        .section .content .c-left .c-wrapper {
          padding: 128px;
          padding-left: 0px;
		width: 90%;
		padding-right: 0;	  } }
      .section .content .c-left .c-wrapper h2 {
        font-size: 30px;
        font-weight: bold;
        font-family: "Playfair Display", "Helvetica", sans-serif;
        color: #0d0d0d; }
      .section .content .c-left .c-wrapper h3 {
        font-family: "Glacial Indifference", "Futura LT", "Proxima Nova", "Montserrat", "Open Sans", "Roboto", "Helvetica", sans-serif;
        font-size: 13px;
        text-transform: uppercase;
        color: #9d9c9c; }
		
		.section .content .c-left .c-wrapper h3 a{color:#fff;}
		.section .content .c-left .c-wrapper h3 a:hover{color:#ff9800;}
		
      .section .content .c-left .c-wrapper p {
        font-family: "Glacial Indifference", "Futura LT", "Proxima Nova", "Montserrat", "Open Sans", "Roboto", "Helvetica", sans-serif;
        font-size: 15px;
        color: #0d0d0d;
        max-width: 640px; }
      .section .content .c-left .c-wrapper .h-icon {
        text-align: center;
        color: #2bd198;
        margin-bottom: 32px; }
        .section .content .c-left .c-wrapper .h-icon .icon {
          font-size: 36px; }
      .section .content .c-left .c-wrapper .c-desc {
        text-align: left; }
      .section .content .c-left .c-wrapper .c-features {
        margin-top: 48px; }
        .section .content .c-left .c-wrapper .c-features li {
          padding: 0 4px; }
  .section .content .c-right {
    background:rgba(1, 122, 191, 0.9); 
    top: 0;
    bottom: 0;
    right: 0;
    position: relative;
    width: 100%
    /*display: flex;
    align-items: center;
    justify-content: center;*/ }
    @media (min-width: 601px) {
      .section .content .c-right {
        top: auto;
        height: 30%;
        min-height: 70vh;
        bottom: 0;
        width: 50%;
        float: left;
        position: relative; } }
    @media (min-width: 801px) {
      .section .content .c-right {
        top: 0;
        bottom: 0;
        right: 0;
        width: 50%;
        height: 100%;
        min-height: inherit;
        position: absolute; } }
    .section .content .c-right .c-bg {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      content: ""; }
      .section .content .c-right .c-bg:after {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: "";
        background: rgba(0, 0, 0, 0.2); }
      .section .content .c-right .c-bg.mask-black:after {
        background: rgba(0, 0, 0, 0.5); }
    .section .content .c-right .c-wrapper {
      max-width: 100%;
      padding: 128px 10%; }
      @media (min-width: 601px) {
        .section .content .c-right .c-wrapper {
          padding: 128px;
          padding-right: 20%;
          padding-left: 10vw; } }
      .section .content .c-right .c-wrapper .c-header {
        position: absolute;
        left: auto;
        right: 48px;
        top: 128px;
        z-index: 2;
        text-align: right; }
        @media (min-width: 601px) {
          .section .content .c-right .c-wrapper .c-header {
            right: 48px;
            right: 15vw;
            top: 165px;
            text-align: center; } }
        @media (min-width: 801px) {
          .section .content .c-right .c-wrapper .c-header {
            top: 128px;
 } }
        .section .content .c-right .c-wrapper .c-header h2 {
          font-family: "Playfair Display", "Helvetica", sans-serif;
          font-size: 56px;
          color: #ffffff; }
        .section .content .c-right .c-wrapper .c-header p {
          font-family: "Glacial Indifference", "Futura LT", "Proxima Nova", "Montserrat", "Open Sans", "Roboto", "Helvetica", sans-serif;
          font-size: 15px;
          color: #ffffff; }
  .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: "Glacial Indifference", "Futura LT", "Proxima Nova", "Montserrat", "Open Sans", "Roboto", "Helvetica", sans-serif;
      font-size: 15px;
      color: #ffffff;
      max-width: 720px;
      opacity: 0.6; }
    .section .content .c-header h3 {
      font-family: "Glacial Indifference", "Futura LT", "Proxima Nova", "Montserrat", "Open Sans", "Roboto", "Helvetica", sans-serif;
      font-size: 24px;
      color: #ffffff;
      max-width: 720px;
      opacity: 0.6; }
  @media (min-width: 601px) {
    .section .content .c-left.anim {
      clip: rect(0, 100vw, 100vh, 50vw);
      -webkit-transform: translateX(100%);
          -ms-transform: translateX(100%);
              transform: translateX(100%);
      opacity: 0;
      -webkit-transition: 0.9s;
              transition: 0.9s;
      -webkit-transition-delay: 00s;
              transition-delay: 00s; }
    .section .content .c-right.anim {
      -webkit-transform: translateX(-100%);
          -ms-transform: translateX(-100%);
              transform: translateX(-100%);
      opacity: 0;
      -webkit-transition: 0.6s;
              transition: 0.6s;
      -webkit-transition-delay: 00s;
              transition-delay: 00s; } }
  @media (min-width: 801px) {
    .section .content .c-left.anim {
      clip: rect(0, 50vw, 100vh, 50vw);
      -webkit-transform: translateX(100%);
          -ms-transform: translateX(100%);
              transform: translateX(100%);
      opacity: 0;
      -webkit-transition: 0.9s;
              transition: 0.9s;
      -webkit-transition-delay: 00s;
              transition-delay: 00s; }
    .section .content .c-right.anim {
      -webkit-transform: translateX(-100%);
          -ms-transform: translateX(-100%);
              transform: translateX(-100%);
      opacity: 0;
      -webkit-transition: 0.6s;
              transition: 0.6s;
      -webkit-transition-delay: 00s;
              transition-delay: 00s; } }
.section.active .content .c-left.anim {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 1;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s; }
  @media (min-width: 601px) {
    .section.active .content .c-left.anim {
      clip: rect(0, 100vw, 100vh, 0vw); } }
  @media (min-width: 801px) {
    .section.active .content .c-left.anim {
      clip: rect(0, 50vw, 100vh, 0vw); } }
.section.active .content .c-right.anim {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 1;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s; }
.section.active .content .c-features li.anim:before {
  width: 96px;
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s; }
.section.active .content .c-features li.anim:after {
  height: 16px;
  width: 16px;
  bottom: -7px;
  margin-left: -8px;
  border: 4px solid #2bd198;
  -webkit-transition-delay: 1s;
          transition-delay: 1s; }
.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 .desc {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 1;
  font-family: "Glacial Indifference", "Futura LT", "Proxima Nova", "Montserrat", "Open Sans", "Roboto", "Helvetica", sans-serif;
  font-size: 15px; }
.section.active .content .c-features li.anim .item-1 {
  width: 2em; }
.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 .item-2 {
  width: 4em; }
.section.active .content .c-features li.anim:nth-child(2):before {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s; }
.section.active .content .c-features li.anim:nth-child(2):after {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s; }
.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: 1.1s;
          transition-delay: 1.1s; }
.section.active .content .c-features li.anim:nth-child(2) .desc {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s; }
.section.active .content .c-features li.anim .item-3 {
  width: 6em; }
.section.active .content .c-features li.anim:nth-child(3):before {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s; }
.section.active .content .c-features li.anim:nth-child(3):after {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s; }
.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: 1.6s;
          transition-delay: 1.6s; }
.section.active .content .c-features li.anim:nth-child(3) .desc {
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s; }
.section.active .content .c-features li.anim .item-4 {
  width: 8em; }
.section.active .content .c-features li.anim:nth-child(4):before {
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s; }
.section.active .content .c-features li.anim:nth-child(4):after {
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s; }
.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: 2.1s;
          transition-delay: 2.1s; }
.section.active .content .c-features li.anim:nth-child(4) .desc {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s; }
.section.active .content .c-features li.anim .item-5 {
  width: 10em; }
.section.active .content .c-features li.anim:nth-child(5):before {
  -webkit-transition-delay: 2.7s;
          transition-delay: 2.7s; }
.section.active .content .c-features li.anim:nth-child(5):after {
  -webkit-transition-delay: 2.6s;
          transition-delay: 2.6s; }
.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: 2.6s;
          transition-delay: 2.6s; }
.section.active .content .c-features li.anim:nth-child(5) .desc {
  -webkit-transition-delay: 2.9s;
          transition-delay: 2.9s; }
.section.active .content .c-features li.anim .item-6 {
  width: 12em; }
.section.active .content .c-features li.anim:nth-child(6):before {
  -webkit-transition-delay: 3.2s;
          transition-delay: 3.2s; }
.section.active .content .c-features li.anim:nth-child(6):after {
  -webkit-transition-delay: 3.1s;
          transition-delay: 3.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: 3.1s;
          transition-delay: 3.1s; }
.section.active .content .c-features li.anim:nth-child(6) .desc {
  -webkit-transition-delay: 3.4s;
          transition-delay: 3.4s; }
.section.active .content .c-features li.anim .item-7 {
  width: 14em; }
.section.active .content .c-features li.anim:nth-child(7):before {
  -webkit-transition-delay: 3.7s;
          transition-delay: 3.7s; }
.section.active .content .c-features li.anim:nth-child(7):after {
  -webkit-transition-delay: 3.6s;
          transition-delay: 3.6s; }
.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: 3.6s;
          transition-delay: 3.6s; }
.section.active .content .c-features li.anim:nth-child(7) .desc {
  -webkit-transition-delay: 3.9s;
          transition-delay: 3.9s; }
.section.active .content .c-features li.anim .item-8 {
  width: 16em; }
.section.active .content .c-features li.anim:nth-child(8):before {
  -webkit-transition-delay: 4.2s;
          transition-delay: 4.2s; }
.section.active .content .c-features li.anim:nth-child(8):after {
  -webkit-transition-delay: 4.1s;
          transition-delay: 4.1s; }
.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: 4.1s;
          transition-delay: 4.1s; }
.section.active .content .c-features li.anim:nth-child(8) .desc {
  -webkit-transition-delay: 4.4s;
          transition-delay: 4.4s; }
.section.active .content .c-features li.anim .item-9 {
  width: 18em; }
.section.active .content .c-features li.anim:nth-child(9):before {
  -webkit-transition-delay: 4.7s;
          transition-delay: 4.7s; }
.section.active .content .c-features li.anim:nth-child(9):after {
  -webkit-transition-delay: 4.6s;
          transition-delay: 4.6s; }
.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: 4.6s;
          transition-delay: 4.6s; }
.section.active .content .c-features li.anim:nth-child(9) .desc {
  -webkit-transition-delay: 4.9s;
          transition-delay: 4.9s; }
.section.active .content .c-features li.anim .item-10 {
  width: 20em; }
.section.active .content .c-features li.anim:nth-child(10):before {
  -webkit-transition-delay: 5.2s;
          transition-delay: 5.2s; }
.section.active .content .c-features li.anim:nth-child(10):after {
  -webkit-transition-delay: 5.1s;
          transition-delay: 5.1s; }
.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: 5.1s;
          transition-delay: 5.1s; }
.section.active .content .c-features li.anim:nth-child(10) .desc {
  -webkit-transition-delay: 5.4s;
          transition-delay: 5.4s; }
@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: absolute;
  padding: 0px;
  visibility: hidden;
  opacity: 0;
  z-index: 100;
  -webkit-transition: 0.3s;
          transition: 0.3s; }
  .s-footer a {
    color: #ffffff;
    display: block;
    margin: auto;
    margin-bottom: 24px;
    width: 160px;
    text-align: center;
    font-family: "Glacial Indifference", "Futura LT", "Proxima Nova", "Montserrat", "Open Sans", "Roboto", "Helvetica", sans-serif;
    font-size: 14px;
    position: relative;
    height: 32px;
    -webkit-transition: 0.3s;
            transition: 0.3s; }
    .s-footer a .left {
      position: absolute;
      right: 50%;
      top: 5px;
      margin-right: 24px;
      text-align: right; }
    .s-footer a .right {
      position: absolute;
      left: 50%;
      top: 5px;
      margin-left: 24px;
      text-align: left; }
    .s-footer a .icon {
      content: "";
      position: absolute;
      border: 1px solid #ffffff;
      width: 31px;
      height: 31px;
      top: 0px;
      margin-left: -16px;
      border-radius: 40px;
      left: 50%;
      -webkit-transition: 0.3s;
              transition: 0.3s; }
      .s-footer a .icon:before {
        content: "";
        position: absolute;
        background: rgba(255, 255, 255, 0.1);
        top: 3px;
        left: 3px;
        bottom: 3px;
        right: 3px;
        margin-left: 0;
        border-radius: 60px;
        -webkit-transition: 0.3s;
                transition: 0.3s; }
      .s-footer a .icon:after {
        content: "";
        position: absolute;
        background: #ffffff;
        top: 8px;
        width: auto;
        border-radius: 10px;
        left: 12px;
        right: 12px;
        -webkit-transition: 0.3s;
                transition: 0.3s;
        height: 12px; }
    .s-footer a:hover {
      color: rgba(255, 255, 255, 0.4); }
      .s-footer a:hover:after {
        bottom: -64px; }
      .s-footer a:hover .icon:before {
        content: "";
        position: absolute;
        background: rgba(255, 255, 255, 0.3);
        top: -16px;
        left: 14px;
        right: 14px;
        bottom: 16px;
        border-radius: 60px; }

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

body.left-light .s-footer a {
  color: #c0c0c0;
  color: #626262; }
  body.left-light .s-footer a .icon {
    border: 1px solid #c0c0c0;
    border: 1px solid #626262; }
    body.left-light .s-footer a .icon:before {
      background: rgba(192, 192, 192, 0.1);
      background: rgba(98, 98, 98, 0.1); }
    body.left-light .s-footer a .icon:after {
      background: #c0c0c0;
      background: #626262; }
  body.left-light .s-footer a:hover {
    color: rgba(192, 192, 192, 0.4);
    color: rgba(98, 98, 98, 0.4); }
    body.left-light .s-footer a:hover .icon:before {
      background: rgba(192, 192, 192, 0.3);
      background: rgba(98, 98, 98, 0.3); }
body.left-light .s-footer a.black {
  color: #0d0d0d; }
  body.left-light .s-footer a.black .icon {
    border: 1px solid #0d0d0d; }
    body.left-light .s-footer a.black .icon:before {
      background: rgba(13, 13, 13, 0.1); }
    body.left-light .s-footer a.black .icon:after {
      background: #0d0d0d; }
  body.left-light .s-footer a.black:hover {
    color: rgba(13, 13, 13, 0.4); }
    body.left-light .s-footer a.black:hover .icon:before {
      background: rgba(13, 13, 13, 0.3); }

/* 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;
  margin: auto;
  padding: 0 16px; }
  @media (min-width: 601px) {
    .section-home .content {
      padding: 0; } }
  .section-home .content .c-text {
    position: relative;
    z-index: 1;
    text-align: center;
    width: 100%;
    min-height: 420px;
    margin: 0 auto;
    padding: 24px; }
    @media (min-width: 601px) {
      .section-home .content .c-text {
        width: 420px;
        min-height: 420px;
        margin: 0 auto;
        padding: 24px; } }
    .section-home .content .c-text:before {
      position: absolute;
      top: 0;
      left: 0px;
      right: 0px;
      bottom: 0;
      content: "";
      background: #ffffff;
      background: rgba(255, 255, 255, 0.9);
      border-radius: 0px; }
    .section-home .content .c-text:after {
      position: absolute;
      z-index: -1;
      top: -8px;
      left: -8px;
      right: -8px;
      bottom: -8px;
      content: "";
      border: 1px solid rgba(255, 255, 255, 0.1);
      border-radius: 0px; }
    .section-home .content .c-text .h-btns {
      position: absolute;
      top: 24px;
      left: 24px;
      right: 24px;
      z-index: 1; }
      .section-home .content .c-text .h-btns .btn {
        vertical-align: middle;
        width: 48px;
        height: 48px;
        text-align: center;
        border-radius: 48px;
        border: 1px solid #0d0d0d;
        color: #0d0d0d;
        line-height: 1;
        padding-top: 11px;
        font-size: 24px;
        position: relative;
        float: left; }
        .section-home .content .c-text .h-btns .btn.b-right {
          float: right; }
        .section-home .content .c-text .h-btns .btn:before {
          position: absolute;
          z-index: -1;
          content: "";
          -webkit-transform: rotate(0deg);
              -ms-transform: rotate(0deg);
                  transform: rotate(0deg);
          background: rgba(13, 13, 13, 0.1);
          top: 3px;
          left: 3px;
          bottom: 3px;
          right: 3px;
          border-radius: 40px;
          -webkit-transition: 0.3s;
                  transition: 0.3s; }
        .section-home .content .c-text .h-btns .btn:hover {
          color: #ffffff; }
          .section-home .content .c-text .h-btns .btn:hover:before {
            top: -1px;
            left: -1px;
            right: -1px;
            bottom: -1px;
            background: #0d0d0d; }
    .section-home .content .c-text .title-desc {
      position: relative;
      overflow: hidden;
      padding-bottom: 16px; }
      .section-home .content .c-text .title-desc:after {
        position: absolute;
        left: 25%;
        right: 25%;
        bottom: 0;
        height: 1px;
        content: "";
        background: #c0c0c0; }
    .section-home .content .c-text .c-logo {
      height: 100%;
      text-align: center; }
      .section-home .content .c-text .c-logo img {
        height: 64px;
        width: auto;
        display: inline-block; }
    .section-home .content .c-text .header h2 {
      font-family: "Playfair Display", "Helvetica", sans-serif;
      color: #0d0d0d;
      font-size: 48px;
      margin-bottom: 0px; }
    .section-home .content .c-text .header h3 {
      font-family: "Glacial Indifference", "Futura LT", "Proxima Nova", "Montserrat", "Open Sans", "Roboto", "Helvetica", sans-serif;
      color: #9d9c9c;
      font-size: 15px; }
    .section-home .content .c-text .desc {
      padding: 24px; }
      .section-home .content .c-text .desc p {
        color: #0d0d0d;
        font-family: "Glacial Indifference", "Futura LT", "Proxima Nova", "Montserrat", "Open Sans", "Roboto", "Helvetica", sans-serif;
        font-size: 15px;
        margin: 0; }
    .section-home .content .c-text .home-btns {
      padding-top: 28px;
      overflow: hidden; }
      .section-home .content .c-text .home-btns .btn {
        padding-right: 14px;
        padding-left: 16px;
        height: 40px;
        font-size: 14px;
        font-family: "Glacial Indifference", "Futura LT", "Proxima Nova", "Montserrat", "Open Sans", "Roboto", "Helvetica", sans-serif;
        color: #0d0d0d;
        text-transform: uppercase;
        position: relative;
        -webkit-transition: 0.1s;
                transition: 0.1s;
        display: inline-block;
        padding-top: 9.5px; }
        .section-home .content .c-text .home-btns .btn:before, .section-home .content .c-text .home-btns .btn:after {
          content: "";
          background: currentColor;
          width: 1px;
          position: absolute;
          -webkit-transition: 0.3s;
                  transition: 0.3s; }
        .section-home .content .c-text .home-btns .btn:before {
          top: 0;
          left: 0;
          height: 00%; }
        .section-home .content .c-text .home-btns .btn:after {
          bottom: 0;
          right: 0;
          height: 00%; }
        .section-home .content .c-text .home-btns .btn .txt:before, .section-home .content .c-text .home-btns .btn .txt:after {
          content: "";
          background: currentColor;
          height: 1px;
          position: absolute;
          -webkit-transition: 0.3s;
                  transition: 0.3s; }
        .section-home .content .c-text .home-btns .btn .txt:before {
          top: 0;
          right: 0;
          width: 00%; }
        .section-home .content .c-text .home-btns .btn .txt:after {
          bottom: 0;
          left: 0;
          width: 00%; }
        .section-home .content .c-text .home-btns .btn .arrow-icon {
          content: "";
          position: absolute;
          top: 19.5px;
          right: -8px;
          width: 0px;
          height: 1px;
          background: currentColor;
          -webkit-transition: 0.3s;
                  transition: 0.3s; }
          .section-home .content .c-text .home-btns .btn .arrow-icon:after, .section-home .content .c-text .home-btns .btn .arrow-icon:before {
            content: "";
            position: absolute;
            top: -3.5px;
            right: 8px;
            width: 8px;
            height: 8px;
            -webkit-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                    transform: rotate(-45deg);
            -webkit-transform-origin: center;
                -ms-transform-origin: center;
                    transform-origin: center;
            -webkit-transition: 0.3s;
                    transition: 0.3s; }
          .section-home .content .c-text .home-btns .btn .arrow-icon:after {
            border-top: 1px solid currentColor;
            -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                    transform: rotate(45deg); }
          .section-home .content .c-text .home-btns .btn .arrow-icon:before {
            border-bottom: 1px solid currentColor;
            -webkit-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                    transform: rotate(-45deg); }
        .section-home .content .c-text .home-btns .btn:hover {
          color: #0d0d0d; }
          .section-home .content .c-text .home-btns .btn:hover:after, .section-home .content .c-text .home-btns .btn:hover:before {
            height: 100%; }
          .section-home .content .c-text .home-btns .btn:hover .txt:after, .section-home .content .c-text .home-btns .btn:hover .txt:before {
            width: 100%; }
          .section-home .content .c-text .home-btns .btn:hover .arrow-icon {
            width: 16px; }
            .section-home .content .c-text .home-btns .btn:hover .arrow-icon:after {
              -webkit-transform: rotate(45deg);
                  -ms-transform: rotate(45deg);
                      transform: rotate(45deg);
              right: -8px; }
            .section-home .content .c-text .home-btns .btn:hover .arrow-icon:before {
              -webkit-transform: rotate(-45deg);
                  -ms-transform: rotate(-45deg);
                      transform: rotate(-45deg);
              right: -8px; }
    .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: 80px;
          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: "Glacial Indifference", "Futura LT", "Proxima Nova", "Montserrat", "Open Sans", "Roboto", "Helvetica", sans-serif;
            font-size: 24px;
            display: block;
            text-align: center;
            color: #0d0d0d; }
          .section-home .content .c-text .c-clock .clock-wrapper .tile .txt {
            display: block;
            text-align: center;
            font-family: "Glacial Indifference", "Futura LT", "Proxima Nova", "Montserrat", "Open Sans", "Roboto", "Helvetica", sans-serif;
            text-transform: lowercase;
            font-size: 14px;
            position: relative;
            color: #0d0d0d; }
            .section-home .content .c-text .c-clock .clock-wrapper .tile .txt:after {
              position: absolute;
              content: "";
              background: #ffffff;
              background: #2bd198;
              height: 32px;
              width: 1px;
              border-radius: 8px;
              position: absolute;
              right: -4px;
              top: -22px; }
          .section-home .content .c-text .c-clock .clock-wrapper .tile:last-child .txt:after {
            display: none; }
  .section-home .content.anim .c-text:before {
    left: -300px;
    right: -300px;
    -webkit-transition: 0.6s;
            transition: 0.6s;
    opacity: 0; }
  .section-home .content.anim .c-text:after {
    top: -100px;
    bottom: -100px;
    -webkit-transition: 0.6s;
            transition: 0.6s;
    opacity: 0; }
  .section-home .content.anim .c-text .title-desc .t-wrapper {
    -webkit-transition: 0.6s;
            transition: 0.6s;
    opacity: 0;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transform: translateY(15%);
        -ms-transform: translateY(15%);
            transform: translateY(15%);
    -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 .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:before {
  left: 0;
  right: 0;
  opacity: 1; }
.section-home.active.anim .c-text:after {
  top: -8px;
  bottom: -8px;
  opacity: 1; }
.section-home.active.anim .c-text .title-desc .t-wrapper {
  -webkit-transition: 0.9s;
          transition: 0.9s;
  -webkit-transition-delay: 0.0s;
          transition-delay: 0.0s;
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none; }
.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 {
  display: block; }

/* 3.4 Projects/Feature/Contact address list / .section .c-features */
.section .content {
  /* features/services/works */ }
  .section .content .c-wrapper .slider-wrapper {
    max-width: none;
    margin-right: 0; }
    @media (min-width: 601px) {
      .section .content .c-wrapper .slider-wrapper {
        margin-right: -106px; } }
  .section .content .c-wrapper .slide-pagination,
  .section .content .c-wrapper .items-pagination,
  .section .content .c-wrapper .swiper-pagination {
    position: absolute;
    right: 16px;
    top: 164px;
    margin-right: -16px;
    z-index: 1; }
    @media (min-width: 601px) {
      .section .content .c-wrapper .slide-pagination,
      .section .content .c-wrapper .items-pagination,
      .section .content .c-wrapper .swiper-pagination {
        right: 128px;
        top: 80px; } }
  .section .content .c-wrapper .swiper-pagination-bullet {
    opacity: 1;
    margin-right: 16px;
    background: #c0c0c0;
    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;
      border: 1px solid transparent; }
    .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: #0d0d0d; }
      .section .content .c-wrapper .swiper-pagination-bullet:hover:before, .section .content .c-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
        background: transparent;
        left: -4px;
        right: -4px;
        top: -4px;
        bottom: -4px;
        border-color: #0d0d0d; }
  .section .content .c-wrapper .slide-nav-container,
  .section .content .c-wrapper .items-nav-container {
    float: right;
    position: absolute;
    top: 192px;
    right: 16px; }
    @media (min-width: 601px) {
      .section .content .c-wrapper .slide-nav-container,
      .section .content .c-wrapper .items-nav-container {
        top: 128px;
        right: 128px; } }
    .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: #2bd198;
        height: 32px;
        width: 1px;
        position: absolute;
        right: -20px;
        bottom: -4px; }
      .section .content .c-wrapper .slide-nav-container .items-button a,
      .section .content .c-wrapper .items-nav-container .items-button a {
        font-size: 14px;
        font-family: "Glacial Indifference", "Futura LT", "Proxima Nova", "Montserrat", "Open Sans", "Roboto", "Helvetica", sans-serif;
        text-transform: uppercase;
        color: #2bd198;
        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: #0d0d0d;
          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: #0d0d0d; }
          .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: #2bd198;
        -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; }
    .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-list {
    margin-top: 32px; }
    .section .content .c-features-list li {
      padding-right: 64px;
      margin-bottom: 32px;
      position: relative;
      text-align: left; }
      .section .content .c-features-list li.swiper-slide {
        padding-right: 0px; }
      .section .content .c-features-list li:before {
        content: "";
        position: absolute;
        left: -32px;
        top: 30px;
        background: #2bd198;
        height: 2px;
        width: 96px;
        margin-right: -8px;
        margin-top: 1px;
        z-index: 1;
        box-sizing: border-box; }
      .section .content .c-features-list li:after {
        content: "";
        position: absolute;
        left: -32px;
        top: 24px;
        background: #ffffff;
        border: 4px solid #2bd198;
        height: 16px;
        width: 16px;
        margin-left: -8px;
        border-radius: 16px;
        z-index: 1;
        box-sizing: border-box; }
      .section .content .c-features-list li h4 {
        font-family: "Glacial Indifference", "Futura LT", "Proxima Nova", "Montserrat", "Open Sans", "Roboto", "Helvetica", sans-serif;
        font-size: 14px;
        font-weight: normal;
        color: #9d9c9c;
        text-transform: uppercase; }
      .section .content .c-features-list li h3,
      .section .content .c-features-list li .title {
        font-size: 24px;
        font-family: "Playfair Display", "Helvetica", sans-serif;
        color: #0d0d0d;
        text-transform: none;
        font-weight: bold;
        position: relative;
        margin-bottom: 8px;
        padding-bottom: 8px; }
      .section .content .c-features-list li .desc p {
        font-family: "Glacial Indifference", "Futura LT", "Proxima Nova", "Montserrat", "Open Sans", "Roboto", "Helvetica", sans-serif;
        font-size: 15px;
        margin-bottom: 0;
        color: #0d0d0d; }
      .section .content .c-features-list li .item-img {
        display: block;
        width: 100%;
        height: 0;
        padding-bottom: 60%;
        background: #fff;
        content: "";
        position: relative;
        margin-bottom: 16px;
        overflow: hidden; }
        .section .content .c-features-list li .item-img .img {
          height: 100%;
          width: 100%;
          position: absolute;
          top: 0;
          left: 0;
          content: ""; }
      @media (min-width: 720px) {
        .section .content .c-features-list li.anim: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-list li.anim:after {
          height: 0px;
          width: 0px;
          margin-left: 0px;
          top: 32px;
          bottom: 0px;
          border: 0px solid #2bd198;
          -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); } }
@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:before {
      width: 96px;
      -webkit-transition-delay: 1.1s;
              transition-delay: 1.1s; }
    .section.active .content .c-features li.anim:after {
      height: 16px;
      width: 16px;
      bottom: -7px;
      top: 24px;
      margin-left: -8px;
      border: 4px solid #2bd198;
      -webkit-transition-delay: 1s;
              transition-delay: 1s; }
    .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 .desc {
      -webkit-transition-delay: 1.3s;
              transition-delay: 1.3s;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      opacity: 1;
      font-family: "Glacial Indifference", "Futura LT", "Proxima Nova", "Montserrat", "Open Sans", "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 .no-clip {
  clip: auto !important;
  z-index: 2; }
.section .content .gallery-slides {
  margin-top: 32px;
  margin-left: 0px;
  width: 100%; }
  @media (min-width: 601px) {
    .section .content .gallery-slides {
      margin-left: 0px;
      width: 100%; } }
  @media (min-width: 801px) {
    .section .content .gallery-slides {
      margin-left: 128px;
      width: 200%; } }
  .section .content .gallery-slides .c-gallery {
    max-width: none; }
    @media (min-width: 601px) {
      .section .content .gallery-slides .c-gallery {
        margin-left: -32px;
        margin-right: -32px; } }
    @media (min-width: 801px) {
      .section .content .gallery-slides .c-gallery {
        margin-left: -160px;
        margin-right: -160px; } }
    .section .content .gallery-slides .c-gallery li {
      padding: 0;
      margin-bottom: 32px;
      position: relative;
      text-align: left; }
      @media (min-width: 601px) {
        .section .content .gallery-slides .c-gallery li {
          padding: 0 32px; } }
      .section .content .gallery-slides .c-gallery li h4 {
        font-family: "Glacial Indifference", "Futura LT", "Proxima Nova", "Montserrat", "Open Sans", "Roboto", "Helvetica", sans-serif;
        font-size: 14px;
        font-weight: normal;
        color: #9d9c9c;
        text-transform: uppercase; }
      .section .content .gallery-slides .c-gallery li h3,
      .section .content .gallery-slides .c-gallery li .title {
        font-size: 24px;
        font-family: "Playfair Display", "Helvetica", sans-serif;
        color: #0d0d0d;
        text-transform: none;
        font-weight: bold;
        position: relative;
        margin-bottom: 8px;
        padding-bottom: 8px; }
      .section .content .gallery-slides .c-gallery li .desc p {
        font-family: "Glacial Indifference", "Futura LT", "Proxima Nova", "Montserrat", "Open Sans", "Roboto", "Helvetica", sans-serif;
        font-size: 15px;
        margin-bottom: 0;
        color: #0d0d0d; }
      .section .content .gallery-slides .c-gallery li .item-img {
        display: block;
        width: 100%;
        height: 0;
        padding-bottom: 60%;
        background: #fff;
        content: "";
        position: relative;
        margin-bottom: 16px;
        overflow: hidden; }
        .section .content .gallery-slides .c-gallery li .item-img .img {
          height: 100%;
          width: 100%;
          position: absolute;
          top: 0;
          left: 0;
          content: ""; }
      .section .content .gallery-slides .c-gallery li .item-desc {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        -webkit-transition: 0.3s;
                transition: 0.3s; }
      .section .content .gallery-slides .c-gallery li:hover .item-desc {
        -webkit-transform: translateY(16px);
            -ms-transform: translateY(16px);
                transform: translateY(16px); }
      @media screen and (min-width: 64em) {
        .section .content .gallery-slides .c-gallery li:nth-child(3) h3,
        .section .content .gallery-slides .c-gallery li:nth-child(3) .title, .section .content .gallery-slides .c-gallery li:nth-child(4) h3,
        .section .content .gallery-slides .c-gallery li:nth-child(4) .title, .section .content .gallery-slides .c-gallery li:nth-child(7) h3,
        .section .content .gallery-slides .c-gallery li:nth-child(7) .title, .section .content .gallery-slides .c-gallery li:nth-child(8) h3,
        .section .content .gallery-slides .c-gallery li:nth-child(8) .title, .section .content .gallery-slides .c-gallery li:nth-child(11) h3,
        .section .content .gallery-slides .c-gallery li:nth-child(11) .title, .section .content .gallery-slides .c-gallery li:nth-child(12) h3,
        .section .content .gallery-slides .c-gallery li:nth-child(12) .title, .section .content .gallery-slides .c-gallery li:nth-child(15) h3,
        .section .content .gallery-slides .c-gallery li:nth-child(15) .title, .section .content .gallery-slides .c-gallery li:nth-child(16) h3,
        .section .content .gallery-slides .c-gallery li:nth-child(16) .title, .section .content .gallery-slides .c-gallery li:nth-child(19) h3,
        .section .content .gallery-slides .c-gallery li:nth-child(19) .title, .section .content .gallery-slides .c-gallery li:nth-child(20) h3,
        .section .content .gallery-slides .c-gallery li:nth-child(20) .title, .section .content .gallery-slides .c-gallery li:nth-child(23) h3,
        .section .content .gallery-slides .c-gallery li:nth-child(23) .title, .section .content .gallery-slides .c-gallery li:nth-child(24) h3,
        .section .content .gallery-slides .c-gallery li:nth-child(24) .title {
          color: #c0c0c0; }
        .section .content .gallery-slides .c-gallery li:nth-child(3) .desc p, .section .content .gallery-slides .c-gallery li:nth-child(4) .desc p, .section .content .gallery-slides .c-gallery li:nth-child(7) .desc p, .section .content .gallery-slides .c-gallery li:nth-child(8) .desc p, .section .content .gallery-slides .c-gallery li:nth-child(11) .desc p, .section .content .gallery-slides .c-gallery li:nth-child(12) .desc p, .section .content .gallery-slides .c-gallery li:nth-child(15) .desc p, .section .content .gallery-slides .c-gallery li:nth-child(16) .desc p, .section .content .gallery-slides .c-gallery li:nth-child(19) .desc p, .section .content .gallery-slides .c-gallery li:nth-child(20) .desc p, .section .content .gallery-slides .c-gallery li:nth-child(23) .desc p, .section .content .gallery-slides .c-gallery li:nth-child(24) .desc p {
          color: #c0c0c0; } }
@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 */
@media (min-width: 801px) {
  .section-contact .content {
    padding-bottom: 40px; } }
.section-contact .content .c-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center; }
.section-contact .content .c-form {
  width: 100%; }
  .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:before, .section-contact .content .c-form .form .form-header:after {
    content: " ";
    display: table; }
  .section-contact .content .c-form .form .form-header:after {
    clear: both; }
  .section-contact .content .c-form .form .form-header h3 {
    float: left;
    width: 70%;
    padding-top: 8px;
    position: relative;
    text-align: left;
    font-family: "Playfair Display", "Helvetica", sans-serif;
    font-weight: bold;
    color: #c0c0c0;
    margin-bottom: 16px; }
  .section-contact .content .c-form .form .form-header .btns {
    width: 30%;
    float: right;
    margin-top: 12px; }
  .section-contact .content .c-form .form .form-header button {
    float: right; }
  .section-contact .content .c-form .form .fields {
    position: relative; }
    .section-contact .content .c-form .form .fields label {
      position: absolute;
      top: 7px;
      left: 0;
      width: 64px;
      font-family: "Glacial Indifference", "Futura LT", "Proxima Nova", "Montserrat", "Open Sans", "Roboto", "Helvetica", sans-serif;
      font-size: 15px;
      display: block;
      float: left;
      color: #2bd198; }
    .section-contact .content .c-form .form .fields label.error {
      position: absolute;
      font-family: "Glacial Indifference", "Futura LT", "Proxima Nova", "Montserrat", "Open Sans", "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: "Glacial Indifference", "Futura LT", "Proxima Nova", "Montserrat", "Open Sans", "Roboto", "Helvetica", sans-serif;
      font-size: 15px;
      border: none;
      border-bottom: 1px solid #2bd198;
      box-shadow: none;
      margin-bottom: 0;
      color: #ffffff;
      background: rgba(192, 192, 192, 0.1); }
    .section-contact .content .c-form .form .fields .input.bottom input {
      border-bottom: none; }
    .section-contact .content .c-form .form .fields textarea {
      margin-top: 40px;
      font-size: 15px;
      font-family: "Glacial Indifference", "Futura LT", "Proxima Nova", "Montserrat", "Open Sans", "Roboto", "Helvetica", sans-serif;
      color: #0d0d0d;
      border: none;
      background: #eaeaea;
      box-shadow: none;
      margin-bottom: 0;
      height: 100px;
      max-height: 150px;
      color: #ffffff;
      background: rgba(192, 192, 192, 0.1); }
    .section-contact .content .c-form .form .fields p {
      font-family: "Roboto Condensed", "League Gothic";
      font-size: 14px;
      color: #555;
      position: absolute;
      left: 0;
      bottom: -22px;
      margin: 0; }
  .section-contact .content .c-form .form {
    position: relative;
    z-index: 1; }
  .section-contact .content .c-form .c-map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0; }
    .section-contact .content .c-form .c-map iframe {
      width: 100%;
      height: 100%; }
    .section-contact .content .c-form .c-map:after {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      content: "";
      background: rgba(0, 0, 0, 0.6); }
.section-contact .contact-footer {
  padding: 0; }
  .section-contact .contact-footer .reg-form-cont {
    text-align: center; }
    .section-contact .contact-footer .reg-form-cont h3.title {
      text-align: center; }
    .section-contact .contact-footer .reg-form-cont .form {
      position: relative;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      padding: 0 8px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      width: 100%;
      max-width: 360px; }
      .section-contact .contact-footer .reg-form-cont .form:before, .section-contact .contact-footer .reg-form-cont .form:after {
        content: " ";
        display: table; }
      .section-contact .contact-footer .reg-form-cont .form:after {
        clear: both; }
      .section-contact .contact-footer .reg-form-cont .form input.input {
        background: #ffffff;
        color: #0d0d0d;
        font-size: 15px;
        padding: 4px 16px;
        float: left;
        height: 40px;
        margin: 0;
        font-family: "Glacial Indifference", "Futura LT", "Proxima Nova", "Montserrat", "Open Sans", "Roboto", "Helvetica", sans-serif;
        box-shadow: none;
        border: none;
        position: relative;
        border-bottom: 1px solid #0d0d0d; }
        .section-contact .contact-footer .reg-form-cont .form input.input:focus, .section-contact .contact-footer .reg-form-cont .form input.input:active {
          border-bottom-color: #2bd198; }
      .section-contact .contact-footer .reg-form-cont .form button {
        float: left;
        display: block; }
      .section-contact .contact-footer .reg-form-cont .form label.error {
        position: absolute;
        font-family: "Glacial Indifference", "Futura LT", "Proxima Nova", "Montserrat", "Open Sans", "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: "Glacial Indifference", "Futura LT", "Proxima Nova", "Montserrat", "Open Sans", "Roboto", "Helvetica", sans-serif; }
  .section-contact .contact-footer .social-cont {
    margin-top: 32px;
    text-align: center;
    width: 100%; }
    .section-contact .contact-footer .social-cont h3 {
      text-align: inherit; }
    .section-contact .contact-footer .social-cont .socials {
      display: inline-block; }
      .section-contact .contact-footer .social-cont .socials li {
        float: left;
        margin-left: 40px;
        position: relative; }
        .section-contact .contact-footer .social-cont .socials li:first-child {
          margin-left: 0; }
        .section-contact .contact-footer .social-cont .socials li:after {
          content: "";
          background: #2bd198;
          -webkit-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
                  transform: rotate(45deg);
          height: 32px;
          width: 1px;
          position: absolute;
          left: -20px;
          bottom: 4px; }
        .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;
          height: 32px;
          text-align: center;
          border-radius: 2px;
          color: #0d0d0d;
          font-size: 14px;
          font-family: "Glacial Indifference", "Futura LT", "Proxima Nova", "Montserrat", "Open Sans", "Roboto", "Helvetica", sans-serif;
          text-transform: none; }
          .section-contact .contact-footer .social-cont .socials li a:hover {
            color: #2bd198; }

.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 */
.section .c-wrapper .item-detail h4 {
  font-family: "Glacial Indifference", "Futura LT", "Proxima Nova", "Montserrat", "Open Sans", "Roboto", "Helvetica", sans-serif;
  color: #0d0d0d;
  font-size: 30px; }
.section .c-wrapper .item-detail .separator {
  width: 120px;
  height: 1px;
  background: #c0c0c0;
  display: block;
  content: "";
  margin-top: 16px;
  margin-bottom: 8px; }
.section .c-wrapper .item-detail .btn {
  padding-top: 9px;
  display: inline-block;
  border-left: 1px solid #c0c0c0; }

/* 5 Footer / .site-footer */
.site-footer {
  position: relative;
  margin-top: 32px;
  z-index: 10; }
  @media (min-width: 601px) {
    .site-footer {
      position: fixed; } }
  .site-footer .note {
    position: relative;
    left: 0;
    bottom: 0;
    float: left;
    margin-left: 16px;
    margin-bottom: 18px; }
    @media (min-width: 601px) {
      .site-footer .note {
        margin-left: 48px;
        margin-bottom: 20px;
        position: fixed; } }
    .site-footer .note p {
      font-size: 14px;
      font-family: "Glacial Indifference", "Futura LT", "Proxima Nova", "Montserrat", "Open Sans", "Roboto", "Helvetica", sans-serif;
      color: #fff;
      margin-bottom: 0;
      -webkit-transition: 0.3s;
              transition: 0.3s; }
    .site-footer .note .marked {
      color: #2bd198; }
  .site-footer .contact {
    float: right;
    position: relative;
    right: 16px;
    bottom: 16px;
    left: auto; }
    @media (min-width: 601px) {
      .site-footer .contact {
        position: fixed;
        right: 48px;
        bottom: 24px; } }
    .site-footer .contact.s-right {
      float: left;
      right: auto;
      left: 0; }
    .site-footer .contact .socials {
      display: block;
      float: left; }
      .site-footer .contact .socials li {
        float: left;
        margin-left: 8px;
        position: relative; }
        .site-footer .contact .socials li a {
          display: table-cell;
          vertical-align: middle;
          width: 32px;
          height: 32px;
          text-align: center;
          border-radius: 20px;
          border: 1px solid #ffffff;
          border-color: #9d9c9c;
          color: #9d9c9c;
          line-height: 1;
          font-size: 16px;
          position: relative; }
          @media (min-width: 801px) {
            .site-footer .contact .socials li a {
              border-color: #ffffff;
              color: #ffffff; } }
          .site-footer .contact .socials li a:before {
            position: absolute;
            z-index: -1;
            content: "";
            -webkit-transform: rotate(0deg);
                -ms-transform: rotate(0deg);
                    transform: rotate(0deg);
            background: rgba(157, 156, 156, 0.1);
            top: 3px;
            left: 3px;
            bottom: 3px;
            right: 3px;
            border-radius: 40px;
            -webkit-transition: 0.3s;
                    transition: 0.3s; }
            @media (min-width: 801px) {
              .site-footer .contact .socials li a:before {
                background: rgba(255, 255, 255, 0.1); } }
          .site-footer .contact .socials li a:hover {
            color: #0d0d0d; }
            .site-footer .contact .socials li a:hover:before {
              top: 0;
              left: 0;
              right: 0;
              bottom: 0;
              background: #ffffff; }

@media (min-width: 601px) {
  body.left-light .note p {
    color: #0d0d0d; } }
@media (max-width: 801px) {
  body.left-light .note p {
    color: #9d9c9c; } }

/* 6. Responsiveness */
@media (min-width: 802px) {
  .fp-scrollable,
  .slimScrollDiv {
    height: auto !important; } }
@media (max-width: 601px) {
  .slimScrollBar {
    display: none !important; }

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

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



/*---------------------------------------------- 

8. HERO / PAGETITLE

------------------------------------------------*/
#hero {
	position: relative;
	overflow: hidden;
	width: 100%;
	}
	#page-content > #hero:first-child { width: 100%; margin: 0; }
		
#hero.text-light { background:#000; }
	
#hero.hero-full { min-height: 100vh; }
#hero.hero-big { min-height: 75vh; }

/* hero pagetitle */
#hero #page-title {
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
	}
	#hero #page-title:not(.wrapper):not(.wrapper-small) { width: calc(100% - 100px); padding-left: 50px; padding-right: 50px; }
	
#hero.hero-full #page-title, #hero.hero-big #page-title {
	margin-top: 0px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%); 
	-moz-transform: translateY(-50%) translateX(-50%); 
	-ms-transform: translateY(-50%) translateX(-50%); 
	-o-transform: translateY(-50%) translateX(-50%); 
	transform: translateY(-50%) translateX(-50%);
	}

#hero.hero-full #page-title.title-top, #hero.hero-big #page-title.title-top,
#hero.hero-full #page-title.title-bottom, #hero.hero-big #page-title.title-bottom,
#hero.hero-full #page-title.push-bottom:not(.title-top), #hero.hero-big #page-title.push-bottom:not(.title-top) {
	top: 0;
	-webkit-transform: translateY(0%) translateX(-50%); 
	-moz-transform: translateY(0%) translateX(-50%); 
	-ms-transform: translateY(0%) translateX(-50%); 
	-o-transform: translateY(0%) translateX(-50%); 
	transform: translateY(0%) translateX(-50%);
	}
	
#hero.hero-full #page-title.title-bottom, #hero.hero-big #page-title.title-bottom { 
	top: auto;
	bottom: 0;
	}
	
#hero.hero-full #page-title.push-bottom:not(.title-top), #hero.hero-big #page-title.push-bottom:not(.title-top) { 
	top: auto;
	bottom: 0;
	}

/* google map for hero*/	
#hero > .google-map { height: 400px; }
#hero.hero-full > .google-map { min-height: 100vh; }
#hero.hero-big > .google-map { min-height: 75vh; }

/* norfound */
.notfound {
	display: inline-block;
	width: 240px;
	height: 240px;
	border: 4px solid #000000;
	border-radius: 999px;
	line-height: 200px;
	font-size: 90px;
	}
	

	
._cng_enter{ width:100%; height:100%; display:block;}
#spinner{
     -webkit-animation-name: spinner; 
    -webkit-animation-timing-function: linear; 
    -webkit-animation-iteration-count: infinite; 
    -webkit-animation-duration: 10s; 
    animation-name: spinner; 
    animation-timing-function: linear; 
    animation-iteration-count: infinite; 
    animation-duration: 10s; 
    -webkit-transform-style: preserve-3d; 
    -moz-transform-style: preserve-3d; 
    -ms-transform-style: preserve-3d; 
    transform-style: preserve-3d;
}

  #spinner:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
  }
  
 /* WebKit and Opera browsers */ 
 @-webkit-keyframes spinner { 
    from 
    { 
        -webkit-transform: rotateY(0deg); 
    } 
    to { 
        -webkit-transform: rotateY(-360deg); 
    } 
} /* all other browsers */ 
@keyframes spinner { 
    from { 
        -moz-transform: rotateY(0deg); 
        -ms-transform: rotateY(0deg); 
        transform: rotateY(0deg); 
    } 
    to 
    { 
        -moz-transform: rotateY(-360deg); 
        -ms-transform: rotateY(-360deg); 
        transform: rotateY(-360deg); 
    
    } 
}
.bgimg{margin:90px 90px 80px;}
._enter_website{margin-top:60px;}
.dp1{display:none;}

.c-desc p a{color:#fff;}
.c-desc p a:hover{color:#ff9800;}

.c-header h2{
    left: auto;
    right: 48px;
    right: 10vw;
    margin-top:100px;
    text-align: center!important;}


/*New sound controler section add by me*/

#video-placeholder{
    max-width: 100%;
    width: 100%;
    position: fixed;
    top: 0px;
    right: 0;
}

#controls{
    margin-left: 90%;
    margin-top: -26px;
    position: relative;
    z-index: 999999;
}


#controls ul{
    list-style: none;
}

#controls pre{
    border: 6px solid #E7E9F3;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

#controls ul li {
    margin: 40px;
}

#controls ul li code{
    padding: 24px;
    line-height: 1.45;
    font-size: 13px;
}


h2{
    display: block;
    margin-bottom: 24px;
    font-size: 26px;
    color: #43495F;
}

h2 ~ * {
    margin-bottom: 24px;
}

h2 + pre {
    margin-top: 36px;
}

.thumbnail{
    cursor: pointer;
    margin: 0 10px 20px 0;
    border: 6px solid #fff;
    box-shadow: 0 1px 1px #ccc;
    width: 200px;
}

#progress-bar{
    position: relative;
    width: 100%;
    height: 20px;
    cursor: pointer;
}


#controls i {
    color: #fff;
    font-size: 32px;
    cursor: pointer;
    z-index: +1;
    position: absolute;
}

#volume-input{
    height: 32px;
    width: 45px;
}

#next,
#prev{
    display: block;
}


@media (max-width: 1000px) {


    header h1{
        float: none;
    }

    header a{
        margin-top: 25px;
        float: none;
    }

}

@media (max-width: 1200px) {

    #video-placeholder{
        max-width: 100%;
        position: static;
    }

    #controls{
        margin-right: 0;
    }

    #bsaHolder{ display:none;}
}

.t-wrapper h2{font-size: 34px; font-weight:bold; margin: 0; padding: 0; color: #fff;}

.block-mobile{
    display: none;
}

@media (max-width: 480px) {
    .header-top .logo-wrapper{
        margin: 5px;  
        float: none;
        text-align: center;
    }
    .menu-links .links{
        display: none;
    }
    .section-home .content .c-text{min-height: 325px;}
    .section-home .content .c-text, .section-home .content .c-text .desc{
        padding: 10px;
    }
    .section-home .content .c-text .title-desc{
        padding: 0;
    }
    .section-home .content .c-text .home-btns{
        padding-top: 5px;
    }
    .section .content .c-header h2{
        margin: 0;
    }
    .section .content .c-right .c-wrapper .c-header{
        position: relative;
        top: 0;
        right: 0;
    }
    .section .content .c-right .c-wrapper .c-header h2{font-size: 44px;}
    .section .content .c-right .c-wrapper{padding: 35px 10%;}
    .section .content .c-left .c-wrapper{
        padding: 15px 10%;
    }
    .none-mmobile{
        display: none !important;
    }
    .block-mobile{
        display: block;
    }
}

@media (min-width: 481px) and (max-width: 768px){
     .section .content .c-right {
        top: auto;
        min-height: 100vh;
        bottom: 0;
        width: 50%;
        float: left;
        position: relative; 
    }
    
    .none-mmobile{
        display: none !important;
    }
    .section-contact .content .c-form .c-content{
        padding: 0;
    }
      .section .content .c-left {
        top: 0;
        bottom: auto;
        left: 0;
        min-height: 100vh;
        width: 50%;
        float: left;
        position: relative;
    }
    .section .content .c-right .c-wrapper .c-header h2{
        font-size: 36px;
    }
}