body {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    margin: 0rem;
    padding: 0rem;
    background-color: #000000;
    color: #ffffff;
}
body a {
    color: #ffffff;
    text-decoration: underline;
}

.btn_down {
    line-height: 0.1rem;
    font-size: 1rem;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    position: fixed;
    bottom: 0rem;
    left: 0rem;
    right: 0rem;
}

.btn_down img {
    width: 100%;
    height: auto;
}

.wrapper {
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.videoElement {
    width: 100%;
}
.row1 {
    margin: 0.5rem;
    font-size: 0.8rem;
    text-decoration: none;
    position: relative;
}
.row1 a {
    font-size: 0.8rem;
    text-decoration: underline;
}
.row3 {
    margin-top: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 0rem;
}
.row3 h1 {
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0rem;
    padding: 0rem;
}
ul {
    list-style-type: none;
    margin: 0rem;
    padding: 0rem;
}
ul li {
    margin-right: 0.3rem;
    display: inline;
}
ul li a {
    color: #ffffff;
    text-decoration: underline;
    color: #cecece;
}
.lastLi {
    margin-right: 0rem;
}
.logo {
    width: 7rem;
}
.login {
    position: absolute;
    top: 0.32rem;
    right: 0rem;
    text-align: right;
    background-color: #000000;
}
.loginText {
    font-size: 0.8rem;
    color: #cecece;
    text-decoration: underline;
}
.live{
	width: 95%;
	margin-top: 10px;
	border-radius: 10px;
}
.footer1 {
    display: block;
    position: fixed;
    bottom: 0;
    background-color: rgba(0,0,0,0.8);
    z-index: 9999;
    width: 100%;
}
.footer1 .get-up {
    color: #fff;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
}
.footer1 .user-links1 {
    overflow: hidden;
    width: 100%;
    opacity: 22px;
    opacity: 0.9;
}
.footer1 .user-links1 li {
    float: left;
    display: inline-block;
    width: 46%;
    box-sizing: border-box;
    margin: 0px;
    padding: 7px;
    text-align: center;
    margin-left: 1px;
}
.footer1 .user-links1 li a {
    font-family: "montserrat";
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    display: block;
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding: 0px;
}
.footer1 .user-links1 .and {
    width: 6%;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    padding: 0;
    position: relative;
    top: 11px;
}
.rwxk {
    top: 220px;
    right: 0.1em;
    position: fixed;
    padding: 0px;
    z-index: 99999;
    font-size: 16px;
    color: white;
    border-radius: 10px;
    text-align: center;
}
.rwxk2 {
    top: 140px;
    right: 0.1em;
    position: fixed;
    padding: 0px;
    z-index: 99999;
    font-size: 16px;
    color: white;
    border-radius: 10px;
    text-align: center;
}

.you {
    animation: twinkle1 0.6s infinite alternate;
    -moz-animation: twinkle1 0.6s infinite alternate;
    -ms-animation: twinkle1 0.6s infinite alternate;
    -webkit-animation: twinkle1 0.6s infinite alternate;
}

@keyframes twinkle1 {
    0% {
        -webkit-transform: scale(1.0);
        -moz-transform: scale(1.0);
        -ms-transform: scale(1.0);
    }
    100% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
    }
}

@-moz-keyframes twinkle1 {
    0% {
        -webkit-transform: scale(1.0);
        -moz-transform: scale(1.0);
        -ms-transform: scale(1.0);
    }
    100% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
    }
}