@import url(https://fonts.googleapis.com/css?family=Exo:300,400,600&subset=latin,latin-ext);
@import "../fonts/font-awesome/css/font-awesome.min.css";
* {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-font-smoothing: antialiased;
}

body {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-family: 'Exo', sans-serif;
    font-weight: 300;
    color: #eee;
    background: #081033;
    text-shadow: 1px 1px 4px#000;
}

::selection {
    color: #ffffff;
    background: #84fc00;
    ;
}

::-moz-selection {
    color: #ffffff;
    background: #84fc00;
    ;
}

a,
i,
span {
    -webkit-transition: all 500ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -moz-transition: all 500ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -o-transition: all 500ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
    transition: all 500ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
}

.wrapper {
    width: 80%;
    margin: 0 auto;
    position: relative;
}

.wrapper-timer {
    width: 60%;
    min-width: 300px;
    padding-top: 0%;
    margin: 0 auto;
}

h1,
h2,
h3,
h4 {
    text-align: center;
    font-family: 'Exo', sans-serif;
    font-weight: 400;
    line-height: 1.45;
}

h1#warn {
    text-indent: 0px;
    font-size: 1.3em;
    margin: 0;
    padding-bottom: 20px;
    padding-top: 100px;
}

h2#clients {
    padding-bottom: 20px;
    padding-top: 40px;
    font-size: 2em;
}


/*
h2{
  font-size: 3em;
}
h3{
  font-size: 2em;
}
h4{
  font-size: 1.5em;
}*/

.bigest {
    font-size: 180%;
}


/*Background*/

.container {
    position: fixed;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

.vignette {
    background-image: -webkit-radial-gradient(50% 50%, ellipse, rgba(8, 16, 51, 0) 40%, rgba(8, 16, 51, 1) 100%);
    background-image: radial-gradient(50% 50%, ellipse, rgba(8, 16, 51, 0) 40%, rgba(8, 16, 51, 1) 100%);
}

.noise {
    background-image: url("../img/noisy-texture.png");
    opacity: 0.2;
}

.screen {
    background-image: url("../img/screen.png");
    opacity: 0.6;
}

.overlay {
    pointer-events: none;
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.main {
    display: block;
    position: static;
    padding: 0;
    width: 100%;
    height: 100%;
}


/*TimeCircle*/

.time_circles {
    position: relative;
    border-radius: 10px;
    /*background: rgba(0, 0, 0, 0.2);*/
}

.time_circles>div {
    position: absolute;
    text-align: center;
    padding: 0px;
}

.time_circles>div>h4 {
    margin: 0px;
    padding: 0px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Exo', sans-serif;
    font-weight: 600;
    font-size: 250%;
    color: #84fc00;
}

.time_circles>div>p {
    display: block;
    width: 100%;
    text-align: center;
    font-family: 'Exo', sans-serif;
    font-size: 350%;
    margin-top: 0.4em;
    font-weight: 600;
}


/*contact*/

.contact {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 500;
}

.contact ul {
    display: block;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    position: relative;
}

.contact ul li {
    display: inline-block;
    list-style-type: none;
    color: #ccc;
    padding: 0 10px 20px 10px;
    font-weight: bold;
    font-size: 1.2em;
}

.contact ul li.services {
    display: none;
}

@media (min-height: 680px) {
    .contact ul li.services {
        display: inline-block;
    }
}

.contact ul li {
    display: inline-block;
    list-style-type: none;
    color: #ccc;
    padding: 0 10px 20px 10px;
    font-weight: bold;
    font-size: 1.2em;
}

.contact ul li a {
    color: #ccc;
    text-decoration: none;
    font-weight: bold;
}

.contact ul li a:hover {
    color: #fff;
}

.contact ul li i {
    color: #84fc00;
    padding: 0 5px;
}

.contact ul li a i {
    color: #84fc00;
}

.clientzone a {
    color: #ccc;
    text-decoration: none;
    font-size: .9em;
}

.clientzone a.right {
    position: relative;
    float: right;
    margin-left: 10px;
    display: inline-block;
}

.clientzone span.btc {
    font-size: 14px;
    color: #fff;
    text-shadow: none;
    padding: 4px 6px 4px 3px;
    border-radius: 3px;
    margin-top: 3px;
    position: relative;
}

.clientzone span.btc i {
    color: #f7942b;
    ;
    border-radius: 50%;
    padding: 3px 5px;
}

.clientzone span.btc:hover,
.clientzone span.btc:focus,
.clientzone span.btc:active {
    background: #f7942b;
    background-image: -webkit-linear-gradient(left, #fff, #fff 25px, #f7942b 25px, #f7942b);
    background-image: -moz-linear-gradient(left, #fff, #fff 25px, #f7942b 25px, #f7942b);
    background-image: -o-linear-gradient(left, #fff, #fff 25px, #f7942b 25px, #f7942b);
    background-image: linear-gradient(left, #fff, #fff 25px, #f7942b 25px, #f7942b);
    cursor: not-allowed;
}

.clientzone span.btc:hover i {
    background-color: #f7942b;
    color: white;
    -webkit-transform: rotate(390deg) rotateX(-375deg) rotateY(-375deg) rotateZ(-375deg);
    -moz-transform: rotate(390deg) rotateX(-375deg) rotateY(-375deg) rotateZ(-375deg);
    -o-transform: rotate(390deg) rotateX(-375deg) rotateY(-375deg) rotateZ(-375deg);
    -ms-transform: rotate(390deg) rotateX(-375deg) rotateY(-375deg) rotateZ(-375deg);
    transform: rotate(390deg) rotateX(-375deg) rotateY(-375deg) rotateZ(-375deg);
}

@media (max-width: 680px) {
    .hide-on-mobile {
        display: none;
    }
}

.clientzone {
    position: absolute;
    right: 8px;
    top: 12px;
    left: 8px;
    z-index: 500;
}

.clientzone a:hover {
    color: #fff;
}

.clientzone a.right i {
    color: red;
    padding: 0 3px;
}

.clientzone a:hover i {
    color: white;
    padding: 0 3px;
}


/*onepage*/

body,
html {
    overflow: hidden;
}

body,
.onepage-wrapper,
html {
    display: block;
    position: static;
    padding: 0;
    width: 100%;
    height: 100%;
}

.onepage-wrapper {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    padding: 0;
    transform-style: preserve-3d;
}

.onepage-wrapper .section {
    width: 100%;
    height: 100%;
}

.onepage-pagination {
    display: none;
    position: absolute;
    right: 10px;
    top: 50%;
    z-index: 5;
    list-style: none;
    margin: 0;
    padding: 0;
}

.onepage-pagination li {
    padding: 0;
    text-align: center;
    opacity: .6;
}

.onepage-pagination li:hover {
    opacity: 1;
}

.onepage-pagination li a {
    padding: 6px;
    width: 8px;
    height: 8px;
    display: block;
}

.onepage-pagination li a:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #84fc00;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.onepage-pagination li a.active:before {
    width: 10px;
    height: 10px;
    background: none;
    border: 2px solid #84fc00;
    margin-top: -4px;
    left: 7px;
}

.disabled-onepage-scroll,
.disabled-onepage-scroll .wrapper {
    overflow: auto;
}

.disabled-onepage-scroll .onepage-wrapper .section {
    position: relative !important;
    top: auto !important;
    left: auto !important;
}

.disabled-onepage-scroll .onepage-wrapper {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    transform: none !important;
    -ms-transform: none !important;
    min-height: 100%;
}

.disabled-onepage-scroll .onepage-pagination {
    display: none;
}

body.disabled-onepage-scroll,
.disabled-onepage-scroll .onepage-wrapper,
html {
    position: inherit;
}

div.time_circles canvas {
    opacity: 0.6;
    -webkit-transition: all 500ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -moz-transition: all 500ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -o-transition: all 500ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
    transition: all 500ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
    /* easeInOutCirc */
    -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -moz-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -o-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
    transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
}

div.time_circles:hover canvas {
    opacity: 1;
}

.owl-carousel.owl-centered {
    width: 100%;
    margin: 0 auto;
}

.owl-centered .owl-wrapper {
    display: table !important;
}

.owl-centered .owl-item {
    display: table-cell;
    float: none !important;
    border-right: 60px solid rgba(0, 0, 0, 0);
    vertical-align: middle;
}

.owl-centered .owl-item>div {
    text-align: center;
}

.owl-carousel .owl-item img {
    width: auto !important;
}


/*pace*/

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #84fc00;
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    -webkit-transition: width 1s;
    -moz-transition: width 1s;
    -o-transition: width 1s;
    transition: width 1s;
}

.pace .pace-progress-inner {
    display: block;
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100%;
    -webkit-box-shadow: 0 0 10px #eeeeee, 0 0 5px #eeeeee;
    -moz-box-shadow: 0 0 10px #eeeeee, 0 0 5px #eeeeee;
    box-shadow: 0 0 10px #eeeeee, 0 0 5px #eeeeee;
    opacity: 1.0;
    -webkit-transform: rotate(3deg) translate(0px, -4px);
    -moz-transform: rotate(3deg) translate(0px, -4px);
    -ms-transform: rotate(3deg) translate(0px, -4px);
    -o-transform: rotate(3deg) translate(0px, -4px);
    transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
    display: block;
    position: fixed;
    z-index: 2000;
    top: 0px;
    right: 0px;
    margin-top: 2%;
    margin-right: 2%;
    width: 21px;
    height: 21px;
    border: solid 3px transparent;
    border-top-color: #84fc00;
    border-left-color: #84fc00;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-animation: pace-spinner 600ms linear infinite;
    -moz-animation: pace-spinner 600ms linear infinite;
    -ms-animation: pace-spinner 600ms linear infinite;
    -o-animation: pace-spinner 600ms linear infinite;
    animation: pace-spinner 600ms linear infinite;
}

@-webkit-keyframes pace-spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes pace-spinner {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes pace-spinner {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes pace-spinner {
    0% {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes pace-spinner {
    0% {
        transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.blink {
    -webkit-animation-name: scroll;
    -moz-animation-name: scroll;
    -ms-animation-name: scroll;
    -o-animation-name: scroll;
    animation-name: scroll;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    -moz-animation-direction: alternate;
    -ms-animation-direction: alternate;
    -o-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-delay: 0;
    -moz-animation-delay: 0;
    -ms-animation-delay: 0;
    -o-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -ms-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
}

@keyframes scroll {
    from {
        bottom: 1%;
    }
    to {
        bottom: 2%;
    }
}