* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.tile {
  /* min-height: 140px; */
  /* max-height: 300px; */
  font-size: 12px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  z-index: 6;
  cursor: pointer;
}

.tile:not(.text):not(.vertical) {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* .tile.text {
  position: relative;
} */

.tile.a {
  outline: 2px solid #0c8204;
}

.tile.d {
  outline: 2px solid #f2393b;
}

.tile .inner::before,
.tile .inner::after {
  content: " ";
  display: table;
}

.tile .inner::after {
  clear: both;
}

.tile.video,
.tile.supa {
  line-height: 0;
  font-size: 0;
}

.tile.video:not(.vertical) video,
.tile.supa video {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  max-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.tile.vertical video {
  width: 100%;
  line-height: 0;
  font-size: 0;
}

.tile.doubleW {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .5rem;
}

/* .tile.platinum:before,
.tile.gold:before,
.tile.silver:before {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 10px;
  opacity: .8;
  font-size: 10px;
  color: #000;
  border-bottom-right-radius: 5px;
  z-index: 5;
} */

/* .tile.platinum:before {
  content: "platinum";
  background-color: #e6e6e5;
}

.tile.gold:before {
  content: "gold";
  background-color: #ffd700;
}

.tile.silver:before {
  content: "silver";
  background-color: #C0C0C0;
} */

.instagram:after {
  background: transparent url(/img/inst.png);
}

.twitter:after {
  background: transparent url(/img/tw.png);
}

.reportage:after {
  background: transparent url(/img/quote.png);
}

.instagram:after,
.twitter:after,
.reportage:after,
.gold:after,
.silver:after,
.platinum:after
 {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  z-index: 100;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
}
/*
.platinum.reportage:after,
.platinum.instagram:after,
.platinum.twitter:after,
.gold.reportage:after,
.gold.instagram:after,
.gold.twitter:after,
.silver.reportage:after,
.silver.instagram:after,
.silver.twitter:after
{
	display: _none;
}
*/  

.tile.square,
.tile.presentation {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
}

.tile.square {
  background-size: cover;
}

.tile .link {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  min-height: 100px;
}

.tile .inner .front,
.tile .inner .back {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* position: absolute;
  top: 0;
  left: 10px;
  right: 10px;
  bottom: 0; */
  padding: 20px 10px;
  float: left;
  /* width: 100%; */
  /* min-height: 160px; */
  text-align: left;
  word-break: break-word;
  /* background-color: #ffffff; */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.tile .inner .back {
  position: absolute;
  width: 100%;
}

.tile.-flipped .inner .back {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}

.tile.-flipped .front {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.front p {
  margin: 0;
  width: 100%;
  /* height: 100%; */
  max-height: calc(100% - 20px);
  line-height: 1.2;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* .tile.text .inner::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  background: linear-gradient(to bottom, transparent 0%, #fff 80%);
} */

.newlive__item__avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.newlive__item__author {
  font-weight: 700;
}

.tile .inner {
	position: relative;
	z-index: 99;
}

.tile .inner .back {
  text-align: center;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.tile button {
  position: absolute;
  top: 0;
  padding: 8px;
  border: 0;
  color: #ffffff;
  font-size: 12px;
  /* opacity: 0.6; */
  z-index: 7;
  -webkit-transition: .3s opacity ease-in-out;
  -o-transition: .3s opacity ease-in-out;
  transition: .3s opacity ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  cursor: pointer;
}

.tile button:hover {
  opacity: 1;
}

.tile button.menu {
  right: 0;
  width: 25px;
  height: 25px;
  background: transparent url(/img/icons/arrow-down-white.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 100;
}

/* #tile-menu button.nemu {
  width: auto;
  border-top-left-radius: 8px;
  background-image: none;
  background: #f2393b;
} 

.tile button.sponsor {
	left: 0;
	width: 30px;
	height: 30px;
	background-color: transparent;
	background-size: contain;
	background-repeat: no-repeat;
}
*/
.tile.platinum:after {
  background-image: url(/img/icons/crown-platinum.png);
}

.tile.gold:after {
	background-image: url(/img/icons/crown-gold.png);
}

.tile.silver:after {
	background-image: url(/img/icons/crown-silver.png);
}

/* #tile-menu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  z-index: 10;
} */

/* .tile.d button.green {
  background-color: #f2393b;
} */

.tile.poll .inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 20px;
  background-color: #ffffff;
  text-align: center;
}

.tile.poll .graph {
  margin: 20px auto 0;
  width: 95%;
  font-weight: bold;
  line-height: 40px;
}

.tile.poll .results {
  margin-top: -20px;
  text-align: center;
}

.tile.poll .results:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 20px;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(75%, rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 1)));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 1) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 1) 100%);
  z-index: 1;
}

.tile.poll .results .graph {
  margin-top: 5px;
  width: 100%;
  max-height: 100%;
  line-height: 25px;
  font-weight: 100;
  overflow: hidden;
}

.tile.poll .results>strong {
  position: relative;
  display: block;
  padding: .2rem;
  overflow: hidden;
  max-height: 50px;
  min-height: 40px;
  color: #1a1a1a;
  background: #ffffff;
  text-align: center;
  font-size: .68rem;
  vertical-align: bottom;
  line-height: 1;
  z-index: 1;
}

.tile.poll .results>strong:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0px, rgba(255, 255, 255, 0.4) 45px, rgba(255, 255, 255, 1) 48px);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0px, rgba(255, 255, 255, 0.4) 45px, rgba(255, 255, 255, 1) 48px);
  z-index: 2;
}

.results .graph>div>div {
  float: left;
  height: auto;
}

.results .graph div {
  margin-bottom: 2px;
}

.tile.alarm {
  background-size: cover;
  background-position: center center;
  text-align: center;
}

.tile.alarm .inner {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
  width: 100%;
  height: 100%;
  color: #000000;
  background-color: transparent;
  background-size: cover;
  background-position: center center;
}

.tile.alarm .inner .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100px;
  height: 100%;
  width: 100%;
  color: #000000;
  cursor: pointer;
  text-decoration: none;
}

.tile.alarm .inner .link h1 {
  padding: 5px;
  border-radius: 5px;
  /* background-color: rgba(0, 0, 0, .7); */
  background-color: transparent;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.2;
}

/* start poll tile */

.tile.poll {
  overflow: hidden;
}

.tile.poll .inner {
  background-color: #ffffff;
}

.tile.poll .results:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 20px;
  width: 100%;
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(75%, rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 1)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 75%, rgba(255, 255, 255, 1) 100%);
  z-index: 1;
}

.tile.poll .results .graph {
  width: 100%;
  max-height: 100%;
  margin-top: 5px;
  line-height: 20px;
  font-weight: 100;
  overflow: hidden;
}

.tile.poll .results strong {
  position: relative;
  display: block;
  padding: .2rem;
  overflow: hidden;
  max-height: 50px;
  min-height: 40px;
  background: #ffffff;
  text-align: center;
  font-size: .7rem;
  line-height: 1.1;
  z-index: 1;
}

.tile.poll .results strong:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0px, rgba(255, 255, 255, 0.4) 45px, rgba(255, 255, 255, 1) 48px);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0px, rgba(255, 255, 255, 0.4) 45px, rgba(255, 255, 255, 1) 48px);
  z-index: 2;
}

.results .graph>div>div {
  float: left;
  height: auto;
}

.results .graph div {
  margin-bottom: 2px;
}

.results .graph .answer {
  position: relative;
  margin-bottom: 2px;
  padding-top: 0;
  width: 85%;
  text-align: left;
}

.results .graph .value {
  margin-left: -.5rem;
  margin-top: 5px;
  width: 15%;
  text-align: right;
  color: #000000;
  white-space: nowrap;
}

.results .graph span {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 10px;
  border-radius: 0 10px 10px 0;
  height: 100%;
  color: #1a1a1a;
}

.results .graph span:last-child {
  position: relative;
  display: block;
  padding: 5px;
  width: 95%;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  background: none;
}

.results .graph div:nth-child(1) span:first-child {
  background-color: rgba(243, 225, 37, 0.7);
}

/* end poll tile */

table tr td {
  padding: 5px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  color: #000;
  background-color: #fafafa;
}