<!---->

.navbar-default {
    border: none;
    background-color: #fff;
    z-index: 10000;
    -webkit-transition: background-color .5s linear;
    transition: background-color .5s linear;
    height: 50px;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.2);
    box-shadow: 0 0 20px rgba(0,0,0,.2)
}

.navbar-default .navbar-header {
    position: relative;
    z-index: 10001
}

.navbar-default .navbar-nav {
    -webkit-transition: background-color .5s linear;
    transition: background-color .5s linear
}

.navbar-default .navbar-nav li {
    position: relative
}

.navbar-default .navbar-nav li a {
    color: #081642;
    background-color: none !important;
    padding: 15px 20px;
    -webkit-transition: .5s background-color;
    transition: .5s background-color;
    font-size: 14px
}

.navbar-default .navbar-nav li a:before {
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    top: 0;
    background: #081642;
    height: 3px;
    -webkit-transition-property: "left, right";
    transition-property: "left, right";
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.navbar-default .navbar-nav li a:hover,.navbar-default .navbar-nav li a:focus {
    color: #081642;
    background-color: #f9f9f9
}

.navbar-default .navbar-nav li a:hover:before,.navbar-default .navbar-nav li a:focus:before {
    left: 0;
    right: 0
}

.navbar-default .navbar-nav li a .iconfont {
    font-size: 12px
}

.navbar-default .navbar-nav li a .new {
    display: inline-block;
    padding: 0 5px;
    background-color: #f72c5b;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
    vertical-align: middle;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8)
}

.navbar-default .navbar-nav li.open {
    background-color: #f9f9f9;
    color: #fff
}

.navbar-default .navbar-nav li.open>a:focus,.navbar-default .navbar-nav li.open>a:hover {
    color: #081642;
    background-color: #f9f9f9
}

.navbar-default .navbar-nav li.active>a {
    padding-top: 11px;
    border-top: 3px solid #f72c5b;
    color: #f72c5b;
    background-color: #fff;
    -webkit-transition: .5s background-color;
    transition: .5s background-color
}

.navbar-default .navbar-nav li.active>a:before {
    display: none
}

.navbar-default .navbar-nav li.active>a:hover,.navbar-default .navbar-nav li.active>a:focus {
    color: #ff6d8f;
    background-color: #f9f9f9
}

.navbar-default .navbar-nav li .dropdown-menu {
    width: 250px;
    padding: 0;
    border: none
}

.navbar-default .navbar-nav li .dropdown-menu li {
    background-color: #fff;
    border-top: none
}

.navbar-default .navbar-nav li .dropdown-menu li a {
    padding: 13px 20px
}

.navbar-default .navbar-nav li .dropdown-menu li:hover,.navbar-default .navbar-nav li .dropdown-menu li:focus {
    background-color: #f9f9f9
}

.navbar-default .navbar-nav li .dropdown-menu li:hover a,.navbar-default .navbar-nav li .dropdown-menu li:focus a {
    color: #344c9b;
    background-color: #f9f9f9
}

.navbar-default .navbar-nav li ul {
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.1);
    box-shadow: 0 0 20px rgba(0,0,0,.1);
    border-radius: 0 0 10px 10px;
    overflow: hidden
}

.navbar-default .navbar-nav li ul a:before {
    display: none
}

.navbar-default .navbar-logo {
    height: 32px;
    margin-top: -6px;
    margin-left: -2px
}

.navbar-default #navbar-collapse {
    border-top: none;
    background: #fff;
    margin-left: -25px;
    margin-right: -15px
}

.navbar-default .navbar-toggle {
    padding: 1px 5px;
    margin: 7px 16px 0 0;
    border-color: #ddd;
    background-color: #fff
}

.navbar-default .navbar-toggle .icon-bar {
    margin: 7px 0 !important;
    height: 1px;
    background-color: #ddd
}

.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {
    border-color: #ddd;
    background-color: #f9f9f9
}

.container-fluid {
    padding: 0 25px
}

#menu-btn {
    display: none;
    float: right;
    height: 45px;
    line-height: 45px;
    margin: 5px 20px 0 0;
    font-size: 30px;
    color: #fff;
    cursor: pointer
}

.navbar-bg {
    background-color: #fff;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: background-color,opacity;
    transition-property: background-color,opacity
}

.navbar-bg .navbar-nav li a {
    color: #081642
}

.navbar-bg .navbar-nav li.active a {
    color: #f72c5b;
    background-color: rgba(0,0,0,0)
}

#nav-apache {
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    top: 1px
}

#nav-apache a {
    padding: 10px 15px
}

#nav-apache a img {
    height: 30px
}

#nav-github {
    height: 50px;
    overflow: hidden
}

#nav-github a {
    padding-top: 13px
}

.nav-circle {
    height: 50px
}

.nav-circle-inner {
    width: 22px;
    height: 22px;
    margin: 14px 20px;
    text-align: center;
    overflow: hidden;
    border: 1px solid;
    border-radius: 50%
}

.navbar-default .navbar-nav li .nav-circle-inner a {
    height: 100%;
    padding: 0;
    font-size: 12px
}

.navbar-default .navbar-nav li .nav-circle-inner a:hover {
    text-decoration: none
}

.icon-external-link {
    position: relative;
    top: 2px;
    left: 5px;
    opacity: .5
}

@media(max-width: 768px) {
    .navbar-default .navbar-nav {
        -webkit-transition:background-color .5s linear;
        transition: background-color .5s linear;
        margin-top: 0;
        margin-bottom: 0
    }

    .navbar-default .navbar-nav li.active>a {
        border-left: 3px solid #081642;
        border-top: none;
        padding: 10px 15px 10px 11px
    }

    #menu-btn {
        display: block
    }

    #nav-download {
        display: none
    }

    .dropdown-menu {
        width: 100% !important
    }
}

@media(max-width: 1280px)and (min-width: 1192px) {
    .navbar-default .navbar-nav li a {
        padding:15px 15px
    }
}

@media(max-width: 1192px)and (min-width: 900px) {
    .navbar-default .navbar-nav li a {
        padding:15px 8px
    }
}

@media(max-width: 900px)and (min-width: 768px) {
    .navbar-default .navbar-nav li a {
        padding:15px 3px;
        font-size: 12px
    }
}

@media(max-width: 1065px) {
    #nav-apache {
        display:none
    }
}


#main-content {
    overflow: hidden;
    color: #949cb1
}

#main-content a {
    color: #5e7ad9
}

#main-content .more {
    text-align: center;
    display: block
}

#main-content footer {
    font-weight: 400 !important
}

#main-content footer h3 {
    color: #fff
}

#main-content #home-section {
    width: 100%;
    height: 100vh;
    overflow: hidden
}

#main-content .home-brand-panel {
    margin: 0 auto;
    height: 100%;
    padding: 0 30px;
    position: relative
}

#main-content .home-info {
    margin-top: 15vh
}

#main-content .home-brand {
    font-size: 75px;
    font-weight: 800;
    color: #081642;
    line-height: 1.2em
}

#main-content .home-subtitle {
    font-size: 21px;
    color: #1d2b5a;
    margin-top: 15px
}

#main-content .home-btn-panel {
    margin-top: 40px;
    position: relative;
    z-index: 10
}

#main-content .btn-index-home {
    display: inline-block;
    vertical-align: bottom;
    min-width: 150px;
    height: 58px;
    padding: 15px 10px;
    border-radius: 30px;
    border: 2px solid #5070dd;
    color: #fff;
    font-size: 16px
}

#main-content .btn-index-home:first-child {
    background-color: #505372;
    border-color: #505372;
    opacity: 1
}

#main-content .btn-index-home:first-child .index-home-svg {
    left: -3px;
    top: 3px
}

#main-content .btn-index-home:nth-child(2) {
    background-color: #5070dd
}

#main-content .btn-index-home.home-product-hunt {
    margin: 0 15px;
    -webkit-transition: .5s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: .5s cubic-bezier(0.075, 0.82, 0.165, 1);
    border-radius: 29px;
    overflow: hidden;
    padding: 0;
    border: 0
}

#main-content .btn-index-home.home-product-hunt img {
    height: 58px
}

#main-content .btn-index-home.home-product-hunt:hover {
    text-decoration: none
}

#main-content .btn-index-home.home-product-hunt:hover,#main-content .btn-index-home.home-product-hunt:focus {
    -webkit-box-shadow: 0px 5px 10px 0 rgba(0,0,0,.2);
    box-shadow: 0px 5px 10px 0 rgba(0,0,0,.2)
}

#main-content .btn-index-home:hover,#main-content .btn-index-home:focus {
    -webkit-box-shadow: 0px 5px 10px 0 rgba(0,0,0,.2);
    box-shadow: 0px 5px 10px 0 rgba(0,0,0,.2);
    scale: 1.05;
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1)
}

#main-content .btn-index-github {
    min-width: 56px;
    height: 56px;
    background: rgba(0,0,0,0);
    border: none
}

#main-content .btn-index-github:hover {
    opacity: 1
}

#main-content .index-home-svg {
    position: relative;
    top: 4px;
    left: -6px
}

#main-content #home-landing-animation-container {
    position: fixed;
    width: 100%;
    bottom: 0;
    top: 0;
    left: 0;
    display: none
}

#main-content #home-landing-animation-viewport {
    width: 100%;
    height: 100%
}

#main-content #home-landing-animation-close-btn {
    position: absolute;
    right: 20px;
    top: 15px;
    width: 30px;
    height: 30px;
    cursor: pointer
}

#main-content .home-landing-animation-cover {
    height: 60%;
    top: 16%;
    position: absolute;
    right: 50px
}

#main-content .home-landing-animation-cover svg {
    width: 700px;
    height: 700px;
    max-width: 100%;
    max-height: 100%;
    position: relative;
    z-index: -100
}

#main-content .home-landing-animation-cover #play-landing-animation {
    position: absolute;
    left: 50%;
    top: min(50%,350px);
    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-left: -30px;
    border-radius: 100%;
    color: #f72c5b;
    cursor: pointer;
    z-index: 100;
    -webkit-transition: .5s cubic-bezier(0.075, 0.82, 0.165, 1) transform;
    transition: .5s cubic-bezier(0.075, 0.82, 0.165, 1) transform
}

#main-content .home-landing-animation-cover #play-landing-animation:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

#main-content .home-landing-animation-cover #play-landing-animation:before {
    -webkit-animation: fx-plyr-play-button 1.5s ease-out infinite;
    animation: fx-plyr-play-button 1.5s ease-out infinite;
    border: 4px solid #f72c5b;
    border-radius: 150%;
    -webkit-box-shadow: 0 0 10px #f72c5b;
    box-shadow: 0 0 10px #f72c5b;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: "";
    height: 140%;
    left: -20%;
    position: absolute;
    top: -20%;
    width: 140%
}

#main-content .home-landing-animation-cover #play-landing-animation .loading {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    display: none
}

#main-content .home-new-version-huge {
    font-size: 22px;
    font-weight: 600;
    background-color: #f72c5b;
    margin-bottom: 10px;
    height: 40px;
    color: #fff;
    padding: 4px 15px;
    display: inline-block;
    -webkit-transition: .5s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: .5s cubic-bezier(0.075, 0.82, 0.165, 1)
}

#main-content .home-new-version-huge:hover {
    text-decoration: none;
    scale: 1.05;
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2)
}

#main-content #new-version-section {
    text-align: center;
    font-size: 16px;
    height: 20px;
    margin-top: -120px;
    margin-bottom: 120px;
    position: relative;
    z-index: 100;
    color: #000
}

#main-content #new-version-section a {
    font-weight: bold
}

#main-content #events-section {
    margin: 20px 0 60px 0
}

#main-content .banner-section {
    position: relative;
    margin-top: -5px
}

#main-content .banner-section a {
    display: block;
    text-align: center
}

#main-content .banner-img {
    width: 100%
}

#main-content h2 {
    margin: 35px 0 5px 0
}

#main-content .row {
    margin-top: 20px;
    margin-bottom: 20px
}

#main-content section.normal {
    padding-top: 50px;
    padding-bottom: 165px;
    text-align: center
}