@import url(common.css);
 anti-alias {
    text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.2), 1px 1px 1px rgba(255, 255, 255, 0.2), 1px 1px 1px rgba(0, 0, 0, 0.2);
}
menu-link,
.navbar-right li > a,
#home-menu a {
    font-family: "Jura", sans-serif;
    font-size: 20px;
    text-decoration: none;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    color: #eee !important;
    transition: all 0.6s;
}
menu-link:hover,
.navbar-right li > a:hover,
#home-menu a:hover,
menu-link:focus,
.navbar-right li > a:focus,
#home-menu a:focus {
    text-decoration: none;
    background-color: #000 !important;
    color: #fff;
    border-top-color: #fff;
    border-bottom-color: #fff;
}
h1,
h2 {
    font-size: 58px;
    margin: 45px 0;
}
/*-- Block Header --*/

.bg {
    background-image: url(../images/bg-original.jpg);
}
header {
    height: 770px;
    background: #212121 url(../images/header-bg.jpg) no-repeat center;
    background-size: cover;
}
header a {
    color: #fff;
    text-decoration: underline;
}
header a:hover {
    color: #eadf68;
}
header .container {
    height: 100%;
    background: url(../images/header-rocket.png) no-repeat 20px 0;
}
header h1,
header h2 {
    font-size: 64px;
    color: #eadf68;
    background: -webkit-linear-gradient(#f0e895, #cfc01d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-shadow: 4px 4px 7px rgba(0, 0, 0, 0.6);
    -moz-text-shadow: 4px 4px 7px rgba(0, 0, 0, 0.6);
    -o-text-shadow: 4px 4px 7px rgba(0, 0, 0, 0.6);
    text-shadow: 4px 4px 7px rgba(0, 0, 0, 0.6);
}
header h1 {
    margin: 255px 0 180px;
}
.inline-block {
    display: inline-block;
    margin: 20px;
    vertical-align: middle;
}
.mouse-icon {
    border: 2px solid #fff;
    border-radius: 16px;
    width: 25px;
    height: 45px;
    position: relative;
    z-index: 10;
}
.mouse-icon .scroll {
    background: #fff;
    border-radius: 10px;
    width: 4px;
    height: 10px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 4px;
    animation: scrolling 1s linear infinite;
}
@-webkit-keyframes scrolling {
    0% {
        opacity: 0;
        top: 5px;
    }
    30% {
        opacity: 1;
        top: 10px;
    }
    100% {
        opacity: 0;
        top: 25px;
    }
}
@-moz-keyframes scrolling {
    0% {
        opacity: 0;
        top: 5px;
    }
    30% {
        opacity: 1;
        top: 10px;
    }
    100% {
        opacity: 0;
        top: 25px;
    }
}
@-o-keyframes scrolling {
    0% {
        opacity: 0;
        top: 5px;
    }
    30% {
        opacity: 1;
        top: 10px;
    }
    100% {
        opacity: 0;
        top: 25px;
    }
}
@keyframes scrolling {
    0% {
        opacity: 0;
        top: 5px;
    }
    30% {
        opacity: 1;
        top: 10px;
    }
    100% {
        opacity: 0;
        top: 25px;
    }
}
.navbar {
    border: 0px solid transparent;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.6);
    margin: 0;
    width: 100%;
    min-height: 50px;
    position: fixed;
    top: -60px;
    z-index: 50;
}
.navbar.open {
    top: 0;
}
.navbar-right li > .active > a {
    text-decoration: none;
    background-color: #000;
    color: #fff;
    border-top-color: #fff;
    border-bottom-color: #fff;
}
#home-menu {
    margin: 10px;
}
#home-menu a {
    padding: 10px;
}
/*-- Block Video --*/

#video-inner {
    position: relative;
    width: 788px;
    height: 537px;
    margin: 0 auto 30px;
}
#video-tablet {
    position: absolute;
    z-index: 1;
    pointer-events: none;
}
#video-container {
    width: 622px;
    position: absolute;
    z-index: 2;
    top: 29px;
    left: 83px;
}
#game-video {
    border: 2px groove #222;
}
/*-- Block Inside --*/

.heros {
    position: relative;
    margin-top: 40px;
    padding-bottom: 20px;
}
.circle {
    width: 230px;
    height: 230px;
    display: inline-block;
    border-radius: 50%;
    border: 10px solid #7cbdfc;
    background-color: #fff;
    -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.6);
    -o-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.6);
}
.ship-1 {
    margin-top: 109px;
}
.ship-2 {
    margin-top: 20px;
}
.ship-3 {
    margin-top: -20px;
}
.ship-3 img {
    margin-top: 10px;
}
.big {
    width: 350px;
    height: 350px;
    margin-top: -115px;
}
.bubble {
    background: url(../images/bubble.png) no-repeat;
    position: relative;
}
.bubble img {
    width: 190px;
    height: 190px;
    display: block;
    position: absolute;
    top: 60px;
    left: 65px;
}
/*-- Block Story --*/

.story {
    height: 460px;
    margin-top: 70px;
    background: url(../images/story-line.png) no-repeat center -10px;
}
.story-block {
    width: 150px;
    margin-right: 15px;
    float: left;
}
.story-block:last-of-type {
    margin-right: 0;
}
.story-block a {
    position: relative;
    display: block;
}
.story-icon {
    width: 100%;
    height: 100%;
    display: inline-block;
    background: url(../images/story-100.png) no-repeat;
}
.story-block:nth-child(2) .story-icon {
    background-position: -100px 0;
}
.story-block:nth-child(3) .story-icon {
    background-position: -200px 0;
}
.story-block:nth-child(4) .story-icon {
    background-position: -300px 0;
}
.story-block:nth-child(5) .story-icon {
    background-position: -400px 0;
}
.story-block:nth-child(6) .story-icon {
    background-position: -500px 0;
}
.story-block:nth-child(7) .story-icon {
    background-position: -600px 0;
}
.rect {
    width: 112px;
    height: 112px;
    display: inline-block;
    margin-left: 20px;
    border-radius: 8px;
    border: 6px solid #fff;
    background-color: #4090de;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.6);
    -o-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.6);
    position: absolute;
    z-index: 5;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.story-block {
    position: relative;
}
.story-block a {
    color: #444;
}
.story-block a:hover {
    color: #7cbdfc;
}
.story-block a:hover .arrow {
    background-image: url(../images/arrow-blue.png);
}
.story-block a:hover .rect {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
    -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
    background-color: #7cbdfc;
}
.story-block h4 {
    font-weight: bold;
    text-align: center;
}
.story-block:nth-child(1) .rect {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
    background-color: #7CBEFB;
}
.story-block:nth-child(1) .rect .story-icon {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
}
.story-block:nth-child(1) .arrow {
    margin-top: 100px;
    height: 303px;
}
.story-block:nth-child(2) .rect {
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
    background-color: #4190DD;
}
.story-block:nth-child(2) .rect .story-icon {
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg);
}
.story-block:nth-child(2) .arrow {
    margin-top: 28px;
    height: 378px;
}
.story-block:nth-child(3) .rect {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #6695C1;
}
.story-block:nth-child(3) .rect .story-icon {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.story-block:nth-child(3) .arrow {
    margin-top: 220px;
    height: 187px;
}
.story-block:nth-child(4) .rect {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
    background-color: #98D4F8;
}
.story-block:nth-child(4) .rect .story-icon {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
}
.story-block:nth-child(4) .arrow {
    margin-top: 26px;
    height: 381px;
}
.story-block:nth-child(5) .rect {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #809BA4;
}
.story-block:nth-child(5) .rect .story-icon {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.story-block:nth-child(5) .arrow {
    margin-top: 220px;
    height: 186px;
}
.story-block:nth-child(6) .rect {
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    background-color: #63A1DC;
}
.story-block:nth-child(6) .rect .story-icon {
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
}
.story-block:nth-child(6) .arrow {
    margin-top: 0;
    height: 405px;
}
.story-block:nth-child(7) .rect {
    -webkit-transform: rotate(43deg);
    transform: rotate(43deg);
    background-color: #8FAAC5;
}
.story-block:nth-child(7) .rect .story-icon {
    -webkit-transform: rotate(-43deg);
    transform: rotate(-43deg);
}
.story-block:nth-child(7) .arrow {
    margin-top: 118px;
    height: 286px;
}
.arrow {
    width: 17px;
    height: 334px;
    margin: auto;
    background: url(../images/arrow-gray.png) no-repeat center bottom;
}
/*-- Block Blog Posts --*/

.post {
    margin: 10px 0 30px;
}
.post:hover .blog-img {
    -webkit-box-shadow: 0 0 28px 0 rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 28px 0 rgba(0, 0, 0, 0.6);
    -o-box-shadow: 0 0 28px 0 rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 28px 0 rgba(0, 0, 0, 0.6);
}
.blog-img {
    border: 10px solid #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.6);
    -o-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.6);
    transition: all 0.7s;
}
.readmore {
    color: #4090de;
    border-radius: 5px;
    background-color: #fff;
    display: inline-block;
    float: right;
    padding: 5px 20px;
    margin-bottom: 20px;
    border: 2px solid #4090de;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.6);
    -o-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.6);
    transition: all 0.5s;
}
.readmore:hover {
    color: #fff;
    background-color: #4090de;
    text-decoration: none;
}
/*-- Block Download --*/

#download a img {
    width: auto;
}
.download-btn {
    margin: 10px auto;
}
/*-- Footer --*/

footer {
    margin: 50px auto 20px;
}
/*# sourceMappingURL=style.css.map */