body {
    background: #202020;
    margin: 0;
}

a{
    text-decoration: none;
    color: #fff;
}
a:visited{
    color: #fff;
}

.container {
    width: 100%;
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
}

.header{
    text-align: center;
    margin: 5px;
    padding: 0;
    display:block;
}

.indexBox{
    display: inline-block;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    overflow: hidden;
}

.text1{
    display: inline-block;
    width: 100%;
    max-width: 1280px;
    text-decoration: none;
    padding: 5px 25px;
    color: #ffffff;
    font-family: Squada One, sans-serif;
    font-size: 24px;
    letter-spacing: 1px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
}

.text2{
    display: inline-block;
    width: 100%;
    text-decoration: none;
    padding: 5px 25px;
    color: #ffffff;
    font-family: Pragati Narrow, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 1px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
}

.textJoin{
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    text-decoration: none;
    padding: 15px 25px;
    color: #fff;
    font-family: Squada One, sans-serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 42px;
    letter-spacing: 1px;
    text-align: center;
    box-sizing: border-box;
    text-shadow: 4px 4px rgba(0, 0, 0, 0.5);
}

.textJoin2{
    display: inline-block;
    width: 100%;
    text-decoration: none;
    padding: 5px 25px;
    color: #ffffff;
    font-family: Pragati Narrow, sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 1px;
    text-align: left;
/*    background-color: rgba(0, 0, 0, 0.8);*/
    box-sizing: border-box;
    text-shadow: 3px 3px rgba(0, 0, 0, 0.51);
}

.indexThumb{
    display: inline-block;
    width: 33.3%;
    float: left;
    box-sizing: border-box;
    padding: 0px;
    margin: 0;
    top:0;
    position: relative;
    cursor:pointer;
    height: 0;
    padding-bottom: calc(33.3%);
    background-image: url(images/loading_sqr.png);
    background-size: 100%;
}

.indexImage{
    width: 100%;
}

.modelImg{
    max-width: 100%;
}

.videoThumb{
    position: relative;
    display:inline-block;
    margin-bottom: -4px;
    height:0;
    width:25%;
    padding-bottom:25%;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.tmbTag{
    position: absolute;
    float: left;
    padding: 2px 6px;
    margin: 2px;
    text-align: center;
    color: white;
    font: bold 20px Pragati Narrow, Sans-Serif;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    background: rgba(0, 0, 0, 0.6);
}

.topBtn{
    height: 56px;
    display: inline-block;
    vertical-align: top;
    padding: 6px 18px;
    cursor:pointer;
    user-select: none;
    box-sizing: border-box;
    background-color: #383838;
    border-radius: 12px;
}
.topBtn:hover{
    background-color: rgba(255, 255, 255, 0.25);
}

.topBtnText{
    display: inline-block;
    text-decoration: none;
/*    margin-left: 8px;*/
    color: #ffffff;
    font-family: Squada One, sans-serif;
    font-weight: 500;
    font-size: 22px;
    letter-spacing: 1px;
    text-align: center;
    line-height: 20px;
}
.red{
    color: #ff2703;
}

.menuIcon{
    height: 30px;
    display: inline-block;
    transform: translateY(7px);
}


.joinFloatFrame {
    display: none;
    border: 5px solid #8d1c02;
    padding: 0 20px;
    position:fixed;
    top: 50%;
    transform: translateX(-270px) translateY(-240px);
    left: 50%;
    width: 540px;
/*    height: 476px;*/
    background-color: rgba(0, 0, 0, 0.85);
    box-sizing: border-box;
    box-shadow: 0px 0px 40px #000000;
}

.btnWide{
    max-width: 800px;
/*    margin: 5px auto;*/
    height: 56px;
    vertical-align: top;
    padding: 18px 20px;
    background-color: #a11700;
    cursor:pointer;
    user-select: none;
    box-sizing: border-box;
}
.btnWide:hover{
    background-color: #d94026;
}

.btnTextWide{
    display: block;
    text-decoration: none;
    color: #ffffff;
    font-family: Squada One, sans-serif;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 2px;
    text-align: center;
    line-height: 20px;
}

.videoPlayer{
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
    background-color: rgb(15, 15, 15);
}

.video{
    width: 100%;
    max-height: 540px;
    display: block;
    margin: 0 auto;
    background-color: black;
}

@media (max-width: 760px) {
    .menuIcons  {display: block;}
    .btnText    {display: none;}
    .dontHide    {display: block;}
    .btnTextSmall   {
        display: block;
        width: 50px;
        margin-top: 8px;
        font-size: 20px;
        line-height: 20px;
    }
    
    .hide720{
        display: none;
    }

    .videoThumb {
        width:33.3%;
        padding-bottom:33.3%;
    }
    
    .joinFloatFrame{
        width: 100%;
        padding: 0 4px;
        transform: translateX(-50%) translateY(calc(-50% + 35px));
    }
}

@media (max-width: 480px) {
    .topBtn{
        padding: 6px 14px;
    }
    .menuBtn{
        width: 100%;
    }
    .vrBtn{
        width: 100%;
    }
    .indexThumb{
        width:50%;
        padding-bottom: calc(50%);
    }
    .videoThumbNews{
        width:50%;
        padding-bottom: calc(50%);
    }
    
    .indexPicThumb{
        width: 50%;
        padding-bottom: calc(62% + 10px);
    }
    
    .vidTmb {
        width:50%;
    }
    .btn{
        padding: 0 5px;
    }
    
    .pageNumbers{
        display: none;
    }
    .pageNumbersSlim{
        display: inline-block;
    }
    .text3{
        font-size: 26px;
        line-height: 28px;
    }
    .textJoin{
        font-size: 34px;
        line-height: 36px;
    }
    
    #promoVideo{
        max-height: 720px;
        margin-left: -20%;
        width: 140%;
        background-color: black;
        margin-bottom: 0;
        overflow: hidden;
    }
}







