/* ================================================================
   SKYGLOW REPO — iOS 4+ COMPATIBLE STYLESHEET
   ================================================================ */

/* ----------------------------------------------------------------
   1. RESET & BASE
   ---------------------------------------------------------------- */

html,
body,
div,
ul,
ol,
li,
h1,
h2,
h3,
p,
nav {
  margin: 0;
  padding: 0;
}

html {
  -webkit-text-size-adjust: 100%;
}

ul {
  list-style: none;
}

body {
  font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial,
    Verdana, sans-serif;
  -webkit-font-smoothing: antialiased;
  background: #ffffff;
  color: #333;
}

a {
  color: #08c;
}

a:hover {
  text-decoration: underline;
}

/* ----------------------------------------------------------------
   2. PAGE FRAME & LAYOUT
   ---------------------------------------------------------------- */

#main {
  width: 100%;
  min-width: 980px;
  margin: 0 0 10px;
  clear: both;
  overflow: hidden;
}

#content {
  width: 980px;
  margin: 0 auto;
  padding: 18px 20px;
  overflow-x: hidden;
}

/* clearfix */
#content:after,
.grid2col:after,
#homefooter #links:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* ----------------------------------------------------------------
   3. NAVIGATION
   ---------------------------------------------------------------- */
#globalheader {
  width: 980px;
  height: 36px;
  margin: 18px auto;
  margin-bottom: 0px;
  overflow: hidden;

  -webkit-border-radius: 5px;
  border-radius: 5px;

  background: #2a2a2a;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#434343),
      color-stop(0.5, #383838),
      color-stop(0.5, #282828),
      to(#232323));
  background: -webkit-linear-gradient(#434343, #383838 50%, #282828 50%, #232323);
  background: linear-gradient(#434343, #383838 50%, #282828 50%, #232323);

  border: 1px solid #000;
  border-bottom-color: #0a0a0a;

  -webkit-box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.15),
    inset 0 0 0 1px rgba(255, 255, 255, 0.05),
    0 2px 4px rgba(0, 0, 0, 0.3);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.15),
    inset 0 0 0 1px rgba(255, 255, 255, 0.05),
    0 2px 4px rgba(0, 0, 0, 0.3);
}

/* Subtle texture overlay for nav */
#globalheader:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAElBMVEUAAAAAAAAAAAAAAAAAAAAAAADgKxmiAAAABnRSTlMGnSRPWgvNdScAAABbSURBVHja7dMxDgAgCARAdrT//+WuDhKQtqZxMHEz5VJLhdQfGQW8u/MiHhvd6HgYeOJ+9OQNwz1yI/GUYRy5WDpqKN0rDSyv5E2YlZc0yPnk2QJ0tyqr3oZJAR+2zQ0aQd4MAAAAAElFTkSuQmCC');
  opacity: 0.08;
  pointer-events: none;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

#globalnav {
  margin: 0;
  padding: 0;
  height: 36px;
  width: 100%;
  display: table;
  table-layout: fixed;
  position: relative;
  z-index: 1;
}

#globalnav li {
  display: table-cell;
  height: 36px;
  vertical-align: top;
}

#globalnav li a {
  display: block;
  height: 36px;
  line-height: 36px;
  text-align: center;
  text-decoration: none;
  color: #e8e8e8;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.7);
  font-size: 12px;
  letter-spacing: 0.3px;

  -webkit-box-shadow:
    inset 1px 0 0 rgba(255, 255, 255, 0.08),
    inset -1px 0 0 rgba(0, 0, 0, 0.3);
  box-shadow:
    inset 1px 0 0 rgba(255, 255, 255, 0.08),
    inset -1px 0 0 rgba(0, 0, 0, 0.3);

  -webkit-transition: all 0.12s ease-out;
  transition: all 0.12s ease-out;
}

#globalnav li a:hover,
#globalnav li a:focus {
  outline: none;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#4f4f4f),
      color-stop(0.5, #444),
      color-stop(0.5, #363636),
      to(#323232));
  background: -webkit-linear-gradient(#4f4f4f, #444 50%, #363636 50%, #323232);
  background: linear-gradient(#4f4f4f, #444 50%, #363636 50%, #323232);
  color: #fff;
}

#globalnav li a:active,
#globalnav li a.pressed {
  background: #1a1a1a;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#1a1a1a),
      to(#2a2a2a));
  background: -webkit-linear-gradient(#1a1a1a, #2a2a2a);
  background: linear-gradient(#1a1a1a, #2a2a2a);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

/* Logo item */
#gn-apple {
  width: 115px;
}

#gn-apple a {
  position: relative;
}

#gn-apple a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 9px;
  margin-top: -10px;
  /* Half of 20px height */
  width: 20px;
  height: 20px;
  background: url(../../CydiaIcon.png) no-repeat;
  background-size: 20px 20px;
  pointer-events: none;
  /* Let clicks pass through to link */
  z-index: 10;
}

#gn-apple a span {
  font-weight: bolder;
  letter-spacing: 0.2px;
  margin-left: 20px;
}

#gn-apple a:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#4a4a4a), to(#2a2a2a));
  background: -webkit-linear-gradient(#4a4a4a, #2a2a2a);
  background: linear-gradient(#4a4a4a, #2a2a2a);
}

#gn-apple a:active,
#gn-apple a.pressed {
  background: -webkit-gradient(linear, left top, left bottom, from(#1a1a1a), to(#2b2b2b));
  background: -webkit-linear-gradient(#1a1a1a, #2b2b2b);
  background: linear-gradient(#1a1a1a, #2b2b2b);
}

/* ----------------------------------------------------------------
   4. HERO / BILLBOARD
   ---------------------------------------------------------------- */

#billboard {
  margin-top: 20px;
  margin-bottom: 15px;
}

#billboard .hero {
  display: block;
  position: relative;
  height: 240px;
  padding: 28px 30px;
  text-decoration: none;
  color: #333;

  border: 1px solid #d7d7d7;
  border-color: #e5e5e5 #dbdbdb #d2d2d2;

  -webkit-border-radius: 6px;
  border-radius: 6px;

  background: #f7f7f7;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#ffffff),
      to(#eeeeee));
  background: -webkit-linear-gradient(#ffffff, #eeeeee);
  background: linear-gradient(#ffffff, #eeeeee);
}

.hero-title {
  font-size: 28px;
  line-height: 1.1;
  color: #000;
  margin-bottom: 10px;
}

.hero-subtitle {
  font-size: 16px;
  line-height: 22px;
  color: #666;
  margin-bottom: 18px;
}

#billboard .hero-cta {
  position: absolute;
  left: 23px;
  bottom: 20px;
  width: auto;
  min-width: 150px;
}

/* Hero image clipping wrapper */
.hero-image-wrap {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 350px;
  overflow: hidden;
}

.hero-image-right {
  position: absolute;
  right: -6px;
  bottom: -60px;
  width: 193px;
  height: auto;
  border: 0;
  z-index: 4;
}

.hero-image-left {
  position: absolute;
  right: 170px;
  bottom: -85px;
  width: 350px;
  height: auto;
  border: 0;
}

/*
.hero-image-right {
  position: absolute;
  right: -15px;
  bottom: -235px;
  width: 280px;
  height: auto;
  border: 0;
  z-index: 4;
}

.hero-image-left {
  position: absolute;
  right: 220px;
  bottom: -100px;
  width: 410px;
  height: auto;
  border: 0;
}
  */

.hero-image-tag {
  position: absolute;
  left: -7px;
  bottom: 77px;
  width: 200px;
  height: auto;
  border: 0;
}

/* ----------------------------------------------------------------
   5. BUTTONS (Bootstrap 2 style, scoped)
   ---------------------------------------------------------------- */


.bs-btn {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;

  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;

  color: #333333;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);

  background-color: #f5f5f5;
  background-repeat: repeat-x;
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#ffffff),
      color-stop(0.5, #f8f8f8),
      color-stop(0.5, #efefef),
      to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #ffffff, #f8f8f8 50%, #efefef 50%, #e5e5e5);
  background: linear-gradient(to bottom, #ffffff, #f8f8f8 50%, #efefef 50%, #e5e5e5);

  border: 1px solid #bbb;
  border-bottom-color: #a8a8a8;

  -webkit-border-radius: 5px;
  border-radius: 5px;

  -webkit-box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    inset 0 0 0 1px rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    inset 0 0 0 1px rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.15);

  -webkit-transition: all 0.12s ease-out;
  transition: all 0.12s ease-out;
}

.bs-btn:hover,
.bs-btn:focus {
  text-decoration: none;
  outline: none;
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#ffffff),
      color-stop(0.5, #fafafa),
      color-stop(0.5, #f2f2f2),
      to(#e8e8e8));
  background-image: -webkit-linear-gradient(top, #ffffff, #fafafa 50%, #f2f2f2 50%, #e8e8e8);
}

.bs-btn:active,
.bs-btn.pressed {
  -webkit-box-shadow:
    inset 0 1px 3px rgba(0, 0, 0, 0.2),
    0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow:
    inset 0 1px 3px rgba(0, 0, 0, 0.2),
    0 1px 0 rgba(255, 255, 255, 0.5);
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#e0e0e0),
      to(#f0f0f0));
  background-image: -webkit-linear-gradient(top, #e0e0e0, #f0f0f0);
}

.bs-btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  font-weight: 500;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.bs-btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Button colors — Primary */
.bs-btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);

  background-color: #0071e3;
  background-repeat: repeat-x;
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#4ba3ff),
      color-stop(0.5, #2693ff),
      color-stop(0.5, #0584ff),
      to(#0066cc));
  background-image: -webkit-linear-gradient(top, #4ba3ff, #2693ff 50%, #0584ff 50%, #0066cc);

  border: 1px solid #005bbd;
  border-bottom-color: #004999;

  -webkit-box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.25),
    inset 0 0 0 1px rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.1),
    0 2px 4px rgba(0, 0, 0, 0.3);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.25),
    inset 0 0 0 1px rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.1),
    0 2px 4px rgba(0, 0, 0, 0.3);
}

.bs-btn-primary:hover,
.bs-btn-primary:focus {
  color: #ffffff;
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#3d96ff),
      color-stop(0.5, #1a88ff),
      color-stop(0.5, #0077ee),
      to(#0059b3));
  background-image: -webkit-linear-gradient(top, #3d96ff, #1a88ff 50%, #0077ee 50%, #0059b3);
}

.bs-btn-primary:active,
.bs-btn-primary.pressed {
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#0066cc),
      to(#0077ee));
  background-image: -webkit-linear-gradient(top, #0066cc, #0077ee);
  -webkit-box-shadow:
    inset 0 1px 3px rgba(0, 0, 0, 0.3),
    0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow:
    inset 0 1px 3px rgba(0, 0, 0, 0.3),
    0 1px 0 rgba(255, 255, 255, 0.1);
}

/* ----------------------------------------------------------------
   6. TICKER
   ---------------------------------------------------------------- */

#ticker {
  position: relative;
  margin: 0 0 15px;
  overflow: hidden;

  border: 1px solid #cfcfcf;
  background: #f6f6f6;

  -webkit-border-radius: 3px;
  border-radius: 3px;

  -webkit-box-shadow: rgba(0, 0, 0, 0.12) 0 1px 2px,
    inset rgba(255, 255, 255, 0.9) 0 1px 0;
  box-shadow: rgba(0, 0, 0, 0.12) 0 1px 2px,
    inset rgba(255, 255, 255, 0.9) 0 1px 0;
}

#ticker p {
  margin: 0;
  float: left;
  width: 100%;
  line-height: 16px;
  padding: 4px;
  margin-left: -8px;
}

#ticker a#ticker-headline {
  display: block;
  float: left;
  width: 12.5em;
  margin-right: 1em;
  padding: 0 0.75em 0 0;

  color: #565656;
  font-weight: bold;
  text-align: center;
  text-decoration: none;

  border-right: 1px solid #808080;
}

#ticker a#news-link {
  display: block;
  float: left;
  padding-left: 15px;
  width: 720px;

  color: #6e6e6e;
  text-decoration: none;

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

/* ----------------------------------------------------------------
   7. PROMO CARDS
   ---------------------------------------------------------------- */

ul.promos {
  display: table;
  table-layout: fixed;
  width: 980px;
  height: 160px;
  margin: 0 auto 7px;
  padding: 0;
  list-style: none;
  border-collapse: separate;
  border-spacing: 0;
}

ul.promos li {
  display: table-cell;
  position: relative;
  overflow: hidden;
  vertical-align: top;

  width: 229px;
  padding-right: 19px;

  background: transparent;
}

ul.promos li.last {
  padding-right: 0;
}

ul.promos li.gap3 {
  padding-right: 18px;
}

/* White card frame */
ul.promos li .card-frame {
  background: #fff;
  border: 1px solid;
  border-color: #e5e5e5 #dbdbdb #d2d2d2;

  -webkit-box-shadow: rgba(0, 0, 0, 0.12) 0 1px 2px,
    inset rgba(255, 255, 255, 0.9) 0 1px 0;
  box-shadow: rgba(0, 0, 0, 0.12) 0 1px 2px,
    inset rgba(255, 255, 255, 0.9) 0 1px 0;

}

/* Inner clickable tile */
ul.promos li a.trackP {
  display: block;
  position: relative;
  margin: 3.2px;
  height: 145px;
  overflow: hidden;

  text-decoration: none;
  color: #333;

  /*-webkit-border-radius: 3px;
  border-radius: 3px;*/

  background: #eeeeee;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#fafafa),
      to(#eeeeee));
  background: -webkit-linear-gradient(#fafafa, #eeeeee);
  background: linear-gradient(#fafafa, #f1f1f1);
}

/* Promo text block */
ul.promos li a.trackP .promo-copy {
  display: block;
  padding: 10px 10px 0 10px;
  text-align: center;
}

ul.promos li a.trackP .promo-title {
  display: block;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  color: #000;
  margin-bottom: 8px;
}

ul.promos li a.trackP .promo-subtitle {
  display: block;
  font-size: 12px;
  line-height: 14px;
  color: #666;
  height: 28px;
  overflow: hidden;
}

/* Promo image area */
ul.promos li a.trackP .promo-img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px;
  text-align: center;
}

ul.promos li a.trackP .promo-img img {
  border: 0;
  vertical-align: bottom;
  max-width: 160px;
  max-height: 70px;
  width: auto;
  height: auto;
}

/* Snow decoration */
ul.promos li.promo-snow {
  overflow: visible;
}

ul.promos li.promo-snow .snowpile {
  position: absolute;
  left: -1.5%;
  top: -42px;
  z-index: 30;

  width: 240px;
  height: 90px;

  background: url(../images/decor/snowpile.png) no-repeat 0 0;
  background-size: 237.5px 93px;
  -webkit-background-size: 237.5px 93px;

  pointer-events: none;
  opacity: 1;
}

/* ----------------------------------------------------------------
   8. RIBBONS
   ---------------------------------------------------------------- */

.ribbon {
  position: absolute;
  top: 10px;
  left: -40px;
  z-index: 10;

  width: 140px;
  height: 24px;

  -webkit-transform: rotate(-45deg);
  -webkit-transform-origin: 50% 50%;
  -moz-transform: rotate(-45deg);
  -moz-transform-origin: 50% 50%;
  -ms-transform: rotate(-45deg);
  -ms-transform-origin: 50% 50%;
  transform: rotate(-45deg);
  transform-origin: 50% 65%;
}

.ribbon span {
  display: block;
  height: 24px;
  line-height: 24px;
  text-align: center;

  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.9px;

  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.35) 0 -1px 0;

  background: #c2290a;

  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 1px 2px;
  box-shadow: rgba(0, 0, 0, 0.25) 0 1px 2px;

  border-top: 1px solid rgba(255, 255, 255, 0.25);
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.ribbon-new span {
  background: #3dbb3d;
}

.ribbon-updated span {
  background: #1747f5;
}

.ribbon-beta span {
  background: #f8a306;
}

.ribbon-down span {
  background: #c2290a;
}

/* ----------------------------------------------------------------
   9. TWO-COLUMN GRID
   ---------------------------------------------------------------- */

.grid2col {
  width: 100%;
}

.grid2col .column {
  float: left;
}

.grid2col .column.first {
  width: 67.2%;
}

.grid2col .column.last {
  width: 32%;
  float: right;
}

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

/* ----------------------------------------------------------------
   10. PANELS
   ---------------------------------------------------------------- */

.panel {
  padding: 16px 18px;

  border: 1px solid #d7d7d7;
  border-color: #e5e5e5 #dbdbdb #d2d2d2;

  -webkit-border-radius: 6px;
  border-radius: 6px;

  background: #ffffff;

  -webkit-box-shadow: rgba(0, 0, 0, 0.12) 0 1px 2px,
    inset rgba(255, 255, 255, 0.9) 0 1px 0;
  box-shadow: rgba(0, 0, 0, 0.12) 0 1px 2px,
    inset rgba(255, 255, 255, 0.9) 0 1px 0;
}

.panel h2 {
  font-size: 16px;
  color: #000;
  margin-bottom: 10px;
}

.panel .intro {
  color: #666;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 12px;
}

/* Panel variants */
.panel-light {
  min-height: 254px;

  background: #fafafa;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#ffffff),
      to(#f0f0f0));
  background: -webkit-linear-gradient(#ffffff, #f0f0f0);
  background: linear-gradient(#ffffff, #f0f0f0);
}

.panel-gray {
  min-height: 254px;
  background: #3d3d3e;
}

.paneldark {
  padding: 16px 18px;

  border: 1px solid #3a3a3a;
  border-color: #3a3a3a #3a3a3a #3a3a3a;

  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.panel-dark {
  min-height: 300px;

  background: #1f1f1f;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#3a3a3a),
      to(#1f1f1f));
  background: -webkit-linear-gradient(#3a3a3a, #1f1f1f);
  background: linear-gradient(#3a3a3a, #1f1f1f);
}

/* ----------------------------------------------------------------
   11. STATUS PANEL
   ---------------------------------------------------------------- */
.panel-statusbox {
  padding: 16px 18px;

  border: 1px solid #c9c9c9;
  border-bottom-color: #afafaf;

  -webkit-border-radius: 7px;
  border-radius: 7px;

  /*background: #f8f8f8;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#fcfcfc),
      color-stop(0.5, #f8f8f8),
      color-stop(0.5, #f2f2f2),
      to(#ececec));
  background: -webkit-linear-gradient(#fcfcfc, #f8f8f8 50%, #f2f2f2 50%, #ececec);
  background: linear-gradient(#fcfcfc, #f8f8f8 50%, #f2f2f2 50%, #ececec);*/

  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3f3f3), to(#fff));
  background-image: linear-gradient(to bottom, #f3f3f3, #fff);

  -webkit-box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9),
    inset 0 1px 0 rgba(255, 255, 255, 0.8),
    0 2px 5px rgba(0, 0, 0, 0.12);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9),
    inset 0 1px 0 rgba(255, 255, 255, 0.8),
    0 2px 5px rgba(0, 0, 0, 0.12);
  overflow: hidden;
}

.panel-statusbox h2 {
  margin: -16px -18px 16px -18px;
  padding: 6px 0 6px 12px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.2px;
  -webkit-font-smoothing: antialiased;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);

  background: #5d7099;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#7691b8),
      color-stop(0.5, #6683ad),
      color-stop(0.5, #5a75a0),
      to(#4e6890));
  background: -webkit-linear-gradient(#7691b8, #6683ad 50%, #5a75a0 50%, #4e6890);
  background: linear-gradient(#7691b8, #6683ad 50%, #5a75a0 50%, #4e6890);

  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.panel-statusbox h2 .status-meta {
  float: right;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 1px;
  margin-right: 12px;
  white-space: nowrap;
  font-weight: 400;
}

/*.panel-statusbox .status-list.horizontal {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -10px;
  margin-top: -7px;
  padding: 8px 10px;
  zoom: 1;

  border: 1px solid #d0d0d0;

  -webkit-border-radius: 5px;
  border-radius: 5px;

  background: #f8f8f8;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#ffffff),
      color-stop(0.5, #fafafa),
      color-stop(0.5, #f4f4f4),
      to(#eeeeee));
  background: -webkit-linear-gradient(#ffffff, #fafafa 50%, #f4f4f4 50%, #eeeeee);
  background: linear-gradient(#ffffff, #fafafa 50%, #f4f4f4 50%, #eeeeee);

  -webkit-box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.7),
    inset 0 -1px 0 rgba(0, 0, 0, 0.05);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.7),
    inset 0 -1px 0 rgba(0, 0, 0, 0.05);
}*/

.panel-statusbox .status-list.horizontal:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.status-list.horizontal li.service {
  float: left;
  white-space: nowrap;
  margin-right: 7px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.status-name {
  float: left;
  margin-top: 2.2px;
  font-size: 11px;
  color: #4a4a4a;
  font-weight: 500;
}

.status-list.horizontal li.sep {
  float: left;
  margin: 0 10px;
  color: #c0c0c0;
  line-height: 18px;
}

.status-list.horizontal li.sep span {
  display: block;
}

.status-state {
  float: left;
  margin-left: 8px;
  padding: 2px 8px;

  font-size: 10px;
  line-height: 14px;
  font-weight: 600;
  letter-spacing: 0.2px;

  color: #555;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);

  border: 1px solid #c4c4c4;

  -webkit-border-radius: 4px;
  border-radius: 4px;

  background: #f2f2f2;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#ffffff),
      color-stop(0.5, #fafafa),
      color-stop(0.5, #f2f2f2),
      to(#e8e8e8));
  background: -webkit-linear-gradient(#ffffff, #fafafa 50%, #f2f2f2 50%, #e8e8e8);
  background: linear-gradient(#ffffff, #fafafa 50%, #f2f2f2 50%, #e8e8e8);

  -webkit-box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.6),
    0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.6),
    0 1px 0 rgba(255, 255, 255, 0.5);
}

/* Status state colors - ENHANCED */
.status-state.up {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
  border-color: #2d8a2d;

  background: #4ec04e;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#6dd16d),
      color-stop(0.5, #50c750),
      color-stop(0.5, #3eb63e),
      to(#32a032));
  background: -webkit-linear-gradient(#6dd16d, #50c750 50%, #3eb63e 50%, #32a032);

  -webkit-box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.3),
    0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.3),
    0 1px 0 rgba(255, 255, 255, 0.1);
}

.status-state.degraded {
  color: #5c4a00;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border-color: #c9a600;

  background: #f2cf4a;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#ffe68a),
      color-stop(0.5, #ffd95a),
      color-stop(0.5, #f2c54a),
      to(#e0b800));
  background: -webkit-linear-gradient(#ffe68a, #ffd95a 50%, #f2c54a 50%, #e0b800);

  -webkit-box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.4),
    0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.4),
    0 1px 0 rgba(255, 255, 255, 0.1);
}

.status-state.down {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
  border-color: #a93737;

  background: #d84b4b;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#e87676),
      color-stop(0.5, #e05858),
      color-stop(0.5, #d44444),
      to(#c23a3a));
  background: -webkit-linear-gradient(#e87676, #e05858 50%, #d44444 50%, #c23a3a);

  -webkit-box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.3),
    0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.3),
    0 1px 0 rgba(255, 255, 255, 0.1);
}

.status-state.unknown {
  color: #444;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
  border-color: #9a9a9a;

  background: #cfcfcf;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#e8e8e8),
      color-stop(0.5, #d8d8d8),
      color-stop(0.5, #cacaca),
      to(#b8b8b8));
  background: -webkit-linear-gradient(#e8e8e8, #d8d8d8 50%, #cacaca 50%, #b8b8b8);
}

.status-meta {
  margin-top: 5px;
  font-size: 10px;
  color: #777;
}

/* Panel header row */
.panel-header {
  zoom: 1;
}

.panel-header:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.panel-header h2 {
  float: left;
  margin-left: -5px;
  margin-top: -5px;
}

.panel-header .status-meta {
  float: right;
  font-size: 11px;
  color: #777;
  line-height: 2px;
  margin-top: 1px;
  margin-right: -5px;
  white-space: nowrap;
}

.panel-statusbox {
  padding: 5px 18px;
  min-height: 63px;

  border: 1px solid #d7d7d7;
  border-color: #e5e5e5 #dbdbdb #d2d2d2;

  -webkit-border-radius: 6px;
  border-radius: 6px;

  /*background: url(../images/page-assets/shared/row-background.png);*/

  -webkit-box-shadow: rgba(0, 0, 0, 0.12) 0 1px 2px,
    inset rgba(255, 255, 255, 0.9) 0 1px 0;
  box-shadow: rgba(0, 0, 0, 0.12) 0 1px 2px,
    inset rgba(255, 255, 255, 0.9) 0 1px 0;
  overflow: hidden;
}

/*.panel-statusbox h2 {
  margin: -16px -18px 16px -18px;
  padding: 4px 0 4px 9px;
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  text-shadow: #808080 0 -1px 1px;
  background: #6e7d98 url(../images/page-assets/shared/boxtopblue.gif) repeat-x;
}*/

.panel-statusbox h2 {
  margin: -5px -18px 22px -18px;
  min-height: 13px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.2px;
  -webkit-font-smoothing: antialiased;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);

  background: #5d7099;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#7691b8),
      color-stop(0.5, #6683ad),
      color-stop(0.5, #5a75a0),
      to(#4e6890));
  background: -webkit-linear-gradient(#7691b8, #6683ad 50%, #5a75a0 50%, #4e6890);
  background: linear-gradient(#7691b8, #6683ad 50%, #5a75a0 50%, #4e6890);

  border-bottom: 1px solid #3d5677;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.panel-statusbox h2 .status-meta {
  float: right;
  font-size: 12px;
  color: #ffffff;
  margin-top: -0.5px;
  margin-right: 9px;
  white-space: nowrap;
}

.panel-statusbox .status-list.horizontal {
  margin-top: -10.5px;
  margin-left: -7px;
}

.panel-statusbox .status-list.horizontal:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.panel-misctweaks {
  padding: 6px;
  min-height: 237.3px;

  border: 1px solid #d7d7d7;
  border-color: #e5e5e5 #dbdbdb #d2d2d2;

  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3f3f3), to(#fff));
  background-image: -moz-linear-gradient(center top, #fafafa 0%, #fff 100%);
  background-image: -o-linear-gradient(#fafafa, #fff);

  -webkit-box-shadow: rgba(0, 0, 0, 0.12) 0 1px 2px,
    inset rgba(255, 255, 255, 0.9) 0 1px 0;
  box-shadow: rgba(0, 0, 0, 0.12) 0 1px 2px,
    inset rgba(255, 255, 255, 0.9) 0 1px 0;
  overflow: hidden;
}

.panel-misctweaks h2 {
  margin: -16px -18px 16px -18px;
  padding: 4px 0 4px 9px;
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  text-shadow: #808080 0 -1px 1px;
}

.panel-misctweaks h2 .status-meta {
  float: right;
  font-size: 12px;
  color: #ffffff;
  margin-top: -0.5px;
  margin-right: 9px;
  white-space: nowrap;
}

.panel-misctweaks .status-list.horizontal:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* ----------------------------------------------------------------
   12. DISCORD WIDGET (DARK)
   ---------------------------------------------------------------- */

.discord-widget {
  min-height: 307.5px;
}

.discord-header {
  overflow: hidden;
  padding-bottom: 6px;
  margin-bottom: 8px;
  border-bottom: 1px solid #4a4a4a;
}

.discord-header strong {
  color: #ffffff;
}

.discord-icon {
  float: left;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  margin-top: 1px;
  border-radius: 3px;
}

.discord-count {
  float: right;
  font-size: 11px;
  color: #aaaaaa;
  margin-top: 1px;
  white-space: nowrap;
}

.discord-section-title {
  font-size: 10px;
  color: #888888;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 6px 0;
}

.discord-members {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 217px;
  overflow-y: scroll;

  border: 1px solid #1a1a1a;

  -webkit-border-radius: 4px;
  border-radius: 4px;


  background: #2b2b2b;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#333333),
      to(#252525));
  background: -webkit-linear-gradient(#333333, #252525);
  background: linear-gradient(#333333, #252525);

  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#5a5a5a),
      color-stop(0.5, #424242),
      color-stop(0.5, #343434),
      to(#2a2a2a));
  background: -webkit-linear-gradient(#5a5a5a, #424242 50%, #343434 50%, #2a2a2a);
  background: linear-gradient(#5a5a5a, #424242 50%, #343434 50%, #2a2a2a);

  -webkit-box-shadow: inset rgba(0, 0, 0, 0.4) 0 1px 3px,
    rgba(255, 255, 255, 0.05) 0 1px 0;
  box-shadow: inset rgba(0, 0, 0, 0.4) 0 1px 3px,
    rgba(255, 255, 255, 0.05) 0 1px 0;
}

/* Hide scrollbar for WebKit */
.discord-members::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  background: transparent;
}

.discord-members li {
  position: relative;
  overflow: hidden;
  padding: 6px 8px;
  min-height: 24px;
  border-top: 1px solid #3a3a3a;
}

.discord-members li:first-child {
  border-top: 0;
}

.discord-empty img {
  margin-top: 79px;
}

.dc-avatar {
  float: left;
  width: 24px;
  height: 24px;
  margin-right: 8px;

  -webkit-border-radius: 12px;
  border-radius: 12px;

  border: 1px solid rgba(255, 255, 255, 0.1);
}

.dc-name {
  float: left;
  font-weight: bold;
  color: #ffffff;
  max-width: 140px;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dc-name.dc-playing {
  margin-top: -5px;
}

.dc-dot {
  float: right;
  width: 8px;
  height: 8px;
  margin-top: 8px;

  -webkit-border-radius: 8px;
  border-radius: 8px;

  border: 1px solid rgba(0, 0, 0, 0.4);
}

.dc-online {
  background: #3ba55c;
  border-color: #2d8049;
}

.dc-idle {
  background: #faa61a;
  border-color: #c98304;
}

.dc-dnd {
  background: #ed4245;
  border-color: #b83234;
}

.dc-offline {
  background: #747f8d;
  border-color: #5d6670;
}

.dc-game {
  position: absolute;
  left: 41.5px;
  top: 18px;

  font-size: 10px;
  color: #888888;

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

.discord-join {
  margin-top: 12px;
  margin-bottom: -5px;
}

.discord-join a {
  font-size: 11px;
  color: #5dabf4;
  text-decoration: none;
}

.discord-join a:hover {
  text-decoration: underline;
  color: #7dbfff;
}

/* ----------------------------------------------------------------
   13. MISC CONTENT STYLES
   ---------------------------------------------------------------- */

.steps {
  margin-left: 18px;
}

.steps li {
  list-style: decimal;
  margin-bottom: 6px;
}

.code {
  font-family: "Courier New", Courier, monospace;
  padding: 0 4px;

  background: #f4f4f4;
  border: 1px solid #ddd;

  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.bullets {
  margin-left: 16px;
}

.bullets li {
  list-style: disc;
  margin-bottom: 6px;
}

.callout {
  margin-top: 12px;
  padding: 10px 12px;

  background: #f3f3f3;
  border: 1px solid #ddd;

  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.callout h3 {
  font-size: 12px;
  font-weight: bold;
  color: #333;
  margin-bottom: 4px;
}

.callout-gray {
  margin-top: 12px;
  padding: 10px 12px;
  background: #272727;
  border: 1.3px solid #1a1a1a;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.callout-gray h3 {
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 4px;
}

.moreline {
  margin-top: 10px;
}

a.more,
span.more {
  white-space: nowrap;
  padding-right: 10px;
  background: url(morearrow_08c.gif) no-repeat 100% 50%;
}

/* ----------------------------------------------------------------
   14. FOOTER
   ---------------------------------------------------------------- */

#homefooter {
  margin: 18px 0 22px;
  text-align: center;
  font-size: 10px;
  color: #6e6e6e;
}

#homefooter #links {
  margin: 1.5em 0 2em;
  padding: 0.5em 0;
  zoom: 1;

  border: 1px solid #e5e5e5;
  border-width: 1px 0;
}

#homefooter #links p.left {
  float: left;
  text-align: left;
  text-indent: 10px;
}

#homefooter #links ul.right {
  float: right;
  padding-right: 10px;
}

.piped {
  zoom: 1;
}

.piped li {
  float: left;
  display: inline;
}

.piped a {
  padding: 0 0 0 0.5em;
  margin-left: 0.5em;
  border-left: 1px solid #ccc;
}

.piped a.first {
  border-left: 0;
  padding-left: 0;
  margin-left: 0;
}

#homefooter .sosumi {
  clear: both;
}

#homefooter .sosumi p {
  margin-bottom: 0;
}

#homefooter .sosumi p.copyright {
  display: inline;
  padding-right: 0.75em;
}

#homefooter .sosumi ul.piped {
  display: inline;
  margin-bottom: 0;
  padding-right: 0.75em;
}

#homefooter .sosumi ul.piped li {
  float: none;
  display: inline;
}

/* ----------------------------------------------------------------
   15. APPLE-STYLE CAROUSEL (iOS 4 Compatible)
   ---------------------------------------------------------------- */

.carousel-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 10px 0 15px;
  overflow: hidden;
}

/* When carousel is inside panel-misctweaks */
.panel-misctweaks .carousel-container {
  margin: -5px -8px -10px;
  width: calc(100% + 16px);
}

.carousel-viewport {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-track {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  -webkit-transition: -webkit-transform 0.4s ease-out;
  -moz-transition: -moz-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
}

.carousel-slide {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  width: 100%;
  min-width: 100%;
  text-align: center;
  padding: 10px 20px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.carousel-slide a {
  display: block;
  text-decoration: none;
  color: inherit;
}

.carousel-slide a:hover {
  text-decoration: none;
}

/* Icon styling */
.carousel-icon {
  display: block;
  width: 75px;
  height: 75px;
  margin: 0 auto 18px;
  border: 0;

  -webkit-border-radius: 15px;
  border-radius: 15px;

  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 2px 6px,
    inset rgba(255, 255, 255, 0.4) 0 1px 0;
  box-shadow: rgba(0, 0, 0, 0.3) 0 2px 6px,
    inset rgba(255, 255, 255, 0.4) 0 1px 0;
}

.carousel-icon-nocontainer {
  display: block;
  width: 75px;
  height: 75px;
  margin: 0 auto 18px;
  border: 0;
}

/* Title styling - Apple's serif style */
.carousel-title {
  font-family: "Myriad Set Pro", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 34px !important;
  font-weight: 300 !important;
  line-height: 1.1 !important;
  color: #1d1d1f !important;
  margin: 0 0 8px !important;
  letter-spacing: -0.5px !important;
  padding: 0 !important;
  text-shadow: none !important;
  background: none !important;
  border: none !important;
}

.carousel-title strong {
  font-weight: 100;
}

.carousel-title span {
  color: #86868b;
}

/* Subtitle styling */
.carousel-subtitle {
  font-family: "Myriad Set Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #515154;
  margin: 0;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

/* Pagination dots */
.carousel-dots {
  margin: 13px auto 0;
  padding: 0;
  text-align: center;
  list-style: none;
}

.carousel-dots li {
  display: inline-block;
  margin: 0 4px;
  *display: inline;
  *zoom: 1;
}

.carousel-dots li a {
  display: block;
  width: 10px;
  height: 10px;
  text-indent: -9999px;
  cursor: pointer;

  border-radius: 5px;
  -webkit-border-radius: 5px;

  background: rgba(101, 101, 102, 0.2);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.35);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.35);
}

.carousel-dots li a.active {
  background: #08c;
  background: -webkit-gradient(linear, left top, left bottom,
      color-stop(0%, rgb(126, 198, 234)),
      color-stop(24%, rgb(70, 179, 234)),
      color-stop(100%, rgb(3, 135, 201)));
  background: -webkit-linear-gradient(top,
      rgb(126, 198, 234) 0%,
      rgb(70, 179, 234) 45%,
      rgb(3, 135, 201) 100%);
  background: -moz-linear-gradient(top,
      rgb(126, 198, 234) 0%,
      rgb(70, 179, 234) 45%,
      rgb(3, 135, 201) 100%);
  background: linear-gradient(to bottom,
      rgb(126, 198, 234) 0%,
      rgb(70, 179, 234) 45%,
      rgb(3, 135, 201) 100%);

  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25);
}

.carousel-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 32px;
  height: 58px;
  margin-top: -29px;
  text-indent: -9999px;
  cursor: pointer;

  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);

  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;

  background-color: rgba(30, 30, 30, 0.45);

  -webkit-border-radius: 5px;
  border-radius: 5px;

  border: 1px solid rgba(0, 0, 0, 0.1);
}

.carousel-container:hover .carousel-arrow {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

.carousel-arrow:hover {
  background-color: rgba(40, 40, 40, 0.75);
}

.carousel-arrow:active {
  background-color: rgba(20, 20, 20, 0.85);
}

.carousel-prev {
  left: 15px;
}

.carousel-next {
  right: 15px;
}

/* Arrow icons using CSS borders - ENHANCED */
.carousel-arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border: solid rgba(255, 255, 255, 0.9);
  border-width: 0 2.5px 2.5px 0;
}

.carousel-prev:before {
  margin-left: -3px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg);
}

.carousel-next:before {
  margin-left: -8.5px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}