body {
    background: #171717;
    margin: 0;
    padding: 0;
}

a{
    color: #ffffff;

}
a:visited{
    color: #ffffff;
}

.bgblue{background-color: #25719f}

.bgred{background-color: #e1031f}

.bgblack{background-color: #000}

.textShadow{
    text-shadow: 4px 4px rgba(0, 0, 0, 0.5);
}

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


.menuLine{
/*    position: fixed;*/
    z-index: 5;
    width: 100%;
    max-width: 960px;
    min-height: 6px;
    padding: 0;
    display:block;
    background-color: #000000;
    margin: 0;
    text-align: center;
}

.menuLineFixed{
    position: fixed;
    z-index: 5;
    width: 100%;
    max-width: 960px;
    min-height: 6px;
    padding: 0;
    display:block;
    background-color: #000000;
    margin: 0;
    text-align: center;
}

.menuBtn{
    display: inline-block;
    vertical-align: top;
    padding: 15px 25px;
    cursor:pointer;
    user-select: none;
    box-sizing: border-box;
}
.menuBtn:hover{
    background-color: rgba(255, 255, 255, 0.25);
}

.menuIcon{
    width: 60px;
    height: 60px;
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    cursor:pointer;
    user-select: none;
    box-sizing: border-box;
}
.menuIcon:hover{
    background-color: rgba(255, 255, 255, 0.25);
}

.helpFrame{
    display: none;
/*    border: 5px solid #50aced;*/
    padding: 20px;
    position:fixed;
    top: calc(50% + 50px);
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
    width: 520px;
    max-width: 100%;
    max-height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    box-sizing: border-box;
    box-shadow: 10px 10px 0px rgba(0, 0, 0, 0.3);
    z-index: 20;
}

.menuFrame{
    display: none;
    border: 0px solid rgb(0, 0, 0,0.25);
    padding: 20px;
    position:fixed;
    top: 100px;
    transform: translateX(-50%);
    left: 50%;
    width: 420px;
    max-width: 90%;
    max-height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    box-sizing: border-box;
    z-index: 20;
}

.fixed{
    position: fixed;
}

.loader{
    position:fixed;
    top: calc(50% + 50px);
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
    width: 100px;
    z-index: 30;
}

.text1{
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    font-family: 'Anton', cursive;
    font-weight: 200;
    font-size: 24px;
    letter-spacing: 2px;
    text-align: center;
    line-height: 24px;
}

.text2{
    display: block;
    text-decoration: none;
    color: #ffffff;
    font-family: 'Anton', cursive;
    font-weight: 200;
    font-size: 20px;
    letter-spacing: 2px;
    text-align: left;
    line-height: 36px;
}

.text3{
    display: block;
    text-decoration: none;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 1px;
    text-align: center;
    line-height: 28px;
}

.textNews{
    display: block;
    text-decoration: none;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.51);
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 18px;
/*    letter-spacing: 1px;*/
    text-align: center;
    line-height: 32px;
    margin-bottom: 5px;
    border-radius: 5px;
}

.textMenu{
    display: block;
    text-decoration: none;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 1px;
    text-align: center;
    line-height: 42px;
    margin-bottom: 5px;
}

.textHelp{
    display: block;
    text-decoration: none;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 200;
    font-size: 24px;
    letter-spacing: 1px;
    text-align: left;
    line-height: 40px;
    margin-bottom: 5px;
}

.tmbBtmText{
    position: absolute;
    padding: 4px 8px;
    margin: 2px;
    text-align: center;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1px;
    background: rgba(0, 0, 0, 0.5);
    bottom: 4px;
    left: 4px;
}

.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);
}

.tmbTopText{
    position: absolute;
    padding: 4px 4px;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1px;
    background: rgba(0, 0, 0, 0.5);
    top: 4px;
    left: 4px;
}

.tmbTimeText{
    position: absolute;
    padding: 4px 8px;
    text-align: center;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1px;
    background: rgba(0, 0, 0, 0.5);
    bottom: 4px;
    right: 4px;
}

.tagImage{
    margin: -4px 0px -2px -2px;
    width: 24px;
    vertical-align: middle;
}

.reportBox{
    left: 50%;
    top: 120px;
    transform: translateX(-50%);
    position: fixed;
    padding: 16px;
    width: 90%;
    max-width: 800px;
    height: calc(90% - 120px);
    background-color: rgba(0, 0, 0, 0.9);
    box-sizing: border-box;
    text-decoration: none;
    color: #fff;
    font-family: Helvetica, sans-serif;
    font-size: 18px;
    text-align: left;
    border-radius: 12px;
    z-index: 35;
}

.topBtnSqr{
    width: 56px;
    position: fixed;
    top: 10px;
    right: 10px;
    padding: 14px 14px 10px 14px;
    cursor:pointer;
    user-select: none;
    box-sizing: border-box;
    background-color: #383838;
    border-radius: 12px;
}

.joinText{
    display: block;
    text-decoration: none;
    color: #ffffff;
    font-family: 'Anton', cursive;
    font-weight: 200;
    font-size: 20px;
    letter-spacing: 2px;
    text-align: center;
    line-height: 36px;
}

.btnsLower{
    padding: 0px;
    position:fixed;
    bottom: 100px;
    right: 10px;
    width: 15%;
    min-width: 200px;
    max-width: 250px;
    z-index: 10;
}

.btnRound{
    display: none;
    float: right;
    width: 25%;
    max-width: 100px;

    padding: 6%;
    background-color: rgba(0, 0, 0, 0.35);
    box-sizing: border-box;
    border-radius: 50%;
    overflow: hidden;
}

.btnClose{
/*    display: none;*/
    padding: 0px;
    position:fixed;
    bottom: 10px;
    right: 10px;
    width: 15%;
    max-width: 100px;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.35);
    box-sizing: border-box;
    z-index: 10;
/*
    border-style: solid;
    border-width: 4px;
    border-color: rgba(0, 0, 0, 0.5);
*/
    border-radius: 50%;
    overflow: hidden;
    z-index: 20;

}

.logoText{
    left: 0px;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    font-family: 'Anton', cursive;
    font-size: 36px;
    letter-spacing: 1px;
    text-align: center;
    line-height: 24px;
    padding: 20px;
}

.titleText{
    width: 100%;
    text-decoration: none;
    color: white;
    font-family: 'Anton', cursive;
    font-size: 28px;
    letter-spacing: 1px;
    text-align: center;
    line-height: 28px;
    padding: 20px 0 20px 0;
}

.videoTmb{
    width: 100%;
    margin-bottom: -4px;
    background-image: url(images/loading.png);
    background-size: contain;
}

.videoPlayerFront{
    margin: 0 auto;
    width: 100%;
    background-color: #222222;
    background-image: url(images/logobackground.png)
}

.indexThumb{
    margin: 0 -4px -4px 0;
    display:inline-block;
    width:33.33%;
    box-sizing: border-box;
}

.indexThumb50{
    margin: 0 -4px -4px 0;
    display:inline-block;
    width:33.33%;
    box-sizing: border-box;
}

.indexThumbTall{
    margin: 0 -4px -4px 0;
    display:inline-block;
    width: 16.66%;
    box-sizing: border-box;
}

.indexThumbTall50{
    margin: 0 -4px -4px 0;
    display:inline-block;
    width: 16.66%;
    box-sizing: border-box;
}

.indexThumbImg{
    width: 100%;
    display: block;
}

.memberThumbImg{
    width: 100%;
    display: block;
    margin-top: -18px;
}

/*
.indexModelThumb{
    margin: 0;
    display:inline-block;
    width:33.33%;
    padding-bottom:33.33%;
    overflow: hidden;
    box-sizing: border-box;
}
*/

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

.ThumbImg{
    display:block;
    width: 100%;
    padding-bottom:100%;

}

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

.videoPlayer{
    display: none;
    padding: 0px;
    position:fixed;
    top: 100px;
    transform: translateX(-50%);
    left: 50%;
    width: 100%;
    max-width: 960px;
    height: calc(100% - 100px);
    max-height: calc(100% - 100px);
    background-color: rgba(0, 0, 0, 0.75);
    box-sizing: border-box;
    overflow: hidden;
    z-index: 15;
}

.video{
/*      left: 50%;*/

      width: 100%;
    height: calc(100% - 60px);
/*      position: absolute;*/
/*      top: 50%;*/
/*      transform: translate(-50%, -50%);*/
}

.indexVideo{
    margin-bottom: -4px;
    width: 100%;
    max-height: 460px;
}

.videoTitle{
    width: 100%;
    min-height: 6px;
    padding: 0;
    display:block;
    background: linear-gradient(90deg, rgb(88, 88, 88) 0%, rgb(88, 88, 88) 0%, rgba(33,33,33,1) 0%, rgba(33,33,33,1) 100%);
    margin: 0;
    text-align: center;
}

.lowerTitle{
    position: fixed;
    width: 100%;
    max-width: 960px;
    height: 40px;
    padding: 0;
    display:inline-block;
    background-color: rgba(0, 0, 0, 0.85);
    text-align: right;
    bottom: 0;
    transform: translateX(-50%);
    left: 50%;
}

.wideTitle{
    width: 100%;
    height: 60px;
    padding: 0;
    display:block;
    margin: 0;
    text-align: center;
    line-height: 60px;
    background-color: #25719f;
    cursor:pointer;
    margin-bottom: 40px;
    margin-top: -30px;
    transform: translateY(-15px);
}
.wideTitle:hover{
    background-color: #1d84c3
}

.joinFrame{
    width: 100%;
    padding: 20px 10%;
    background-image: url(images/logobackground2.png);
    background-size: 40%;
    box-sizing: border-box;
    cursor: pointer;
    user-select: none;
}

.imageViewer{
    display: none;
    position:fixed;
    top: 100px;
    width: 100%;
    height: calc(100% - 140px);
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 5;
}

.pic{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.iconBtn2{
    height: 60px;
    width: 50px;
    display: inline-block;
    vertical-align: top;
    padding: 12px 8px;
    cursor:pointer;
    user-select: none;
    box-sizing: border-box;
}
.iconBtn2:hover{
    background-color: rgba(255, 255, 255, 0.25);
}

.btnSmall{
    width: 30px;
    padding: 5px;
    display: inline-block;
    margin-left: 8px;
}

.iconVideo{
    width: 22%;
    opacity: 0.7;
    margin: 4px 0 0 4px;
}

@media (max-width: 560px) {
    .indexThumb{
        width:100%;
    }
    .indexThumbTall{
        width:100%;
    }
    .indexThumb50{
        width:50%;
    }
    .indexThumbTall50{
        width:50%;
    }
    .tmbBtmText{
        padding: 3px 4px;
        font-size: 12px;
        margin-top: -26px;
        bottom: 2px;
        left: 2px;
    }
    .tmbTopText{
        padding: 3px 3px;
        font-size: 12px;
        top: 2px;
        left: 2px;
    }
    .tagImage{
        margin: -3px 0px -2px -2px;
        width: 18px;
        vertical-align: middle;
    }
    .tmbTimeText{
        font-size: 14px;
    }
}

/*For fixing overflow in safari*/
@supports (-webkit-touch-callout: none) {
    .videoThumb{
        overflow: auto;
    }
}
