div#digitex_menuBar-base{
    position:fixed;
    top:0px;
    left:0px;
    z-index:999;
    height:74px;
    width:100%;
    overflow:hidden;
    background-color:#283d4d;
    opacity:0;
    transition:all .3s;

    border-bottom-left-radius: 50% 42%;
    border-bottom-right-radius: 50% 42%;
    border-top-right-radius:0px 0px;
    border-top-left-radius:0px 0px;
}
div#digitex_menuBar-baseBackground{
    width:110%;
    height:110%;
    position:absolute;
    left:-5%;
    top:-5%;
    background-repeat:no-repeat;
    background-size:cover;
    background-position: center center;

     -webkit-filter: blur(20px);
    -moz-filter: blur(20px);
    -o-filter: blur(20px);
    -ms-filter: blur(20px);
    filter: blur(20px);

    opacity:.3;
}
body.menuBarOpaque div#digitex_menuBar-base{
    opacity:1;
}
nav#digitex_menuBar{
    position:fixed;
    top:0px;
    left:-2%;
    z-index:1000;
    height:64px;
    width:104%;
    box-sizing:border-box;
    padding:0 20px;
}
nav#digitex_menuBar div#digitex_menuBar-content{
    height:100%;
    width:100%;
    display:block;
    max-width:1200px;
    box-sizing:border-box;
    margin:0 auto;
    position:relative;
}
nav#digitex_menuBar div#digitex_menuBar-content:after{
    height:1px;
    width:98%;
    position:absolute;
    bottom:0px;
    left:1%;
    background-color:#fff;
    content:"";
    opacity:.2;
}
body.menuBarOpaque nav#digitex_menuBar div#digitex_menuBar-content:after{
    opacity:0;
}

nav#digitex_menuBar a#logo{
    width: 100px;
    height: 60px;
    box-sizing: border-box;
    border-radius: 21px;
    border: none;
    text-align: center;
    display: block;
    position: absolute;
    left: 0;
    top: 1px;
    z-index: 1000;
    transition: all .3s;
}
body.menuBarOpaque nav#digitex_menuBar a#logo{
    border-color:#495965;
    background-color:#495965;
}
nav#digitex_menuBar a#logo span{
    width:100%;
    height:100%;
    display:block;
    position:absolute;
    left:0px;
    top:0px;
    background-image:url('../../img/digitex_logo.png');
    background-repeat:no-repeat;
    background-position:center center;
    background-size:110% auto;
}
nav#digitex_menuBar ul#digitex-menuWrapper{
    padding:0;
    margin:0;
    display:inline-block;
    list-style-type:none;
    list-style-position:outside;
    position:absolute;
    right:0px;
    top:0px;
    z-index:101;
}
nav#digitex_menuBar ul#digitex-menuWrapper ul#menu-items{
    display: inline-block;
    list-style-type: none;
    padding: 0;
    margin: 0;
    float: left;
}
nav#digitex_menuBar ul#digitex-menuWrapper ul#menu-items li.hamburger_wrapper{
    display: none;
}
nav#digitex_menuBar ul#digitex-menuWrapper li{
    float:left;
    height:100%;
    box-sizing:border-box;
    padding:11px 5px 0 5px;
}
nav#digitex_menuBar ul#digitex-menuWrapper li a{
    color:#fff;
    font-size:1.6em;
    text-decoration:none;
    display:block;
    height:42px;
    line-height:40px;
    padding:0 16px;
    box-sizing:border-box;
    border:1px solid transparent;
    border-radius:21px;
    transition:all .3s;
    position:relative;
}
nav#digitex_menuBar ul#digitex-menuWrapper li.border a{
    border-color:rgba(255,255,255,.4);
    border-radius:21px;
}
nav#digitex_menuBar ul#digitex-menuWrapper li.border a span.user-icon{
    height:32px;
    width:32px;
    float: left;
    margin-top: 4px;
    margin-right: 5px;
    background-image:url('../../img/icon-account.png');
    background-position:center center;
    background-size:100% auto;
    background-repeat:no-repeat;
}

body.menuBarOpaque nav#digitex_menuBar ul#digitex-menuWrapper li.border a{
    background-color:#495965;
    border-color:#495965;
}

nav#digitex_menuBar button#digitex-mobileButton{
    display:none;
}

header{
    width:100%;
    height:480px;
    position:relative;
    overflow:hidden;
    display:block;
}
header .header-upper{
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    z-index:2;
}
header .header-lower{
    position:absolute;
    left:-2%;
    top:0px;
    width:104%;
    min-width:1400px;
    height:100%;
    z-index:1;
    border-top-left-radius: 0px 0px;
    border-top-right-radius: 0px 0px;
    border-bottom-right-radius: 55% 96%;
    border-bottom-left-radius: 45% 50%;
    overflow:hidden;
    background-color:#283d4d;
}
header .header-lower .header-backgroundImage{
    width:100%;
    height:100%;
    background-size:cover;
    position:absolute;
    left:2%;
    top:0px;
    z-index:1;
    background-position:center top;
}
header .header-lower .header-backgroundMask{
    width:100%;
    height:100%;
    left:0px;
    top:0px;
    z-index:2;
    position:absolute;
    background:linear-gradient(to right,rgba(255,255,255,1) 3%,rgba(255,255,255,0) 40%);
    opacity:.3;
}
header .header-lower .header-backgroundMask.upper{
    width:100%;
    height:100%;
    left:0px;
    top:0px;
    z-index:4;
    position:absolute;
    background:linear-gradient(to bottom right,rgba(0,0,0,1),rgba(0,0,0,0) 60%);
    opacity:.6;
}
header .header-lower .header-backgroundImage.lower{
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -o-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
}
header .header-lower .header-backgroundImage.upper{
    border-top-left-radius: 0px 0px;
    border-top-right-radius: 0px 0px;
    border-bottom-right-radius: 0 0;
    border-bottom-left-radius: 50% 100%;
    z-index:3;
}


main{
    width:100%;
    min-height:500px;
    display:block;
    box-sizing:border-box;
    padding:20px;
    position:relative;
}
main #mainContentWrapper{
    width:100%;
    max-width:1200px;
    margin:0 auto;
    position:relative;
}
main section{
    width:98%;
    display:block;
    box-sizing:border-box;
    padding:20px 0;
    margin:0 auto;
}



footer{
    width:100%;
    height:350px;
    position:relative;
    overflow:hidden;
}
footer .footer-upper{
    width:100%;
    position:absolute;
    left:0px;
    top:0px;
    box-sizing:border-box;
    z-index:2;
}
footer .footer-upper .js-backToTop{
    width:60px;
    height:180px;
    position:absolute;
    left:50%;
    top:25%;
    margin:-30px 0 0 -30px;
    box-sizing:border-box;
    padding:30px 0 0 0;
    transition:all .3s;
    opacity:.6;
}
footer .footer-upper .js-backToTop:hover{
    margin-top:-35px;
    opacity:1;
    height:185px;
}
footer .footer-upper .js-backToTop .circle{
    width:60px;
    height:60px;
    border-radius:30px;
    background-color:#495965;
    position:absolute;
    left:50%;
    top:0px;
    margin:0px 0 0 -30px;
    box-sizing:border-box;
    padding:7px;
    opacity:1;
    transition:all .3s;
    cursor:pointer;
    z-index:2;
    box-shadow:0px 2px 2px rgba(0,0,0,.2);
}
footer .footer-upper .js-backToTop .tail{
    width:100%;
    height:100%;
    background:linear-gradient(to bottom,rgba(255,255,255,1),rgba(255,255,255,0));
    opacity:.1;
}
footer .footer-upper .footer-content{
    width:100%;
    margin-top:150px;
    height:200px;
    background-color:#283d4d;
    color: white;
}
footer .footer-upper .footer-content .column-wrapper{
    position: absolute;
    bottom: 10%;
    left: 50%;
    width: 40%;
    height: 40%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
}
footer .footer-upper .footer-content .column-wrapper .column{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 90%;
    width: 50%;
    text-align: center;
}
footer .footer-upper .footer-content .column-wrapper .column .content{
    display: inline-block;
    text-align: left;
}
footer .footer-upper .footer-content .column-wrapper .column:first-child{
    margin-right: 1%;
}
footer .footer-upper .footer-content .column-wrapper .column .content h1{
    margin-left: 5px;
}
footer .footer-upper .footer-content .column-wrapper .column .content ul{
    margin: 0;
    margin-left: 5px;
    padding: 0;
    list-style-type: none;
    font-size: 12px;
}
footer .footer-upper .footer-content .column-wrapper .column .content ul a{
    text-decoration: none;
}
footer .footer-upper .footer-content .column-wrapper .column .content ul li{
    display: block;
}
footer .footer-upper .footer-content .copyright{
    position: absolute;
    bottom: 0;
    height: 10%;
    left: 50%;
    width: 40%;
    transform: translateX(-50%);
    font-size: 14px;
    text-align: center;
}
footer .footer-lower{
    position:absolute;
    left:-2%;
    top:0px;
    z-index:1;
    width:104%;
    height:150px;
    min-width:1400px;
    border-top-left-radius: 40% 60%;
    border-top-right-radius: 60% 100%;
    border-bottom-right-radius:0px 0px;
    border-bottom-left-radius:0px 0px;
    overflow:hidden;
    background-color:#283d4d;
}
footer .footer-lower .footer-backgroundMask{
    width:100%;
    height:100%;
    position:absolute;
    left:0px;
    bottom:0px;
    z-index:2;
    background:linear-gradient(to top, rgba(40,61,77,1),rgba(40,61,77,.2));
}
footer .footer-lower .footer-backgroundImage{
    width:100%;
    height:120%;
    position:absolute;
    left:0px;
    top:-15%;
    z-index:1;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center bottom 15%;
     -webkit-filter: blur(20px);
    -moz-filter: blur(20px);
    -o-filter: blur(20px);
    -ms-filter: blur(20px);
    filter: blur(20px);
    background-color:#283d4d;
}

@media screen and (max-width:1346px){
    header .header-lower,
    footer .footer-lower,
    div#digitex_menuBar-base{
        left:50%;
        margin-left:-700px;
        width:1400px;
    }
}

@media screen and (max-width:920px){
    #digitex_menuBar a#logo{
        left: 50% !important;
        transform: translateX(-50%);
    }

    #digitex_menuBar{
        padding: 0 !important;
    }

    #digitex_menuBar ul#digitex-menuWrapper{
        left: 0;
    }

    #digitex_menuBar ul#digitex-menuWrapper ul#menu-items{
        width: 100%;
        max-height: 64px;
        overflow-y: hidden;
        transition: max-height .5s;
    }

    #digitex_menuBar ul#digitex-menuWrapper ul#menu-items.opened{
        max-height: 400px;
        transition: max-height .5s;
    }

    #digitex_menuBar ul#digitex-menuWrapper ul#menu-items li{
        padding: 0 5px 0 5px;
        width: 100%;
        border: 1px solid rgba(255, 255, 255, 0.3);
        border-top: 0;
        background: rgba(73, 89, 101, 1);
    }

    nav#digitex_menuBar ul#digitex-menuWrapper ul#menu-items li.hamburger_wrapper{
        display: inherit;
        display: initial;
        position: relative;
        height: 64px;
        border: none;
        background: none;
    }

    nav#digitex_menuBar ul#digitex-menuWrapper li.border a{
        border: none;
    }
    body.menuBarOpaque nav#digitex_menuBar ul#digitex-menuWrapper li.border a{
        border: none;
    }

    .opened .hamburger{
        transform: rotate(90deg);
        transition: transform .5s;
    }

    .hamburger,
    .hamburger:after,
    .hamburger:before{
        background-color: #ffffff;
        content: "";
        height: 6px;
        position: absolute;
        left: 21px;
        top: calc(50% - 3px);
        width: 30px;
        transition: transform .5s;
    }

    .hamburger:after{
        top: 10px;
        left: 0;
    }

    .hamburger:before{
        top: -10px;
        left: 0;
    }

    .hamburger_wrapper input[type="checkbox"]#activator{
        position: absolute;
        top: 50%;
        left: 21px;
        width: 30px;
        height: 30px;
        transform: translateY(-50%);
        margin: 0;
        opacity: 0;
        z-index: 1;
    }
}

