@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,300i,400,400i,500,500i,700,700i');
@font-face {
    font-family: 'BebasNeue';
    src: url('../fonts/34691B_0_0.eot');
    src: url('../fonts/34691B_0_0.eot?#iefix') format('embedded-opentype'),
        url('../fonts/34691B_0_0.woff2') format('woff2'),
        url('../fonts/34691B_0_0.woff') format('woff'),
        url('../fonts/34691B_0_0.ttf') format('truetype');
}

body, html, header, footer, main {
    box-sizing: border-box;
    clear: both;
    font-family: 'Ubuntu', Tahoma, serif;
    left: 0;
    margin: 0;
    overflow: visible;
    right: 0;
    width: 100%;
}
body.internal-page { padding-top: 106px; }
header {
    position: fixed;
    z-index: 2;
    width: 100%;
}
main {
    box-sizing: border-box;
    top: 0;
    bottom: 0;
    position: relative;
    z-index: 1;
    float: left;
}
section {
    clear: both;
    padding: 100px 0;
}
section.full-section {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 100vh;
    float: left;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8em 0;
}
a, button, input, textarea { outline: none; }
h2 {
    font-size: 3.5em;
    letter-spacing: 2px;
}
h2.mid-title:after {
    border-top: 13px solid #f0e52b;
    content: "\A";
    display: block;
    margin: auto;
    margin-top: -15px;
    margin-bottom: 70px;
    width: 60%;
}
#url { display: none; }

/********************************************/
/* Sticky Nav */
/********************************************/
#sticky-nav {
    background: #fff;
    border-bottom: 1px solid #eee;
    padding: 15px 20px;
    position: fixed;
    top: 0;
    transition: top .3s ease-in-out;
    width: 100%;
    z-index: 5;
}
#sticky-nav.nav-up { top: -106px; }
#sticky-nav #sticky-logo img {
    float: left;
    margin-right: 20px;
    width: 75px;
}
#sticky-nav #sticky-logo h1 {
    color: #999;
    font-size: 1.2em;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
    float: left;
    margin-top: 26px;
}
#sticky-nav #sticky-logo h1 span,
#sticky-nav #sticky-logo h1 em {
    color: #000;
}
#sticky-nav #sticky-logo h1 em {
    font-size: .8em;
    font-style: normal;
}

/* Hamburger Button Menu */
.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 14px 0 0;
  padding: 0;
  width: 58px;
  height: 48px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}
.c-hamburger:focus { outline: none; }
.c-hamburger span {
  display: block;
  position: absolute;
  top: 22px;
  left: 9px;
  right: 9px;
  height: 4px;
  background: #ccc;
}
.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #ccc;
  content: "";
}
.c-hamburger span::before { top: -10px; }
.c-hamburger span::after { bottom: -10px; }
.c-hamburger--htx { 
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.c-hamburger--htx span { transition: background 0s 0.3s; }
.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}
.c-hamburger--htx span::before { transition-property: top, transform; }
.c-hamburger--htx span::after { transition-property: bottom, transform; }
.c-hamburger--htx.is-active { background-color: #f1f1f1; }
.c-hamburger--htx.is-active span { background: none; }
.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
}
.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}
.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s;
}

/* Side Nav */
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 4;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    padding-top: 120px;
    transition: 0.5s;
}
.sidenav li {
    padding: 8px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
    list-style: none;
    cursor: pointer;
}
.showSidenav { width: 250px; }
.sidenav li:hover, .offcanvas li:focus { color: #fff; }
@media screen and (max-height: 450px) {
    .sidenav { padding-top: 15px; }
    .sidenav li { font-size: 18px; }
}
.sidenav a { color: #818181; }
.sidenav a:hover {
    color: #fff;
    text-decoration: none;
}

/********************************************/
/* Header */
/********************************************/
.navbar-default {
    background-color: transparent;
    border-color: transparent;
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 4;
}
.navbar-nav > li { cursor: pointer; }
.navbar-default .navbar-nav > li > a {
    padding: 0;
    color: #333;
    line-height: 1.42857143;
}

/********************************************/
/* Main > Landing */
/********************************************/
#landing > ul { z-index: 1; }
#landing > ul,
#landing > ul > li {
    pointer-events: none;
    height: 100%;
    width: 100%;
    transform: translate3d(0px, 0px, 0px);
    will-change: transform;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute !important;
}
.bg {
    bottom: 0;
    left: -9930px;
    margin: auto;
    opacity: .4;
    position: absolute;
    right: -9999px;
    top: 0;
    transition: .5s;
    transform: translate(14%, 8%);
    width: 100%;
    z-index: 0;
}
.bg.hidden { opacity: 0; }
@media (orientation: portrait) {
    .bg {
        height: 100%;
        width: auto !important;
    }
}
#scene { transform: translate3d(-10vw, -10vh, 0px) scale(1.8) !important; }
#scene img { pointer-events: none; }
.fadeout {
    position: absolute; 
    bottom: 0em;
    width:100%;
    height: 6em;
    background: -webkit-linear-gradient(
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 100%
    ); 
    background-image: -moz-linear-gradient(
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 100%
    );
    background-image: -o-linear-gradient(
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 100%
    );
    background-image: linear-gradient(
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 100%
    );
    background-image: -ms-linear-gradient(
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 100%
    );
    z-index: 2;
}
.see-more {
    background-color: #f0e52b;
    border-color: #e8dd24;
    color: #5b5b5b;
    padding: 6px 30px;
    margin-bottom: 30px;
}
.see-more:hover {
    background-color: #e8dd24;
    border-color: #dacf1e;
}
.case-study {
    padding: 6px 30px;
    margin-left: 10px;
    margin-bottom: 30px;
}

/* Center Modal */
.center-modal.modal {
    text-align: center;
    padding: 0!important;
    text-transform: uppercase;
}
.center-modal.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}
.center-modal .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    width: 50%;
    max-width: 750px;
}
@media (max-width: 800px) {
    .center-modal .modal-dialog { width: 70%; }
}
@media (max-width: 550px) {
    .center-modal .modal-dialog { width: 90%; }
}
.center-modal .modal-content .close {
    color: #e34761;
    font-size: 40px;
    position: absolute;
    right: 20px;
    top: 10px;
    z-index: 1000;
}

/* Logo Animation */
#landing article {
    width: 100%;
    min-height: 21.7em;
    margin: auto;
    overflow: visible;
    opacity: 1;
    transition: .8s;
    transition-timing-function: ease-out;
    z-index: 2;
    position: relative;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
#logo-url {
    font-family: 'BebasNeue';
    font-size: 2.5em;
    margin-top: 5px !important;
    display: none;
}
#yellow-container {
    background-color: #f0e52b;
    position: relative;
    margin: auto;
    opacity: 0;
    border-radius: 40px;
    margin-top: 140px;
    height: 0px;
    width: 0px;
}
#w-letter, #d-letter {
    position: absolute;
    height: 161px;
    transform: scale(3.5);
    opacity: 0;
    top: 60px;
    z-index: 1;
}
#w-letter { left: 468px; }
#d-letter { left: 595px; }
#web-word { left: 135px; }
#dev-word { left: 385px; }
article#logo-video p {
    font-family: 'BebasNeue';
    font-size: 13em;
    line-height: 0;
    opacity: 0;
    position: absolute;
    top: 128px;
    z-index: 1;
}
#logo-url {
    bottom: -15px;
    display: block;
    height: auto;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    right: 0;
    width: 255px;
}

#logo-quote {
    bottom: -86px;
    display: block;
    height: auto;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    font-size: 2em;
    letter-spacing: 2px;
    text-transform: uppercase;
    right: 0;
    width: 655px;
}

#yellow-container.animate-1 {
    border-radius: 0;
    opacity: 1;
    margin-top: 0;
    height: 280px;
    width: 280px;
    transition: opacity .1s ease-in, 
                border-radius 1.4s ease-in, 
                height 1.4s ease-out, 
                width 1.4s ease-out, 
                margin-top 1.4s linear;
    transition-delay: .6s;
}
#yellow-container.animate-2 {
    width: 100%;
    transition: width .8s ease-out;
}
#yellow-container.animate-3 {
    width: 280px;
    transition: width .7s ease-in;
}

#w-letter.animate-1, #d-letter.animate-1 {
    transform: scale(1);
    opacity: 1;
    transition: transform .8s ease-in, opacity .8s ease-in;
}
#w-letter.animate-2 {
    left: 35px;
    height: 129px;
    top: 81px;
    opacity: 0;
    transition: left 1s ease-in, height 1s ease-in, top 1s ease-in, opacity .3s ease-in;
    transition-delay: 0s, 0s, 0s, 3.5s;
}
#d-letter.animate-2 {
    left: 315px;
    height: 129px;
    top: 81px;
    opacity: 0;
    transition: left 1s ease-in, height 1s ease-in, top 1s ease-in, opacity .3s ease-in;
    transition-delay: 0s, 0s, 0s, 3.5s;
}
#w-letter.animate-3 {
    left: 468px;
    height: 161px;
    top: 60px;
    opacity: 1;
    transition: opacity .3s ease-in;
}
#d-letter.animate-3 {
    left: 595px;
    height: 161px;
    top: 60px;
    opacity: 1;
    transition: opacity .3s ease-in;
}

#logo-video p.animate-1 {
    opacity: 1;
    transition: opacity 1.1s ease-in;
}
#logo-video p.animate-2 {
    opacity: 0;
    transition: opacity .3s ease-in;
}

#logo-url.animate-1 {
    opacity: 1;
    transition: opacity .3s ease-in;
}

#logo-quote.animate-1 {
    opacity: 1;
    transition: opacity .3s ease-in;
}

/* Mouse Go Down Button */
#mouse a span {
    position: absolute;
    bottom: 50px;
    left: 50%;
    width: 30px;
    height: 50px;
    margin-top: 164px;
    border: 2px solid #5b5b5b;
    border-radius: 50px;
    box-sizing: border-box;
    cursor: pointer;
    z-index: 3;
}
#mouse a span::before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: '';
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: #5b5b5b;
    border-radius: 100%;
    -webkit-animation: sdb10 2s infinite;
    animation: sdb10 2s infinite;
    box-sizing: border-box;
}
@-webkit-keyframes sdb10 {
    0% { -webkit-transform: translate(0, 0); opacity: 0; }
    40% { opacity: 1; }
    80% { -webkit-transform: translate(0, 20px); opacity: 0; }
    100% { opacity: 0; }
}
@keyframes sdb10 {
    0% { transform: translate(0, 0); opacity: 0; }
    40% { opacity: 1; }
    80% { transform: translate(0, 20px); opacity: 0; }
    100% { opacity: 0; }
}

/********************************************/
/* Main > About */
/********************************************/
#about {
    background: url(../img/about-bg.jpg) no-repeat center bottom;
    background-size: cover;
    padding: 100px 0 100px;
    position: relative;
}
#about h2:after {
    border-top: 13px solid #f0e52b;
    content: "\A";
    display: block;
    margin-top: -25px;
    margin-left: -10px;
    width: 100%;
}
#about h2 {
    font-size: 6em;
    font-weight: 700;
    margin: 0 0 75px;
}
#about p {
    font-size: 1.2em;
    text-align: center; 
}
#about #about-fadeBg {
    background: -webkit-linear-gradient(
        right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, .7) 25%
    ); 
    background-image: -moz-linear-gradient(
        right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, .7) 25%
    );
    background-image: -o-linear-gradient(
        right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, .7) 25%
    );
    background-image: linear-gradient(
        to left,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, .7) 25%
    );
    background-image: -ms-linear-gradient(
        right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, .7) 25%
    );
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 60%;
}
/* about us text */
div.about_us_title {
    font-size: 3.5em;
    text-align: center;
    padding: 0;
    margin: 0 0 15px 0;
    line-height: 120%;
}

/********************************************/
/* Main > Work */
/********************************************/
#work .img-container {
    overflow: hidden;
    position: relative;
    max-height: 490px;
	max-width: 490px;
	margin:0px auto;
}
#work .middle {
    background-color: rgba(255, 255, 255, .85);
    color: #000 !important;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity .3s ease-in;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
	opacity: 0.9;
	
}
#work .middle img { margin: 0 auto; }
#work #cheese-com .middle img { max-width: 200px; margin-bottom: 10px; }
#work .middle img.more-margin { margin-bottom: 20px; }
#work .middle:hover { opacity: 1;border: 8px solid #e8dd24; }

/********************************************/
/* Main > Banners */
/********************************************/
#banner-1 {
    background: url(../img/stripe.png) no-repeat center bottom;
    background-size: cover;
    min-height: 300px;
}

/********************************************/
/* Main > Services */
/********************************************/
#services h2.mid-title:after { margin-bottom: 60px; }
#services h3 {
    font-size: 36px;
    margin-bottom: 40px;
}
#services .flex-center { margin-bottom: 50px; }
#services .flex-center > div {
    display: inline-block;
    margin: 5px 18px;
}
#services .services-image p {
    text-align: justify;
    margin-bottom: 20px;
}

section#services {padding: 100px 0 0 !important;}

.blockchain {
    background-color: #777 !important;
    height: 300px;
    overflow: hidden;
    margin: 0 !important;
    width: 100%;
    color: #fff;
}

.blockchain h2 {letter-spacing: 0; font-weight: 900;}

.blockchain img {margin-top: -40px;}
.blockchain button {
    background-color: #f0e52b;
    border-radius: 4px;
    padding: 10px 20px;
    border: none;
}

.blockchain button a {color: #000 !important;}

/********************************************/
/* Main > Contact */
/********************************************/
#contact {
    background: url(../img/contact-bg.jpg) no-repeat center bottom;
    background-size: cover;
    padding: 50px 0;
}
#contact label {
    float: left;
    font-size: 1.2em;
}
#contact > div > .row {
    margin: auto;
    width: 60%;
}

.form-text {
    margin-bottom: 20px;
    margin-top: -40px;
    border: 3px solid #ffffff;
    padding: 5px;
    background-color: rgba(255,255,255,0.5);
}


.form-text h4 { line-height: 140%; }
/********************************************/
/* Footer */
/********************************************/
footer {
    background-image: url(../img/bg-4.png);
    background-size: cover;
    color: #fff;
    font-size: 1.2em;
}
footer p { margin-bottom: 30px; }
footer a,
footer a:hover,
footer a:focus,
footer a:active { color: #fff; }
footer .footer-menu > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 150px;
}


