html, body {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Roboto', sans-serif;
    background: rgba(255,255,255,1);
    background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 35%, rgba(218,220,224,1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255,255,255,1)), color-stop(35%, rgba(255,255,255,1)), color-stop(100%, rgba(218,220,224,1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 35%, rgba(218,220,224,1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 35%, rgba(218,220,224,1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 35%, rgba(218,220,224,1) 100%);
    background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 35%, rgba(218,220,224,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dadce0', GradientType=1 );
}

/** initial setup **/
.nano {
    position: relative;
    width: 100%;
    height:3000vh;
    overflow: scroll;
    overflow-x: hidden;
}
.nano > .nano-content {
    padding: 10px;
    width: 100%;
    height: 100%;
}
.nano > .nano-content:focus {
    outline: thin dotted;
}
.nano > .nano-content::-webkit-scrollbar {
    display: none;
}
.has-scrollbar > .nano-content::-webkit-scrollbar {
    display: block;
}
.nano > .nano-pane {
    background: rgba(0,0,0,.25);
    position: absolute;
    width: 10px;
    right: 0;
    top: 0;
    bottom: 0;
    visibility: hidden\9; /* Target only IE7 and IE8 with this hack */
    opacity: .01;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.nano > .nano-pane > .nano-slider {
    background: #444;
    background: rgba(0,0,0,.5);
    position: relative;
    margin: 0 1px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.nano:hover > .nano-pane, .nano-pa  ne.active, .nano-pane.flashed {
    visibility: visible\9; /* Target only IE7 and IE8 with this hack */
    opacity: 0.99;
}

#container{
    width: 100%;
    overflow: hidden;
    position: fixed;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin: auto;
}

/* Loading Screen */

.loadingScreen {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,1);
    background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 35%, rgba(218,220,224,1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255,255,255,1)), color-stop(35%, rgba(255,255,255,1)), color-stop(100%, rgba(218,220,224,1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 35%, rgba(218,220,224,1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 35%, rgba(218,220,224,1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 35%, rgba(218,220,224,1) 100%);
    background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 35%, rgba(218,220,224,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dadce0', GradientType=1 );
}

.loadingScreen .loadingScreen-content {
    width: 50vw;
    height: 10vw;
    font-size: 0.8vw;
    position: absolute;
    color: #9C9C9C;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.loadingScreen .loadingScreen-content p {
    text-align: center;
    line-height: 1.5;
    margin: 0;
}

.loadingScreen .loadingScreen-content p:nth-child(1) {
    animation-delay: 1s;
    font-size: 1.5vw;
    color: #5285ec;
    margin-bottom: 1vw;
}

.loadingScreen .loadingScreen-content p:nth-child(2) {
    animation-delay: 1.2s;
}

.loadingScreen .loadingScreen-content p:nth-child(3) {
    animation-delay: 1.4s;
}

.loadingScreen .loadingScreen-content p:nth-child(4) {
    animation-delay: 1.6s;
}

.loadingScreen .loadingScreen-content p:nth-child(5) {
    animation-delay: 1.8s;
}

.loadingScreen .loadingScreen-loader {
    margin-top: 1vw;
    animation-delay: 3s;
    text-align: center;
}

.loadingScreen .loadingScreen-loader-spinner {
    display: inline-block;
    width: 2vw;
    height: 2vw;
    background-image: url('../images/loader.png');
    background-size: 2vw 2vw;
    background-repeat: no-repeat;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: spin;
}

/* Globe */

.lodingScreen-glob {

    position: absolute;
    width: 50vw;
    height: 50vw;
    top:0;
	bottom: 0;
	left: 0;    
	right: 0;
    margin: auto;
    animation: fadeInUpGlobe 1s linear;
    color: #000;
    background-image: url(../images/globe.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* box-shadow: 0 0 8px 4px rgba(233, 233, 233, 1); */
}

.lodingScreen-glob:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    border-radius: 50%;
    /* box-shadow: -80px 15px 80px 10px rgba(0,0,0,.1) inset; */
}

.lodingScreen-glob:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    opacity: .2;
    border-radius: 50%;
    /* background: radial-gradient(circle at 100px 100px, #fff, #ccc); */
}


/* Scroll down icon */

.mousey {
    display: none;
    width: 3px;
    padding: 10px 15px;
    height: 35px;
    border: 2px solid #9f9f9f;
    border-radius: 25px;
    opacity: 0.75;
    box-sizing: content-box;
    position: absolute;
    bottom: 2vw;
    left: 0;
    right: 0;
    margin: auto;
  }
  .mousey:after{
    position: absolute;
    content: 'Scroll to view';
    white-space: nowrap;
    left: -76%;
    font-size: 14px;
    bottom: -23px;
    color: #444;
  }
  .scroller {
    width: 3px;
    height: 10px;
    border-radius: 25%;
    background-color: #9f9f9f;
    animation-name: scroll;
    animation-duration: 2.2s;
    animation-timing-function: cubic-bezier(.15,.41,.69,.94);
    animation-iteration-count: infinite;
  }

  .googlecloud-link image {
      cursor: pointer;
  }


/* Animation */

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
}

@keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0);
        opacity: 0;
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0);
        opacity: 0;
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1;
    }
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}


@keyframes fadeInUpGlobe {
    from {
        transform: translate3d(0,10vw,10vw) scale(1.2);
        opacity: 0;
    }

    to {
        transform: translate3d(0,0,0) scale(1);
        opacity: 1;
    }
}

.fadeInUpGlobe {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}


@keyframes fadeOutUp {
    from {
        transform: translate3d(0,0,0);
        opacity: 1;
    }

    to {
        transform: translate3d(0,-40px,0);
        opacity: 0
    }
}

@-webkit-keyframes fadeOutUp {
    from {
        transform: translate3d(0,0,0);
        opacity: 1;
    }

    to {
        transform: translate3d(0,-40px,0);
        opacity: 0;
    }
}

.fadeOutUp {
    opacity: 1;
    animation-name: fadeOutUp;
    -webkit-animation-name: fadeOutUp;
}

@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

@keyframes scroll {
    0% { opacity: 0; }
    10% { transform: translateY(0); opacity: 1; }
    100% { transform: translateY(15px); opacity: 0;}
  }
  
@keyframes rotate {
    0% {background-position: 0 0;}
    100% {background-position: 83vw 0;}
}