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

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

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

.header{
    width: calc(100% - 12px);
    height: 64px;
    padding: 0;
    display:block;
    background-color: #383838;
    margin: 0 6px 0 6px;
    text-align: center;
}

.imgStripContainer{
    display: inline-block;
    width: 100%;
    max-width: 1200px;
/*    overflow: hidden;*/
}

.imgStrip{
    display: inline-block;
    width: 100%;
    overflow: hidden;
    padding-top: 2px;
/*    overflow: hidden;*/
}

.imgStripImg{
    display: inline-block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
/*    overflow: hidden;*/
}

.imgStripImg2{
    display: inline-block;
    width: 100%;
    max-width: 1200px;
    transform: translateX(-100%);
    position: absolute;
}

.footer{
    width: 100%;
    height: 70px;
    padding: 0;
    display:block;
    background-color: #383838;
    float: left;
    margin: 15px 0 0 0;
}

.indexBox{
    max-width: 100%
    /*display: none;*/
    overflow: auto;
}

.indexLogo{
    position:absolute;
    margin: 15px 0 0 15px;
    z-index: 10;
    width:120px;
}

.modelImg{
    max-width: 100%;
}

.btn{
    display: inline-block;
    height: 44px;
    padding: 12px 20px;
    text-decoration: none;
    color: #ffffff;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
    text-align: center;
    line-height: 20px;
    box-sizing: border-box;
    cursor:pointer;
}
.btn:hover{
    background-color: rgba(255, 255, 255, 0.25);
}

.btn2{
    height: 44px;
    display: inline-block;
    padding: 0 15px;
    margin: 10px 10px 10px 10px;
    text-decoration: none;
    color: #ffffff;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    letter-spacing: 1px;
    text-align: center;
    line-height: 40px;
    font-weight: 400;
    box-sizing: border-box;
    border-color: rgba(255, 255, 255, 0);
    border-width: 2px;
    border-style: solid;
    border-radius: 6px;
    cursor:pointer;
}
.btn2:hover{
    border-color: rgba(255, 255, 255, 0.45);
    border-style: solid;
}

.fullWidth{
    width: calc(100% - 24px);
}

.outline{
    border-color: #c35200;
}

.buttons{
    display: inline-block;
    float: right;
}

.btnWide{
    height: 50px;
    width: calc(90% - 56px);
    box-sizing: border-box;
    padding: 0 5px;
    margin: 10px auto 10px auto;
    text-decoration: none;
    color: #ffffff;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
    text-align: center;
    line-height: 50px;
    background-color: #d06618;
    border-radius: 8px;
}

.sortText{
    width: 100%;
    text-decoration: none;
    padding: 4px 6px;
    color: #ffffff;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 1px;
    text-align: center;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
    overflow: hidden;
}

.text16{
    width: 100%;
    text-decoration: none;
    padding: 5px 25px;
    color: #ffffff;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
}

.textBox{
    position: absolute;
    z-index: 5;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    box-sizing: border-box;
    padding: 25px 15px;
    vertical-align: middle;
    text-decoration: none;
    color: #ffffff;
    font-family: Roboto, sans-serif;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
    line-height: 42px;
    text-shadow: 0px 2px 8px #000000;
    background-color: rgba(0, 0, 0, 0.7);
}

.text24{
    width: 100%;
    text-decoration: none;
    padding: 15px 25px;
    color: #ffffff;
    font-family: Roboto, sans-serif;
    font-size: 24px;
    letter-spacing: 1px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
}

.textU{
    text-decoration:underline;
}

.stripContainer{
    width: 100%;
    overflow: auto;
    padding: 0;
    display:block;
    background-color: #383838;
    box-sizing: border-box;
}

.textMsg{
    width: 66px;
    height: 66px;
    position: fixed;
    z-index: 50;
    bottom: 14px;
    left: 14px;
    background-color: rgba(0, 0, 0, 0.7);
    text-decoration: none;
    padding: 18px 18px 18px 14px;
    border-radius: 33px;
    color: #fff;
    font-family: Pragati Narrow, sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 1px;
    text-align: center;
    box-sizing: border-box;
}

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

.textJoin{
    width: 100%;
    text-decoration: none;
    padding: 10px 25px;
    color: #ffffff;
    font-family: Roboto, sans-serif;
    font-size: 28px;
    letter-spacing: 1px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.cursorPointer{
    cursor:pointer;
}

.rotate90{
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}

.rotate180{
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}

.rotate270{
    -ms-transform: rotate(270deg); /* IE 9 */
    -webkit-transform: rotate(270deg); /* Chrome, Safari, Opera */
    transform: rotate(270deg);
}

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

.videoPlayer{
/*    margin: 0 auto;*/
    width: 100%;
    padding: 0;
    text-align: center;
    background-color: black;
    overflow: hidden;
}

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

.indexImage{
    width: 100%;
}

.indexThumb{
    width: 25%;
    float: left;
    box-sizing: border-box;
/*    padding: 2px;*/
    margin: 0;
    top:0;
    position: relative;
/*    cursor:pointer;*/
    height: 0;
    padding-bottom: calc(18.25% + 4px);
    background-image: url(images/loading.png);
    background-size: 100%;
}

@media (max-width: 1050px) {
    
    .indexLogo{
        width:100px;
        height:80px;
        margin: 10px 0 0 10px;
    }
}

@media (max-width: 720px) {
    .btn2{
        padding: 0px 8px;
        font-size: 16px;
        margin: 10px 4px 10px 4px;
    }
    
    .fullWidth{
    width: calc(100% - 8px);
    }
    .indexThumb{
        width: 50%;
/*        padding: 0px 3px 6px 3px;*/
        padding-bottom: calc(36% + 10px);
    }
    .imgStrip{
        width: 200%;
        transform: translateX(-25%);
    }
    .videoThumb {
        width:33.3%;
        padding-bottom:33.3%;
    }
    .videoFile{
        width: 130%;
        transform: translate(-10%, 0);
    }
    .joinFloatFrame{
        width: 100%;
        padding: 0 4px;
        transform: translateX(-50%) translateY(calc(-50% + 35px));
    }
}

@media (max-width: 560px) {
    
    .textBox{
        padding: 5px 5px;
        font-size: 18px;
        line-height: 30px;
        margin-top: 20px;
    }
}

@media (max-width: 480px) {
    .buttons{
        margin-right: -8px;
    }
    .indexLogo{
        width:62px;
        height:56px;
        margin: 4px 0 0 -2px;
    }
    .videoThumb{
        width:50%;
        padding-bottom: calc(50%);
    }
}