@charset "UTF-8";
/* CSS Document */

:root {
    --navy: #0b1e2e;
    --pink: #ff038b;
    --blue: #0391ff;
    --blue2: #1d6195;
    --blue_lite: #56b5ff;
    --green: #29d40c;
    --xred: #fd001a;
    --slate: #1b2328;
    --slate_demo_bg: #272e36;
    --darkslate: #0b0f11;
    --liteslate: #2f3c44;
    --yellow: #f8d555;
    --orange: #ff7200;
    --sred: #ff0042;
}

.clear {
    clear: both;
}

a {
    color: var(--sred);
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

body {
    margin: 0;
    font-family: "Roboto Mono", monospace;
    background: var(--slate);
    color: #fff;
    padding-top: 70px;
}

.is_demo  {
    background-color: #272e36;
}

.main_menu {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 50px;
    background-color: #000;
    background-image: url(images/zeko_menu_logo.png);
    background-repeat: no-repeat;
    background-position: 0;
    background-size: contain;
    z-index: 10;
}

.main_menu_btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    vertical-align: middle;
    padding: 15px 30px 0 30px;
    color: #fff;
    background-color: var(--slate);
    border-left: 1px solid #666;
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    border-top-left-radius: 20px;
    cursor: pointer;
}

.menu_link {
    padding: 10px 20px;
    color: #fff;
    background-color: var(--blue);
    font-family: "Exo 2", sans-serif;
    font-weight: 600;
    border-radius: 100px;
    cursor: pointer;
    
}

.hb_menu {
    position: absolute;
    top: 50px;
    right: 0;
    min-height: 300px;
    background-color: var(--slate);
    border-left: 1px solid #666;
    width: 300px;
    z-index: 10;
    display: none;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-left-radius: 20px;
}

.hb_item {
    padding: 15px 20px;
    border-top: 1px solid #000;
    border-bottom: 1px solid var(--liteslate);
}

.hb_item:hover {
    background-color: var(--blue);
}

.menu_link:hover {
    background-color: var(--xred);
}

.demo_cont p {
    line-height: 1.5em;
    font-size: larger;
}

.full_center {
    position: absolute;
    left: 50%;
    top: 40%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.vert_center {
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 5px solid red:
}

.disable_scroll {
    overflow: hidden;
}

.blackout, .blackout_2 {
    display: none;
    position: fixed;
    overflow: scroll;
    left: 0;
    right: 0;
    bottom:0;
    top: 0;
    background-color: var(--slate_demo_bg);
    text-align: center;
    z-index: 10;
    cursor: pointer;
    z-index: 15;
}

.blackout_2 {
    background-color: rgba(0,0,0,.5);
    z-index: 5;
}

h1,
h2,
h3,
.demo_header, .demo_headings {
  font-family: "Exo 2", sans-serif;
  font-weight: 600;
    margin: .3em 0;
    color: var(--blue);
}

.demo_headings {
    font-size: 48px;
}

.mar_top_20 {
    margin-top: 20px;
}

.mar_top_30 {
    margin-top: 30px;
}

.mar_top_40 {
    margin-top: 40px;
}

.demo_header {
    font-size: 38px;
}

.img_ctr {
    margin: auto;
    width: 100%;
}

.pop_img_cont_outter {
    display: none;
    margin: 20px auto;
}

.pop_img_cont {
    margin: auto;
    max-width: 700px;
    display: inline-block;
}

.pop_med_title {
    font-family: "Exo 2", sans-serif;
    font-weight: 600;
    font-size: 32px;
    color: var(--blue);
}

.pop_med_title_sub {
    font-size: 22px;
    color: #616d78;
}

.pop_img {
    margin: auto;
    width: 100%;
    max-width: 600px;
    display: inline-block;
    cursor: pointer;
}


.demo_cont {
   border-bottom: 3px dashed var(--liteslate); 
    padding: 40px 0;
    margin-bottom: 20px;
}

.img_demo_cont {
    float: right;
    max-width: 400px;
    margin-right: -100px;
    text-align: center;
}

.img_demo_cont_title, .img_demo_cont_footer {
    font-family: "Exo 2", sans-serif;
    font-weight: 600;
    color: var(--sred);
    font-size: 20px;
}

.img_demo_cont_footer {
    color: #fff;
    font-size: 16px;
    margin-top: -25px;
}

.img_demo {
    max-width: 100%;
}

.main-item {
    font-weight: bold;
    font-size: 1.2em;
    display: block;
    text-transform: uppercase;
}

.sub-item {
    font-size: 1em;
    color: #999;
    display: block;
}
ul {
/*            list-style-type: none;*/
    padding-left: 20px;
}
li {
    margin-bottom: 8px;
}

.exo {
    font-family: "Exo 2", sans-serif;
}

.quote {
    font-size: 22px;
    font-style: italic;
    background-color: var(--blue);
    color: var(--white);
}

h1 {
    color: var(--sred);
}

.noscroll { 
    overflow: hidden;
}

.hide {
    display:none;
}

.white {
    color: #fff;
}

.black {
    color: #000;
}

.sred {
    color: var(--sred);
}

.red {
    color:red !important;
}

.blue {
    color:var(--blue);
}

.blue_lite {
    color: var(--blue_lite);
}

.pink {
    color: var(--pink);
}

.green {
    color: var(--green);
}

.orange {
    color:var(--orange);
}

.yellow {
    color:var(--yellow);
}

.black_bg {
    background: #000;;
    background: linear-gradient(0deg, #000 0%, #222 100%);
    border-color: #000;
}


.orange_bg {
    background: var(--orange);
    background: linear-gradient(0deg, var(--orange) 0%, #ff5a00 100%);
    border-color: var(--orange) !important;
}

.bold {
    font-weight: bold;
}

.is_required {
    color:red;
    display: none;
}

.blue_dark {
    color: var(--blue2);
}

.green {
    color: var(--green);
}

.login {
    position: relative;
/*    border: 1px solid gold;*/
    overflow: auto;
}

.login_cont {
    height: 50px;
    width: 100%;
    max-width: 300px;
}

.login_inner_cont {
    margin-top: 20px;
/*    border: 1px solid gold;*/
    width: 100%;
    position: relative;
    height: 35px;
}

.password_input {
    position: absolute;
    left:0;
    right: 30px;
    background: var(--liteslate);
    padding: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    color: #fff;
    border: 1px solid var(--darkslate);
}

.go_btn {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding-top: 7px;
    width: 40px;
    z-index: 10;
    text-align: center;
    background-color: var(--blue);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    cursor: pointer;
}

.go_btn:hover {
    background-color: var(--sred);
}

.accept_btn, .decline_btn, .demo_btn {
    background-color: var(--blue);
    border-radius: 10px;
    cursor: pointer;
    width: 100px;
    padding: 10px;
    color: #fff;
    border: none;
    font-family: "Arial";
    font-weight: bold;
    font-size: 14px;
    float: right;
    margin-left: 10px
}

.demo_btn {
    float: none;
    width: auto;
    text-align: center;
    margin: 0;
    margin-top: 35px;
    display: block;
}

.decline_btn {
    background-color: var(--sred);
}

.list_column, .list_column_wide {
    margin: 20px auto;
    max-width: 800px;
    border-radius: 10px;
    border: 3px dashed var(--liteslate);
    padding: 30px;
    overflow: visible;
    position: relative;
}

.list_column_wide {
    max-width: 900px;
}

.main_logo {
    margin: 20px auto;
    max-width: 100%;
}

.main_logo_login {
    max-width: 90%;
    text-align: center;
    display: block;
    margin: auto;
}


@media only screen and (max-width: 1100px) {
    
   
}

@media only screen and (max-width: 1000px) {

    
}

@media only screen and (max-width: 900px) {
    
    
    
}


@media only screen and (max-width: 600px) {
    
    .img_demo_cont {
        float: none;
        max-width: 350px;
        margin: auto;
    }
    
    .demo_cont p {
        line-height: normal;
        font-size: 14px;
    }
    
    .list_column, .list_column_wide {
        border: none;
        padding: 20px;
    }
    
    .login {
       width: 90%;
        margin: auto;
    }
    
    .main_logo {
        margin-top: 0;
    }
    
    .password_input {
        max-width: 100%;
    }

@media only screen and (max-width: 500px) {
    

    
}
