@font-face {
    font-family: 'erra';
    src: local('erra'), url('erra.ttf') format('truetype');
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block;}
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
html { scroll-behavior: smooth; }
.noselect { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

body {
    line-height: 1.2;
    font-family: 'Roboto Slab', serif;
    background-color: #000000;
    overflow-x:hidden;
}

.header {
    background-image: url("imgs/header_clean_1920x622.jpg");
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-position-y: 50%;
    background-color: transparent;
    background-color: #000000;
    text-align: center;
    position: relative;
    height: 100vh;
    max-height: 622px;
    background-size: cover;
    width: 100%;
    line-height: 0;
    /*min-width: 1020px;
    min-height: 638px;*/
}

 .header2 {
    background-image: url("imgs/header_bg.jpg");
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-position-y: 50%;
    background-color: transparent;
    background-color: #000000;
    text-align: center;
    position: relative;
    height: 100vh;
    max-height: 1080px;
    background-size: cover;
    width: 100%;
    line-height: 0;
}  

.bkr-div-1{
    background-image: url("imgs/trading_card_5_large.jpg");
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-position-y: 50%;
    background-color: transparent;
    background-color: #000000;
    text-align: center;
    position: relative;
    height: 100vh;
    max-height: 1080px;
    background-size: cover;
    width: 100%;
    line-height: 0;
}

.bkr-div-2{
    background-image: url("imgs/trading_card_3_large.jpg");
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-position-y: 50%;
    background-color: transparent;
    background-color: #000000;
    text-align: center;
    position: relative;
    height: 100vh;
    max-height: 1080px;
    background-size: cover;
    width: 100%;
    line-height: 0;
}

.bkr-div-3{
    background-image: url("imgs/trading_card_6_large.jpg");
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-position-y: 50%;
    background-color: transparent;
    background-color: #000000;
    text-align: center;
    position: relative;
    height: 100vh;
    max-height: 1080px;
    background-size: cover;
    width: 100%;
    line-height: 0;
}

.header-logo {

    background-image: url(imgs/header_logo.png);
    /*background-size: initial;*/
    background-size: calc(100vw / 3.5);
    background-position-x: 50%;
    background-position-y: 50%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    max-height: 1080px;    
    line-height: 0;
}

.image {
}

#steamwidget {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 20px;
    height: 0;
    overflow: hidden;
    display:block;
}
#steamwidget iframe,
#steamwidget object,
#steamwidget embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.short-description {
    width: 100%;
    text-align: center;
    padding: 40px;
    background-color: #080808;
    line-height: 27px;
    font-size: 18px;
    font-family: 'erra', 'Roboto Slab', serif;
    color: #645739;
}
 
.available {
    width: 100%;
    text-align: center;
    padding: 40px; 
    line-height: 27px;
    font-size: 18px;
    font-family: 'Roboto Slab', serif;
    color: #a3a3a3;
 
}

.available-div { 
    background-image: url("imgs/bg-5.jpg");
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-position-y: 0%;
    background-color: transparent;
    background-color: #000000;
    text-align: left;
    position: relative;
    height: 100vh;
    max-height: 620px; 
    background-size: cover;
    width: 100%;
    line-height: 0; 
}
 
.lugal-decoration {
    background-image: url(imgs/lugal_decoration.png);
    width: 145px;
    height: 87px;
    display: inline-block;
}

.light-block {
    background-color: #d7bba4;
    background-image: url(imgs/light_block_pattern.jpg);
    text-align: center;
}

.dark-block {
    background-color: #1f1e1c;
    text-align: center;
    position: relative;
}

.black-block {
    background-color: #000000;
    text-align: center;
}

.block {
    width: 860px;
    display: inline-block;
}

.inblock {
    display: inline-block;
}

.ttop {
    vertical-align: top;
}

.title-block {
    text-transform: uppercase;
    font-size: 60px;
    font-family: 'erra', serif;
}

.brown {
    color: #54473f;
}

.gray {
    color: #909090;
}

.txt-brown {
    font-family: 'erra', 'Roboto Slab', serif;
    color: #4c3d35;
    font-size: 18px;
    line-height: 27px;
    text-align: justify;
}

.txt-gray {
    font-family: 'Roboto Slab', serif;
    color: #bdaea5;
    font-size: 14px;
    line-height: 21px;
}

.quote {
    font-size: 24px;
    font-family: 'Roboto', serif;
    font-style: italic;
    color: #534741;
    line-height: 36px;
    text-align: right;
    width: 400px;
}
.quote .img {
    width: 26px;
    height: 57px;
    display: inline-block;
    vertical-align: top;
}
.quote .img div {
    width: 24px;
    height: 18px;
    display: inline-block;
}
.quote .text {
    height: 57px;
    width: 350px;
    display: inline-block;
    vertical-align: top;
}

.empl {}
.empl .cell-face {
    display: inline-block;
    width: 86px;
    vertical-align: top;
}
.empl .cell-descr {
    display: inline-block;
    vertical-align: top;
    width: 362px;
    padding: 0 50px;
    text-align: center;
}
.empl .name {
    text-transform: uppercase;
    color: #bdaea5;
    font-size: 36px;
    font-family: "erra", serif;
}
.empl .pos {
    font-family: "Roboto Slab", serif;
    color: #cb9578;
    font-size: 18px;
    text-transform: uppercase;
}

.mobfaceshow {
    display:none;
}

.mobfaceshide {
    display: inline-block;
}

.h10 { height: 10px; }
.h18 { height: 18px; }
.h24 { height: 24px; }
.h35 { height: 35px; }
.h40 { height: 40px; }
.h60 { height: 60px; }
.w10 { width: 10px; }
.w60 { width: 60px; }
.w400 { width: 400px; }
.padv60 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.padv40 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.rel { position:relative; }

.lnk {
    font-family: 'Roboto Slab', serif;
    color: #cb9578;
    font-size: 16px;
    line-height: 36px;
    text-decoration: none;
    cursor: pointer;
}
.lnk:hover { color: #c16a3a; }
.lnk:active { color: #e6651d; }

.screnshot { display: none; }

.circlebtn {
    border: 0;
    width: 10px;
    height: 10px;
    cursor: pointer;
    display: inline-block;
    background-image: url(imgs/pagenator_inactive.png);
    background-repeat: no-repeat;
    padding-left: 5px;
    padding-right: 5px;
}

.btnselect { background-image: url(imgs/pagenator_active.png); }

.arrow {
    width: 20px;
    height: 17px;
    cursor: pointer;
    background-image: url(imgs/arrow_norm.png);
    background-repeat: no-repeat;
}
.arrow:hover {
    background-image: url(imgs/arrow_hover.png);
}
.arrow:active {
    background-image: url(imgs/arrow_press.png);
}

.rotate {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.gallerybtns {
    padding: 0;
    width: 820px;
    text-align: center !important;
    position: relative;
    display: inline-block;
}

.galleryimgs {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 820px;
}

.left { float: left !important; }
.right { float: right !important; }

.soon {
    font-family: 'Roboto Slab', serif;
    font-weight: 100;
    font-size: 60px;
    color: #bdaea5;
    text-transform: uppercase;
    padding: 120px;
}

.overlay {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(31,30,28,0.85);
}

.merch {
    display: inline-block;
    width: 175px;
    padding:0 20px;
}

.merching { }

.footer-links {
    width: 410px;
    display: inline-block;
    text-align: left;
    vertical-align: top;
}

.footer-links-col {
    width: 200px;
    display: inline-block;
    vertical-align: top;
}

.footer-logos {
    display: inline-block;
    vertical-align: top;
}
.footer-logos img {
    padding:0 20px;
}

.vb {
    width: 1020px;
    height: 574px;
}

 


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

    .header {
        /* background-image: url("imgs/kick_launch_1920x622.jpg");
        background-repeat: no-repeat;
        background-position-x: 50%;
        background-position-y: 50%;
        background-color: transparent;
        background-color: #000000;
        text-align: center;
        height: 100vh;
        width: 100vw; */
        /*min-width: 100vw;
        min-height: 100vh;*/

        background-image: url(imgs/header_clean_1920x622.jpg); 
        background-position-x: 50%;
        background-position-y: 50%;
        background-repeat: no-repeat; 
        background-size: cover;
        width: 100%;
        height: calc(100vw / 1.7);
        background-color: transparent;
        background-color: #000000;
        text-align: center;
        position: relative;
        line-height: 0;
    }

    /* .header {

        background-image: url("imgs/header_bg.jpg");
        background-repeat: no-repeat;
        background-position-x: 50%;
        background-position-y: 50%;
        background-color: transparent;
        background-color: #000000;
        text-align: center;
        height: 100vh;
        width: 100vw;
    } */

    .header-logo {
        background-image: url(imgs/header_logo.png);
        background-size: calc(100vw / 2.5);
        background-position-x: 50%;
        background-position-y: 50%;
        background-repeat: no-repeat;
        width: 100vw;
        height: 100vh;
    }

    .block {
        width: 100%;
        display: inline-block; 
    }

    .short-description { padding: 20px; }
    .txt-brown { padding: 0 20px; }
    .image { width: 80%; }

    .quote {
        font-size: 24px;
        font-family: 'Roboto', serif;
        font-style: italic;
        color: #534741;
        line-height: 36px;
        text-align: right;
        width: 100%;
        padding: 0 20px;
    }
    .quote .text {
        height: auto;
        display: inline-block;
        vertical-align: top;
        width: 100%;
    }
    .quote .img { display: none; }
    .quote .img div { display: none; }

    .mobfaceshow { display: inline-block; }
    .mobfaceshide { display: none; }

    .empl { padding-bottom: 30px; }
    .empl .cell-face {
        display: inline-block;
        width: 86px;
        vertical-align: top;
    }
    .empl .cell-descr {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        padding: 0 20px;
        text-align: center;
    }
    .empl .name {
        text-transform: uppercase;
        color: #bdaea5;
        font-size: 36px;
        font-family: "erra", serif;
    }
    .empl .pos {
        font-family: "Roboto Slab", serif;
        color: #cb9578;
        font-size: 18px;
        text-transform: uppercase;
    }

    .h18 { height: 9px; }
    .h24 { height: 12px; }
    .w400 { width: 100%; }
    .padv60 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .padv40 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .h60 { height: 20px; }

    .galleryimgs {
        position: relative;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 100vw;
    }

    .screnshot {
        /*padding: 0 20px;*/
        width: 100vw;
    }

    .gallerybtns {
        padding: 0 20px;
        width: 100vw;
        text-align: center;
        position: relative;
        display: inline-block;
    }

    .txt-gray {
        font-size: 18px;
        padding: 0 20px;
    }

    .soon {

        font-family: 'Roboto Slab', serif;
        font-weight: 100;
        font-size: 40px;
        color: #bdaea5;
        text-transform: uppercase;
        padding: 20px;
        margin: 0;
        position: absolute;
        top: 50%;
        right: 0;
        left: 0;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: center;
    }

    .merching {
        width: 100vw;
        height: calc(100vh /3);
        padding: 0;
    }

    .overlay {
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(31,30,28,0.85);
    }

    .merch {
        display: inline-block;
        padding: 10px 20px;
        width: calc(100vw / 3);
    }

    .footer-links {
        width: auto;
        display: inline-block;
        text-align: center;
        vertical-align: top;
        width: 100vw;
    }

    .footer-links-col {
        width: auto;
        display: block;
        vertical-align: top;
    }
    .footer-links-col div { padding: 10px; }

    .footer-logos {
        display: inline-block;
        vertical-align: top;
    }
    .footer-logos img { padding: 30px 20px; }

    .vb {
        width: 100%;
        height: calc(100vw / 1.7);
    }
}



/* @media only screen and (orientation: landscape) and (max-width: 1019px) and (min-aspect-ratio: 16/9) {
    .header {
        background-image: url(imgs/kick_launch_800x450_2.jpg); 
        background-position-x: 50%;
        background-position-y: 50%;
        background-repeat: no-repeat; 
        background-size: cover;
        width: 100%;
        height: calc(100vw / 1.7);
        background-color: transparent;
        background-color: #000000;
        text-align: center;
        position: relative;
        line-height: 0;
    }
   
    .merch {
        display: inline-block;
        padding: 10px 20px;
        width: calc(100vw / 4);
    }

    .merching {
        width: 100vw;
        height: 100vh;
        padding: 50px;
    }
} */

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

    .header {
        /*background-image: url(imgs/kick_launch_800x450_2.jpg);*/ 
        background-image: url(imgs/header_clean_1920x622.jpg); 
        background-position-x: 50%;
        background-position-y: 50%;
        background-repeat: no-repeat; 
        background-size: cover;
        width: 100%;
        height: calc(100vw / 1.7);
        background-color: transparent;
        background-color: #000000;
        text-align: center;
        position: relative;
        line-height: 0;
    } 
}

@media only screen and (min-width: 800px) and (max-width: 1920px) {
    .header {
        background-image: url(imgs/header_clean_1920x622.jpg); 
        background-position-x: 50%;
        background-position-y: 50%;
        background-repeat: no-repeat; 
        /* background-size: 100%; */
        width: 100%;
        height: calc(100vw / 3);
        background-color: transparent;
        background-color: #000000;
        text-align: center;
        position: relative;
        line-height: 0;
    } 
}