body {
    overflow: hidden;
    background: #284A8A;
    font-family: Arial;
    margin: 0px;
    padding: 0px;
}

a:link {
    color: #0000FF;
}

a:visited {
    color: #0000FF;
}

a:hover {
    color: #0066FF;
}

a:active {
    color: #800000;
}

#videobg {
    position: fixed;
    z-index: -100;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

.overlay {
    display: block;
    top: 0;
    left: 0;
    height: calc(100vh - 60px);
    width: calc(100vw - 477px);
    overflow: hidden;
    background-image: linear-gradient(0deg,rgba(0,0,0,0.5),rgba(255,255,255,0));
}

.popup {
    position: absolute;
    left: 50%;
    top: 40%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 25px;
    background-color: #FFF;
    box-shadow: 0 0 2px 2px #999;
}

.puheader {
    color: #777;
    float: left;
    margin-top: 10px;
    padding: 0px 0px 0px 20px;
    font-size: 22px;
    font-weight: bold;
}

.close {
    color: #aaa;
    float: right;
    padding: 0px 20px 0px 0px;
    font-size: 44px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

.videoad {
    display: none;
}

.vad_468x60 {
    display: none;
}

.vad_300x250 {
    display: none;
}

.videopu {
    position: absolute;
    height: calc(100vw * 56.25%);
    width: 92%;
    left: 50%;
    top: 38%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 25px;
    background-color: #FFF;
    box-shadow: 0 0 2px 2px #999;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0; /* height: 0 */
}

    .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 0px 0px 25px 25px;
    }

img a {
    text-decoration: none;
}

.mobile {
    display: none;
}

.mobileicons {
    z-index: 102;
    position: fixed;
    top: 0px;
    left: 40px;
    margin: 0px auto;
    padding: 0px;
    text-align: center;
    height: 46px;
}

    .mobileicons ul {
        margin: 0px auto;
        padding: 0px;
        list-style-type: none;
        overflow: auto;
    }

    .mobileicons a {
        display: block;
        color: #FFF;
        opacity: 0.4;
        margin: 0px;
        padding: 10px 4px;
        font: bold 20px Tahoma;
        text-align: center;
        text-decoration: none;
    }

        .mobileicons a:hover, .mobileicons a:active {
            color: #FFF;
            opacity: 1;
        }

.menu {
    z-index: 102;
    position: fixed;
    top: 0px;
    margin: 0px auto;
    padding: 0px;
    text-align: center;
    height: 30px;
    width: 100%;
    background-color: #999;
    background-image: -o-linear-gradient(-90deg,rgba(17,17,17,0),rgba(0,0,0,0.88));
    background-image: -moz-linear-gradient(-90deg,rgba(17,17,17,0),rgba(0,0,0,0.88));
    background-image: linear-gradient(180deg,rgba(17,17,17,0),rgba(0,0,0,0.88));
    background-image: -webkit-linear-gradient(-90deg,rgba(17,17,17,0),rgba(0,0,0,0.88));
    box-shadow: 0px 1px 2px black;
}

    .menu ul {
        margin: 0px auto;
        padding: 0px;
        list-style-type: none;
        overflow: auto;
    }

    .menu a {
        display: block;
        color: #C3C3C3;
        border-right-style: solid;
        border-right-width: 1px;
        border-right-color: #666;
        margin: 0px;
        padding: 6px 10px;
        background-color: #999;
        font: bold 14.4px Tahoma;
        text-align: center;
        text-decoration: none;
        background-image: -o-linear-gradient(-90deg,rgba(17,17,17,0),rgba(0,0,0,0.88));
        background-image: -moz-linear-gradient(-90deg,rgba(17,17,17,0),rgba(0,0,0,0.88));
        background-image: linear-gradient(180deg,rgba(17,17,17,0),rgba(0,0,0,0.88));
        background-image: -webkit-linear-gradient(-90deg,rgba(17,17,17,0),rgba(0,0,0,0.88));
    }

        .menu a:hover, .menu a:active {
            color: #FFF;
            padding-top: 5px;
            border-top-width: 1px;
            border-top-color: #77D0FE;
            border-top-style: solid;
            border-right-style: solid;
            border-right-width: 1px;
            border-right-color: #666;
            background-color: #444444;
        }

.maegic {
    margin-bottom: -1px;
    padding: 4px 0px 0px 0px;
    height: 13px;
}

.li {
    margin: 0px auto;
    padding: 0px;
    display: block;
    float: left;
}

.left {
    z-index: 101;
    position: fixed;
    top: 30px;
    height: calc(100vh - 30px);
    margin: 0px;
    padding: 0px;
    width: 160px;
    text-align: left;
    box-shadow: 2px 0px 3px gray;
}

.content {
    position: fixed;
    float: left;
    margin: 61px 0px 0px 160px;
    padding: 0px;
    height: calc(100vh - 61px);
    width: calc(100vw - 460px);
    background-color: rgba(255, 255, 255, 0.96);
    text-align: center;
    overflow-y: scroll;
}

.content0 {
    display: inline-block;
    margin: 0px auto;
    width: 600px;
}

    .content0 h1 {
        margin: 25px auto 0px auto;
        background: #C0E7F4;
        border: 3px solid #C8C8C8;
        color: #000;
        display: block;
        font-size: 24px;
        padding: 16px;
        border-radius: 12px;
    }

    .content0 h2 {
        margin: 12px auto 0px auto;
        font-size: 20px;
        font-weight: normal;
    }

    .content0 p {
        text-align: left;
    }

    .content0 form {
        display: inline-block;
        margin: 4px 2px;
    }

    .content0 button {
        width: 90px;
    }

.content1 {
    display: inline-block;
    float: right;
    margin: 50px 50px 0px 25px;
    height: 724px;
    width: 408px;
}

    .content1 iframe {
        margin-bottom: -12px;
        height: 724px;
        width: 408px;
    }

    .content1 button {
        font-size: 18px;
        width: 408px;
    }

.top {
    z-index: 100;
    position: fixed;
    margin: 30px 0px 0px 160px;
    padding: 5px 0px 0px 0px;
    height: 26px;
    width: calc(100vw - 460px);
    background-color: rgba(255, 255, 255, 0.96);
    text-align: center;
    font-family: Verdana;
    font-size: 12px;
}

.findbox {
    text-align: center;
    height: 20px;
    width: 425px;
}

.findterm {
    height: 20px;
    width: 280px;
    border: 3px solid #777;
    border-right: none;
    margin: 0px -6px 0px 0px;
    padding: 5px 0px 5px 5px;
    border-radius: 5px 0 0 5px;
    outline: none;
    color: #9DBFAF;
    font-size: 18px;
    text-align: center;
}

    .findterm:focus {
        color: #444;
    }

.findbutton {
    width: 40px;
    height: 36px;
    border: 1px solid #777;
    background: #777;
    text-align: center;
    color: #FFF;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-size: 20px;
    margin: 0px;
    padding: 0px;
    vertical-align: bottom;
}

.right300 {
    z-index: 101;
    position: fixed;
    top: 30px;
    left: calc(100vw - 300px);
    height: 100vh;
    width: 300px;
    margin: 0px 10px 0px 0px;
    padding: 0px;
    text-align: left;
    box-shadow: -2px 0px 3px gray;
}

.right160 {
    display: none;
}

.profile {
    z-index: 102;
    opacity: 0.8;
    position: fixed;
    right: -25px;
    bottom: -15px;
    width: 50px;
    height: 50px;
    margin: 20px 15px 0px 0px;
    border-radius: 50%;
}

    .profile:hover {
        opacity: 1;
        right: -20px;
        bottom: -10px;
    }

.more {
    display: inline-block;
    float: left;
    padding-left: 8px;
}

#dmcss {
    margin: 0;
    padding: 0px 2px 0px 0px;
    display: inline-block;
    font-weight: bold;
    vertical-align: bottom;
}

    #dmcss li {
        margin: 0;
        padding: 0;
        list-style: none;
        float: left;
    }

    #dmcss div {
        z-index: 1;
        position: absolute;
        visibility: hidden;
        margin: 5px;
        padding: 0;
        background: #333333;
        border: 2px solid #333333
    }

        #dmcss div a {
            position: relative;
            display: block;
            margin: 0;
            padding: 5px 10px;
            width: auto;
            white-space: nowrap;
            text-align: left;
            text-decoration: none;
            background: #888888;
            color: #FFFFFF;
            font: 12px Verdana
        }

            #dmcss div a:hover {
                background: #555555;
                color: #FFF
            }

.finances2 {
    display: none;
}

.assets2 {
    display: none;
}

.items2 {
    display: none;
}

.services2 {
    display: none;
}

.orders2 {
    display: none;
}

.sales2 {
    display: none;
}

.work2 {
    display: none;
}

.live2 {
    display: none;
}

.news2 {
    display: none;
}

.media2 {
    display: none;
}

.files2 {
    display: none;
}

.courses2 {
    display: none;
}

.internet2 {
    display: none;
}

.network2 {
    display: none;
}

.hosting2 {
    display: none;
}

.data2 {
    display: none;
}

.info2 {
    display: none;
}

.vote2 {
    display: none;
}

@media screen and (max-width:1900px) {
    .chat {
        display: none;
    }
}

@media screen and (max-width:1865px) {
    .alerts {
        display: none;
    }
}

@media screen and (max-width:1830px) {
    .vote {
        display: none;
    }

    .vote2 {
        display: inherit;
    }

    .alerts {
        display: inherit;
    }
}

@media screen and (max-width:1815px) {
    .alerts {
        display: none;
    }
}

@media screen and (max-width:1775px) {
    .info {
        display: none;
    }

    .info2 {
        display: inherit;
    }

    .alerts {
        display: inherit;
    }
}

@media screen and (max-width:1760px) {
    .alerts {
        display: none;
    }
}

@media screen and (max-width:1720px) {
    .data {
        display: none;
    }

    .data2 {
        display: inherit;
    }

    .alerts {
        display: inherit;
    }
}

@media screen and (max-width:1705px) {
    .alerts {
        display: none;
    }
}

@media screen and (max-width:1670px) {
    .hosting {
        display: none;
    }

    .hosting2 {
        display: inherit;
    }

    .alerts {
        display: inherit;
    }
}

@media screen and (min-height:860px) and (min-width:1630px) {
    .content0 {
        display: block;
        float: left;
        margin: 0px 10px 0px 40px;
        width: calc(100vw - 1010px);
    }

    .content1 {
        position: fixed;
        top: 30px;
        right: 300px;
        height: 724px;
        width: 408px;
    }
}

@media screen and (max-width:1630px) {
    .alerts {
        display: none;
    }

    .content0 {
        display: block;
        margin: 0px auto;
        float: none;
    }

    .content1 {
        display: block;
        margin: 0px auto;
        float: none;
    }
}


@media screen and (max-width:1590px) {

    .network {
        display: none;
    }

    .network2 {
        display: inherit;
    }

    .alerts {
        display: inherit;
    }
}

@media screen and (max-width:1545px) {
    .alerts {
        display: none;
    }
}

@media screen and (max-width:1505px) {
    .internet {
        display: none;
    }

    .internet2 {
        display: inherit;
    }

    .alerts {
        display: inherit;
    }
}

@media screen and (max-width:1460px) {
    .alerts {
        display: none;
    }

    .left {
        display: none;
    }

    .top {
        margin: 30px 0px 0px 0px;
        width: calc(100vw - 300px)
    }

    .content {
        margin: 61px 0px 0px 0px;
        width: calc(100vw - 300px);
    }

    .overlay {
        width: calc(100vw - 317px);
    }

    .videoad {
        display: inherit;
        position: absolute;
        left: calc(50% - 364px);
        top: 15px;
    }
}

@media screen and (max-width:1425px) {
    .courses {
        display: none;
    }

    .courses2 {
        display: inherit;
    }

    .alerts {
        display: inherit;
    }
}

@media screen and (max-width:1380px) {
    .alerts {
        display: none;
    }
}

@media screen and (max-width:1345px) {
    .files {
        display: none;
    }

    .files2 {
        display: inherit;
    }

    .alerts {
        display: inherit;
    }
}

@media screen and (max-width:1325px) {
    .alerts {
        display: none;
    }
}

@media screen and (max-width:1290px) {
    .media {
        display: none;
    }

    .media2 {
        display: inherit;
    }

    .alerts {
        display: inherit;
    }
}

@media screen and (max-width:1260px) {
    .alerts {
        display: none;
    }
}

@media screen and (max-width:1225px) {
    .news {
        display: none;
    }

    .news2 {
        display: inherit;
    }

    .alerts {
        display: inherit;
    }
}

@media screen and (max-width:1200px) {
    .alerts {
        display: none;
    }
}

@media screen and (max-width:1165px) {
    .live {
        display: none;
    }

    .live2 {
        display: inherit;
    }

    .alerts {
        display: inherit;
    }
}

@media screen and (max-width:1155px) {
    .alerts {
        display: none;
    }
}

@media screen and (max-width:1110px) {
    .work {
        display: none;
    }

    .work2 {
        display: inherit;
    }

    .top {
        margin: 30px 0px 0px 0px;
        width: calc(100vw - 160px)
    }

    .content {
        margin: 61px 0px 0px 0px;
        width: calc(100vw - 160px);
    }

    .right300 {
        display: none;
    }

    .right160 {
        z-index: 101;
        display: inherit;
        position: fixed;
        top: 29px;
        left: calc(100vw - 160px);
        height: 100vh;
        width: 160px;
        margin: 0px 10px 0px 0px;
        padding: 0px;
        text-align: left;
        box-shadow: -2px 0px 3px gray;
    }

    .overlay {
        width: calc(100vw - 177px);
    }

    .alerts {
        display: inherit;
    }
}

@media screen and (max-width:1090px) {
    .alerts {
        display: none;
    }
}

@media screen and (max-width:1055px) {
    .sales {
        display: none;
    }

    .sales2 {
        display: inherit;
    }

    .alerts {
        display: inherit;
    }
}

@media screen and (max-width:1030px) {
    .alerts {
        display: none;
    }
}

@media screen and (max-width:995px) {
    .orders {
        display: none;
    }

    .orders2 {
        display: inherit;
    }

    .top {
        width: 100vw
    }

    .content {
        margin: 61px 0px 0px 0px;
        width: 100vw;
    }

    .right160 {
        display: none;
    }

    .profile {
        right: 0px;
    }

        .profile:hover {
            right: 0px;
        }

    .overlay {
        width: calc(100vw - 17px);
    }

    .alerts {
        display: inherit;
    }
}

@media screen and (max-width:965px) {
    .alerts {
        display: none;
    }
}

@media screen and (max-width:925px) {
    .services {
        display: none;
    }

    .services2 {
        display: inherit;
    }

    .findbox {
        width: 360px;
    }

    .alerts {
        display: inherit;
    }
}

@media screen and (max-width:885px) {
    .alerts {
        display: none;
    }
}

@media screen and (max-width:845px) {
    .items {
        display: none;
    }

    .items2 {
        display: inherit;
    }

    .videoad {
        display: none;
    }

    .vad_468x60 {
        display: inherit;
        position: absolute;
        left: calc(50% - 234px);
        top: 25px;
    }

    .content0 {
        width: calc(100vw - 35%);
    }

    .alerts {
        display: inherit;
    }
}

@media screen and (max-width:820px) {
    .alerts {
        display: none;
    }
}

@media screen and (max-width:780px) {
    .assets {
        display: none;
    }

    .assets2 {
        display: inherit;
    }

    .alerts {
        display: inherit;
    }
}

@media screen and (max-width:755px) {
    .alerts {
        display: none;
    }
}

@media screen and (max-width:710px) {
    .finances {
        display: none;
    }

    .finances2 {
        display: inherit;
    }

    .findbox {
        width: 290px;
    }

    .alerts {
        display: inherit;
    }
}

@media screen and (max-width:665px) {
    .alerts {
        display: none;
    }
}

@media screen and (max-width:635px) {
    .run {
        display: none;
    }
}

@media screen and (max-width:595px) {
    .overlay {
        width: 100vw;
    }

    .mobile {
        display: inherit;
    }

    .menu {
        display: none;
    }

    .top {
        display: none;
    }

    .content {
        margin: 30px 0px 0px 0px;
        height: calc(100vh - 30px);
    }

    .content0 {
        width: 85%;
    }

        .content0 h1 {
            font-size: 18px;
        }

        .content0 h2 {
            font-size: 14px;
        }

    .content1 {
        height: 680px;
        width: 100%;
    }

        .content1 iframe {
            height: 534px;
            width: 300px;
        }

        .content1 button {
            font-size: 14px;
            width: 300px;
        }

    .vad_468x60 {
        display: none;
    }

    .vad_300x250 {
        display: inherit;
        position: absolute;
        left: calc(50% - 150px);
        top: 15px;
    }
}
/* BEGIN MOBILE CSS */
a, .side_menu {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.side_menu {
    background: #444;
    height: 100vh;
    left: -177px;
    position: fixed;
    top: 0;
    width: 177px;
    box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.2);
    z-index: 1001;
}

    .side_menu .container {
        padding: 0 1em;
    }

.burger_box {
    display: block;
    float: right;
    margin-right: -45px;
}

    .burger_box a.menu-icon {
        display: inline-block;
        float: none;
        height: 25px;
        padding: 10px;
        opacity: .5;
        width: 25px;
        z-index: 100;
    }

        .burger_box a.menu-icon:hover,
        .burger_box a.menu-icon.opened {
            opacity: 1;
        }

        .burger_box a.menu-icon.opened {
            height: 25px;
            background: #bd4508;
            box-shadow: 0 0 1px 1px #222;
        }

    .burger_box .menu-icon_box {
        display: inline-block;
        height: 25px;
        position: relative;
        text-align: left;
        width: 25px;
    }

    .burger_box .menu-icon_line {
        background: #fff;
        border-radius: 2px;
        display: inline-block;
        height: 3px;
        position: absolute;
        width: 100%;
    }

    .burger_box .menu-icon_line--1 {
        top: 2px;
    }

    .burger_box .menu-icon_line--2 {
        top: 10px;
    }

    .burger_box .menu-icon_line--3 {
        top: 18px;
    }

    .burger_box .menu-icon_line--1 {
        transition: top 200ms 250ms, transform 200ms;
        -webkit-transition: top 200ms 250ms, -webkit-transform 200ms;
    }

    .burger_box .menu-icon_line--2 {
        transition: opacity 0ms 300ms;
        -webkit-transition: opacity 0ms 300ms;
    }

    .burger_box .menu-icon_line--3 {
        transition: top 100ms 300ms, transform 200ms;
        -webkit-transition: top 100ms 300ms, -webkit-transform 200ms;
    }

    .burger_box .menu-icon.opened .menu-icon_box {
        transform: scale3d(0.9, 0.9, 0.9);
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
    }

    .burger_box .menu-icon.opened .menu-icon_line {
        top: 10px;
    }

    .burger_box .menu-icon.opened .menu-icon_line--1 {
        transform: rotate3d(0, 0, 1, 45deg);
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transition: top 100ms, transform 200ms 250ms;
        -webkit-transition: top 100ms, -webkit-transform 200ms 250ms;
    }

    .burger_box .menu-icon.opened .menu-icon_line--2 {
        opacity: 0;
        transition: opacity 200ms;
        -webkit-transition: opacity 200ms;
    }

    .burger_box .menu-icon.opened .menu-icon_line--3 {
        transform: rotate3d(0, 0, 1, -45deg);
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transition: top 200ms, transform 200ms 250ms;
        -webkit-transition: top 200ms, -webkit-transform 200ms 250ms;
    }

.list_load {
    display: none;
    list-style: none;
    padding: 0;
}

.list_item {
    font-size: 20px;
    font-weight: bold;
    margin-left: -20px;
    opacity: 0;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    text-shadow: 1px 1px #222;
}

    .list_item a {
        color: #fff;
        display: block;
        padding: 4px 8px;
        text-decoration: none;
    }

        .list_item a:hover {
            background: rgba(255,255,255,.2);
        }

@keyframes pulsate {
    0% {
        opacity: .8;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: .8;
    }
}

@-o-keyframes pulsate {
    0% {
        opacity: .8;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: .8;
    }
}

@-moz-keyframes pulsate {
    0% {
        opacity: .8;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: .8;
    }
}

@-webkit-keyframes pulsate {
    0% {
        opacity: .8;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: .8;
    }
}

.animate-pulse {
    -webkit-animation: pulsate 4s infinite;
    -moz-animation: pulsate 4s infinite;
    -o-animation: pulsate 4s infinite;
    animation: pulsate 4s infinite;
}
