@import url("https://fonts.googleapis.com/css?family=Noto+Sans");
.margin-top-25 {
  margin-top: 25px; }

.margin-bottom-25 {
  margin-bottom: 25px; }

.margin-top-20 {
  margin-top: 20px; }

.margin-bottom-20 {
  margin-bottom: 20px; }

.margin-top-15 {
  margin-top: 15px; }

.margin-bottom-15 {
  margin-bottom: 15px; }

.margin-top-10 {
  margin-top: 10px; }

.margin-bottom-10 {
  margin-bottom: 10px; }

.margin-top-5 {
  margin-top: 5px; }

.margin-bottom-5 {
  margin-bottom: 5px; }

.width-70 {
  width: 70px; }

.width-100 {
  width: 100px; }

.width-120 {
  width: 120px; }

.width-145 {
  width: 145px; }

.width-150 {
  width: 150px; }

.width-155 {
  width: 155px; }

.width-200 {
  width: 200px; }

.width-226 {
  width: 226px; }

.width-250 {
  width: 250px; }

.width-300 {
  width: 300px; }

.width-320 {
  width: 320px; }

.width-360 {
  width: 360px; }

.width-400 {
  width: 400px; }

.width-500 {
  width: 500px; }

.width-600 {
  width: 600px; }

.width-700 {
  width: 700px; }

.width-800 {
  width: 800px; }

.size-60 {
  font-size: 60px; }

.size-25 {
  font-size: 25px; }

.size-22 {
  font-size: 22px; }

.size-18 {
  font-size: 18px; }

.size-17 {
  font-size: 17px; }

.size-16 {
  font-size: 16px; }

.size-15 {
  font-size: 15px; }

.size-14 {
  font-size: 14px; }

.size-13 {
  font-size: 13px; }

.size-12 {
  font-size: 12px; }

.animated {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

.videoStatus .bar {
  width: 100%;
  height: 15px;
  z-index: 2; }

.meter {
  position: relative;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  background: #eee;
  width: 100%;
  height: 100%; }

.meter > span {
  display: block;
  height: 100%;
  background-color: #337ab7;
  position: relative;
  overflow: hidden; }

.meter > span:after, .animate > span > span {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, rgba(0, 0, 0, 0.2)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(0, 0, 0, 0.2)), color-stop(0.75, rgba(0, 0, 0, 0.2)), color-stop(0.75, transparent), to(transparent));
  background-image: -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0.2) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.2) 75%, transparent 75%, transparent);
  z-index: 1;
  -webkit-background-size: 50px 50px;
  -moz-background-size: 50px 50px;
  background-size: 50px 50px;
  -webkit-animation: move 2s linear infinite;
  -moz-animation: move 2s linear infinite;
  overflow: hidden; }

.animate > span:after {
  display: none; }

.steps {
  color: #ccc;
  margin-bottom: 4px; }
  .steps .step.active > span {
    color: #337ab7; }

@-webkit-keyframes move {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 50px 50px; } }
@-moz-keyframes move {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 50px 50px; } }
* {
  font-family: 'Noto Sans', sans-serif; }

body {
  padding-top: 60px;
  background: #f2f2f2; }

#loaderr {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(https://assets.soundgym.co/loaderr/mob-1.gif) center no-repeat #fff;
  opacity: .8; }

footer {
  padding-bottom: 30px; }

.error {
  color: #b00000; }

@media (min-width: 768px) {
  footer > .container {
    padding-top: 30px; } }
table {
  width: 100%;
  text-align: center; }

section {
  padding: 20px 0 35px; }

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.pagination {
  margin-top: 0; }

section.slice {
  padding: 20px 0 50px; }

.relative {
  position: relative; }

.invert {
  background: #000;
  color: #fff; }

.steps-wizard section {
  padding: 80px 0 0;
  display: none;
  position: relative; }
  .steps-wizard section[show="yes"] {
    display: block; }

.modal-invert .modal-content {
  background: #353535;
  color: #eee; }
  .modal-invert .modal-content input, .modal-invert .modal-content select {
    background: #222;
    color: #eee;
    border: 1px solid #111; }
  .modal-invert .modal-content .close {
    color: #ccc;
    text-shadow: none; }
  .modal-invert .modal-content .modal-header {
    border-bottom-color: #111; }

.modal-form-blur [blur="yes"] {
  -webkit-filter: blur(4px);
  filter: blur(4px); }
.modal-form-blur [transparent="yes"] {
  opacity: 0; }

.invert-image-list .invert-radio-btn {
  padding-left: 3px;
  line-height: 36px;
  cursor: pointer; }
.invert-image-list .invert-image {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  filter: gray;
  -webkit-transition: all .2s ease;
  opacity: 0.5;
  border-radius: 3px;
  cursor: pointer; }
  .invert-image-list .invert-image:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    opacity: 1; }

.lister-middots {
  cursor: pointer;
  font-size: 14px;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #eee; }
  .lister-middots .opt {
    color: #666;
    cursor: pointer; }
    .lister-middots .opt[is-selected="yes"] {
      color: #d9534f; }

.orbitron {
  font-family: 'Orbitron', sans-serif !important;
  text-transform: uppercase;
  line-height: 36px;
  text-shadow: 1px 3px 2px rgba(0, 0, 0, 0.3); }

.icon-logo {
  margin-right: 4px; }

.text-gray {
  color: #ddd; }

.text-white {
  color: #fff; }

.transparent {
  opacity: 0; }

.pointer {
  cursor: pointer;
  user-select: none; }

.solid {
  background: #eee; }

.blinker {
  opacity: 1;
  -webkit-animation: blinker 0.7s infinite;
  -moz-animation: blinker 0.7s infinite;
  animation: blinker 0.7s infinite; }

[fill-me-now="yes"] {
  background: #fff;
  -webkit-animation: fill-me-now 2s infinite;
  -moz-animation: fill-me-now 2s infinite;
  animation: fill-me-now 2s infinite; }

kbd {
  text-transform: capitalize; }

sub {
  color: #888; }

.rtl, [rtl] {
  direction: rtl; }

.avatar {
  border-radius: 3px;
  box-shadow: 0 0 1px #999; }

[aura="1"] {
  box-shadow: 0 0 15px 1px #33BDBA; }

#identity-list a:hover {
  color: #b52b27; }

.sixteen-nine {
  position: relative;
  margin-bottom: 20px; }
  .sixteen-nine:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%; }
  .sixteen-nine > iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.tiktok-embed {
  padding: 0;
  margin: 0;
  font-size: 0;
  border-left: none; }
  .tiktok-embed section {
    padding: 0; }

.tiktok-iframe {
  width: 325px;
  height: 790px;
  margin: 0 auto;
  display: block;
  border: none;
  background: transparent;
  overflow: hidden; }

.c-999 {
  color: #999; }

small {
  color: #999; }

.dark-link {
  color: #333; }
  .dark-link:hover {
    color: #b52b27; }

.auto-margin {
  margin: 0 auto; }

.nav-btn {
  color: #111;
  padding: 10px;
  border-radius: 5px;
  background: #f5f5f5;
  border: 1px solid #eee;
  display: block;
  transition: all .2s ease; }
  .nav-btn:hover {
    background: #eee;
    border: 1px solid #ccc; }

.dropdown-menu.nav-dropdown-invert {
  background: #181818; }
  .dropdown-menu.nav-dropdown-invert li > a.nav-flex {
    display: flex;
    justify-content: flex-start;
    padding: 10px;
    margin: 0; }
    .dropdown-menu.nav-dropdown-invert li > a.nav-flex:hover {
      text-decoration: none;
      background-color: rgba(0, 0, 0, 0.3); }
      .dropdown-menu.nav-dropdown-invert li > a.nav-flex:hover .nav-texts .nav-title {
        color: #fff; }
      .dropdown-menu.nav-dropdown-invert li > a.nav-flex:hover .nav-texts .nav-subtitle {
        color: #aaa; }
    .dropdown-menu.nav-dropdown-invert li > a.nav-flex .nav-thumb {
      width: 70px;
      height: 60px; }
    .dropdown-menu.nav-dropdown-invert li > a.nav-flex .nav-texts {
      padding-top: 5px; }
      .dropdown-menu.nav-dropdown-invert li > a.nav-flex .nav-texts .nav-title {
        color: #ccc; }
      .dropdown-menu.nav-dropdown-invert li > a.nav-flex .nav-texts .nav-subtitle {
        margin-top: 5px;
        color: #999;
        font-size: .95em; }

.btn-danger small {
  color: #f7a2a0; }

.btn-warning small {
  color: #ffd8a5; }

.btn-group .option {
  float: left;
  margin: 0 10px; }

.btn.btn-flat {
  color: #999;
  background: #ddd; }
  .btn.btn-flat:hover, .btn.btn-flat:focus, .btn.btn-flat.focus {
    color: #666; }
  .btn.btn-flat[is-live="yes"] {
    background: #FF0000;
    color: #fff; }
  .btn.btn-flat[is-unique="yes"] {
    background: #226677;
    color: #fff; }

.btn.btn-flat-danger {
  color: #fff;
  background: #d9534f; }
  .btn.btn-flat-danger:hover, .btn.btn-flat-danger:focus, .btn.btn-flat-danger.focus {
    background: #a33e3c; }

.btn.btn-flat-info {
  color: #fff;
  background: #5bc0de; }
  .btn.btn-flat-info:hover, .btn.btn-flat-info:focus, .btn.btn-flat-info.focus {
    background: #4695aa; }

.btn.btn-flat-default {
  color: #fff;
  background: #333; }
  .btn.btn-flat-default:hover, .btn.btn-flat-default:focus, .btn.btn-flat-default.focus {
    background: #222; }

.btn.btn-flat-modest {
  color: #fff;
  background: #999; }
  .btn.btn-flat-modest:hover, .btn.btn-flat-modest:focus, .btn.btn-flat-modest.focus {
    background: #777; }

.btn-modest {
  color: #999; }
  .btn-modest:hover {
    color: #777; }

.btn-pink {
  background-color: #B5258F;
  border-color: #B5258F;
  box-shadow: 0 3px 0 0 #820a62;
  color: #fff; }
  .btn-pink:hover {
    background-color: #9e1a7b; }

.btn-vocal {
  background-color: #BE516A;
  border-color: #BE516A;
  box-shadow: 0 3px 0 0 #9e354c;
  color: #fff; }
  .btn-vocal:hover {
    background-color: #aa4057; }

.btn-limited {
  background-color: #777;
  border-color: #777;
  box-shadow: 0 3px 0 0 #888;
  color: #ccc; }
  .btn-limited:hover {
    background-color: #888; }

.btn-tag {
  margin-bottom: 4px;
  color: #fff; }
  .btn-tag[state='0'] {
    background: #666; }
  .btn-tag[state='1'] {
    background: #d9534f; }

.update-amount-btn:hover {
  background: #f5f5f5;
  color: #111;
  cursor: pointer; }

.unlock {
  padding: 10px 0;
  background: url("data:image/png;base64,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") repeat; }

.unlock-banner {
  padding: 10px 0 15px; }
  .unlock-banner .unlock-banner-title {
    font-size: 28px;
    text-shadow: 0 0 4px #000;
    margin-top: 5px;
    text-transform: uppercase; }
    .unlock-banner .unlock-banner-title .white {
      color: #fff; }
    .unlock-banner .unlock-banner-title .red {
      color: #ea605c; }
  .unlock-banner .unlock-banner-btn {
    font-size: 16px;
    background: #d9534f;
    color: #fff;
    line-height: 22px;
    padding: 8px 14px;
    border-radius: 20px;
    display: inline-block;
    margin: 10px auto 5px;
    text-shadow: 0 0 4px #000; }

.olympics-banner {
  padding: 10px 0;
  background: #222 url(https://assets.soundgym.co/texture/fabric/2.png) repeat;
  height: 110px;
  margin-bottom: 15px; }
  .olympics-banner .olympics-banner-title {
    color: #fff;
    font-size: 20px;
    line-height: 30px; }
  .olympics-banner .olympics-banner-subtitle {
    color: #999;
    font-size: 14px;
    line-height: 18px; }

.party-banner {
  padding: 10px 0;
  background: #113e60 url(https://assets.soundgym.co/texture/fabric/10.png) repeat;
  height: 110px;
  overflow: hidden; }
  .party-banner .party-banner-title {
    color: #fff;
    font-size: 18px;
    line-height: 50px; }
  .party-banner .party-banner-subtitle {
    color: #95c8ed;
    font-size: 14px;
    line-height: 18px; }
  .party-banner .confetti {
    width: 15px;
    height: 15px;
    background-color: #f2d74e;
    position: absolute;
    left: 50%;
    animation: confetti 5s ease-in-out -2s infinite;
    transform-origin: left top; }
  .party-banner .confetti:nth-child(1) {
    background-color: #f2d74e;
    left: 10%;
    animation-delay: 0; }
  .party-banner .confetti:nth-child(2) {
    background-color: #95c3de;
    left: 20%;
    animation-delay: -5s; }
  .party-banner .confetti:nth-child(3) {
    background-color: #ff9a91;
    left: 30%;
    animation-delay: -3s; }
  .party-banner .confetti:nth-child(4) {
    background-color: #f2d74e;
    left: 40%;
    animation-delay: -2.5s; }
  .party-banner .confetti:nth-child(5) {
    background-color: #95c3de;
    left: 50%;
    animation-delay: -4s; }
  .party-banner .confetti:nth-child(6) {
    background-color: #ff9a91;
    left: 60%;
    animation-delay: -6s; }
  .party-banner .confetti:nth-child(7) {
    background-color: #f2d74e;
    left: 70%;
    animation-delay: -1.5s; }
  .party-banner .confetti:nth-child(8) {
    background-color: #95c3de;
    left: 80%;
    animation-delay: -2s; }
  .party-banner .confetti:nth-child(9) {
    background-color: #ff9a91;
    left: 90%;
    animation-delay: -3.5s; }
  .party-banner .confetti:nth-child(10) {
    background-color: #f2d74e;
    left: 100%;
    animation-delay: -2.5s; }

.giftbox {
  height: 200px;
  width: 140px;
  margin: -40px auto 20px;
  cursor: pointer;
  position: relative; }
  .giftbox img {
    position: absolute;
    top: 0;
    left: 0;
    transition: all .2s ease; }
  .giftbox .giftbox-top {
    transform-origin: 15px 130px;
    transform: rotate(0deg); }
  .giftbox .giftbox-unavailable {
    opacity: 0;
    position: absolute;
    bottom: -20px;
    color: #999;
    transition: all .2s ease;
    font-size: 12px;
    width: 100%;
    text-align: center; }
  .giftbox .giftbox-amount {
    position: absolute;
    bottom: 0;
    left: 40px;
    transition: all .2s ease;
    font-size: 20px;
    color: transparent; }
  .giftbox[gift-state="active"] .giftbox-top {
    animation: shake .5s; }
  .giftbox[gift-state="unavailable"] .giftbox-unavailable {
    opacity: 1; }
  .giftbox[gift-state="open"] .giftbox-top {
    transform: rotate(-80deg); }
  .giftbox[gift-state="open"] .giftbox-coins {
    top: -70px;
    left: -15px; }
  .giftbox[gift-state="open"] .giftbox-amount {
    bottom: 97px;
    left: 80px;
    color: #111; }

.box-snow {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%; }
  .box-snow[snow="on"] .fa-snowflake-o {
    opacity: 1; }
  .box-snow .fa-snowflake-o {
    opacity: 0;
    width: 15px;
    height: 15px;
    color: #aaa;
    position: absolute;
    left: 50%;
    animation: confetti 5s ease-in-out -2s infinite;
    transform-origin: left top; }
    .box-snow .fa-snowflake-o:nth-child(1n) {
      color: #bbb;
      left: 10%;
      animation-delay: 0s; }
    .box-snow .fa-snowflake-o:nth-child(2n) {
      color: #ccc;
      left: 20%;
      animation-delay: -1s; }
    .box-snow .fa-snowflake-o:nth-child(3n) {
      color: #ddd;
      left: 30%;
      animation-delay: -3s; }
    .box-snow .fa-snowflake-o:nth-child(4n) {
      color: #eee;
      left: 40%;
      animation-delay: -2.5s; }
    .box-snow .fa-snowflake-o:nth-child(5n) {
      color: #aaa;
      left: 50%;
      animation-delay: -4s; }
    .box-snow .fa-snowflake-o:nth-child(6n) {
      color: #bbb;
      left: 60%;
      animation-delay: -6s; }
    .box-snow .fa-snowflake-o:nth-child(7n) {
      color: #ccc;
      left: 70%;
      animation-delay: -1.5s; }

.spi-compare {
  height: 90px;
  width: 300px;
  position: relative;
  display: inline-block; }
  .spi-compare.spi-compare-md {
    height: 72px;
    width: 240px; }
  .spi-compare.spi-compare-sm {
    height: 54px;
    width: 180px; }
  .spi-compare .percent {
    height: 100%;
    background: #9b140f; }
  .spi-compare .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }

.progress {
  background-color: #ccc; }

#gameover-modal {
  padding-bottom: 10px; }

.press img {
  background: url(https://assets.soundgym.co/general/png.png) repeat;
  box-shadow: 0 0 1px #ccc; }

#addSound {
  background: #fff;
  padding: 30px;
  box-shadow: 0 0 1px #999;
  height: 150px; }

img.grayed {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  filter: gray;
  -webkit-transition: all .2s ease; }

.filter {
  color: #ccc; }
  .filter .active {
    color: #777; }

img.grayme {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  filter: gray;
  -webkit-transition: all .2s ease; }
  img.grayme:hover, img.grayme.active {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%); }

img.opacity {
  opacity: .8;
  transition: all .2s ease; }
  img.opacity:hover, img.opacity.active {
    opacity: 1; }

.opacity-5-black span {
  color: #999; }
.opacity-5-black img {
  opacity: .5;
  transition: all .2s ease; }
.opacity-5-black:hover span, .opacity-5-black.active span {
  color: #fff; }
.opacity-5-black:hover img, .opacity-5-black.active img {
  opacity: 1; }

.opacity-5-white span {
  color: #999; }
.opacity-5-white img {
  opacity: .9;
  transition: all .2s ease; }
.opacity-5-white:hover span, .opacity-5-white.active span {
  color: #111; }
.opacity-5-white:hover img, .opacity-5-white.active img {
  opacity: 1; }

.tab-loader {
  position: absolute;
  top: 15px;
  left: 15px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 25px;
  display: none; }

#content {
  position: relative; }
  #content .tabIcon {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 50px; }

.countdown-clock[status="enabled"] {
  display: inline-block; }
.countdown-clock[status="disabled"] {
  display: none; }

.tag {
  color: #999;
  margin-bottom: 4px;
  padding: 1px 4px;
  font-size: 12px;
  line-height: 1.5;
  display: inline-block;
  font-style: italic; }

.multiselection-div {
  font-size: 0; }
  .multiselection-div button {
    transition: all .2s;
    background: #ddd;
    color: #666;
    font-size: 13px;
    line-height: 22px;
    border: none;
    outline: none; }
    .multiselection-div button:nth-child(2) {
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px; }
    .multiselection-div button:last-child {
      border-top-right-radius: 3px;
      border-bottom-right-radius: 3px; }
    .multiselection-div button[is-active="yes"] {
      background: #333;
      color: #fff; }

.slider-div {
  display: inline-block; }
  .slider-div .slider-input {
    -webkit-appearance: none;
    /* Override default CSS styles */
    appearance: none;
    width: 100%;
    /* Full-width */
    height: 14px;
    /* Specified height */
    background: #d3d3d3;
    /* Grey background */
    outline: none;
    /* Remove outline */
    opacity: 0.7;
    /* Set transparency (for mouse-over effects on hover) */
    -webkit-transition: .2s;
    /* 0.2 seconds transition on hover */
    transition: opacity .2s;
    vertical-align: top;
    margin-left: 8px; }
    .slider-div .slider-input:hover {
      opacity: 1;
      /* Fully shown on mouse-over */ }
    .slider-div .slider-input::-webkit-slider-thumb {
      -webkit-appearance: none;
      /* Override default look */
      appearance: none;
      width: 14px;
      /* Set a specific slider handle width */
      height: 14px;
      /* Slider handle height */
      background: #111;
      /* Green background */
      cursor: pointer;
      /* Cursor on hover */ }
    .slider-div .slider-input::-moz-range-thumb {
      width: 14px;
      /* Set a specific slider handle width */
      height: 14px;
      /* Slider handle height */
      background: #111;
      /* Green background */
      cursor: pointer;
      /* Cursor on hover */ }

.generator-preview {
  width: 256px;
  height: 256px;
  background: #eee;
  text-align: center;
  border-radius: 3px;
  line-height: 256px;
  color: rgba(0, 0, 0, 0.3); }
  .generator-preview .fa-spin {
    font-size: 50px; }

/* Deleted User
-------------------------------------------------------*/
img.deleted {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  filter: gray;
  -webkit-transition: all .2s ease; }

/* Popover
-------------------------------------------------------*/
.popover {
  max-width: 356px; }
  .popover.bottom {
    min-width: 140px; }
  .popover .btn {
    margin: 2px; }
  .popover textarea.form-control {
    width: 300px;
    height: 160px;
    resize: none; }

/* Nav
-------------------------------------------------- */
.navbar {
  margin-bottom: 0; }

.left-navbar li {
  text-align: center; }
  .left-navbar li a {
    min-width: 58px; }

.navbar-inverse {
  background: #151515; }
  .navbar-inverse .navbar-brand {
    color: #fff;
    font-size: 45px;
    padding-top: 5px; }
  .navbar-inverse .navbar-brand-guest {
    color: #fff;
    font-size: 28px;
    padding-top: 12px;
    padding-bottom: 9px;
    display: inline-block; }

@media (max-width: 768px) {
  .navbar-brand, .navbar-brand-guest {
    padding-left: 10px; }

  .unlock-banner .unlock-banner-title {
    font-size: 24px; } }
.navbar-nav > li > a {
  line-height: 32px; }

.dropdown-menu {
  min-width: 300px; }
  .dropdown-menu .actions {
    padding: 8px 15px;
    margin-bottom: 12px; }
    .dropdown-menu .actions a {
      cursor: pointer; }

#account .info {
  padding: 10px 15px; }
  #account .info .username {
    font-weight: bold;
    font-size: 15px; }
  #account .info .sc {
    color: #999;
    font-size: 13px; }

#about li, #soundcoins-menu li, #logo-menu li {
  text-align: left; }
#about .social, #soundcoins-menu .social, #logo-menu .social {
  text-align: center; }
  #about .social a, #soundcoins-menu .social a, #logo-menu .social a {
    display: inline-block;
    font-size: 18px;
    padding: 3px;
    min-width: 36px; }
#about:hover .dropdown-menu, #soundcoins-menu:hover .dropdown-menu, #logo-menu:hover .dropdown-menu {
  display: block;
  margin-top: 0;
  max-height: 400px;
  overflow-y: auto; }
#about .icon-logo, #soundcoins-menu .icon-logo, #logo-menu .icon-logo {
  font-size: 42px;
  height: 60px;
  line-height: 26px; }

@media (max-width: 768px) {
  #account {
    color: #fff; }

  .navbar-inverse .navbar-brand {
    padding-top: 0; }

  .left-navbar {
    margin-left: 0; } }
#rank i {
  font-size: 24px; }

.feedType {
  color: #eee;
  margin-top: 12px; }

.follow {
  margin-bottom: 15px; }

#previewModal img {
  margin: auto; }
#previewModal .previewClose {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #999;
  border: none;
  border-radius: 3px;
  background: transparent;
  font-size: 20px; }
  #previewModal .previewClose:hover {
    color: #fff; }

#navbar {
  position: relative; }
  #navbar #updates-menu {
    position: absolute;
    right: 60px;
    width: 130px; }
    #navbar #updates-menu .menu-item {
      position: relative;
      width: 60px;
      display: inline-block; }
      #navbar #updates-menu .menu-item .counter {
        background: #d9534f;
        border-radius: 0.7em;
        -moz-border-radius: 0.7em;
        -webkit-border-radius: 0.7em;
        color: #ffffff;
        font-size: 12px;
        display: inline-block;
        font-weight: bold;
        margin-right: 15px;
        text-align: center;
        line-height: 17px;
        width: 17px;
        position: absolute;
        top: 12px;
        right: -11px; }
      #navbar #updates-menu .menu-item > a {
        display: inline-block;
        width: 60px;
        line-height: 60px;
        font-size: 17px;
        color: #9d9d9d;
        text-align: center;
        cursor: pointer; }
      #navbar #updates-menu .menu-item .dropdown-menu {
        right: 0;
        left: auto;
        display: block;
        margin-top: 0; }
        #navbar #updates-menu .menu-item .dropdown-menu .item {
          border-top: 1px solid #eee; }
          #navbar #updates-menu .menu-item .dropdown-menu .item a {
            cursor: pointer;
            padding: 5px 15px;
            display: block; }
          #navbar #updates-menu .menu-item .dropdown-menu .item img {
            width: 32px;
            height: 32px; }
          #navbar #updates-menu .menu-item .dropdown-menu .item .text {
            margin-left: 40px;
            font-size: 13px;
            color: #333; }
          #navbar #updates-menu .menu-item .dropdown-menu .item .new {
            display: none; }
          #navbar #updates-menu .menu-item .dropdown-menu .item:hover {
            background: #f5f5f5; }
  #navbar #about > a, #navbar #soundcoins-menu > a {
    font-size: 17px; }

.practice-mode-panel {
  text-align: center;
  padding: 15px;
  background: #eee;
  cursor: pointer; }
  .practice-mode-panel a {
    display: block; }
  .practice-mode-panel:hover {
    background: #f2f2f2; }
    .practice-mode-panel:hover small {
      color: #111; }

#store .cat {
  padding: 20px 0 30px;
  border-top: 1px dashed #ccc;
  color: #999;
  font-style: italic; }
#store .first {
  margin-top: 50px; }

#soundcoinsBalance {
  position: absolute;
  top: 5px;
  left: 15px;
  z-index: 2; }

.layoutBtn {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2; }

img.product[viewer="me"] {
  cursor: pointer; }

.purchased {
  position: absolute;
  left: 22px;
  top: 10px;
  padding: 2px 4px 0;
  font-size: 85%;
  color: #fff;
  background-color: #222;
  border-radius: 3px;
  box-shadow: 0 0 1px; }

.internal-nav {
  transition: all 0.2s ease; }
  .internal-nav a {
    color: #999;
    cursor: pointer; }
  .internal-nav img {
    opacity: .7;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: gray;
    -webkit-transition: all .2s ease; }
  .internal-nav.active a, .internal-nav:hover a {
    color: #333; }
  .internal-nav.active img, .internal-nav:hover img {
    opacity: 1;
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%); }

.box-step[show-step="no"] {
  display: none; }

.store .control-label {
  font-weight: normal; }
.store .internal-nav {
  user-select: none; }
.store .store-item.store-item-grayed {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  filter: gray;
  -webkit-transition: all .2s ease; }
.store .store-featured {
  background: #edf7f9;
  box-shadow: 0 0 0 1px #daedf2;
  padding: 15px;
  margin: 10px 15px 35px;
  border-radius: 5px;
  cursor: pointer; }
  .store .store-featured .item-img {
    padding: 6px;
    border-radius: 5px;
    text-align: center; }
    .store .store-featured .item-img img {
      border-radius: 3px;
      max-width: 90%; }
  .store .store-featured .title {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold; }
  .store .store-featured .description {
    margin-bottom: 20px;
    font-size: 13px;
    color: #999; }
  .store .store-featured .url {
    margin-bottom: 20px;
    font-size: 16px; }
  .store .store-featured .price {
    font-size: 16px; }
.store .store-regular {
  border-radius: 5px;
  cursor: pointer;
  padding: 15px; }
  .store .store-regular:hover {
    background: #f5f5f5;
    box-shadow: 0 0 0 1px #ddd; }
  .store .store-regular .item-img {
    text-align: center;
    background: #eee;
    border-radius: 50%; }
    .store .store-regular .item-img img {
      border-radius: 3px;
      max-width: 100%;
      cursor: pointer;
      opacity: 1; }
  .store .store-regular .title {
    margin: 5px 0 0;
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

.box-charts-dashboard .song-name {
  margin: 4px; }
  .box-charts-dashboard .song-name img {
    opacity: 0.6; }
.box-charts-dashboard .song-creator a {
  color: #111;
  font-size: 13px; }

.list-view {
  padding-top: 0; }
  .list-view .summary {
    float: right;
    color: #999;
    font-size: 12px; }

.grid-view {
  padding-top: 0; }
  .grid-view .table {
    margin-bottom: 20px; }
  .grid-view .summary {
    float: right;
    color: #999;
    font-size: 12px; }

.grid-results .grid-row {
  box-shadow: 0 0 1px #aaa;
  padding: 10px;
  position: relative;
  transition: all .2s ease;
  cursor: pointer;
  display: block; }
  .grid-results .grid-row:nth-child(even) {
    background: #eee; }
  .grid-results .grid-row:nth-child(odd) {
    background: #f6f6f6; }
  .grid-results .grid-row:hover {
    background: #ddd; }
    .grid-results .grid-row:hover .grid-arrow {
      opacity: 1; }
  .grid-results .grid-row .grid-arrow {
    opacity: 0.3;
    position: absolute;
    right: 15px;
    top: 30px;
    color: #222; }

.flex-results .flex-row {
  display: flex;
  justify-content: flex-start;
  margin: 0;
  box-shadow: 0 0 1px #aaa;
  padding: 10px;
  position: relative;
  transition: all .2s ease; }
  .flex-results .flex-row:nth-child(even) {
    background: #eee; }
  .flex-results .flex-row:nth-child(odd) {
    background: #f6f6f6; }
  .flex-results .flex-row .flex-thumb {
    width: 55px;
    height: 55px; }
  .flex-results .flex-row .flex-text {
    padding-top: 5px;
    margin-left: 20px;
    width: 80%; }
    .flex-results .flex-row .flex-text a {
      color: #222;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      .flex-results .flex-row .flex-text a:hover {
        color: #000; }
  .flex-results .flex-row .flex-action {
    width: 30px;
    padding-top: 8px; }

.flex-row-sm {
  display: flex;
  justify-content: flex-start;
  padding: 5px;
  margin: 0;
  position: relative;
  transition: all .2s ease; }
  .flex-row-sm .flex-thumb {
    width: 32px;
    height: 32px; }
  .flex-row-sm .flex-text {
    padding-top: 5px;
    margin-left: 20px;
    width: 65%; }
    .flex-row-sm .flex-text a {
      color: #222;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      width: 90%;
      display: block; }
      .flex-row-sm .flex-text a:hover {
        color: #000; }
  .flex-row-sm .flex-action {
    width: 30px;
    padding-top: 4px; }

[bookmark-feed][editing-mode='off'] .editing-mode-item {
  display: none; }

.grid-nav .grid-row {
  box-shadow: 0 0 1px #aaa;
  padding: 10px;
  position: relative;
  transition: all .2s ease;
  cursor: pointer;
  display: block;
  background: #f6f6f6; }
  .grid-nav .grid-row:hover {
    background: #ddd; }
    .grid-nav .grid-row:hover .grid-arrow {
      opacity: 1; }
  .grid-nav .grid-row .grid-arrow {
    opacity: 0.3;
    position: absolute;
    right: 15px;
    top: 20px;
    color: #222; }

.gear {
  margin-bottom: 30px;
  overflow: hidden;
  cursor: pointer;
  padding: 15px;
  border-bottom: 5px;
  /*.purchased {width: 115px; background: #a8831e; color: #fff; position: absolute; right: -23px; top: 25px; display: block; padding: 6px auto; font-size: 13px; text-align: center; z-index: 1; -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); zoom: 1;}*/ }
  .gear:hover {
    background: #f5f5f5; }
  .gear button {
    position: absolute;
    right: 15px;
    top: 5px; }
  .gear .check {
    width: 30px;
    float: right;
    margin-top: -15px;
    margin-right: 10px; }
  .gear h5 {
    padding-top: 10px;
    font-size: 16px; }
  .gear .title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 8px 0 5px; }
  .gear .name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #999;
    margin-bottom: 3px; }
  .gear[status="available"] img {
    cursor: pointer;
    opacity: .7;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: gray;
    -webkit-transition: all .2s ease; }
  .gear[status="available"] i {
    color: #d9534f;
    font-size: 40px;
    top: 5px;
    left: 25px; }
  .gear[status="available"] [state="available"] {
    display: block; }
  .gear[status="available"] [state="purchased"] {
    display: none; }
  .gear:hover[status="available"] img {
    opacity: 1; }
  .gear[status="purchased"] [state="available"] {
    display: none; }
  .gear[status="purchased"] [state="purchased"] {
    display: block; }
  .gear .product-bg {
    background: #f5f5f5;
    border-radius: 5px;
    cursor: pointer; }

[ptype] {
  display: none; }

[producttype="studio"] [ptype="studio"],
[producttype="coupon"] [ptype="coupon"],
[producttype="discount"] [ptype="discount"],
[producttype="hyperbits"] [ptype="hyperbits"],
[producttype="landr"] [ptype="landr"],
[producttype="drummachine"] [ptype="drummachine"],
[producttype="sprite"] [ptype="sprite"],
[producttype="affiliation"] [ptype="affiliation"],
[producttype="sample"] [ptype="sample"] {
  display: inline-block; }

.color-white {
  color: #fff; }

.color-eee {
  color: #eee; }

.color-999 {
  color: #999; }

.ear-2 {
  color: #97af67; }

.ear-3 {
  color: #d56566; }

.ear-4 {
  color: #bdb5b6; }

.ear-5 {
  color: #f4964d; }

.ear-6 {
  color: #96e8ff; }

#home h1 {
  font-size: 28px;
  font-weight: 400; }
#home h2 {
  color: #ccc;
  font-size: 20px;
  line-height: 32px; }
#home h3 {
  font-size: 22px;
  line-height: 35px; }
#home p {
  font-size: 16px;
  line-height: 25px;
  padding-bottom: 20px; }
#home section {
  padding: 20px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.3); }
#home a {
  margin: 10px 0 25px;
  z-index: 2; }
#home .homepage-tool a {
  color: #666; }
  #home .homepage-tool a img {
    transition: all .2s ease;
    transform: scale(0.92); }
  #home .homepage-tool a:hover {
    color: #000; }
    #home .homepage-tool a:hover img {
      transform: scale(1); }
#home #better {
  overflow: hidden;
  position: relative; }
  #home #better .bg {
    transition: all 7s ease;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    margin-top: -350px;
    margin-left: -950px;
    width: 1900px;
    height: 700px; }
  #home #better .cover {
    transition: all 7s ease;
    position: absolute;
    z-index: -1;
    background: rgba(0, 0, 0, 0);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
  #home #better[state="loaded"] .bg {
    -webkit-transform: scale(1.35, 1.35);
    transform: scale(1.35, 1.35); }
  #home #better[state="loaded"] .cover {
    background: rgba(0, 0, 0, 0.8); }
#home .grayed {
  opacity: 0.8; }
#home .description {
  color: #999;
  margin: 5px 0; }
#home .title {
  color: #999;
  font-size: 22px; }
#home .animation img {
  transition: all .2s ease;
  transform: scale(0.85); }
#home .animation.active img {
  transform: scale(1); }
#home #family {
  background: #151515;
  padding: 0;
  position: relative; }
  #home #family .title {
    margin-left: -190px;
    text-align: center;
    background: rgba(0, 0, 0, 0.85);
    width: 360px;
    border-radius: 5px;
    position: absolute;
    left: 50%;
    top: 15px;
    z-index: 3; }
    #home #family .title h3 {
      color: #fff;
      text-shadow: 0 0 1px #000, 0 0 5px #000, 0 0 20px #000;
      font-size: 20px; }
    #home #family .title p {
      color: #eee;
      text-shadow: 0 0 1px #000, 0 0 5px #000, 0 0 20px #000;
      font-size: 15px;
      margin: 0 10%; }
  #home #family a {
    width: 5%;
    display: inline-block;
    margin: 0;
    z-index: 2; }
    #home #family a img {
      transition: all .2s ease;
      width: 100%; }
      #home #family a img:hover {
        transform: scale(1.5); }

.nextElement {
  color: #fff;
  background: #EE7867;
  margin-top: 45px; }
  .nextElement:hover {
    background: #D94E49;
    color: #fff; }

#levels {
  margin-top: 20px; }
  #levels .level {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: #ccc;
    border-radius: 50%;
    width: 33px;
    height: 33px;
    line-height: 30px;
    background: transparent;
    text-align: center;
    margin: 1px;
    border: 2px solid #ccc;
    color: #ccc;
    cursor: default; }
    #levels .level.active {
      color: #3D3D3F;
      border-color: #3D3D3F;
      cursor: pointer; }
      #levels .level.active:hover, #levels .level.active.selected {
        color: #EC5F65;
        border-color: #EC5F65;
        cursor: pointer; }

.selection {
  cursor: pointer;
  color: #3D3D3F; }
  .selection:hover {
    color: #EC5F65; }
  .selection.selected {
    color: #EC5F65; }

.nonselection {
  cursor: pointer;
  color: #ccc; }
  .nonselection:hover {
    color: #999; }
  .nonselection.selected {
    color: #ccc; }

.lockedIcon {
  position: absolute;
  font-size: 17px;
  margin-left: -90px; }

.workout, .sprites {
  margin-left: 0;
  margin-right: 0; }
  .workout.workout-beats > div, .sprites.workout-beats > div {
    position: relative;
    display: inline-block;
    width: 25%;
    margin-right: 2%; }
  .workout > div, .sprites > div {
    position: relative;
    display: inline-block;
    width: 19%;
    margin-left: 1%; }
    .workout > div.narrow, .sprites > div.narrow {
      width: 32%;
      margin-left: 1%; }
    .workout > div img, .sprites > div img {
      border-radius: 3px; }
    .workout > div i, .sprites > div i {
      position: absolute;
      color: #fff;
      text-shadow: 0 0 3px #000, 0 0 8px #000; }
    .workout > div[status="open"], .workout > div[status="locked"], .sprites > div[status="open"], .sprites > div[status="locked"] {
      /*&:hover img {@include ungray();}*/ }
      .workout > div[status="open"] img, .workout > div[status="locked"] img, .sprites > div[status="open"] img, .sprites > div[status="locked"] img {
        filter: grayscale(100%);
        -webkit-filter: grayscale(100%);
        filter: gray;
        -webkit-transition: all .2s ease; }
      .workout > div[status="open"] i, .workout > div[status="locked"] i, .sprites > div[status="open"] i, .sprites > div[status="locked"] i {
        color: #fff; }
    .workout > div[status="completed"] i, .sprites > div[status="completed"] i {
      color: #89e592; }
    .workout > div[size="1x"] i, .sprites > div[size="1x"] i {
      font-size: 16px;
      top: 6px;
      left: 6px; }
    .workout > div[size="2x"] i, .sprites > div[size="2x"] i {
      font-size: 18px;
      top: 8px;
      left: 8px; }
    .workout > div[size="3x"] i, .sprites > div[size="3x"] i {
      font-size: 26px;
      top: 15px;
      left: 15px; }
    .workout > div[size="4x"] i, .sprites > div[size="4x"] i {
      font-size: 34px;
      top: 15px;
      left: 15px; }

.sprites .selection {
  display: none; }
.sprites .selected .selection {
  display: block; }
.sprites > div {
  cursor: pointer;
  width: 7%;
  margin-left: .5%;
  margin-right: .5%; }
.sprites > div.large {
  width: 11%; }
.sprites > div.larger {
  width: 14%; }

.bars {
  height: 1px;
  left: 3px;
  bottom: 3px;
  position: absolute;
  width: 40px; }
  .bars > div {
    background: #fff;
    bottom: 1px;
    position: absolute;
    width: 2px; }

@media (max-width: 768px) {
  .sprites > div {
    width: 19%;
    margin-left: .5%;
    margin-right: .5%; } }
.dashboard .value {
  font-size: 42px;
  margin-bottom: 20px; }

.lockedGame span.fa-stack {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 30%; }
  .lockedGame span.fa-stack.fa-2x {
    top: 20%; }
  .lockedGame span.fa-stack.fa-3x {
    top: 30%; }
  .lockedGame span.fa-stack.fa-4x {
    top: 40%; }
  .lockedGame span.fa-stack:hover .fa-square {
    color: rgba(0, 0, 0, 0.9); }
  .lockedGame span.fa-stack i.fa-square {
    color: rgba(0, 0, 0, 0.8);
    transition: all .2s ease; }

.profile .btn {
  min-width: 30px; }

.avatar-bg svg.avatar {
  background: #f5f5f5;
  box-shadow: 0 0 1px #999; }

.instruments span {
  font-size: 60px; }

#achievements img {
  width: 70px;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  filter: gray;
  -webkit-transition: all .2s ease;
  opacity: .8; }
#achievements .description {
  margin: 6px;
  color: #999;
  font-size: 12px; }
#achievements .title {
  font-size: 26px; }

.avatar-selection-dropdown {
  background: #fff;
  position: relative;
  border-radius: 4px;
  box-shadow: 0 0 0 1px #ccc;
  user-select: none; }
  .avatar-selection-dropdown .avatar-selection-dropdown-caret {
    position: absolute;
    z-index: 2;
    right: 6px;
    top: 40px;
    color: #555; }
  .avatar-selection-dropdown .avatar-selection-options {
    position: absolute;
    background: #fff;
    top: 100px;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 0 0 1px #ccc;
    border-top: 1px solid #fff;
    padding: 5px;
    display: none; }
    .avatar-selection-dropdown .avatar-selection-options img {
      width: 34px;
      cursor: pointer;
      border-radius: 2px;
      background: #eee;
      margin: 1px;
      filter: grayscale(100%);
      -webkit-filter: grayscale(100%);
      filter: gray;
      -webkit-transition: all .2s ease; }
      .avatar-selection-dropdown .avatar-selection-options img:hover {
        filter: grayscale(0%);
        -webkit-filter: grayscale(0%);
        transform: scale(1.3); }

.pricing img.package {
  position: absolute;
  left: -5px;
  top: -20px;
  width: 116px; }
.pricing .original {
  font-size: 17px;
  color: #999;
  padding: 15px 0 0; }
.pricing .price {
  font-size: 30px;
  line-height: 30px; }
  .pricing .price .currency {
    vertical-align: super;
    font-size: 16px; }
  .pricing .price .permonth {
    font-size: 17px; }
.pricing .total {
  font-size: 14px;
  color: #999;
  padding: 10px 0; }
.pricing .recurring {
  font-size: 13px;
  color: #aaa;
  padding: 14px 0; }
.pricing .head {
  margin: 0;
  padding: 5px 0 0;
  border-bottom: 1px solid #eee;
  box-shadow: 0 0 1px #aaa; }
  .pricing .head.popular {
    background: #6AAE73; }
    .pricing .head.popular h2, .pricing .head.popular small {
      color: #fff; }
  .pricing .head.regular {
    background: #fff; }
.pricing .details {
  background: #fff;
  box-shadow: 0 0 1px #aaa; }

.shop .plan {
  margin-top: 10px; }
  .shop .plan .head {
    padding: 15px;
    border-bottom: 1px solid #eee; }
    .shop .plan .head .plan-name {
      color: #111;
      font-size: 24px; }
    .shop .plan .head .plan-subtitle {
      color: #999;
      font-size: 15px; }
    .shop .plan .head.popular {
      background: #6AAE73; }
      .shop .plan .head.popular .plan-name {
        color: #fff; }
      .shop .plan .head.popular .plan-subtitle {
        color: #fff; }
    .shop .plan .head.regular {
      background: #fff; }
  .shop .plan .original {
    color: #999;
    height: 32px;
    font-size: 16px;
    line-height: 16px;
    padding-top: 15px; }
    .shop .plan .original .currency {
      font-size: 12px; }
    .shop .plan .original .permonth {
      font-size: 15px; }
  .shop .plan .price {
    height: 40px;
    font-size: 30px;
    line-height: 30px; }
    .shop .plan .price .currency {
      vertical-align: super;
      font-size: 16px; }
    .shop .plan .price .permonth {
      font-size: 17px; }
  .shop .plan .total {
    height: 28px;
    font-size: 14px;
    line-height: 14px;
    color: #999;
    padding-top: 8px; }
  .shop .plan .recurring {
    height: 26px;
    line-height: 13px;
    font-size: 13px;
    color: #aaa; }
  .shop .plan .select-btn {
    margin: 10px 0 15px; }
    .shop .plan .select-btn a {
      padding-left: 20px;
      padding-right: 20px; }
  .shop .plan .details {
    background: #fff;
    box-shadow: 0 0 1px #aaa; }
.shop .shop-ribbon {
  text-align: center; }
  .shop .shop-ribbon .stripe {
    margin-top: 10px;
    background: #6AAE73;
    color: #fff;
    position: relative;
    height: 36px;
    line-height: 36px;
    text-align: center;
    display: inline-block; }
    .shop .shop-ribbon .stripe:before, .shop .shop-ribbon .stripe:after {
      content: '';
      position: absolute;
      height: 0;
      border: 18px solid transparent;
      top: 0;
      width: 0;
      border-top-color: #6AAE73;
      border-bottom-color: #6AAE73;
      z-index: -1; }
    .shop .shop-ribbon .stripe:before {
      left: -18px; }
    .shop .shop-ribbon .stripe:after {
      right: -18px; }
    .shop .shop-ribbon .stripe b {
      margin: 0 30px;
      font-weight: normal;
      font-size: 15px; }

.playground {
  position: relative;
  z-index: 0;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  user-select: none; }
  .playground small {
    color: inherit; }

.game {
  position: relative;
  margin-bottom: 30px; }
  .game h3 {
    position: absolute;
    color: #fff;
    text-shadow: 1px 1px 2px #333;
    top: 0;
    left: 30px;
    font-size: 17px;
    font-weight: 700; }
    .game h3 small {
      color: #eee;
      font-size: 90%;
      margin-left: 6px; }

.score-table tr:first-child td {
  border-top: none !important; }

.instructions {
  padding: 15px 0;
  z-index: 3; }

.items .pro {
  position: absolute;
  left: 22px;
  top: 16px;
  padding: 2px 4px 0;
  font-size: 85%;
  color: #fff;
  background-color: #222;
  border-radius: 3px;
  box-shadow: 0 0 1px; }

.check-item {
  padding: 6px;
  background: #eee;
  margin: 2px 0 0 0;
  width: 186px;
  position: relative;
  cursor: pointer;
  user-select: none;
  display: inline-block;
  text-align: left; }
  .check-item img {
    width: 22px; }
  .check-item .check-txt {
    font-size: 13px;
    margin-left: 10px;
    display: inline-block; }
  .check-item .check-feedback {
    position: absolute;
    right: 10px;
    top: 7px;
    display: none; }
  .check-item .check-true {
    color: #69AF73;
    text-shadow: 0 0 1px #000; }
  .check-item .check-false {
    color: #e05353;
    text-shadow: 0 0 1px #000; }
  .check-item[status="true"] {
    animation: checkItemTrue 0.5s 1; }
    .check-item[status="true"] .check-true {
      display: block; }
  .check-item[status="false"] {
    animation: checkItemFalse 0.5s 1; }
    .check-item[status="false"] .check-false {
      display: block; }

.check-cover {
  transition: all .7s ease;
  position: absolute;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 5px;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  z-index: 1; }
  .check-cover[state="off"] {
    background: rgba(0, 0, 0, 0);
    z-index: -1; }

#compare .title {
  font-size: 16px;
  line-height: 22px;
  padding-top: 5px; }
#compare .rank {
  font-size: 42px;
  line-height: 42px; }
#compare .note {
  font-size: 13px;
  color: #777;
  padding-top: 10px; }
#compare .children-md {
  font-size: 20px; }
#compare .children-sm {
  font-size: 16px;
  line-height: 18px; }
#compare img {
  padding-top: 8px; }

#privacy, #terms {
  font-size: 16px;
  line-height: 24px; }
  #privacy .content > div:nth-of-type(1), #terms .content > div:nth-of-type(1) {
    padding: 5px 15px 15px;
    background: #346568;
    color: #fff;
    border-radius: 5px;
    margin: 20px 0; }
    #privacy .content > div:nth-of-type(1) li, #terms .content > div:nth-of-type(1) li {
      padding: 5px; }
  #privacy a, #terms a {
    text-decoration: underline; }
  #privacy div, #terms div {
    padding: 3px 10px 8px; }

.bs-callout {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px; }
  .bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px; }
  .bs-callout p:last-child {
    margin-bottom: 0; }
  .bs-callout + .bs-callout {
    margin-top: -5px; }

.bs-callout-default {
  border-left-color: #777; }
  .bs-callout-default h4 {
    color: #777; }

.bs-callout-primary {
  border-left-color: #428bca; }
  .bs-callout-primary h4 {
    color: #428bca; }

.bs-callout-success {
  border-left-color: #5cb85c; }
  .bs-callout-success h4 {
    color: #5cb85c; }

.bs-callout-danger {
  border-left-color: #d9534f; }
  .bs-callout-danger h4 {
    color: #d9534f; }

.bs-callout-warning {
  border-left-color: #f0ad4e; }
  .bs-callout-warning h4 {
    color: #f0ad4e; }

.bs-callout-info {
  border-left-color: #5bc0de; }
  .bs-callout-info h4 {
    color: #5bc0de; }

.filters-btns {
  cursor: pointer;
  font-size: 14px; }
  .filters-btns .fa {
    color: #999; }
  .filters-btns .filter {
    color: #666;
    cursor: pointer; }
    .filters-btns .filter.active {
      color: #d9534f; }

#learncenter {
  padding-bottom: 0; }
  #learncenter hr {
    margin: 8px 0 15px; }
  #learncenter .filter-search {
    position: relative;
    margin-top: -3px; }
    #learncenter .filter-search input {
      border: none;
      background: transparent;
      width: 100%;
      outline: none;
      box-shadow: none;
      height: 25px; }
    #learncenter .filter-search .fa-search {
      position: absolute;
      left: -18px;
      top: 5px;
      color: #aaa; }
  #learncenter .tag {
    display: inline-block;
    margin: 2px;
    color: #fff;
    padding: 1px 4px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 11px; }
    #learncenter .tag[state='0'] {
      background: rgba(0, 0, 0, 0.6); }
    #learncenter .tag[state='1'] {
      background: #d9534f;
      color: #fff; }
  #learncenter .filters {
    cursor: pointer;
    font-size: 14px; }
    #learncenter .filters .filter {
      color: #666; }
      #learncenter .filters .filter.active {
        color: #d9534f; }
  @media (max-width: 768px) {
    #learncenter .filters {
      font-size: 13px; } }

#learn {
  min-height: 800px; }
  #learn .light {
    color: #999; }
    #learn .light a {
      font-size: 13px;
      cursor: pointer; }
  #learn .stats {
    margin: 10px 0 40px;
    text-align: center; }
    #learn .stats .value {
      font-size: 35px;
      line-height: 30px; }
      #learn .stats .value small {
        margin: 5px;
        font-size: 20px; }
  #learn #results {
    position: relative; }
    #learn #results .no-results a {
      color: #eee;
      cursor: pointer; }
    #learn #results .count {
      position: absolute;
      right: 0;
      top: -25px; }

.media-item {
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 20px;
  box-shadow: 0 0 0 1px #000;
  height: 240px; }
  .media-item .media-bg {
    position: absolute;
    top: -40px;
    bottom: -40px;
    left: -40px;
    right: -40px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0; }
  .media-item .media-cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 0; }
  .media-item .media-description {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    text-shadow: 0 0 1px #000;
    padding: 80px 50px 40px;
    z-index: 1;
    font-size: 18px;
    color: #eee;
    font-weight: 300; }
    .media-item .media-description .media-type {
      color: #ff9e3d;
      font-size: 12px;
      margin-top: 10px; }
  .media-item .media-details {
    position: absolute;
    top: 0;
    left: 0;
    color: #aaa;
    text-shadow: 0 0 1px #000;
    z-index: 1;
    font-size: 12px;
    padding: 15px; }
    .media-item .media-details .fa {
      width: 20px;
      text-align: center; }
  .media-item .media-vote {
    position: absolute;
    top: 0;
    right: 0;
    color: #aaa;
    text-shadow: 0 0 1px #000;
    z-index: 1;
    font-size: 12px;
    margin: 15px;
    color: #eee;
    width: 45px;
    border: none;
    border-radius: 3px; }
    .media-item .media-vote[state="unvoted"] {
      background: #666; }
    .media-item .media-vote[state="voted"] {
      background: #69AF73; }
  .media-item .media-creator {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #aaa;
    text-shadow: 0 0 1px #000;
    z-index: 1;
    text-align: center;
    font-size: 12px;
    padding: 20px; }
    .media-item .media-creator a {
      color: #aaa; }
      .media-item .media-creator a:hover {
        color: #fff; }
    .media-item .media-creator img {
      margin-top: -2px; }
  .media-item .media-watched {
    position: absolute;
    top: 14px;
    right: 80px;
    color: #aaa;
    text-shadow: 0 0 1px #000;
    z-index: 1;
    font-size: 16px; }
  .media-item .media-level {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #aaa;
    text-shadow: 0 0 1px #000;
    z-index: 1;
    font-size: 12px;
    padding: 20px;
    text-align: right;
    text-transform: lowercase; }
  .media-item .media-bg, .media-item .media-cover, .media-item .video-cover, .media-item .media-description {
    transition: all .2s ease; }
  .media-item:hover .media-bg {
    top: -50px;
    bottom: -50px;
    left: -50px;
    right: -50px; }
  .media-item:hover .media-cover {
    background: rgba(0, 0, 0, 0.6); }
  .media-item:hover .media-description {
    color: #fff;
    text-shadow: 0 0 10px #fff, 0 0 1px #000; }

#watch {
  color: #fff; }
  #watch.video-div {
    position: relative;
    height: 100%;
    overflow-x: hidden; }
  #watch .video-overlay {
    position: absolute;
    top: -80px;
    bottom: -150px;
    left: -80px;
    right: -80px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-filter: blur(30px);
    filter: blur(30px); }
  #watch .video-overlay .darker {
    background: rgba(0, 0, 0, 0.6);
    height: 100%;
    width: 100%; }
  #watch .video-logo {
    position: absolute;
    left: 20px;
    top: 20px;
    font-size: 26px;
    color: #fff; }
  #watch .video-close {
    position: absolute;
    right: 30px;
    top: 20px;
    font-size: 26px; }
  #watch .video-close .btn, #watch .video-close .btn:hover {
    color: #fff; }
  #watch .sixteen-nine {
    margin-bottom: 20px; }
  #watch .creator {
    margin: 10px 0 25px; }
  #watch .details label {
    color: #aaa;
    width: 70px;
    display: inline-block;
    margin-right: 10px; }
  #watch a {
    color: #ccc; }
  #watch a:hover {
    color: #fff; }
  #watch h2, #watch p {
    color: #fff; }
  #watch h4 {
    color: #ccc; }
  #watch .watched {
    color: #fff;
    font-size: 16px;
    margin-right: 10px; }

#all-programs .program-item {
  display: block;
  margin-bottom: 25px;
  border-radius: 4px;
  height: 200px;
  cursor: pointer;
  overflow: hidden;
  position: relative; }
  #all-programs .program-item .overlay {
    transition: all .3s ease;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.3;
    z-index: 1; }
  #all-programs .program-item .details {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 15px;
    z-index: 2; }
    #all-programs .program-item .details .name {
      color: #ccc;
      font-size: 16px;
      text-shadow: 0 0 1px #000; }
    #all-programs .program-item .details .duration {
      color: #666;
      text-shadow: 0 0 1px #000; }
      #all-programs .program-item .details .duration small {
        color: #666; }
  #all-programs .program-item:hover .name {
    color: #fff; }
  #all-programs .program-item:hover .duration {
    color: #999; }
    #all-programs .program-item:hover .duration small {
      color: #999; }
  #all-programs .program-item:hover .overlay {
    opacity: 0; }

#program .topic {
  padding-bottom: 50px; }
  #program .topic .item {
    padding: 5px 2px;
    clear: both;
    border-radius: 3px; }
    #program .topic .item a {
      color: #333;
      float: left;
      width: 100%;
      height: 100%; }
      #program .topic .item a:hover {
        background: #eee; }
    #program .topic .item .td {
      float: left;
      padding: 0 1%; }
    #program .topic .item .td-image {
      width: 7%; }
    #program .topic .item .td-name {
      width: 74%;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    #program .topic .item .td-watched {
      width: 7%; }
    #program .topic .item .td-duration {
      width: 12%;
      text-align: right; }

#head-banner {
  height: 350px;
  min-height: 350px;
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top 21% center;
  padding: 0;
  color: #fff;
  overflow: visible;
  z-index: 2; }
  #head-banner .banner {
    height: 350px;
    min-height: 350px;
    padding: 5% 12%;
    width: 100%;
    position: relative;
    z-index: 2;
    background-color: rgba(5, 5, 5, 0.4);
    text-align: center; }
    #head-banner .banner h1 {
      font-size: 36px;
      text-shadow: 0 0 1px #000; }
    #head-banner .banner .subheading {
      font-size: 20px;
      padding: 0 34px;
      font-weight: 700;
      text-shadow: 0 0 1px #000; }
      #head-banner .banner .subheading.first {
        margin-top: 5px; }
      #head-banner .banner .subheading.second {
        margin-top: 0;
        margin-top: 15px;
        margin-bottom: 30px;
        color: #ffb900; }
    @media only screen and (min-width: 768px) {
      #head-banner .banner h1 {
        font-size: 48px; } }

.ribbon {
  background: #6AAE73;
  color: #fff;
  position: relative;
  height: 36px;
  line-height: 36px;
  margin: 0 18px;
  text-align: center;
  font-weight: bold; }
  .ribbon:before, .ribbon:after {
    content: '';
    position: absolute;
    height: 0;
    border: 18px solid transparent;
    top: 0;
    width: 0;
    border-top-color: #6AAE73;
    border-bottom-color: #6AAE73;
    z-index: -1; }
  .ribbon:before {
    left: -18px; }
  .ribbon:after {
    right: -18px; }

.ticket {
  position: absolute;
  right: 1px;
  bottom: -2px;
  font-size: 20px;
  color: #fff;
  text-shadow: 0 0 3px #000, 0 0 2px #000, 0 0 1px #000; }
  .ticket small {
    color: #fff;
    font-size: 12px; }

.medal {
  position: absolute;
  left: -5px;
  top: -5px;
  font-size: 13px; }
  .medal i {
    text-shadow: 0 0 3px #000, 0 0 2px #000, 0 0 1px #000; }

.duel-icon-bg {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: inline-block;
  position: relative; }
  .duel-icon-bg img {
    position: absolute;
    left: 0;
    top: 0; }

.duel-gift-bg {
  background: #333;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  position: relative; }
  .duel-gift-bg img {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px; }

.duel-icon-rank {
  width: 40px;
  height: 40px;
  margin: 0 2px 20px;
  position: relative;
  display: inline-block; }
  .duel-icon-rank img {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px; }
  .duel-icon-rank .duel-icon-label {
    position: absolute;
    top: -14px;
    left: -2px;
    font-size: 12px;
    color: #ccc;
    text-align: center; }

.duel-rank {
  position: absolute;
  right: -5px;
  top: -5px;
  width: 30px; }

.btn-edit {
  background: transparent;
  border: none;
  color: #999;
  font-size: 12px;
  outline: none; }
  .btn-edit:hover {
    outline: none;
    color: #d9534f; }
  .btn-edit:focus {
    outline: none; }

.btn-ban {
  position: absolute;
  left: 3px;
  top: 3px; }

.box {
  background: #fcfcfc;
  box-shadow: 0 0 1px #aaa;
  padding: 10px 15px 20px;
  margin-bottom: 15px; }
  .box.promo {
    background: #fff5db; }
  .box h4 {
    padding-bottom: 10px;
    font-size: 15px; }
  .box .extra {
    display: none; }
  .box.box-white {
    background: #fff; }
    .box.box-white h4 {
      font-weight: bold; }
    .box.box-white .colored {
      color: #888; }
  .box.box-sky {
    background: #effcff; }
  .box.box-light {
    background: transparent;
    box-shadow: none; }
  .box.box-dark {
    background: #111;
    color: #eee; }
  .box.box-black {
    background: #111;
    color: #eee;
    box-shadow: none; }
    .box.box-black hr {
      border-top-color: #444; }
  .box.box-blue {
    background: #344F66;
    color: #eee;
    box-shadow: none; }
    .box.box-blue .colored {
      color: #abc2d6; }
    .box.box-blue hr {
      border-top-color: #1B3042; }
  .box.box-gray {
    background: #aaa;
    color: #eee;
    box-shadow: none; }
    .box.box-gray .colored {
      color: #e5e5e5; }
  .box.box-disabled {
    background: #ccc;
    color: #999;
    box-shadow: none; }
    .box.box-disabled .form-control {
      background: #ddd; }
    .box.box-disabled .nav-tabs > li.active > a, .box.box-disabled .nav-tabs > li.active > a:hover, .box.box-disabled .nav-tabs > li.active > a:focus {
      background-color: #ddd; }
  .box.box-transparent {
    background: transparent;
    box-shadow: none; }
  .box.box-rounded {
    border-radius: 5px; }

.box-black .score-table td {
  border-top-color: #333; }

.panel-loading {
  font-size: 30px;
  color: #999;
  text-align: center;
  padding-top: 20px; }

label small {
  font-weight: normal; }

.gaus {
  display: inline-block;
  position: relative;
  width: 100px;
  height: 48px;
  background: rgba(0, 0, 0, 0.2); }
  .gaus .gaus-mask {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2; }
  .gaus .gaus-percent {
    position: absolute;
    height: 100%;
    background: #fff;
    width: 5%;
    top: 0;
    left: 0;
    z-index: 1; }

.select-backgrounds {
  text-align: center; }
  .select-backgrounds img {
    transition: all .2s ease;
    opacity: .8; }
    .select-backgrounds img:hover {
      opacity: 1; }
    .select-backgrounds img[is-selected='yes'] {
      box-shadow: 0 0 0 1px #fff, 0 0 0 3px #000; }

.aboutme .social {
  margin: 6px 0 12px; }
  .aboutme .social .btn {
    width: 30px; }
.aboutme .info {
  margin-bottom: 20px; }
.aboutme label {
  color: #999;
  font-size: 13px;
  font-weight: normal; }

.zoomAvatar img {
  transition: all .2s ease; }
  .zoomAvatar img:hover {
    transform: scale(1.25); }

.zoomSmall img {
  transition: all .2s ease; }
  .zoomSmall img:hover {
    transform: scale(1.12); }

.profile-settings {
  width: 180px;
  padding-top: 8px; }
  .profile-settings p {
    color: #999;
    cursor: pointer; }
    .profile-settings p:hover {
      color: #111; }

.profile-edit label {
  font-weight: normal;
  color: #999; }
.profile-edit .form-group {
  margin-bottom: 6px; }
.profile-edit .fa-stack-2x {
  color: #eee; }
.profile-edit .fa-stack-1x {
  color: #333; }
.profile-edit textarea {
  resize: none;
  font-size: 12px; }
.profile-edit img.thumb {
  background: #eee; }

.profile-badges .profile-badge {
  width: 13%;
  float: left;
  cursor: pointer; }

.badge-item {
  display: inline-block;
  text-align: center;
  margin: 0 20px 20px; }
  .badge-item img {
    margin: 0 auto;
    width: 100px; }
  .badge-item .title {
    color: #111;
    margin-top: 5px; }
  .badge-item .description {
    color: #999;
    margin-top: 5px;
    font-size: 13px; }

#gym .icons {
  padding-top: 5px; }
  #gym .icons .title {
    color: #999; }
  #gym .icons .value {
    font-size: 22px; }

#dashboard .banner {
  position: relative;
  margin-bottom: 15px; }
  #dashboard .banner .banner-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all .2s ease; }
  #dashboard .banner .banner-description {
    position: absolute;
    top: 15px;
    width: 60%;
    margin: 0 20%;
    font-size: 13px;
    text-align: center;
    transition: all .2s ease; }
  #dashboard .banner .banner-name {
    position: absolute;
    width: 90%;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    transition: all .2s ease;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  #dashboard .banner .banner-btn {
    position: absolute;
    color: #fff;
    font-size: 12px;
    padding: 4px 8px;
    background: rgba(0, 0, 0, 0.5);
    min-width: 110px;
    margin-left: -55px;
    bottom: 15px;
    left: 50%;
    text-align: center; }
  @media (max-width: 768px) {
    #dashboard .banner .banner-btn {
      display: none; } }
  #dashboard .banner[color="light"] .banner-cover {
    background: rgba(255, 255, 255, 0.5); }
  #dashboard .banner[color="light"] .banner-description {
    color: #111; }
  #dashboard .banner[color="light"] .banner-name {
    color: #111; }
  #dashboard .banner[color="light"]:hover .banner-cover {
    background: rgba(0, 0, 0, 0.5); }
  #dashboard .banner[color="light"]:hover .banner-description {
    color: #fff; }
  #dashboard .banner[color="light"]:hover .banner-name {
    color: #fff; }
  #dashboard .banner[color="dark"] .banner-cover {
    background: rgba(0, 0, 0, 0.5); }
  #dashboard .banner[color="dark"] .banner-description {
    color: #fff; }
  #dashboard .banner[color="dark"] .banner-name {
    color: #fff; }
  #dashboard .banner[color="dark"]:hover .banner-cover {
    background: rgba(255, 255, 255, 0.5); }
  #dashboard .banner[color="dark"]:hover .banner-description {
    color: #111; }
  #dashboard .banner[color="dark"]:hover .banner-name {
    color: #111; }
#dashboard #workoutFeedback p {
  color: #999;
  font-size: 13px; }
#dashboard .points {
  font-size: 19px;
  margin-top: 6px; }
  #dashboard .points a {
    color: #333; }

.feed-more {
  color: #999;
  text-align: center;
  font-size: 16px; }

.spaces .space-item {
  padding: 5px 0; }
  .spaces .space-item a {
    color: #333; }
  .spaces .space-item .details {
    width: 74%; }
  .spaces .space-item .title {
    padding-top: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .spaces .space-item .subtitle {
    color: #999;
    font-size: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .spaces .space-item:last-child {
    border-bottom: none; }

#head-intro {
  height: 180px;
  min-height: 180px;
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top 21% center;
  padding: 0;
  color: #fff;
  overflow: visible;
  z-index: 2; }
  #head-intro .intro {
    height: 180px;
    min-height: 180px;
    padding: 1% 12%;
    width: 100%;
    position: relative;
    z-index: 2;
    background-color: rgba(5, 5, 5, 0.4);
    text-align: center; }
    #head-intro .intro h1 {
      font-size: 36px;
      text-shadow: 0 0 1px #000; }
    #head-intro .intro .subheading {
      font-size: 20px;
      padding: 0 34px;
      font-weight: 700;
      text-shadow: 0 0 1px #000;
      margin-top: 0;
      margin-top: 15px;
      margin-bottom: 30px;
      color: #ffb900; }
    @media only screen and (min-width: 768px) {
      #head-intro .intro h1 {
        font-size: 48px; } }

.space .box, .space .post, .space .post.post-form, .space .comments-panel, .space textarea {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 1px #ccc;
  color: #111; }
.space .comments-panel {
  background: rgba(245, 245, 245, 0.9); }
.space .control-label {
  font-size: 13px;
  color: #999;
  font-weight: normal; }
.space .post {
  margin-bottom: 15px;
  padding: 10px; }
  .space .post .btn-like {
    outline: none;
    user-select: none; }
    .space .post .btn-like[liked="no"] {
      color: #999; }
    .space .post .btn-like[liked="yes"] {
      color: #d9534f; }
  .space .post .name {
    margin-left: 45px;
    font-weight: bold; }
  .space .post .comment-content {
    margin-left: 45px; }
  .space .post .action-panel {
    position: absolute;
    right: 0;
    top: 0; }
    .space .post .action-panel .btn-link {
      color: #666; }
    .space .post .action-panel .btn-bookmark[state="bookmarked"] {
      color: #d9534f; }
  .space .post .post-settings-btn-open {
    position: absolute;
    top: 0;
    right: 0;
    color: #999;
    font-size: 15px;
    text-align: center;
    width: 30px;
    height: 25px;
    outline: none;
    user-select: none; }
  .space .post .post-settings-btn-close {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #999;
    font-size: 15px;
    text-align: center;
    width: 30px;
    height: 25px;
    outline: none;
    user-select: none; }
  .space .post .post-settings-btn {
    display: block;
    font-size: 13px;
    padding: 5px;
    cursor: pointer;
    border-radius: 3px;
    transition: all .2s ease;
    outline: none;
    user-select: none;
    width: 200px;
    color: #111; }
    .space .post .post-settings-btn:hover {
      color: #a33e3c; }
  .space .post .post-sticky-indicator {
    position: absolute;
    top: 2px;
    right: 40px;
    font-size: 11px;
    color: #999;
    padding: 1px 3px;
    border: 1px solid #999;
    border-radius: 3px; }
  .space .post .post-settings {
    position: absolute;
    top: -5px;
    right: -5px;
    z-index: 1; }
    .space .post .post-settings .post-settings-body {
      box-shadow: -1px 1px 1px 0 #ccc;
      background: #f4f4f4;
      padding: 5px 10px 5px;
      transition: width .2s ease; }
      .space .post .post-settings .post-settings-body .post-edit-form form {
        margin: 10px 0 10px 20px;
        width: 340px; }
  .space .post .post-subject {
    font-weight: bold;
    margin-bottom: 6px;
    font-size: 110%; }
  .space .post .post-message, .space .post .post-subject, .space .post .comment-message {
    word-wrap: break-word; }
  .space .post .post-attachment .img-attachment, .space .post .post-attachment .gif-attachment {
    margin-top: 15px;
    max-width: 100%; }
  .space .post .post-attachment .soundcloud-attachment {
    margin-top: 15px;
    width: 100%;
    height: 140px; }
  .space .post .post-attachment .media-attachment {
    margin-top: 15px;
    width: 100%;
    height: 230px; }
    .space .post .post-attachment .media-attachment .media-description {
      padding-top: 90px;
      font-size: 16px; }
.space .comments-panel {
  margin: 15px 0 0; }
  .space .comments-panel .comment {
    padding: 15px 10px 0; }
  .space .comments-panel .comments-form {
    padding: 15px 10px; }
    .space .comments-panel .comments-form .avatar {
      position: absolute;
      top: 0;
      left: 0; }
  .space .comments-panel .comment-inputdiv {
    padding: 0 40px;
    width: 100%; }
    .space .comments-panel .comment-inputdiv textarea {
      resize: none; }
  .space .comments-panel .comment_attachment {
    margin: 10px 0 10px 36px; }
  .space .comments-panel .btn-comment {
    background: #666;
    color: #ccc;
    position: absolute;
    right: 0;
    top: 0; }
    .space .comments-panel .btn-comment:hover {
      color: #fff; }
  .space .comments-panel .btn-comment-btns {
    padding-left: 40px; }
    .space .comments-panel .btn-comment-btns .btn {
      padding: 3px 6px;
      font-size: 14px; }
  .space .comments-panel .comments-view-more-btn {
    color: #999;
    padding: 5px;
    cursor: pointer; }
  .space .comments-panel .comments-view-more-div {
    display: none; }
.space .like-panel {
  position: relative; }
  .space .like-panel .show-likes-btn {
    color: #999;
    cursor: pointer;
    user-select: none; }
  .space .like-panel .like-list {
    background: #f5f5f5;
    font-size: 12px;
    color: #999;
    position: absolute;
    bottom: 32px;
    left: 5px;
    width: 200px;
    border-radius: 3px;
    border: 1px solid #ccc;
    display: none;
    max-height: 120px; }
    .space .like-panel .like-list a {
      margin-bottom: 3px;
      color: #111;
      width: 100%;
      display: block;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      .space .like-panel .like-list a:hover {
        color: #d9534f; }
.space .likers a {
  color: #333;
  font-size: 12px; }
  .space .likers a:hover {
    color: #d9534f; }
.space[darkmode="1"] .box, .space[darkmode="1"] .post, .space[darkmode="1"] .post.post-form, .space[darkmode="1"] textarea, .space[darkmode="1"] input {
  background: rgba(0, 0, 0, 0.85);
  box-shadow: 0 0 1px #333;
  color: #eee; }
.space[darkmode="1"] .dark-link {
  color: #eee; }
.space[darkmode="1"] hr, .space[darkmode="1"] .post-form .actions {
  border-top: 1px solid rgba(0, 0, 0, 0.5); }
.space[darkmode="1"] .post .action-panel .btn-link {
  color: #ccc; }
.space[darkmode="1"] .form-control {
  border: 1px solid #000; }
.space[darkmode="1"] .btn.btn-flat {
  color: #999;
  background: #000; }
.space[darkmode="1"] .comments-panel {
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1px #333;
  color: #eee; }
  .space[darkmode="1"] .comments-panel .btn-comment {
    background: #000; }
.space[darkmode="1"] .space-search-results .searcher-page-result .searcher-page-result-title {
  color: #eee; }

.copy-link-btn {
  color: #d9534f;
  cursor: pointer;
  font-size: 85%;
  transition: all .2s ease;
  border-radius: 3px;
  padding: 3px 5px; }
  .copy-link-btn[used="yes"] {
    background: #d9534f;
    color: #fff; }

.finderResults {
  font-size: 12px;
  color: #999; }
  .finderResults span {
    cursor: pointer;
    margin-right: 10px; }

.post-form textarea, .post-form input {
  border: none;
  width: 100%;
  resize: none;
  box-shadow: none;
  overflow-y: hidden;
  padding-top: 2px; }
  .post-form textarea:focus, .post-form input:focus {
    border: none;
    box-shadow: none; }
.post-form .form-subject {
  font-size: 110%; }
.post-form .actions {
  padding-top: 8px;
  border-top: 1px solid #eee; }
.post-form #attachment_panel {
  width: 50%;
  margin: 0 auto 10px auto; }

#emoji-box {
  display: none;
  position: absolute;
  z-index: 1;
  box-shadow: rgba(179, 179, 179, 0.5) 3px 3px 7px 2px;
  max-width: 250px;
  background: #f5f5f5;
  padding: 35px 10px 10px 10px;
  margin-top: 20px;
  border-radius: 5px; }
  #emoji-box[presented="yes"] {
    display: block; }
  #emoji-box .emoji-close {
    height: 25px;
    width: 25px;
    position: absolute;
    right: 7px;
    top: 7px;
    cursor: pointer;
    font-size: 16px;
    background: #666;
    text-align: center;
    border-radius: 50%;
    color: #eee;
    line-height: 25px; }
    #emoji-box .emoji-close:hover {
      color: #fff; }
  #emoji-box #emoji-selector {
    height: 100%;
    width: 100%;
    text-align: left; }
    #emoji-box #emoji-selector #emoji-scroll {
      overflow-y: scroll;
      transition-duration: .05s;
      height: 150px; }
      #emoji-box #emoji-selector #emoji-scroll::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
        border-radius: 6px;
        background-color: #ddd; }
      #emoji-box #emoji-selector #emoji-scroll::-webkit-scrollbar {
        width: 6px;
        border-radius: 6px;
        background-color: #ccc; }
      #emoji-box #emoji-selector #emoji-scroll::-webkit-scrollbar-thumb {
        border-radius: 6px;
        -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
        background-color: #666; }
      #emoji-box #emoji-selector #emoji-scroll .emoji-category {
        margin-bottom: 25px;
        display: block; }
      #emoji-box #emoji-selector #emoji-scroll .emoji-label {
        margin-bottom: 5px; }
      #emoji-box #emoji-selector #emoji-scroll .emoji-container {
        display: inline-block; }
        #emoji-box #emoji-selector #emoji-scroll .emoji-container .emoji-icon {
          font-size: 15px;
          cursor: pointer; }
    #emoji-box #emoji-selector .emoji-goto {
      user-select: none;
      margin: 10px 0 2px;
      background: #e5e5e5;
      border-radius: 3px;
      padding: 5px;
      color: #888; }
      #emoji-box #emoji-selector .emoji-goto span {
        cursor: pointer; }
        #emoji-box #emoji-selector .emoji-goto span:hover {
          color: #222; }
        #emoji-box #emoji-selector .emoji-goto span:focus {
          color: #000; }
  #emoji-box.emoji-box-invert {
    background: #000;
    border: 1px solid #333;
    box-shadow: rgba(0, 0, 0, 0.5) 3px 3px 7px 2px; }
    #emoji-box.emoji-box-invert #emoji-selector #emoji-scroll::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      border-radius: 5px;
      background-color: #333; }
    #emoji-box.emoji-box-invert #emoji-selector #emoji-scroll::-webkit-scrollbar {
      width: 6px;
      background-color: #222; }
    #emoji-box.emoji-box-invert #emoji-selector #emoji-scroll::-webkit-scrollbar-thumb {
      border-radius: 5px;
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      background-color: #555; }
    #emoji-box.emoji-box-invert #emoji-selector .emoji-goto {
      background: #222; }
      #emoji-box.emoji-box-invert #emoji-selector .emoji-goto span:hover {
        color: #aaa; }
      #emoji-box.emoji-box-invert #emoji-selector .emoji-goto span:focus {
        color: #aaa; }

#giphy-box {
  display: none;
  position: absolute;
  height: 348px;
  width: 208px;
  padding: 10px;
  margin-top: 20px;
  z-index: 1051;
  box-shadow: rgba(179, 179, 179, 0.5) 3px 3px 7px 2px;
  background: #f5f5f5;
  border-radius: 5px; }
  #giphy-box[presented="yes"] {
    display: block; }
  #giphy-box #giphy-box-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px; }
    #giphy-box #giphy-box-top .giphy-close {
      height: 25px;
      width: 25px;
      cursor: pointer;
      font-size: 16px;
      background: #666;
      text-align: center;
      border-radius: 50%;
      color: #eee;
      line-height: 25px; }
      #giphy-box #giphy-box-top .giphy-close:hover {
        color: #fff; }
    #giphy-box #giphy-box-top .giphy-attribution {
      height: 12px; }
  #giphy-box #giphy-selector {
    height: 100%;
    width: 100%;
    text-align: left; }
    #giphy-box #giphy-selector #giphy-scroll {
      height: calc(100% - 65px);
      padding-right: 4px;
      overflow-y: scroll;
      transition-duration: .05s;
      text-align: center; }
      #giphy-box #giphy-selector #giphy-scroll .gif-preview {
        width: 48%;
        padding: 0;
        border: none;
        background: unset;
        margin: 5px 1%; }
      #giphy-box #giphy-selector #giphy-scroll #more-giphy-btn {
        margin: 3px 0 3px 0; }
      #giphy-box #giphy-selector #giphy-scroll::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
        border-radius: 6px;
        background-color: #ddd; }
      #giphy-box #giphy-selector #giphy-scroll::-webkit-scrollbar {
        width: 6px;
        background-color: #ccc;
        border-radius: 6px; }
      #giphy-box #giphy-selector #giphy-scroll::-webkit-scrollbar-thumb {
        border-radius: 6px;
        -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
        background-color: #666; }
    #giphy-box #giphy-selector #giphy-search {
      margin-bottom: 5px;
      height: 30px; }
    #giphy-box #giphy-selector #giphy-search-btn {
      position: absolute;
      right: 15px;
      top: 45px;
      height: 20px;
      width: 20px;
      cursor: pointer;
      font-size: 12px;
      background: #b4b4b4;
      text-align: center;
      border-radius: 5px;
      color: #eee;
      line-height: 25px; }
      #giphy-box #giphy-selector #giphy-search-btn::before {
        position: relative;
        bottom: 3px; }
    #giphy-box #giphy-selector .giphy-goto {
      user-select: none;
      margin: 10px 0 2px;
      background: #e5e5e5;
      border-radius: 3px;
      padding: 5px;
      color: #888; }
      #giphy-box #giphy-selector .giphy-goto span {
        cursor: pointer; }
        #giphy-box #giphy-selector .giphy-goto span:hover {
          color: #222; }
        #giphy-box #giphy-selector .giphy-goto span:focus {
          color: #000; }
  #giphy-box.emoji-box-invert {
    background: #000;
    border: 1px solid #333;
    box-shadow: rgba(0, 0, 0, 0.5) 3px 3px 7px 2px; }
    #giphy-box.emoji-box-invert #emoji-selector #emoji-scroll::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      border-radius: 5px;
      background-color: #333; }
    #giphy-box.emoji-box-invert #emoji-selector #emoji-scroll::-webkit-scrollbar {
      width: 6px;
      background-color: #222; }
    #giphy-box.emoji-box-invert #emoji-selector #emoji-scroll::-webkit-scrollbar-thumb {
      border-radius: 5px;
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      background-color: #555; }
    #giphy-box.emoji-box-invert #emoji-selector .emoji-goto {
      background: #222; }
      #giphy-box.emoji-box-invert #emoji-selector .emoji-goto span:hover {
        color: #aaa; }
      #giphy-box.emoji-box-invert #emoji-selector .emoji-goto span:focus {
        color: #aaa; }

.toggle-img-btn {
  width: 100px;
  cursor: pointer;
  display: inline-block;
  text-align: center; }
  .toggle-img-btn .on-off {
    font-size: 22px; }
  .toggle-img-btn[state="off"] {
    color: #666; }
    .toggle-img-btn[state="off"] img {
      opacity: .7;
      filter: grayscale(100%);
      -webkit-filter: grayscale(100%);
      filter: gray;
      -webkit-transition: all .2s ease; }
    .toggle-img-btn[state="off"]:hover {
      color: #111; }
      .toggle-img-btn[state="off"]:hover img {
        opacity: 1; }

.dark-notification {
  font-size: 13px;
  background: #111;
  color: #aaa;
  text-align: center;
  line-height: 28px;
  margin-bottom: 15px;
  padding-bottom: 4px; }

.toggle-img-cover[state="off"] {
  opacity: 0.6; }

.toggle-img-box {
  cursor: pointer; }
  .toggle-img-box[state="off"] img {
    opacity: 0.6; }

.toggle-box {
  margin-top: 38px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 500;
  display: none;
  color: #999;
  background: #333;
  border-radius: 3px;
  box-shadow: 0 3px 5px 0 #000;
  padding: 10px; }
  .toggle-box[presented="yes"] {
    display: block; }
  .toggle-box .toggle-box-relative {
    position: relative; }
    .toggle-box .toggle-box-relative .toggle-box-close {
      position: absolute;
      right: -5px;
      top: -5px;
      cursor: pointer;
      font-size: 18px;
      width: 25px;
      text-align: center;
      border-radius: 50%;
      height: 25px;
      color: #eee;
      line-height: 25px; }
      .toggle-box .toggle-box-relative .toggle-box-close:hover {
        color: #fff; }
  .toggle-box .toggle-box-scroll {
    overflow-y: auto;
    min-height: 100px;
    max-height: 200px;
    padding-top: 10px; }
    .toggle-box .toggle-box-scroll::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      border-radius: 10px;
      background-color: #333; }
    .toggle-box .toggle-box-scroll::-webkit-scrollbar {
      width: 12px;
      background-color: #222; }
    .toggle-box .toggle-box-scroll::-webkit-scrollbar-thumb {
      border-radius: 10px;
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      background-color: #555; }
    .toggle-box .toggle-box-scroll p {
      font-size: 13px; }
    .toggle-box .toggle-box-scroll .item {
      position: relative;
      height: 22px;
      font-size: 13px; }
      .toggle-box .toggle-box-scroll .item .name, .toggle-box .toggle-box-scroll .item .action {
        position: absolute;
        top: 0; }
      .toggle-box .toggle-box-scroll .item .action {
        right: 0;
        color: #999; }
      .toggle-box .toggle-box-scroll .item .name {
        color: #ccc;
        left: 0;
        right: 30px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
        .toggle-box .toggle-box-scroll .item .name:hover {
          color: #eee; }

.space-search-results {
  margin-top: 6px; }
  .space-search-results .searcher-page-result {
    padding: 5px 5px 5px 18px;
    border-radius: 3px; }
    .space-search-results .searcher-page-result:hover {
      background: rgba(0, 0, 0, 0.05); }
    .space-search-results .searcher-page-result .searcher-page-result-title {
      font-size: 14px;
      color: #111;
      margin-bottom: 5px; }
    .space-search-results .searcher-page-result .searcher-page-result-text {
      color: #999;
      font-size: 12px; }

.space-view .space-header {
  padding: 0;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 1px 0 #000; }
  .space-view .space-header .bg {
    filter: blur(5px);
    position: absolute;
    width: 100%;
    bottom: -500%;
    left: 0;
    z-index: -2; }
  .space-view .space-header .cover {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9));
    z-index: -1; }
  .space-view .space-header .space-header-banner {
    display: flex;
    justify-content: flex-start; }
    .space-view .space-header .space-header-banner .space-avatar {
      width: 16%;
      max-width: 100px;
      margin: 15px 2%; }
      .space-view .space-header .space-header-banner .space-avatar img {
        width: 100%;
        border-radius: 3px; }
    .space-view .space-header .space-header-banner .space-info {
      width: 80%; }
      .space-view .space-header .space-header-banner .space-info .space-name {
        margin-top: 30px;
        color: rgba(255, 255, 255, 0.8);
        text-shadow: 0 0 3px #000;
        font-size: 24px;
        line-height: 28px; }
      .space-view .space-header .space-header-banner .space-info .space-subtitle {
        margin-top: 10px;
        color: rgba(255, 255, 255, 0.6);
        text-shadow: 0 0 3px #000;
        font-size: 16px;
        line-height: 22px; }
  @media (max-width: 768px) {
    .space-view .space-header .bg {
      bottom: -200%; }
    .space-view .space-header .space-header-banner .space-avatar {
      margin: 10px 2%; }
    .space-view .space-header .space-header-banner .space-info {
      width: 80%; }
      .space-view .space-header .space-header-banner .space-info .space-name {
        margin-top: 15px;
        font-size: 20px;
        line-height: 28px; }
      .space-view .space-header .space-header-banner .space-info .space-subtitle {
        margin-top: 10px;
        font-size: 14px;
        line-height: 22px; } }

.searcher-box .searcher {
  display: inline-block;
  position: absolute;
  right: 20%;
  left: 65%;
  max-width: 120px;
  padding: 12px 0 8px 0;
  margin-left: 64px;
  transition: all .2s ease; }
  .searcher-box .searcher .searcher-input {
    width: 100%;
    padding: 0 12px;
    font-size: 14px;
    line-height: 40px;
    border-radius: 5px;
    background: #333;
    color: #eee;
    border: none;
    outline: none; }
  .searcher-box .searcher .searcher-btn-escape {
    position: absolute;
    right: 10px;
    top: 20px;
    background: none;
    outline: none;
    border: none;
    color: #999;
    display: none; }
  .searcher-box .searcher .searcher-input-filter-btn {
    position: absolute;
    right: -50px;
    top: 12px;
    background: #333;
    border-radius: 3px;
    outline: none;
    border: none;
    color: #999;
    padding: 10px 15px;
    display: none; }
  .searcher-box .searcher .searcher-results {
    width: 366px;
    background: #151515;
    box-shadow: 1px 1px 1px 0 #333;
    position: absolute;
    top: 60px;
    left: -68px;
    display: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; }
    .searcher-box .searcher .searcher-results .searcher-results-internal {
      padding: 10px; }
  .searcher-box .searcher .searcher-results-title {
    font-size: 16px;
    line-height: 30px;
    margin: 6px 0;
    color: #eee; }
  .searcher-box .searcher .searcher-no-results {
    font-size: 13px;
    line-height: 26px;
    color: #666; }
  .searcher-box .searcher .searcher-result-relative {
    position: relative; }
  .searcher-box .searcher .searcher-result {
    border-radius: 5px; }
    .searcher-box .searcher .searcher-result:hover, .searcher-box .searcher .searcher-result[in-focus="yes"] {
      background: rgba(255, 255, 255, 0.09); }
    .searcher-box .searcher .searcher-result .searcher-result-icon {
      font-size: 18px;
      margin-right: 8px; }
    .searcher-box .searcher .searcher-result .searcher-result-text {
      width: 315px;
      font-size: 13px;
      line-height: 30px;
      border-radius: 5px;
      color: #999;
      padding: 0 8px;
      cursor: pointer;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      .searcher-box .searcher .searcher-result .searcher-result-text.searcher-result-text-default {
        color: #d9534f; }
  .searcher-box .searcher .searcher-result-remove {
    position: absolute;
    top: 4px;
    right: 10px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0);
    text-align: center;
    transition: all .2s ease;
    cursor: pointer;
    color: #666; }
    .searcher-box .searcher .searcher-result-remove:hover {
      color: #eee;
      background: rgba(255, 255, 255, 0.1); }
  .searcher-box .searcher[opened="yes"], .searcher-box .searcher.static[opened="yes"], .searcher-box .searcher.static[opened="no"] {
    right: 50px;
    left: 0;
    max-width: 100%;
    z-index: 1; }
    .searcher-box .searcher[opened="yes"] .searcher-btn-escape, .searcher-box .searcher[opened="yes"] .searcher-input-filter-btn, .searcher-box .searcher.static[opened="yes"] .searcher-btn-escape, .searcher-box .searcher.static[opened="yes"] .searcher-input-filter-btn, .searcher-box .searcher.static[opened="no"] .searcher-btn-escape, .searcher-box .searcher.static[opened="no"] .searcher-input-filter-btn {
      display: block; }
    .searcher-box .searcher[opened="yes"] .searcher-results, .searcher-box .searcher.static[opened="yes"] .searcher-results, .searcher-box .searcher.static[opened="no"] .searcher-results {
      display: block; }

.searcher-filters {
  background: #181818;
  padding: 10px 0; }
  .searcher-filters .searcher-filter-box {
    display: inline-block;
    vertical-align: top;
    text-align: left; }
  .searcher-filters .searcher-filter {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none !important;
    border-radius: 5px;
    line-height: 40px;
    cursor: pointer;
    color: #999;
    padding: 0 8px;
    display: inline-block; }
    .searcher-filters .searcher-filter::-webkit-selection {
      background: transparent; }
    .searcher-filters .searcher-filter::-moz-selection {
      background: transparent; }
    .searcher-filters .searcher-filter::selection {
      background: transparent; }
    .searcher-filters .searcher-filter .searcher-circle {
      color: #777; }
    .searcher-filters .searcher-filter .searcher-filter-title {
      font-size: 16px; }
    .searcher-filters .searcher-filter:hover, .searcher-filters .searcher-filter[filter-in-focus="yes"] {
      background: rgba(0, 0, 0, 0.2); }
    .searcher-filters .searcher-filter[filter-state="on"] {
      color: #fff; }
      .searcher-filters .searcher-filter[filter-state="on"] .searcher-circle {
        color: #fff; }
    .searcher-filters .searcher-filter.searcher-filter-sub {
      font-size: 0.9em;
      color: #444; }
  .searcher-filters .searcher-filter-dropdown {
    margin: 5px; }
    .searcher-filters .searcher-filter-dropdown a {
      cursor: pointer; }
  .searcher-filters .searcher-circle {
    color: #ccc;
    display: inline-block;
    min-width: 32px;
    line-height: 32px;
    height: 32px;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    margin-right: 4px; }
    .searcher-filters .searcher-circle .fa-stack-1x {
      font-size: 32px;
      opacity: .2; }
    .searcher-filters .searcher-circle .searcher-circle-icon {
      font-size: 18px; }

.searcher-page {
  padding: 10px;
  background: #111; }
  .searcher-page .loading {
    font-size: 50px;
    min-height: 150px; }
  .searcher-page .searcher-page-results {
    padding: 10px;
    background: #080808;
    margin-top: 10px; }
    .searcher-page .searcher-page-results:first-child {
      margin-top: 0; }
    .searcher-page .searcher-page-results .searcher-page-title {
      font-size: 18px;
      color: #fff;
      text-transform: capitalize; }
    .searcher-page .searcher-page-results .searcher-page-result {
      padding: 5px 15px;
      margin: 15px 0; }
      .searcher-page .searcher-page-results .searcher-page-result .searcher-page-result-title, .searcher-page .searcher-page-results .searcher-page-result .searcher-page-result-title a {
        font-size: 15px;
        color: #ccc;
        margin-bottom: 6px;
        padding-top: 4px; }
      .searcher-page .searcher-page-results .searcher-page-result .searcher-page-result-text {
        color: #666; }
    .searcher-page .searcher-page-results .searcher-see-all {
      border-radius: 5px;
      line-height: 40px;
      cursor: pointer;
      color: #777;
      padding: 0 8px;
      background: rgba(255, 255, 255, 0.08);
      text-align: center; }
    .searcher-page .searcher-page-results .find {
      background: rgba(255, 255, 255, 0.2);
      border-radius: 3px; }

.friend {
  padding: 0 5px;
  background: #d3ffd4;
  border-radius: 3px; }

#searching {
  position: absolute;
  right: 40px;
  margin-top: 8px;
  color: #999; }

#searchResults, .search-friends-results {
  margin-top: 3px;
  position: absolute;
  position: absolute;
  width: 200px;
  background: #fff;
  box-shadow: 0 0 1px #333;
  border-radius: 3px;
  z-index: 2; }

.search-item {
  position: relative;
  height: 36px;
  cursor: pointer; }
  .search-item:hover {
    background: #eee; }
  .search-item a {
    color: #333; }
    .search-item a small {
      color: #999; }
    .search-item a:hover {
      color: #111; }
  .search-item .thumb, .search-item .name, .search-item .action {
    position: absolute;
    top: 0; }
  .search-item .thumb {
    left: 5px;
    top: 5px; }
  .search-item .action {
    right: 0;
    top: 5px; }
  .search-item .name {
    left: 40px;
    top: 8px;
    right: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    margin-left: 0 !important;
    font-weight: normal !important; }
  .search-item img {
    left: 5px !important;
    top: 5px !important; }

.member-item {
  position: relative;
  height: 50px; }
  .member-item .thumb, .member-item .name, .member-item .action {
    position: absolute;
    top: 0; }
  .member-item .thumb {
    left: 0; }
  .member-item .action {
    right: 0; }
  .member-item .name {
    left: 45px;
    right: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .member-item .name a {
      color: #333; }
      .member-item .name a small {
        color: #999; }
      .member-item .name a:hover {
        color: #b52b27; }
  .member-item .fa-spin {
    position: absolute;
    left: 5px;
    top: 5px;
    font-size: 16px;
    color: #aaa; }
  .member-item .avatar-placeholder {
    width: 26px;
    height: 26px;
    margin-right: 15px;
    background: #eee;
    border-radius: 3px;
    display: inline-block; }
  .member-item .text-placeholder {
    width: 100px;
    height: 12px;
    background: #eee;
    border-radius: 3px;
    display: inline-block;
    vertical-align: top;
    margin-top: 6px; }

.online-members {
  vertical-align: top; }
  .online-members.online-members-mobile .online-member {
    display: inline-block;
    width: 65px;
    height: 70px;
    text-transform: capitalize;
    margin: 0 0 10px;
    padding: 0;
    white-space: break-spaces;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    font-size: 12px;
    color: #666; }
    .online-members.online-members-mobile .online-member img {
      border-radius: 3px;
      box-shadow: 0 0 1px #999;
      width: 30px;
      height: 30px;
      margin: 0 auto;
      display: block; }
    .online-members.online-members-mobile .online-member .online-dot {
      position: absolute;
      left: 50%;
      top: 0;
      margin-left: -25px; }
  .online-members .online-member {
    display: block;
    position: relative;
    text-transform: capitalize;
    color: #333;
    margin: 0 0 6px;
    border-radius: 3px;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top; }
    .online-members .online-member .avatar-placeholder {
      width: 26px;
      height: 26px;
      margin-right: 5px;
      background: #eee;
      border-radius: 3px;
      display: inline-block;
      text-align: center; }
      .online-members .online-member .avatar-placeholder .fa-spin {
        font-size: 16px;
        color: #aaa;
        margin-top: 5px; }
    .online-members .online-member .text-placeholder {
      width: 100px;
      height: 12px;
      background: #eee;
      border-radius: 3px;
      display: inline-block;
      vertical-align: top;
      margin-top: 6px; }
    .online-members .online-member img {
      border-radius: 3px;
      box-shadow: 0 0 1px #999;
      width: 26px;
      height: 26px;
      margin-right: 4px; }
    .online-members .online-member .online-dot {
      color: #47c689;
      font-size: 8px;
      vertical-align: middle; }

.chat-results-sm .chat-row {
  display: flex;
  justify-content: flex-start;
  margin: 0;
  padding: 2px;
  position: relative;
  transition: all .2s ease;
  color: #111; }
  .chat-results-sm .chat-row .chat-thumb {
    width: 50px;
    height: 50px; }
  .chat-results-sm .chat-row .chat-text {
    margin-left: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .chat-results-sm .chat-row[show-counter="yes"] .chat-time {
    color: #47c689; }
  .chat-results-sm .chat-row[show-counter="yes"] .chat-counter {
    opacity: 1; }
  .chat-results-sm .chat-row .chat-time {
    color: #999;
    font-size: 12px; }
  .chat-results-sm .chat-row .chat-counter {
    background: #47c689;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    width: 18px;
    height: 18px;
    line-height: 18px;
    opacity: 0;
    font-size: 12px; }

.leaders-item {
  position: relative;
  height: 30px; }
  .leaders-item .rank, .leaders-item .thumb, .leaders-item .name, .leaders-item .action, .leaders-item .sc, .leaders-item .ranks {
    position: absolute;
    top: 0; }
  .leaders-item .rank {
    left: 0; }
  .leaders-item .thumb {
    left: 30px; }
  .leaders-item .action {
    right: 0; }
  .leaders-item .name {
    left: 60px;
    right: 45px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .leaders-item .name a {
      color: #333; }
      .leaders-item .name a small {
        color: #999; }
      .leaders-item .name a:hover {
        color: #b52b27; }
  .leaders-item .sc {
    right: 100px;
    font-size: 15px;
    line-height: 20px; }
  .leaders-item .ranks {
    right: 65px; }

.branding-box {
  background: #eee;
  margin: 10px -5px -10px;
  text-align: center;
  padding: 8px;
  border-radius: 3px; }

.box-limited-height {
  padding: 6px 10px;
  overflow-y: auto; }
  .box-limited-height::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    background-color: #eee; }
  .box-limited-height::-webkit-scrollbar {
    width: 6px;
    background-color: #fff; }
  .box-limited-height::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #777; }

.whotofollow-box {
  height: 450px; }
  .whotofollow-box .whotofollow-top {
    text-align: center;
    background: #eee;
    border-radius: 3px;
    margin-bottom: 20px; }
  .whotofollow-box .whotofollow-scroll {
    height: 315px;
    padding: 6px 10px;
    overflow-y: auto; }
    .whotofollow-box .whotofollow-scroll::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      border-radius: 5px;
      background-color: #eee; }
    .whotofollow-box .whotofollow-scroll::-webkit-scrollbar {
      width: 6px;
      background-color: #fff; }
    .whotofollow-box .whotofollow-scroll::-webkit-scrollbar-thumb {
      border-radius: 5px;
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      background-color: #777; }

#notification-menu {
  position: absolute;
  right: 0;
  left: -60px;
  width: 60px; }
  #notification-menu a {
    color: #9d9d9d;
    line-height: 60px;
    position: relative;
    font-size: 17px;
    width: 60px;
    display: inline-block;
    text-align: center;
    cursor: pointer; }
    #notification-menu a .counter {
      background: #d9534f;
      border-radius: 0.7em;
      -moz-border-radius: 0.7em;
      -webkit-border-radius: 0.7em;
      color: #ffffff;
      font-size: 15px;
      display: inline-block;
      font-weight: bold;
      line-height: 1.4em;
      margin-right: 15px;
      text-align: center;
      width: 1.4em;
      position: absolute;
      top: 8px;
      right: -5px; }
  #notification-menu #notifications-list {
    position: absolute;
    top: 63px;
    right: 0;
    width: 300px;
    background: #fff;
    box-shadow: 0 0 1px #ccc; }
    #notification-menu #notifications-list .loading {
      padding: 8px;
      color: #aaa;
      font-size: 14px;
      text-align: center; }
    #notification-menu #notifications-list .item {
      padding: 10px;
      border-top: 1px solid #eee;
      list-style: none; }
      #notification-menu #notifications-list .item a {
        color: #333;
        cursor: pointer; }
      #notification-menu #notifications-list .item .text {
        float: left;
        margin-left: 10px;
        font-size: 13px;
        color: #333;
        width: 80%; }
      #notification-menu #notifications-list .item .new {
        font-size: 12px;
        color: #d9534f;
        line-height: 20px;
        float: right; }
      #notification-menu #notifications-list .item[state="new"] {
        font-weight: bold; }
      #notification-menu #notifications-list .item[state="old"] {
        background: #eee; }
        #notification-menu #notifications-list .item[state="old"] .new {
          display: none; }
        #notification-menu #notifications-list .item[state="old"]:hover {
          background: #eee; }

#notifications .item {
  padding: 10px;
  border-top: 1px solid #eee;
  list-style: none; }
  #notifications .item a {
    color: #333;
    cursor: pointer; }
  #notifications .item .text {
    float: left;
    margin-left: 10px;
    font-size: 13px;
    overflow-wrap: break-word;
    color: #333;
    width: 80%; }
  #notifications .item .new {
    font-size: 12px;
    color: #d9534f;
    line-height: 20px;
    float: right; }
  #notifications .item[state="new"] {
    font-weight: bold; }
  #notifications .item[state="old"] {
    background: #f5f5f5; }
    #notifications .item[state="old"] .new {
      display: none; }
    #notifications .item[state="old"]:hover {
      background: #eee; }

#Messages .counter {
  background: #d9534f;
  border-radius: 0.7em;
  -moz-border-radius: 0.7em;
  -webkit-border-radius: 0.7em;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 1.4em;
  margin-right: 15px;
  text-align: center;
  width: 1.4em;
  position: absolute;
  top: 8px;
  right: -12px; }
#Messages .notification {
  padding: 10px;
  border-bottom: 1px solid #eee; }
  #Messages .notification a {
    color: #333;
    cursor: pointer; }
  #Messages .notification .text {
    float: left;
    margin-left: 10px;
    font-size: 13px;
    color: #333;
    width: 80%; }
  #Messages .notification:hover {
    background: #eee; }
  #Messages .notification[state="new"] {
    font-weight: bold; }
  #Messages .notification[state="old"] {
    background: #f5f5f5; }
    #Messages .notification[state="old"]:hover {
      background: #eee; }

.message-form #attachment_panel {
  width: 50%;
  margin: 15px auto 10px auto; }

.message-chain-form #attachment_panel {
  width: 50%;
  margin: 15px auto 10px auto; }

.message-item {
  border-top: 1px solid #ccc;
  line-height: 25px;
  padding: 10px;
  font-weight: bold; }
  .message-item a {
    color: #333; }
  .message-item .recipient {
    float: left;
    padding: 0 3px; }
  .message-item[read='1'] {
    background: #eee;
    font-weight: normal; }
    .message-item[read='1'] .new {
      display: none; }
  .message-item[read='0'] .new {
    color: #d9534f;
    margin-right: 10px; }

.chain-item {
  border-top: 1px solid #eee;
  padding: 15px; }
  .chain-item .gif-attachment {
    margin-top: 15px;
    max-width: 100%; }

.lp p {
  font-size: 16px; }

#challenge-div #challenge-winner {
  height: 150px;
  text-align: center; }
  #challenge-div #challenge-winner .ticket-item {
    display: inline-block;
    position: relative; }
    #challenge-div #challenge-winner .ticket-item .ticket-box {
      width: 300px;
      height: 139px;
      overflow: hidden;
      border-radius: 4px;
      background: #DA5049;
      margin: 3px 6px;
      border-radius: 8px;
      transition: all .2s ease;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7); }
    #challenge-div #challenge-winner .ticket-item .user-name {
      position: absolute;
      bottom: 20px;
      left: 25px;
      color: #fff;
      text-align: left;
      font-size: 16px;
      text-shadow: 1px 1px #000; }
    #challenge-div #challenge-winner .ticket-item .ticket-barcode {
      position: absolute;
      top: 8px;
      right: 10px; }
    #challenge-div #challenge-winner .ticket-item .ticket-eq {
      position: absolute;
      top: 30px;
      left: 116px;
      width: 96px;
      height: 60px;
      box-shadow: 0 0 0 2px #464851; }
    #challenge-div #challenge-winner .ticket-item .user-image {
      position: absolute;
      top: 30px;
      left: 30px;
      width: 60px;
      height: 60px;
      box-shadow: 0 0 0 2px #464851; }
#challenge-div #challenge-tickets {
  text-align: center;
  position: absolute;
  width: 100%; }
  #challenge-div #challenge-tickets .ticket-item {
    display: inline-block;
    position: relative; }
    #challenge-div #challenge-tickets .ticket-item .ticket-box {
      width: 250px;
      height: 116px;
      overflow: hidden;
      border-radius: 4px;
      background: #F9C075;
      margin: 3px 6px;
      border-radius: 8px;
      transition: all .2s ease;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7); }
    #challenge-div #challenge-tickets .ticket-item .user-name {
      position: absolute;
      bottom: 15px;
      left: 15px;
      color: #464851;
      text-align: left; }
    #challenge-div #challenge-tickets .ticket-item .ticket-barcode {
      position: absolute;
      top: -3px;
      right: 10px; }
    #challenge-div #challenge-tickets .ticket-item .ticket-eq {
      position: absolute;
      top: 20px;
      left: 96px;
      width: 96px;
      height: 60px;
      box-shadow: 0 0 0 2px #464851; }
    #challenge-div #challenge-tickets .ticket-item .user-image {
      position: absolute;
      top: 20px;
      left: 20px;
      width: 60px;
      height: 60px;
      box-shadow: 0 0 0 2px #464851; }

.select2 {
  width: 100% !important; }

.select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single {
  border: 1px solid #ccc;
  height: 36px; }

.select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--single {
  border: 1px solid #ccc; }

.select2-results__option {
  font-size: 12px; }

.select2 .selection:hover {
  color: #333; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered, .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 12px;
  line-height: 21px; }

.quiz .question {
  margin-bottom: 55px; }
  .quiz .question .answer {
    cursor: pointer;
    margin: 20px;
    font-size: 16px;
    color: #777;
    user-select: none; }
    .quiz .question .answer.selected {
      color: #0077bc; }
    .quiz .question .answer:hover:not(.selected) {
      color: #6e8a99; }
    .quiz .question .answer .bullet {
      display: block;
      float: left;
      width: 25px; }
.quiz.checkup .question[status="empty"] .answer.selected {
  color: #0077bc; }
.quiz.checkup .question[status="right"] .answer.selected {
  color: #00910e; }
.quiz.checkup .question[status="wrong"] .answer.selected {
  color: #ba2e00; }

tr[please-note] {
  background: #0e3e3f; }

.nav-is-live {
  font-size: 11px;
  background: #FF0000;
  color: #fff; }

.copy-url {
  color: #111;
  padding: 5px;
  background: #eee;
  border-radius: 3px;
  position: relative;
  width: 360px;
  display: inline-block; }
  .copy-url input {
    font-size: 11px;
    color: #333;
    width: 100%;
    border: none;
    outline: none;
    background: transparent; }
  .copy-url .copy-button {
    position: absolute;
    right: 5px;
    top: 5px;
    color: #184854; }

.coming-live-item {
  position: relative;
  padding: 10px; }
  .coming-live-item:hover {
    background: #f5f5f5; }
    .coming-live-item:hover .item-live-view {
      display: block; }
  .coming-live-item .item-live-view {
    display: none;
    position: absolute;
    top: 0;
    right: 20px;
    color: #ccc;
    font-size: 50px;
    line-height: 150px; }

#just-joined {
  position: absolute;
  right: 20px;
  top: 20px;
  background: #D43A36;
  color: #fff;
  z-index: 2;
  padding: 5px 10px;
  border-radius: 5px; }

.pitchy {
  text-align: center;
  user-select: none;
  padding: 6px 12px;
  margin: 5px auto;
  width: 128px;
  height: 64px;
  border-radius: 32px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border: none;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.2);
  color: #666; }
  .pitchy .pitchy-record {
    font-size: 16px;
    position: absolute;
    left: 36px;
    bottom: 3px; }
  .pitchy .pitchy-note {
    position: absolute;
    text-align: center;
    top: 10px;
    font-size: 14px;
    width: 100px; }
  .pitchy .pitchy-frequency {
    position: absolute;
    text-align: center;
    top: 10px;
    font-size: 14px;
    width: 100px; }
  .pitchy .pitchy-meter {
    position: absolute;
    left: 64px;
    top: 4px;
    width: 2px;
    height: 28px;
    background: transparent;
    transform: rotate(0deg);
    transform-origin: bottom center;
    transition: all .3s ease;
    opacity: 0; }
  .pitchy .pitchy-waves {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
  .pitchy[is-active="yes"] {
    box-shadow: inset 0 0 0 2px black;
    background: rgba(0, 0, 0, 0.8);
    color: #eee;
    opacity: 1; }
    .pitchy[is-active="yes"] .pitchy-record .fa {
      color: #c42328; }
    .pitchy[is-active="yes"] .pitchy-meter {
      opacity: .4;
      background: #fff; }
    .pitchy[is-active="yes"] .pitchy-waves {
      opacity: .7; }
  .pitchy[can-play="yes"] {
    opacity: .7;
    cursor: pointer; }
    .pitchy[can-play="yes"]:hover {
      opacity: 1; }
  .pitchy[can-play="no"] {
    opacity: .2;
    cursor: default; }

#helpcenter {
  padding-bottom: 0; }
  #helpcenter .results-box {
    height: 340px;
    position: relative; }
  #helpcenter .filter-search {
    position: relative; }
    #helpcenter .filter-search input {
      text-indent: 30px; }
    #helpcenter .filter-search .fa-search {
      position: absolute;
      left: 18px;
      top: 12px;
      color: #aaa;
      font-size: 20px; }
    #helpcenter .filter-search .fa-times {
      position: absolute;
      right: 18px;
      top: 12px;
      color: #aaa;
      font-size: 20px;
      cursor: pointer; }
  #helpcenter .tag {
    display: inline-block;
    margin: 4px;
    color: #fff;
    padding: 1px 4px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 14px;
    user-select: none; }
    #helpcenter .tag[state='0'] {
      background: rgba(0, 0, 0, 0.6); }
    #helpcenter .tag[state='1'] {
      background: #d9534f;
      color: #fff; }
  #helpcenter .filters {
    cursor: pointer;
    font-size: 14px; }
    #helpcenter .filters .filter {
      color: #999; }
      #helpcenter .filters .filter.active {
        color: #eee; }
  @media (max-width: 768px) {
    #helpcenter .results-box {
      height: 550px;
      position: relative; }
    #helpcenter .filters {
      font-size: 13px; } }
  #helpcenter .paging {
    position: absolute;
    height: 50px;
    width: 100%;
    border-top: 1px solid #ccc;
    bottom: 50px;
    left: 0;
    padding: 15px; }
  #helpcenter .more {
    position: absolute;
    height: 50px;
    width: 100%;
    border-top: 1px solid #eee;
    bottom: 0;
    left: 0;
    padding: 15px;
    text-align: center;
    font-size: 16px; }

.faq {
  color: #333;
  padding: 10px;
  border-radius: 3px;
  display: block;
  cursor: pointer; }
  .faq:hover {
    color: #000;
    background: #eee; }
  .faq .title {
    font-size: 16px; }
  .faq .content {
    font-size: 13px;
    color: #999;
    margin-top: 5px; }

.faq-body blockquote {
  padding: 10px;
  margin-top: 15px;
  background-color: #f3f3f3;
  font-size: inherit; }

#cake {
  position: relative;
  width: 150px;
  margin: 25px auto; }
  #cake .fuego {
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 70px;
    width: 10px;
    height: 18px; }
  #cake .fuego:nth-child(1) {
    animation: fuego 2s 0.5s infinite; }
  #cake .fuego:nth-child(2) {
    animation: fuego 1.5s 0.5s infinite; }
  #cake .fuego:nth-child(3) {
    animation: fuego 1s 0.5s infinite; }
  #cake .fuego:nth-child(4) {
    animation: fuego 0.5s 0.5s infinite; }
  #cake .fuego:nth-child(5) {
    animation: fuego 0.2s 0.5s infinite; }

@keyframes fuego {
  0%, 100% {
    background: rgba(254, 248, 97, 0.5);
    box-shadow: 0 0 40px 10px rgba(248, 233, 209, 0.2);
    transform: translateY(0) scale(1); }
  50% {
    background: rgba(255, 50, 0, 0.1);
    box-shadow: 0 0 40px 20px rgba(248, 233, 209, 0.2);
    transform: translateY(-20px) scale(0); } }
@keyframes blinker {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes blinker {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes blinker {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes blinker2 {
  0% {
    opacity: 1; }
  25% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-webkit-keyframes blinker2 {
  0% {
    opacity: 1; }
  25% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-moz-keyframes blinker2 {
  0% {
    opacity: 1; }
  25% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes blinker3 {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes blinker3 {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes blinker3 {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes blinker4 {
  0% {
    opacity: 1; }
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-webkit-keyframes blinker4 {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-moz-keyframes blinker4 {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fill-me-now {
  0% {
    background: #fff; }
  50% {
    background: #fcbdbd; }
  100% {
    background: #fff; } }
@-webkit-keyframes fill-me-now {
  0% {
    background: #fff; }
  50% {
    background: #fcbdbd; }
  100% {
    background: #fff; } }
@-moz-keyframes fill-me-now {
  0% {
    background: #fff; }
  50% {
    background: #fcbdbd; }
  100% {
    background: #fff; } }
.browser-window {
  text-align: left;
  margin: 0;
  width: 100%;
  display: inline-block;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 1px #666; }
  .browser-window .top-bar {
    height: 30px;
    border-radius: 5px 5px 0 0;
    border-top: thin solid #eaeae9;
    border-bottom: thin solid #dfdfde;
    background: linear-gradient(#e7e7e6, #E2E2E1); }
  .browser-window .circle {
    height: 8px;
    width: 8px;
    display: inline-block;
    border-radius: 50%;
    background-color: white; }
  .browser-window .circles {
    margin: 5px 11px; }
  .browser-window .content {
    margin: 0;
    width: 100%;
    min-height: 50%;
    display: inline-block;
    border-radius: 0 0 5px 5px;
    background-color: #fafafa; }
  .browser-window .circle-red {
    background-color: #FF6759; }
  .browser-window .circle-yellow {
    background-color: #FFB820; }
  .browser-window .circle-green {
    background-color: #1ECC3D; }

@keyframes checkItemTrue {
  0% {
    background: #c1f2c8; }
  100% {
    color: inherit; } }
@keyframes checkItemFalse {
  0% {
    background: #f2c9c1; }
  100% {
    color: inherit; } }
.browser-box {
  border-radius: 5px;
  background: #F1F1F1;
  padding: 2px;
  margin-bottom: 10px; }
  .browser-box .fa {
    color: #bbb; }
  .browser-box .browser-box-header {
    padding: 6px 10px; }
    .browser-box .browser-box-header .browser-box-url {
      background: #fff;
      color: #999;
      font-size: 12px;
      padding: 0 5px;
      border-radius: 3px; }
  .browser-box .browser-box-content {
    background: #fff;
    padding: 10px; }

.yiiLog {
  text-align: left; }
  .yiiLog td {
    min-width: 70px; }

.flying-staff {
  z-index: -1; }
  .flying-staff [note] {
    position: absolute;
    animation: notes 5s infinite linear;
    font-size: 38px;
    opacity: 0;
    color: rgba(255, 255, 255, 0.5); }

.bluesnap-panel {
  /* Hosted Payment Fields styles*/ }
  .bluesnap-panel .hosted-field-focus {
    border: 1px solid #66afe9;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .bluesnap-panel .hosted-field-invalid {
    border: 1px solid #e93143;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(233, 49, 67, 0.8); }
  .bluesnap-panel .hosted-field-valid {
    border: 1px solid #14ba57; }

@keyframes notes {
  0% {
    transform: scale(1) translate(0, 0);
    opacity: 0; }
  50% {
    opacity: 1;
    transform: scale(1.5) translate(50%, -50%); }
  80% {
    opacity: 0;
    transform: scale(1.5) translate(100%, -100%); }
  100% {
    transform: scale(1.5) translate(100%, -100%);
    opacity: 0; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes confetti {
  0% {
    transform: rotateZ(15deg) rotateY(0deg) translate(0, 0); }
  25% {
    transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh); }
  50% {
    transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 60vh); }
  75% {
    transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 80vh); }
  100% {
    transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 110vh); } }
@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg); }
  10% {
    transform: translate(-1px, -2px) rotate(-1deg); }
  20% {
    transform: translate(-3px, 0px) rotate(1deg); }
  30% {
    transform: translate(3px, 2px) rotate(0deg); }
  40% {
    transform: translate(1px, -1px) rotate(1deg); }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg); }
  60% {
    transform: translate(-3px, 1px) rotate(0deg); }
  70% {
    transform: translate(3px, 1px) rotate(-1deg); }
  80% {
    transform: translate(-1px, -1px) rotate(1deg); }
  90% {
    transform: translate(1px, 2px) rotate(0deg); }
  100% {
    transform: translate(1px, -2px) rotate(-1deg); } }

/*# sourceMappingURL=style.css.map */
