﻿
body {
    min-width: 300px;
}

#Navbar {
    min-width: 300px;
}

#Jumbo {
    background: url(../Image/main_bg.png) no-repeat;
    padding-top: 98px;
}

#rightDiv {
    margin: 0px;
    padding: 0px;
    position: fixed;
    right: -220px;
    top: 50px;
    bottom: 0px;
    height: 100%;
    width: 220px;
    background-color: #222222;
    outline: none;
    box-shadow: none;
}

    #rightDiv > ul {
        margin: 0px;
    }

.show-nav {
    transform: translateX(0);
}

.hide-nav {
    transform: translateX(-220px);
}

ul {
    padding:0px;
}

ul li {
    list-style-type:none;
}

hr {
    margin-top:15px;
    margin-bottom:15px;
    border-color:#ccc;
}

a{ text-decoration:none} 
a:hover{ text-decoration:none}

.arc-linkdiv {
    position:relative;
    margin-top:100px;
    min-width:250px;
    margin-left:6.666666666666667%;
    float:left;
    font-weight:bold;
}

.arc-link {
    background:url(../Image/arc_win1.png) no-repeat;
    border-radius:50%;
    text-align:center;
    width:100%;
    color:#5e3514;
    font-size:32px;
    text-decoration:none;
    border:5px solid #DDBC9C;
    box-shadow:0px 0px 20px 1px;

    filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
    -moz-background-size:cover;
    background-size:cover;
    -webkit-background-size:cover;
    -o-background-size:cover;
}
    .arc-link:hover {
        text-decoration:none;
    }

.right-btn {
    height: 66.66666px;
    background: rgba(0,0,0,0.3);
    position: relative;
    z-index: 1;
    right: 0px;
    transition: right 0.3s;
    -moz-transition: right 0.3s;
    -webkit-transition: right 0.3s;
    -o-transition: right 0.3s;
}

.right-btn:hover {
    right: 130px;
}

.back-responsive {
    filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')" !important;
    -moz-background-size:cover !important;
    background-size:cover !important;
    -webkit-background-size:cover !important;
    -o-background-size:cover !important;
}

.nb-icon-wrap {
    display:none !important;
    position:fixed;
    top:initial !important;
    left:initial !important;
    bottom:0px !important;
    right:0px !important;
}

.nb-nodeboard-top, .nb-nodeboard-send-btn, #nbwlStatusBar, #nbwlSendBtn {
    background-color: #324561 !important;
}

#nbWebImLightContainer {
    border: 1px solid #324561 !important;
}

.nb-invite-body {
    background:url(../Image/invite-body.jpg) !important;
    filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')" !important;
    -moz-background-size:cover !important;
    background-size:cover !important;
    -webkit-background-size:cover !important;
    -o-background-size:cover !important;
}

.nb-invite-text {
    left:initial !important;
}

    .nb-invite-welcome > p {
        color: #333 !important;
        font-weight:  bold !important;
    }

.nb-invite-ok {
    color:#333 !important;
    background-color:#fff !important;
}

.gradient-text {
    background-image: -webkit-linear-gradient(top,#0C4FF1,#1B9CF9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gradient-text1 {
    background-image: -webkit-linear-gradient(right,#1B9CF9,#fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gradient-text2 {
    background-image: -webkit-linear-gradient(left,#0C4FF1,#1B9CF9,#fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gradient-text3 {
    background-image: -webkit-linear-gradient(top,#1B9CF9,#fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#OtherTool {
    display: none;
}

#nb_nodeboard {
    display: none !important;
}

    #nb_nodeboard.show {
        display: block !important;
    }

    .Advert-center {
        transition: height 0.3s;
        -moz-transition: height 0.3s; /* Firefox 4 */
        -webkit-transition: height 0.3s; /* Safari and Chrome */
        -o-transition: height 0.3s; /* Opera */
    }

.Advert-Imgs, .Advert-Contexts {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top:0px;
    left:0px;
}

    .Advert-Imgs > img {
        height: 120%;
        max-width: initial;
        filter: blur(15px);
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .Advert-Contexts > div {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
        justify-content: center;
        display: grid;
        align-items: center;
    }

section.bg-overlay {
    background-position: center center;
    background-attachment: fixed;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

#hero {
    display: grid;
    justify-content: center;
    align-items: center;
    transition: height 0.3s;
    -moz-transition: height 0.3s;
    -webkit-transition: height 0.3s;
    -o-transition: height 0.3s;
}

.cta > a {
    background: rgba(255,255,255,0.2);
    border: 1px solid #fff;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}

    .cta > a:hover {
        background: rgba(255,255,255,0.5);
        border: 1px solid #fff;
    }

    .cta > a:active, .cta > a:focus {
        background: rgba(255,255,255,0.5) !important;
        border: 1px solid rgba(255,255,255,0) !important;
    }

#Catalog {
    position: fixed;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
}

    #Catalog .movepoint {
        display:none;
        width: 50px;
        height: 141px;
        position: absolute;
        transform: scale(0.3);
        left: -18px;
        top: -36px;
    }

.pointMove_up, .pointMove_down, .pointMove_round {
    animation-duration: .3s;
    background: #000;
    transition: background 0.3s;
    -moz-transition: background 0.3s;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
}

.points > div > div {
    position: absolute;
    width: 100px;
    left: 30px;
    top: -6px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
    border-radius: 3px;
    pointer-events: none;
    opacity: 0;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}

#Catalog.black .points > div > div {
    background: rgba(51, 51, 51,0.9);
    color: #fff;
}

#Catalog.white .points > div > div {
    background: rgba(255,255,255,0.9);
    color: #111;
}

.points > div:hover div {
    opacity: 1;
}

.points > div {
    position:relative;
    width: 15px;
    height: 16px;
    border: 1px solid #111;
    border-radius: 50%;
    margin-top: 13px;
    color: #fff;
    border-color: #fff;
    cursor: pointer;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}

#Catalog.black .pointMove_up, #Catalog.black .pointMove_down, #Catalog.black .pointMove_round {
    background: #000;
}

#Catalog.black .points > div {
    color: #111;
    border-color: #111;
}

    #Catalog.black .points > div.active {
        background: #111;
    }

#Catalog.white .pointMove_up, #Catalog.white .pointMove_down, #Catalog.white .pointMove_round {
    background: #fff;
}

#Catalog.white .points > div {
    color: #fff;
    border-color: #fff;
}

    #Catalog.white .points > div.active {
        background: #fff;
    }

.section-tab {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 21px;
}

    .section-tab > li {
        float: left;
        margin-left: 10px;
        cursor: pointer;
    }

    .section-tab > li:first-child {
        margin-left: 0px;
    }


        .section-tab > li.active {
            border-bottom: 4px solid #555;
        }

        .section-tab > li > a {
            color: #333;
            text-decoration: none;
            transition: color 0.3s;
            -moz-transition: color 0.3s; /* Firefox 4 */
            -webkit-transition: color 0.3s; /* Safari and Chrome */
            -o-transition: color 0.3s; /* Opera */
        }

        .section-tab > li:not(.active) > a:hover {
            color: #555;
        }

.section-tab:after {
    content:"";
    display:block;
    float:none;
    clear:both;
}

.tab-content > div {
    width:100%;
}

.section-tabs > div > div {
    margin-bottom: 30px;
}

    .section-tabs > div > div:last-child {
        margin-bottom: 0px;
    }

.section-tabs > div figure {
    height: 290px;
    overflow: hidden;
    position: relative;
    background:#fff;
    border-radius:5px;
}
    .section-tabs > div figure > img {
        height: 100%;
        width: 100%;
    }

    .section-tabs > div figure::after {
        content: "";
        display: block;
        height: 30px;
        width: 100%;
        position: absolute;
        bottom: 0px;
        left: 0px;
        background-image: linear-gradient(to top,rgba(249,249,249,1),rgba(249,249,249,0))
    }

.container {
    position: relative;
}

section.bg-overlay h2, section.bg-overlay div, section.bg-overlay ul, section.bg-overlay p {
    color: #fff;
}

section.bg-overlay > .overlay {
    opacity: .6;
}

section.bg-overlay .section-tab > li.active {
    border-bottom: 4px solid #fff;
}

section.bg-overlay .section-tab > li > a {
    color: #fff;
}

section.bg-overlay .section-tabs > div figure {
    background: rgba(0,0,0,0.8);
}

section.bg-overlay .section-tabs > div figure::after {
    background-image: linear-gradient(to top,rgba(0,0,0,0.8),rgba(0,0,0,0))
}

.projects-details {
    height: 290px;
}

.projects-details > p {
    text-indent: 35px;
}

.projects-switch {
    position: absolute;
    top: 270px;
    left: 0px;
    width: 100%;
    font-size: 50px;
    color: #eee;
}

    .projects-switch > div {
        position: absolute;
        cursor:pointer;
    }

        .projects-switch > div i {
            color: #eee;
        }

        .projects-switch > div:hover i {
            color: #ddd;
        }

    .projects-switch > div:first-child {
        left: 10%;
    }

        .projects-switch > div:last-child {
            right: 10%;
        }

.tab-content > div.row {
    margin-left: initial !important;
}

.card-body {
    padding: 10px;
}

.anchorbtn {
    cursor: pointer;
}

.projects-picture, .projects-picture img {
    width: 300px !important;
}

#PageTop {
    transition: top 0.5s;
    -moz-transition: top 0.5s; /* Firefox 4 */
    -webkit-transition: top 0.5s; /* Safari and Chrome */
    -o-transition: top 0.5s; /* Opera */
}

#PageUL {
    margin: 0px;
    float: right;
    margin-top: 20px;
}

    #PageUL > div {
        float: left;
        margin-left: 25px;
        font-size: 17px;
        border-bottom: 2px solid;
        border-color: rgba(0,0,0,0);
        transition: border-color 0.3s;
        -moz-transition: border-color 0.3s;
        -webkit-transition: border-color 0.3s; 
        -o-transition: border-color 0.3s;
    }

        #PageUL > div.active {
            border-color: rgba(255,255,255,1);
        }

        #PageUL > div:not(.active):hover {
            border-color: rgba(255,255,255,1);
        }

.about-menu-div {
    position: relative;
}

.about-menu {
    width: 100px;
    position: absolute;
    right: 0px;
    padding-top:15px;
    transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
}

    .about-menu-div:hover .about-menu {
        opacity: 1 !important;
        pointer-events: initial !important;
    }


.about-menu > div {
    height: 40px;
    line-height: 40px;
    width: 100%;
    font-size: 16px;
    text-align:right;
}

.about-menu > div > a{
    color: #fff;
}

#FeatureUL {
    float: left;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 25px;
}

    #FeatureUL > li {
        float:left;
        margin-right:10px;
    }

    #FeatureUL > li:last-child {
        margin-right: 0px;
    }

    #FeatureUL > li > a {
        display: block;
        height: 12px;
        width: 12px;
        border-radius: 50%;
        background: rgba(0,0,0,0);
        border: 1px solid #fff;
    }

    #FeatureUL > li.active > a {
        background: #fff;
    }

.left-border > *{
    border-left: 3px solid #777;
    padding-left: 5px;
}

.logos > div {
    float: left;
    margin-left: 10px;
    line-height: 30px;
    margin-bottom: 10px;
}

.logos > div:last-child {
}

    .logos > div > * {
        float: left;
    }
    .logos > div > span {
        margin-left:5px;
    }

.logos > div::after {
    content:"";
    display:block;
    clear:both;
}

.logos::after {
    content: "";
    display: block;
    clear: both;
}

@media (max-width: 768px) {
    #AllTool {
        display: none !important;
    }

    #OtherTool {
        display: none !important;
    }

    #newBridge {
        display: none !important;
    }

    body::-webkit-scrollbar {
        display:none !important;
    }
    .projects-switch > div:first-child {
        left: 15px;
    }
    .projects-switch > div:last-child {
        right: 15px;
    }

    #PageTop {
        display: none;
    }

    #PageTopImage1 {
        display:block !important;
    }

    #FeatureUL {
        display:none;
    }

    #Title1 {
        font-size:16px !important;
    }

    #Title2 {
        font-size: 34px !important;
    }
}

@media (max-width: 992px) {
    #BottomLogo {
        margin: 0 auto !important;
        float: none !important;
    }

    #BottomText {
        line-height: initial !important;
        float: none !important;
        text-align:center;
    }

    #BottomHref {
        margin-top: 0px !important;
    }
}

@media (min-width: 1400px) {
    section[data-bg] {
        background-size: 100% auto;
    }
}