@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,300,700);
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');

@font-face {
    font-family: 'open_sanslight';
    src: url('OpenSans-Light-webfont.eot');
    src: url('OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
    url('OpenSans-Light-webfont.woff') format('woff'),
    url('OpenSans-Light-webfont.ttf') format('truetype'),
    url('OpenSans-Light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
    text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
    font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#444;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}

/*!
 * fullPage 2.9.2
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
    margin: 0;
    padding: 0;
    overflow:hidden;

    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
#superContainer {
    height: 100%;
    position: relative;

    /* Touch detection for Windows 8 */
    -ms-touch-action: none;

    /* IE 11 on Windows Phone 8.1*/
    touch-action: none;
}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box; /* <=28 */
    box-sizing: border-box;
}
.fp-slide {
    float: left;
}
.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index:1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout:fixed;
    width: 100%;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
    overflow: hidden;
    position: relative;
}
.fp-scroller{
    overflow: hidden;
}
.iScrollIndicator{
    border: 0 !important;
}
.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
}
#fp-nav.right {
    right: 17px;
}
#fp-nav.left {
    left: 17px;
}
.fp-slidesNav{
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.fp-slidesNav.bottom {
    bottom: 17px;
}
.fp-slidesNav.top {
    top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
    margin: 0;
    padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position:relative;
}
.fp-slidesNav ul li {
    display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span{
    height: 12px;
    width: 12px;
    margin: -2px 0 0 -2px;
    border-radius: 100%;
    background:#00aaff;
    border: 1px solid #00aaff;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 12px;
    width: 12px;
    border: 0;
    background: transparent;
    border: 1px solid #b3e3fa;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{
    width: 14px;
    height: 14px;
    margin: -3px 0px 0px -3px;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: 1px;
    color: #1e4272;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 350px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer;
    font-weight:bold;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
    right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
    left: 20px;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell{
    height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
    height: auto !important;
}

.section {
    text-align:center;
}

body,
h1,
h2,
h3,
h4,
td,
hr,
ul,
input {
    padding: 0;
    margin: 0;
    font-size: 12px;
}
* {
    box-sizing:border-box;
}
body {
    font-family: 'helvetica', sans-serif;
    color: #748188;
}
body,
html {
    height: 100%;
    max-height: 100%;
    width:100%;
}
form {
    position: relative;
}
.wrapper-form {
    background: url(../img/asset_background_home.jpg) no-repeat center center;
    padding: 150px 30px;
}
.wrapper-form.not-found {
    background: url(../img/asset_background_404.jpg) no-repeat center center;
    padding: 150px 30px;
}
#wrapper {
    margin: 0 auto;
    text-align: center;
}
#inputURL {
    display: inline-block;
    width: 644px;
}
.wrapper-top {
    padding: 0px 10px;
    margin-bottom: 20px;
}
.logo-wrapper {
    padding: 0px 0 30px;
}
.wrapper-top img {
    width: 100%;
}
.wrapper-top .title {
    font-size: 30px;
    color: #fff;
}
.wrapper-top .small-title {
    font-size: 20px;
    color: #fff;
    font-weight: 300;
}
.wrapper-button {
    box-shadow: 1px 1px 9px 0px #000;
    display: inline-block;
}
#btnGo {
    width: 100px;
    cursor: pointer;
    background-color: white;
}
#inputURL,
#btnGo {
    border: 0;
    font-size: 18px;
    padding: 4px 7px;
}
.wrapper-top.not-found {
    display: inline-block;
    text-align: left;
}
.wrapper-top.not-found h1 {
    font-size: 80px;
    color: #fff;
    font-weight: 700;
}
.wrapper-top.not-found .title {
    padding-bottom: 10px;
    border-bottom: 2px solid #fff;
    margin-bottom: 10px;
    display: inline-block;
}
.wrapper-top.not-found .small-title a {
    color: #FFB600;
    font-weight: 400;
}
#inputURL {
    border-right: 0px;
    padding-left: 15px;
}
#btnGo {
    border-left: 0px;
    color: #fff;
    padding: 4px 15px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffb515+0,ff8115+100 */

    background: #ffb515;
    /* Old browsers */

    background: -moz-linear-gradient(left, #ffb515 0%, #ff8115 100%);
    /* FF3.6-15 */

    background: -webkit-linear-gradient(left, #ffb515 0%, #ff8115 100%);
    /* Chrome10-25,Safari5.1-6 */

    background: linear-gradient(to right, #ffb515 0%, #ff8115 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffb515', endColorstr='#ff8115', GradientType=1);
    /* IE6-9 */

    outline: 0;
    position: relative;
    margin-left: -4px;
    padding-left:30px;
}


#btnGo:before {
    content: "\f13e";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    color: #fff;
    font-size: 15px;

    position: absolute;
    top: 8px;
    left: 18px;
}

#btnGo:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff8115+0,ffb515+100 */

    background: #ff8115;
    /* Old browsers */

    background: -moz-linear-gradient(left, #ff8115 0%, #ffb515 100%);
    /* FF3.6-15 */

    background: -webkit-linear-gradient(left, #ff8115 0%, #ffb515 100%);
    /* Chrome10-25,Safari5.1-6 */

    background: linear-gradient(to right, #ff8115 0%, #ffb515 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff8115', endColorstr='#ffb515', GradientType=1);
    /* IE6-9 */
}
#btnGo:active {
    border-color: #ff7e15;
}
#btnGo i {
    margin-right: 5px;
}
.wrapper-top .white {
    color: #fff;
}
.wrapper-top .green {
    color: #00B100
}

.image-qr {
    width: 180px !important;
}

#section0, #section5 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c7eafd+0,ffffff+100 */
    background: rgb(199,234,253); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(199,234,253,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(199,234,253,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(199,234,253,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7eafd', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}

.nav-div-arrow {
    position: absolute;
    bottom: 75px;
    /* left: 51%; */
    text-align: center;
    width: 100%;
    color:#00A4F3;
    display:block;
}

.nav-div-arrow:hover {
    text-decoration:underline;
    cursor:pointer;
}

#section1 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#01a3ee+0,0073e2+100 */
    background: rgb(1,163,238); /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover,  rgba(1,163,238,1) 0%, rgba(0,115,226,1) 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(1,163,238,1) 0%,rgba(0,115,226,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center,  rgba(1,163,238,1) 0%,rgba(0,115,226,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01a3ee', endColorstr='#0073e2',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

#section2 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,d6f0ff+100 */
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(214,240,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(214,240,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(214,240,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d6f0ff',GradientType=0 ); /* IE6-9 */

}

#section3 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#01a3ee+0,0073e2+100 */
    background: rgb(1,163,238); /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover,  rgba(1,163,238,1) 0%, rgba(0,115,226,1) 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(1,163,238,1) 0%,rgba(0,115,226,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center,  rgba(1,163,238,1) 0%,rgba(0,115,226,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01a3ee', endColorstr='#0073e2',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

#section4 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,d6f0ff+100 */
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(214,240,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(214,240,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(214,240,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d6f0ff',GradientType=0 ); /* IE6-9 */
    color:#1e4272;
}

#section6 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#01a3ee+0,0073e2+100 */
    background: rgb(1,163,238); /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover,  rgba(1,163,238,1) 0%, rgba(0,115,226,1) 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(1,163,238,1) 0%,rgba(0,115,226,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center,  rgba(1,163,238,1) 0%,rgba(0,115,226,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01a3ee', endColorstr='#0073e2',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

#section7 {
    background:#00264a;
    color:#3371ab;
}

#section7 h1 {
    color:#3371ab;
}

.table-center {
    width: 100%;
    height: 100%;
    border-collapse: collapse;
}
.table-center td {
    vertical-align: middle;
    text-align: center;
}
.table-center td img {
    margin-bottom: 5px;
}
.preloader {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: 1;
    display: none;
    overflow: auto;
    padding: 15px 0;
    padding-top:135px;
    background: rgb(51,153,232);
    background: -moz-radial-gradient(center, ellipse cover, rgba(51,153,232,1) 0%, rgba(1,90,220,1) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(51,153,232,1) 0%,rgba(1,90,220,1) 100%);
    background: radial-gradient(ellipse at center, rgba(51,153,232,1) 0%,rgba(1,90,220,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3399e8', endColorstr='#015adc',GradientType=1 );
}
.preloader table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    height: 100%;

    /* top: -90px; */
}
.preloader table td {
    height: 100%;
    vertical-align: middle;
}
.preloader table td > div {
    position:relative;
    color: #000;
    font-size: 20px;
}

.preloader table td > div:after {
    content:"";
    background:url(../img/shadowbanner.png) no-repeat center center;
    width: 896px;
    height: 103px;
    bottom: -97px;
    z-index: 123;
    position: absolute;
    left: 50%;
    margin-left: -440px;

}



.header-preloader {
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:120px;
    border-bottom:3px solid #f9bc01;
    padding:20px;
    background:#fff;
    text-align:center;
    z-index:999;
}

.logo-preloader {
    position:absolute;
    left:20px;
    width:160px;
    top:50%;
    margin-top:-38px;
}

.logo-preloader img {
    width:100%;
}

.proceed-button {
    position:absolute;
    right:20px;
    top:50%;
    margin-top:-36px;
}

.proceed-button div:nth-child(2) {
    width: 206px;
    text-align: right;
    margin-top: 10px;
    color:#25447d;
}

.proceed-button div:nth-child(2) b:hover {
    text-decoration:underline;
    cursor:pointer;
}

#actionInfo {
    font-size:20px;
    margin-top:10px;
    color:#000;
}
@media (max-width: 827px) {
    .header-preloader {
        height:auto;
    }
    .logo-preloader {
        display:none;
    }
    .waiting-text {

    }
    .proceed-button {
        position:relative;
        left:auto;
        top:auto;
        margin-top:10px;
        right:auto;
    }
    .proceed-button div {
        width: auto !important;
        display:inline-block;
        padding:0 5px;
        text-align:center;
    }
}

@media (max-width: 802px) {
    .wrapper-button {
        box-shadow: none;
    }
    #btnGo {
        margin-top: 10px;
        border-color: transparent;
        border: 0;
        border-radius: 3px;
    }
    #inputURL,
    #btnGo {
        box-shadow: 1px 1px 9px 0px #000;
    }
}

@media (max-width: 767px) {
    .image-qr {
        margin: 0 auto !important;
        display: block;
    }
    .wrapper-button-bingung p {
        text-align:  center;
    }
    #inputURL {
        width: auto;
    }
    .preloader .banner img {
        width:100%;
        padding:0px 30px;
        height:auto;
    }
    .preloader .banner:after {
        display:none;
    }
    .preloader {
        padding-top:182px;
    }
    .preloader table td {
        vertical-align:top;
    }
    .table-center td {
        vertical-align:top;
        padding-top:50px;
    }
}

@media (max-width: 489px) {
    .preloader {
        padding-top:206px;
    }
}

@media (max-width: 480px) {
    .logo-wrapper img {
        width: 50%;
    }
}


/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}
.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}
.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.fancybox-opened {
    z-index: 8030;
}
.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
    position: relative;
}
.fancybox-inner {
    overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}
.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}
.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
    background-image: url('fancybox_sprite.png');
}
#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}
#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}
.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('blank.gif');
    /* helps IE */

    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040;
}
.fancybox-prev {
    left: 0;
}
.fancybox-next {
    right: 0;
}
.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}
.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}
.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}
.fancybox-nav:hover span {
    visibility: visible;
}
.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}
/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}
.fancybox-lock body {
    overflow: hidden !important;
}
.fancybox-lock-test {
    overflow-y: hidden !important;
}
.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('fancybox_overlay.png');
}
.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}
.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}
/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}
.fancybox-opened .fancybox-title {
    visibility: visible;
}
.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}
.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    /* Fallback for web browsers that doesn't support RGBa */

    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}
.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}
.fancybox-title-inside-wrap {
    padding-top: 10px;
}
.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}
.fancyboxcontact {
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 5px 10px;
    border-radius: 3px;
    background: #0077e6;
    font-size: 14px;
    color: #fff;
}
.fancyboxcontact:hover,
.fancyboxcontact:focus {
    opacity: 0.7;
    cursor: pointer;
}
.fancybox-title-inside-wrap {
    padding: 7px 12px;
    background: #0077e6;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}
.fancybox-close {
    z-index: 9999;
}
.wrapperemail {
    padding: 15px;
}
.wrapperemail form {
    top: 0px;
    margin-bottom: 0px;
}
.wrapperemail form input,
.wrapperemail textarea {
    width: 100%;
    padding: 5px;
    margin-bottom: 10px;
    resize: none;
}
.wrapperemail textarea {
    min-height: 80px;
}
.wrapperemail label {
    display: block;
    margin-bottom: 4px;
    font-size: 15px;
    width: 100%;
}
.wrapperemail form input[type='submit'] {
    margin-bottom: 0px;
    text-transform: uppercase;
    font-size: 15px;
    background: #0077e6;
    color: #fff;
    border: 0px;
}
.message {
    position: relative;
    top: 5px;
    color: white;
    font-weight: normal;
}
.has-error {
    border-color: red;
}
.error-msg {
    padding: 5px;
    color: white;
    background-color: red;
}
.success-msg {
    padding: 5px;
    color: white;
    background-color: #48b200;
}
.popup {
    max-width: 380px;
}
.wrapperemail img {
    height: 40px;
}
.captchaWrapper {
    text-align: center;
    background: #eaeaea;
    margin-bottom: 10px;
}

#continueBtn {
    padding: 8px;
    border-radius: 20px;
    font-size: 16px;
    color: #fff;
    text-align:center;
    border:0;
    font-weight:bold;
}
#continueBtn.active{
    background: #87e110;
    cursor:pointer;
}

.inactive{
    background: #697178;
}

#footer{
    position:fixed;

    display:block;
    width: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c0e7f8+0,bce8f5+100 */
    background: rgb(192,231,248); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(192,231,248,1) 0%, rgba(188,232,245,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(192,231,248,1) 0%,rgba(188,232,245,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(192,231,248,1) 0%,rgba(188,232,245,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0e7f8', endColorstr='#bce8f5',GradientType=0 ); /* IE6-9 */

    z-index:9;
    text-align:center;
    color: #f2f2f2;
    padding: 15px 0 14px;
    box-shadow: 0px 3px 12px 0px #484848;
    height:60px;
}

#footer label {
    color:#274d74;
    font-size:14px;
    padding-right:5px;
    position:relative;
    top:-2px;
}


#footer{
    bottom:0px;
}

.intro {
    width:1280px;
    margin:0 auto;
    text-align:left;
    display: flex;
    justify-content: center;
    align-items: center;
}

.intro h1 {
    font-size:40px;
    margin-bottom:20px;
    font-family:"open_sanslight";
}

.intro p {
    font-size:15px;
    font-family:"open_sanslight";
}

.left-div {
    display:inline-block;
    float:left;
    width:50%;
    padding:10px 40px 10px 20px;
}
.right-div {
    display:inline-block;
    width:50%;
    padding:10px 20px 10px 40px;
    float:left;
}

.center-div {
    display:block;
    text-align:center;
}

.center-div .item-center {
    display:table-cell;
    padding:5px 15px;
    width:33.3%;
}

.center-div .item-center p {
    padding-left:60px;
    padding-right:40px;
}

.center-div .item-center img {
    width:100%;
}

.center-div .android-tab .item-center {
    display:table-cell;
    padding:5px 15px;
    width:25%;
}



.android-text-install {
    color:#fff;
    text-decoration: underline;
    font-weight: bold;
}

/* .chrome-install {
    background: url(../img/chrome.png) no-repeat 35px bottom;
    padding:14px 35px 14px 95px;
    border-radius:40px;
    background-color:#fa8801;
    border:0;
    color:#fff;
    font-size:16px;
    margin-top: 11px;
    outline:0;
} */

.chrome-install {
    font-size: 22px;
    background: transparent;
    margin-bottom: 0px;
    margin-top: 10px;
    border:0px;
    padding: 0px;
    outline: 0;
    cursor: pointer;
}

.chrome-install i {
    background: transparent;
}

.android-install {
    display: inline-block;
    margin-bottom: 7px;
}

.qr-code-wrapper {
    
   
}

.qr-code-wrapper > div {
    display: inline-block;
    margin-right: 30px;
    text-align: center;
}
.qr-code-wrapper > div:last-child {
    margin-right: 0px;
}
.qr-code-wrapper > div img {
    display: block;
}
.qr-code-wrapper > div a {
    display: inline-block;
    text-decoration: underline;
    margin-top: 5px;
}

/* .android-install {
    background: url(../img/Android-icon.png) no-repeat 35px bottom;
    padding:14px 35px 14px 95px;
    border-radius:40px;
    background-color:#a4c739;
    border:0;
    color:#fff;
    font-size:16px;
    margin-top: 30px;
    outline:0;
    background-size: 46px;
    display: inline-block;
} */

/* .chrome-install:hover, .android-install:hover {
    box-shadow:2px 2px 5px 0px #333;
    cursor:pointer;
} */

.bg-button-green {
    background-color:#87e110;
}
.bg-button-org {
    background-color:#ff9d11;
}

#section0 .left-div {
    padding-bottom:0;
    width:45%;
}

#section0 .right-div {
    width:55%;
}

#section0 .right-div img {

}

#section0, #section0 h1 {
    color:#1e4272;
}

#section1 .left-div {
    padding-bottom:0;
    width:60%;
}

#section1 .right-div {
    width:40%;
}

#section1 {
    color:#fff;
}

#section1 h1 {
    color:#fff;
}

#section2 .left-div {width: 50%;}
#section2 .right-div {width: 50%;}
#section2 , #section2 h1 {
    color:#1e4272;
}

#section3 .left-div {width:65%;}
#section3 .right-div {width:35%;}
#section3 , #section3 h1 {
    color:#fff;
}

#section5 .left-div {width:40%;}
#section5 .right-div {width:60%;}
#section5 , #section5 h1 {
    color:#1e4272;
}

#section4 h1 {
    color:#1e4272;
}

#section6, #section6 h1 {
	color:#b6ffff;
}
#section6 h1 b, #section6 p b {
	color:#fff;
}

.wrapper-button-bingung {
    display:inline-block;
    text-align: left;
}

.bingung-cara-install {
    color:#1e4272;
    font-size:15px;
    font-weight:bold;
}

.bingung-cara-install:hover {
    text-decoration: underline;
}

.note-instalasi {
    text-decoration: underline;
    color:#1e4272;
}

.chrome-install3 {cursor:pointer;}
.chrome-install3:hover {
    text-decoration:underline;
}

.facebook-share {
    border-radius:30px;
    padding:5px 15px 5px 35px;
    border:1px solid #fff;
    display:inline-block;
    color:#fff;
    position: relative;
}

.facebook-share i {
    background: #fff;
    color: #236ac6;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    position: absolute;
    left: -1px;
    top: -1px;
    padding-top: 5px;
    font-size: 18px;
}

/* menu instalasi */
.menu-instalasi {
    margin: 10px 0 20px;
    display: flex;
    justify-content: center;
}
.menu-item {
    display: inline-block;
    width: 206px;
    height: 58px;
}

.menu-item:hover {
    cursor: pointer;
}

.menu-item.android-menu {
    background:url(../img/menu-android-off.png) no-repeat;
}
.menu-item.android-menu.active,
.menu-item.android-menu:hover{
    background:url(../img/menu-android-on.png) no-repeat;
}
.menu-item.chrome-menu {
    background:url(../img/menu-chrome-off.png) no-repeat;
}
.menu-item.chrome-menu.active,
.menu-item.chrome-menu:hover {
    background:url(../img/menu-chrome-on.png) no-repeat;
}

.hidden {
    display: none !important;
}

/* register page */
.registerpage {
    position:fixed;
    height:auto;
    width:auto;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background: rgb(199,234,253);
    background: -moz-linear-gradient(top, rgba(199,234,253,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(199,234,253,1) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(199,234,253,1) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7eafd', endColorstr='#ffffff',GradientType=0 );
    z-index:20;
    display:flex;
    justify-content:center;
    align-item:center;
    display:none;
}

.no-scroll-bar {
    overflow:hidden;
}

.registerpage .inner-registerpage {
    text-align:center;
    align-self: center;
    color:#204173;
}

.inner-registerpage h1 {
    font-size: 40px;
    margin-bottom: 20px;
    margin-top:15px;
    font-family: "open_sanslight";
    color:#204173;
}

.inner-registerpage p {
    font-size:15px;
    font-family: "open_sanslight";
}

.errorpagedata {
    position:fixed;
    height:auto;
    width:auto;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background: rgb(199,234,253);
    background: -moz-linear-gradient(top, rgba(199,234,253,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(199,234,253,1) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(199,234,253,1) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7eafd', endColorstr='#ffffff',GradientType=0 );
    z-index:20;
    display:flex;
    justify-content:center;
    align-item:center;
    display:none;
}

.errorpagedata .inner-errorpagedata {
    text-align:center;
    align-self: center;
    color:#204173;
}

.inner-errorpagedata h1 {
    font-size: 40px;
    margin-bottom: 20px;
    margin-top:15px;
    font-family: "open_sanslight";
    color:#204173;
}

.inner-errorpagedata p {
    font-size:15px;
    font-family: "open_sanslight";
}

@media (max-width: 1650px) {
    .left-div img, .right-div img {
        width: 100%;
    }
    #section0 .right-div img {
        top:0px;
    }
}
@media (max-width: 1360px) {
    .intro {
        width:100%;
    }

    #section0 .right-div {
        width: 50%;
    }

    #section1 .left-div img {
        width:70%;
    }
    #section1 .left-div {
        width: 50%;
        text-align:right;
    }
    #section1 .right-div {
        width: 50%;
    }

    #section2 .right-div {
        width: 45%;
    }
    #section5 .right-div {
        width: 40%;
    }
}



@media (max-width:959px) {
    .nav-div-arrow {
        bottom:120px;
    }
    #footer label {
        display:none;
    }
    #btnGo {
        margin-top:0;
    }
}

@media (max-width: 767px) {
    .intro {
        -webkit-flex-flow: row wrap;
        justify-content: space-around;
    }
    .left-div img, .right-div img {
        width:50%;
    }
    #fullpage .left-div, #fullpage .right-div {
        float:none;
        width:100%;
        text-align:center;
    }

    .intro {
        padding:20px 0;
    }

    .menu-item {
        display: inline-block;
        width: 139px;
        height: 40px;
        background-size: contain !important;
    }

    #section4 h1 {
        padding:0 20px;
    }

    .center-div .item-center,
    .center-div .android-tab .item-center{
        display: table;
        text-align: center;
        width: 100%;
    }

    .center-div .item-center p {
        padding:0 20px;
    }

    .center-div .item-center img {
        width:50%;
    }

    #section0 .left-div , #section2 .left-div{
        order:1;
    }
    #section0 .right-div ,  #section2 .right-div{
        order:0;
        padding-bottom:10px;
        padding-left:30px;
        padding-right:30px;
    }
    .fp-tableCell {
        vertical-align:top;

    }
    .nav-div-arrow {
        bottom:0px;
        position:relative;
        order:3;
        margin-top:15px;
        margin-bottom:15px;
    }
    .intro h1 {
        font-size:24px;
        margin-bottom:10px;
    }
    #btnGo {
        margin-top:0;
    }
    #footer label {
        display:none;
    }
    .intro img {
        margin-top:25px;
    }

    .wrapper-button-bingung {
        text-align: center;
    }
    .chrome-install img,
    .android-install img {
        margin-top: 0px;
    }
    .chrome-install {
        margin-bottom: 0px;
    }
    .checkingfont {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .image-qr {
        width: 130px !important;
    }
}
/*Retina graphics!*/

@media (max-width: 480px) {
    .center-div .item-center img {
        width:70%;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
    #fancybox-loading,
    .fancybox-close,
    .fancybox-prev span,
    .fancybox-next span {

        background-size: 44px 152px;
        /*The size of the normal image, half the size of the hi-res image*/
    }
    #fancybox-loading div {
        background-image: url('fancybox_loading@2x.gif');
        background-size: 24px 24px;
        /*The size of the normal image, half the size of the hi-res image*/
    }
}

@media (max-width: 320px) {
    .image-qr {
        width: 100px !important;
    }
}


.toc-div {    
    column-count: 4;
    column-gap: 30px;
    text-align: left;
    padding: 0 35px;
    margin: 35px 0;
}

.toc-div p {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
}

.toc-div ul {
    margin: 0px 0 10px;
    padding-left: 18px;
    list-style-type: disc;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
}
.toc-div h1 {
    font-family: 'Open Sans', sans-serif;
    margin: 10px 0 10px 0;
    font-size: 16px;
    font-weight: bold;
}

.toc-div > h1:nth-child(1) {
    margin-top: 0px;
}

.column-span {
    column-span: all;
    padding-bottom: 10px;
    margin-bottom: 20px !important;
    border-bottom: 1px dotted #1a4c7b;
    font-size: 18px;
}
.copywrite {
    margin-top: 30px;
    font-size: 16px;
}

@media (max-width: 992px){
    .toc-div {
        column-count: 3;
    }
}

@media (max-width: 767px){
    .toc-div {
        column-count: 2;
    }
}

@media (max-width: 540px){
    .toc-div {
        column-count: 1;
    }
}
