html, body {
  background: hsl(200,50%,10%);
}
a {
  color: rgba(255,255,255,.9);
  text-decoration: none;
}
#videooverlay {
  position: absolute;
  background:rgba(0,0,0,.9);
  top:0;
  left:0;
  right:0;
  bottom:0;
  text-align: center;
  z-index: 20;
  display: none;
}
#videooverlay .closevid {
  position: absolute;
  top:6%;
  right:8%;
  color:#FFF;
  cursor: pointer;
}
#app {
  background: hsl(200,50%,10%);
  position: absolute;
  top:66px;
  left:0;
  right:0;
  bottom:0;
}
#header {
  color: rgba(255,255,255,.9);
  font-family: 'Play', sans-serif;
  position: fixed;
  left:0;
  right:0;
  height: 66px;
  padding: 0;
  font-size: 40px;
  background: hsl(200,50%,40%);
  border-bottom: solid 4px hsl(200,50%,30%);
  box-shadow: 0 0 10px #000;
  z-index: 10;
}
.logo {
  display: inline-block;
  margin: 2px 20px;
  text-shadow: rgb(0, 0, 0) 0px 0px 5px, rgb(0, 0, 0) 0px 0px 5px, rgb(0, 0, 0) 0px 0px 5px, rgb(0, 0, 0) 0px 0px 5px, rgb(0, 0, 0) 0px 0px 5px, rgb(37, 183, 211) 0px 0px 8px, rgb(37, 183, 211) 0px 0px 8px, rgb(37, 183, 211) 0px 0px 8px, rgb(37, 183, 211) 0px 0px 8px, rgb(37, 183, 211) 0px 0px 8px, rgb(37, 183, 211) 0px 0px 8px, rgb(37, 183, 211) 0px 0px 8px, rgb(37, 183, 211) 0px 0px 8px, rgb(37, 183, 211) 0px 0px 8px, rgb(37, 183, 211) 0px 0px 8px, rgb(37, 183, 211) 0px 0px 8px, rgb(37, 183, 211) 0px 0px 8px, rgb(37, 183, 211) 0px 0px 8px, rgb(37, 183, 211) 0px 0px 8px, rgb(37, 183, 211) 0px 0px 8px;
  text-decoration: none;
  color:#DDD;
}
.logo h1 {
  display: inline;
  font-family: "Carter One", cursive;
}
.logo h1 span {
  color:orange;
}
.logo:hover, .logo:active, .logo:focus {
  text-decoration: none;
  color:#FFF;
}
.logo img {
  width:50px;
  vertical-align: middle;
}
.buttons {
  float:right;
  text-shadow: 0px 0px 2px rgba(0,0,0,.5);
  height:62px;
  width:380px;
}
.button {
  background: rgba(255,255,255,.1);
  display: inline-block;
  text-align: center;
  width:61px;
  cursor: pointer;
  position: relative;
  height:62px;
  margin-left:2px;
}
.button:first-child {
  margin-left:0;
}
.button:hover {
  background: rgba(255,255,255,.3);
}
.button.active {
  background: rgba(220,220,255,.3);
}
.button i {
  position:absolute;
  top:15px; left:0; right:0;
  font-size: 25px;
}
.button div {
  position:absolute;
  bottom:0; left:0; right:0;
  font-size:11px;
}
.gameitemscope>span {
  display:none;
}
.gameitem, .thumbitem {
  display: inline-block;
  width:200px;
  position:relative;
  margin:10px;
  background: hsl(200,50%,30%);
  text-align: center;
  box-shadow: 0px 0px 5px rgba(0,0,0,1);
  border-radius: 4px;
  cursor: pointer;
  border: solid 2px rgba(0,0,0,.25);
  padding-bottom:19px;
  color:#eee;
  line-height: normal;
  transition:.3s transform, .75s opacity;
}
.gameitem {
  opacity:0;
}
.gameitem:hover {
  transform:translateY(-5px);
  background: hsl(200,40%,50%);
  border: solid 2px rgba(255,255,255,.5);
  color:#fff;
}
.gameitem img, .thumbitem img {
  width:100%;
}
.gameitem .title, .thumbitem .title {
  position:absolute;
  bottom:0; left:0; right:0;
  border-top: solid 2px rgba(255,255,255,.3);
  font-size: 1.1em;
}
.thumbitem {
  width:30%;
  margin:5px;
  background:none;
  padding-bottom:20px;
}
.thumbitem:hover {
  border: solid 2px rgba(255,255,255,.5);
}
.thumbitem.video {
  position: relative;
}
.thumbitem.video:hover :after {
  content:"\f144";
  position:absolute;
  text-align: center;
  bottom:10px; left:0; right:0;
  color:#FFF;
  font-size:100px;
  opacity:.9;
  font-family: FontAwesome;
}
.sidebar .thumbitem .title {
  padding:0;
  font-size: 15px;
}

#main {
  text-align: center;
  margin-right:380px;
  font-family: 'Play', sans-serif;
}
#sidebar {
  transition:all .4s ease;
  position:fixed;
  top:66px; bottom:0;
  right:0;
  font-family: 'Play', sans-serif;
  background: hsl(200,30%,90%);
  width:380px;
  display: none;
  border-left:2px solid hsl(200,50%,20%);
}
#close_sidebar {
  position:absolute;
  top:10px;
  right:20px;
  padding:5px;
  color:#FFF;
  cursor:pointer;
  display: inline-block;
  background:rgba(255,255,255,.1);
}
#close_sidebar:hover {
  background:rgba(255,255,255,.2);
} 
.sidebar .title {
  background: hsl(200,50%,20%);
  color:#fff;
  padding: 10px;
  font-size:1.3em;
}
.sidebar .body { 
  overflow: auto;
  margin-bottom: 40px;
}
.sidebar .body .spin {
  margin:20px;
  text-align:center;
  font-size:2em;
}
.sidebar .body h2 {
  font-size:1.4em;
  text-align: center;
  font-weight: bold;
  margin:0;
  padding-top:10px;
}
.sidebar .body .share-zone {
  margin:10px;
  text-align: center;
}
.sidebar .body .share-zone i {
  display: inline-block;
  margin:0 10px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 30px;
  background: hsla(200,20%,30%,.7);
  cursor: pointer;
  color: #eee;
}
.sidebar .body .share-zone i:hover {
  color: #fff;
}
.sidebar .body .share-zone input {
  text-align: center;
  margin-bottom:20px;
}
.sidebar .body p {
  padding:5px;
  margin:5px;
  text-align: justify;
}
.sidebar .lobby {
  display:none;
}
.sidebar .lobby .nickname, .sidebar #sender {
  height:40px;
  background:rgba(0,0,0,.1);
}
.sidebar .lobby .nickname input {
  font-size: 1.2em;
  padding:8px;
  border:none;
  width:85%;
  box-shadow: inset 0 0 5px hsla(200,20%,30%,.7);
}
.sidebar .lobby .nickname input[readonly] {
  box-shadow: none;
  background:none;
}
.sidebar .lobby .nickname button, .sidebar #sender button {
  width:12%;
  border:none;
  margin-top:-5px;
  margin-left:5px;
}
.sidebar .chatbody {
  padding:5px;
  text-align: center;
  position:relative;
}
.sidebar .chatbody .wrapper {
  position:absolute;
  bottom:0; left:0; right:0; top:0;
  overflow: auto;
  word-wrap: break-word;
}
.sidebar .text-box {
  text-align:left;
  margin:5px;
  border-radius: 5px;
  background: hsl(200,50%,80%);
}
.sidebar .text-box .head {
  padding:5px;
  font-weight: bold;
  background:rgba(255,255,255,.2);
  font-size:.7em;
}
.sidebar .text-box .message {
  padding:5px;
  letter-spacing: -1px;
  font-size:1.1em;

}
.sidebar #sender input {
  font-size: 1.2em;
  padding:8px;
  border:none;
  width:85%;
  box-shadow: inset 0 0 5px hsla(200,20%,30%,.7);
}
.sidebar .ad {
  position:absolute;
  bottom:50px; left:0; right:0;
  text-align:center;
  color:#FFF;
}
.sidebar .footer {
  position:absolute;
  bottom:0; left:0; right:0;
  text-align:center;
  padding:10px;
  background: hsl(200,50%,30%);
  color:#FFF;
  font-weight:bold;
}
.sidebar .footer a {
  color:#fff;
}
.sidebar .footer a#rsslink {
  float:left;
}
.sidebar .footer a#rsslink:hover {
  color:orange;
}
iframe {
  width:100%;
  border:0;
}
.textblock {
  text-align:justify;
  color:#eee;
  padding:20px;
}
.textblock h2{
  border-bottom: 1px solid #fff;
  font-size:1.3em;
  padding:10px 0;
  font-weight:bold;
}
#_outbd_4 {
  margin:20px 0;
}