/*
	Variables & Mixins
	--------------------------------------------------------------------------- 
*/
/* line 5, ../sass/live.scss */
body.live {
  height: 100%;
  overflow: hidden;
}
/* line 8, ../sass/live.scss */
body.live header#header {
  position: absolute;
}
/* line 14, ../sass/live.scss */
body.live #live-claim {
  bottom: -100px;
  -moz-transition: bottom 0.3s;
  -o-transition: bottom 0.3s;
  -webkit-transition: bottom 0.3s;
  transition: bottom 0.3s;
}

/* line 20, ../sass/live.scss */
html.live {
  height: 100%;
  overflow: hidden;
}

/* line 25, ../sass/live.scss */
#live-stream {
  width: 100%;
  height: 100%;
}
/* line 28, ../sass/live.scss */
#live-stream #live-header {
  background-color: #fff;
  position: absolute;
  top: 0px;
  right: 0px;
  color: #00a9df;
  width: 500px;
  padding: 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 37, ../sass/live.scss */
#live-stream #live-header.no-game {
  width: 60px;
}
/* line 40, ../sass/live.scss */
#live-stream #live-header .claim {
  position: relative;
  display: block;
  float: left;
  font-size: 14px;
  width: 20%;
}
/* line 46, ../sass/live.scss */
#live-stream #live-header .claim .fa {
  position: absolute;
  top: -5px;
  left: 25px;
  font-size: 18px;
}
/* line 53, ../sass/live.scss */
#live-stream #live-header .content {
  display: block;
  float: left;
  font-size: 14px;
  width: 80%;
  padding-right: 90px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 60, ../sass/live.scss */
#live-stream #live-header .content .title {
  color: #0b1622;
}
/* line 63, ../sass/live.scss */
#live-stream #live-header .content .subtitle {
  color: #838383;
}
/* line 67, ../sass/live.scss */
#live-stream #live-header .close {
  position: absolute;
  right: 0px;
  top: 0px;
  display: block;
  width: 60px;
  height: 60px;
  background-color: #0b1622;
  text-align: center;
  line-height: 60px;
}
/* line 77, ../sass/live.scss */
#live-stream #live-header .close svg {
  width: 30px;
  height: 30px;
  vertical-align: middle;
}

/* line 86, ../sass/live.scss */
#live-stream.lightbox {
  display: none;
  background-color: #000;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000;
}

/* line 95, ../sass/live.scss */
#live-claim {
  -webkit-box-shadow: -2px -2px 8px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -2px -2px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: -2px -2px 8px 0px rgba(0, 0, 0, 0.2);
  z-index: 10;
  background-color: #fff;
  position: fixed;
  bottom: 0px;
  right: 0px;
  color: #00a9df;
  width: 320px;
  padding: 10px;
  height: 70px;
  overflow: hidden;
  cursor: pointer;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 20px;
  -moz-transition: bottom 0.3s;
  -o-transition: bottom 0.3s;
  -webkit-transition: bottom 0.3s;
  transition: bottom 0.3s;
}
/* line 113, ../sass/live.scss */
#live-claim.hide {
  bottom: -100px;
  -moz-transition: bottom 0.3s;
  -o-transition: bottom 0.3s;
  -webkit-transition: bottom 0.3s;
  transition: bottom 0.3s;
}
/* line 117, ../sass/live.scss */
#live-claim .claim {
  position: relative;
  display: block;
  float: left;
  font-size: 14px;
  width: 80px;
  position: absolute;
  top: 15px;
  left: 5px;
  padding: 5px;
}
/* line 127, ../sass/live.scss */
#live-claim .claim .fa {
  position: absolute;
  top: -5px;
  left: 25px;
  font-size: 18px;
}
/* line 134, ../sass/live.scss */
#live-claim .content {
  display: block;
  float: left;
  font-size: 14px;
  width: 100%;
  line-height: 15px;
  padding-left: 90px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 142, ../sass/live.scss */
#live-claim .content .title {
  color: #0b1622;
}
/* line 145, ../sass/live.scss */
#live-claim .content .subtitle {
  color: #838383;
}
