/* ---------------------
    1.  Main Layout
    2.  Navigation
    2a. Capitol Network
    3.  Footer
    4.  Home
    5.  Capitol Concerns
    5a. Registration
    7.  Capitol Tv
    7a. Capitol Tv Extended
    9.  District Heroes
--------------------- */
.hide {
  visibility: hidden;
  opacity: 0;
}
.nonSelectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  background: #efefef;
  overflow: hidden;
  font-family: 'klavika_regular';
  font-size: 11px;
  letter-spacing: 0.5px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
body.mobile {
  width: 1200px !important;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}
ul,
li {
  padding: 0;
  margin: 0;
}
li {
  list-style: none;
}
.fixed {
  overflow: hidden !important;
}
body,
html,
.wrapper,
.pageSlider,
.pages {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
a {
  text-decoration: none;
  color: #efefef;
}
p {
  padding: 0;
  margin: 0;
}
#landscape {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto auto;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
  background: url(../img/rotate.png) center center no-repeat #1b1b1b;
}
#landscape .msg {
  font-family: 'klavika_regular';
  color: #4e4e4e;
  position: absolute;
  top: 300px;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  margin: AUTO auto;
  width: 100%;
  height: 24px;
  font-size: 24px;
}
#landscape .msg span {
  color: #efefef;
}
.icon {
  font-family: mockingdingsregular;
}
.content {
  position: absolute;
  left: 0;
  right: 0;
  margin-top: 52px;
  text-align: center;
  z-index: 0;
}
.content .logo {
  width: 60px;
  height: 60px;
  margin: 0 auto 25px;
}
.content .logo path {
  fill: #2b2b2b;
}
.content .next-button {
  height: 224px;
  width: 224px;
  clear: both;
  margin-top: 35px;
}
.content .next-button path {
  cursor: pointer;
}
.content .next-button-container {
  pointer-events: none;
  clear: both;
  cursor: pointer;
  height: 80px;
  width: 80px;
  margin: 51px auto 0;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.content .next-button-container .next-arrow {
  position: absolute;
  clip: rect(0px, 30px, 30px, 0px);
  left: 56px;
  top: 56px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.content .next-button-container .next-arrow .next-arrow-icon {
  position: absolute;
  width: 32px;
  height: 32px;
  border: 1px solid #efefef;
}
.content .next-button-container .loader-icon {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
  width: 50px;
  height: 50px;
  margin: 12px 18px;
}
.content .next-button-container .loader-icon polygon {
  fill: #efefef;
}
.content .next-button-container .next-button-off {
  position: absolute;
  height: 80px;
  width: 80px;
  border: 1px solid #efefef;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.content .next-button-container .next-button-on {
  height: 80px;
  width: 80px;
  border: 1px solid #efefef;
  background: #efefef;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.content .next-button-container .next-button-on .next-arrow-icon {
  border: 1px solid #2d2d2d;
}
.back-button {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: 40px;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 40px solid #2b2b2b;
  cursor: pointer;
}
.back-button .arrow {
  height: 5px;
  width: 10px;
  margin-top: -10px;
  margin-left: -30px;
  /*.fontSmoothing(none);*/
}
.back-button .arrow rect {
  fill: #efefef;
}
.yt-player-container {
  width: 100%;
  height: 640px;
  margin: 0 auto;
  background: #000;
  position: absolute;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.yt-player-container #ytplayer {
  width: 1120px;
  height: 560px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
}
.yt-player-container .progress {
  background: #404143;
  width: 100%;
  height: 5px;
  overflow: hidden;
  position: absolute;
  top: 640px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 10px;
}
.yt-player-container .progress .bar {
  background: #a6956c;
  width: 100%;
  height: 5px;
  position: absolute;
  left: -100%;
  top: 0px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.yt-player-container .controls-block {
  background: #1f1f1f;
  color: #efefef;
  width: 100%;
  height: 100px;
  margin-top: 560px;
}
.yt-player-container .controls-block .controls {
  width: 1120px;
  margin: 0 auto;
}
.yt-player-container .controls-block .controls li {
  position: relative;
  float: left;
  border-left: 1px solid #2a2a2a;
}
.yt-player-container .controls-block .controls li:last-child {
  border-right: 1px solid #2a2a2a;
}
.yt-player-container .controls-block .controls li .caption-block {
  padding-top: 15px;
  margin-left: 30px;
  height: 80px;
  width: 764px;
}
.yt-player-container .controls-block .controls li .caption-block .caption-info {
  text-transform: uppercase;
  opacity: .6;
  font-size: 12px;
}
.yt-player-container .controls-block .controls li .caption-block .caption {
  font-family: 'klavikalight';
  font-size: 28px;
}
.yt-player-container .controls-block .controls li .button {
  cursor: pointer;
  width: 80px;
  height: 80px;
  background: rgba(31, 31, 31, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.yt-player-container .controls-block .controls li .play {
  display: none;
}
.yt-player-container .controls-block .controls li .play-icon {
  width: 19px;
  height: 21px;
  margin: auto;
}
.yt-player-container .controls-block .controls li .pause-icon {
  width: 15px;
  height: 17px;
  margin: auto;
}
.yt-player-container .controls-block .controls li .mute-icon {
  width: 30px;
  height: 22px;
  margin: auto auto;
}
.yt-player-container .controls-block .controls li .share-text {
  margin: auto auto;
  text-align: center;
  line-height: 80px;
}
.yt-player-container .controls-block .controls li .fullscreen-icon {
  width: 20px;
  height: 20px;
  margin: auto auto;
}
.yt-player-container .controls-block .controls li .button-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#share-container {
  position: absolute;
  background: url(../img/share_bg.jpg);
  background-size: cover;
  color: #efefef;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100%;
  height: 100%;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
}
#share-container .hit {
  position: absolute;
  width: 100%;
  height: 100%;
}
#share-container #share-content {
  position: relative;
  display: inline-block;
}
#share-container #share-content #share-items {
  position: relative;
  text-align: center;
  margin: 0 auto;
}
#share-container #share-content #share-items li {
  position: relative;
  float: left;
  font-family: mockingdingsregular;
  font-size: 17px;
}
#share-container #share-content #share-items li a {
  display: inline-block !important;
  text-align: center;
  color: #efefef;
}
#share-container #share-content #share-items li:first-child {
  margin-right: 25px;
}
#share-container #share-content #share-items li:last-child {
  margin-left: 15px;
}
#share-container #share-content #share-items .share-item {
  margin-right: 10px;
}
#share-container #share-content #share-items .share-item .share-circle {
  border-radius: 50%;
  border: 1px solid rgba(239, 239, 239, 0.15);
  width: 70px;
  height: 70px;
}
#share-container #share-content #share-items .share-item .share-circle-hover {
  position: absolute;
  top: 1px;
  left: 1px;
  border-radius: 50%;
  border: 0px solid #a6956c;
  width: 68px;
  height: 68px;
  opacity: 0;
}
#share-container #share-content #share-items .share-item .share-icon {
  position: absolute;
  top: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  line-height: 68px;
}
#share-container #share-content #share-items .share-line {
  width: 60px;
  height: 1px;
  background: #efefef;
  opacity: .15;
  margin-top: 35px;
}
#share-container #share-content p {
  clear: both;
  position: relative;
  margin: 100px auto 0;
  text-align: center;
  opacity: 0;
}
#share-container #share-content p .share-text {
  opacity: .25;
}
#preloader {
  position: absolute;
  top: 0;
  background: #e5e5e3;
  width: 100%;
  height: 100%;
}
#preloader .logo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto auto;
  text-align: center;
  width: 50px;
  height: 50px;
}
#preloader .logo polygon {
  fill: #fff;
}
/* ----------------------------
    1.  Main Layout 
----------------------------- */
.pageSlider {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.page {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  visibility: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.page#home {
  background: url(../img/bg-home.jpg) top center no-repeat;
  background-size: cover;
}
.page#concerns {
  background: url(../img/bg-concerns-2.jpg) top center no-repeat;
  background-size: cover;
}
.page#panem {
  background: url(../img/bg-panem.jpg) top center no-repeat;
  background-size: cover;
}
.page#tv {
  background: url(../img/bg-tv.jpg) top center no-repeat;
  background-size: cover;
}
.page#heroes {
  background: url(../img/bg-heroes.gif) top left no-repeat;
  background-size: cover;
}
#session-id {
  position: absolute;
  top: 40px;
  right: 40px;
  text-align: right;
  font-size: 10px;
  color: rgba(239, 239, 239, 0.6);
  padding: 7px 10px;
  text-transform: uppercase;
  z-index: 1;
}
#session-id .text {
  white-space: nowrap;
}
#session-id #session-box {
  position: absolute;
  border: 1px solid rgba(239, 239, 239, 0.15);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
#session-id #unique-id {
  color: #efefef;
}
#session-id #session-overlay {
  background: #efefef;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#session-id .connected {
  display: none;
  position: relative;
}
#session-id .connected .text {
  margin-right: 50px;
}
#session-id .connected .line {
  width: 20px;
  height: 1px;
  background: #fff;
  opacity: 0.2;
  position: absolute;
  right: 18px;
  top: 6px;
}
#session-id .connected .svg {
  position: absolute;
  display: block;
  width: 35px;
  top: -10px;
  right: 0;
}
#session-id .connected .svg svg {
  width: 100%;
}
/* ----------------------------
    2.  Navigation 
----------------------------- */
nav {
  position: absolute;
  z-index: 1;
}
nav #nav-line {
  position: absolute;
  top: 0;
  margin-left: 80px;
  width: 1px;
  height: 500px;
  background: #2b2b2b;
  opacity: .1;
}
nav #nav-container {
  margin-left: 120px;
  margin-top: 80px;
}
nav #nav-container .logo {
  height: 35px;
  width: 35px;
  margin-bottom: 35px;
}
nav #nav-container .logo path {
  fill: #2b2b2b;
}
nav #nav-container #nav-title {
  text-transform: uppercase;
  margin-bottom: 20px;
}
nav #nav-container #nav-info {
  font-size: 9px;
  opacity: .4;
  text-transform: uppercase;
}
nav #nav-container #menu {
  margin-top: 40px;
}
nav #nav-container #menu .menu-item {
  position: relative;
  margin-bottom: 20px;
  text-transform: uppercase;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
nav #nav-container #menu .menu-item .item-title .router-link {
  color: #000;
}
nav #nav-container #menu .menu-item .item-title .router-link .item-title-text {
  opacity: .4;
}
nav #nav-container #menu .menu-item .item-title .item-title-text {
  z-index: 0;
}
nav #nav-container #menu .menu-item .item-title .item-hover {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  overflow: hidden;
  height: 25px;
  margin-left: -4px;
  margin-top: -1px;
  z-index: 1;
}
nav #nav-container #menu .menu-item .item-title .item-hover .item-hover-bg {
  position: absolute;
  top: 0;
  height: 18px;
}
nav #nav-container #menu .menu-item .item-title .item-hover .item-hover-text {
  position: absolute;
  top: 0;
  margin-left: 4px;
  margin-top: 1px;
  color: #efefef;
}
nav #nav-container #menu .menu-item .item-selected {
  position: absolute;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
nav #nav-container #menu .menu-item .item-selected .item-selected-line {
  position: absolute;
  top: 0;
  margin-left: -40px;
  width: 1px;
  background: #efefef;
}
nav #nav-container #menu .menu-item .item-selected .item-selected-text {
  margin: 30px 0;
  color: #efefef;
  font-size: 18px;
  width: 200px;
}
nav #nav-container #menu .menu-item .item-selected .item-line {
  height: 1px;
  width: 160px;
  background: #2b2b2b;
  opacity: .15;
}
/* ----------------------------
    2a. Capitol Network 
----------------------------- */
#network-button {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 0;
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-right: 40px solid #efefef;
  cursor: pointer;
}
#network-button .network-icon {
  width: 7px;
  height: 10px;
  margin-left: 22px;
  margin-top: -7px;
}
#network-button .network-icon line {
  stroke: #6e5b1d;
}
#capitol-network {
  position: absolute;
  top: 0;
  right: 0;
  background: #efefef;
  width: 320px;
  height: 100%;
  z-index: 1;
}
#capitol-network .content {
  text-align: left;
  position: relative;
  margin: 80px 0 0 40px;
}
#capitol-network .content .logo {
  width: 35px;
  height: 35px;
  margin: 0 0 30px 0;
}
#capitol-network .content .logo path {
  fill: #9b9b9b;
}
#capitol-network .content .title {
  color: #9b9b9b;
  text-transform: uppercase;
}
#capitol-network .content .line {
  width: 240px;
  height: 1px;
  background: #dbdbdb;
  margin-top: 16px;
  clear: both;
}
#capitol-network .content .line-border {
  width: 240px;
  height: 2px;
  background: #2b2b2b;
  clear: both;
}
#capitol-network .content ul li {
  margin: 17px 0 0;
  width: 240px;
  position: relative;
}
#capitol-network .content ul li a {
  color: #2b2b2b;
  font-size: 11px;
}
#capitol-network .content ul li .text,
#capitol-network .content ul li .text-hover {
  text-transform: uppercase;
  display: inline-block;
}
#capitol-network .content ul li .text-hover {
  position: absolute;
  left: 0;
  pointer-events: none;
}
#capitol-network .content ul li .icon {
  position: absolute;
  right: 0;
  margin-top: -8px;
}
#capitol-network .content ul li .icon-overlay {
  position: absolute;
  right: 0;
  width: 30px;
  height: 30px;
  background: #efefef;
  opacity: .7;
  margin-top: -8px;
}
#capitol-network .content ul li .share-icons {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -26px;
  visibility: hidden;
  opacity: 0;
}
#capitol-network .content ul li .share-icons .social-button {
  opacity: .5;
}
#capitol-network .content ul li .share-icons li {
  position: relative;
  float: left;
  width: 30px;
  height: 30px;
}
#capitol-network .content ul li .share-icons li:not(:last-child) {
  margin-right: 10px;
}
#capitol-network .content ul li .share-icons li a {
  font-family: mockingdingsregular;
}
#capitol-network .content ul li .share-icons li .social-button {
  background: rgba(0, 0, 0, 0.8);
  width: 30px;
  height: 30px;
}
#capitol-network .content ul li .share-icons li .social-button.icon-twitter {
  background: #37b0ea;
}
#capitol-network .content ul li .share-icons li .social-button.icon-twitter .social-icon {
  width: 16px;
}
#capitol-network .content ul li .share-icons li .social-button.icon-facebook {
  background: #42539b;
}
#capitol-network .content ul li .share-icons li .social-button.icon-facebook .social-icon {
  width: 6px;
}
#capitol-network .content ul li .share-icons li .social-button.icon-google {
  background: #da4838;
}
#capitol-network .content ul li .share-icons li .social-button.icon-google .social-icon {
  width: 10px;
}
#capitol-network .content ul li .share-icons li .social-button.icon-youtube {
  background: #dc0029;
}
#capitol-network .content ul li .share-icons li .social-button.icon-youtube .social-icon {
  width: 23px;
  height: 20px;
}
#capitol-network .content ul li .share-icons li .social-button.icon-instagram {
  background: #517fa4;
}
#capitol-network .content ul li .share-icons li .social-button.icon-instagram .social-icon {
  width: 15px;
}
#capitol-network .content ul li .share-icons li .social-icon {
  font-size: 16px;
  color: #efefef;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 22px;
  margin: auto auto;
  opacity: 1;
}
/* ----------------------------
    3.  Footer 
----------------------------- */
footer {
  position: fixed;
  bottom: 40px;
  right: 40px;
  text-align: right;
  color: #efefef;
  font-size: 10px;
  background: rgba(0, 0, 0, 0.001);
  z-index: 1;
}
footer .hit {
  position: absolute;
  right: 0;
  background: #fff;
  opacity: .001;
  width: 165px;
  top: 62px;
}
footer #footer-title {
  float: right;
  font-size: 10px;
  margin-bottom: 12px;
  margin-right: 5px;
  text-transform: uppercase;
  letter-spacing: 0px;
}
footer #cmi-logo {
  float: right;
  width: 33px;
  height: 26px;
}
footer #cmi-logo path {
  fill: #efefef;
}
footer .footer-line {
  clear: both;
  height: 1px;
  width: 160px;
  background: #efefef;
  opacity: .15;
  margin-bottom: 11px;
  float: right;
}
footer #footer-buttons {
  clear: both;
}
footer #footer-buttons li {
  float: right;
  text-transform: uppercase;
  cursor: pointer;
}
footer #footer-buttons li:not(:last-child) {
  margin-left: 7px;
}
footer #footer-buttons li .text {
  opacity: .4;
}
footer #footer-expanded-block {
  margin-top: 24px;
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
footer #footer-expanded-block #share-block,
footer #footer-expanded-block #follow-block {
  visibility: hidden;
  opacity: 0;
  width: 1000px;
  position: absolute;
  right: 0;
  clear: both;
  font-family: mockingdingsregular;
  font-size: 11px;
  margin-top: 15px;
}
footer #footer-expanded-block #share-block #share-buttons,
footer #footer-expanded-block #follow-block #share-buttons {
  clear: both;
}
footer #footer-expanded-block #share-block #share-buttons li,
footer #footer-expanded-block #follow-block #share-buttons li {
  position: relative;
  float: right;
  height: 100%;
}
footer #footer-expanded-block #share-block #share-buttons li:not(:last-child),
footer #footer-expanded-block #follow-block #share-buttons li:not(:last-child) {
  margin-left: 7px;
}
footer #footer-expanded-block #share-block #share-buttons li a,
footer #footer-expanded-block #follow-block #share-buttons li a {
  display: inline-block !important;
  border-radius: 50%;
  border: 1px solid rgba(239, 239, 239, 0.15);
  width: 29px;
  height: 29px;
  color: #efefef;
  height: 100%;
  text-align: center;
  background: rgba(239, 239, 239, 0);
}
footer #footer-expanded-block #share-block #share-buttons li .share-icon,
footer #footer-expanded-block #follow-block #share-buttons li .share-icon {
  position: relative;
  line-height: 26px;
}
footer #footer-expanded-block #legal-block {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  width: 1000px;
  right: 0;
  margin-top: 15px;
}
footer #footer-expanded-block #legal-block #legal-buttons {
  clear: both;
}
footer #footer-expanded-block #legal-block #legal-buttons li {
  float: right;
  text-transform: uppercase;
}
footer #footer-expanded-block #legal-block #legal-buttons li:not(:last-child) {
  margin-right: 3px;
}
footer #footer-expanded-block #legal-block #legal-buttons li:not(:first-child):after {
  content: " |";
  opacity: .4;
}
footer #footer-expanded-block #legal-block #legal-buttons li a {
  color: #efefef;
}
footer #footer-expanded-block #legal-block #legal-text {
  clear: both;
  margin-top: 15px;
}
footer #footer-expanded-block #legal-block #legal-text li {
  float: right;
}
footer #footer-expanded-block #legal-block #legal-text li:first-child {
  margin-left: 5px;
}
footer #footer-expanded-block #legal-block #legal-text #legal-img {
  background: url(../img/footer-legal.png);
  width: 240px;
  height: 13px;
  margin-top: 2px;
}
footer #footer-expanded-block #legal-block #legal-text #copyright {
  opacity: .4;
  font-size: 12px;
}
footer #footer-expanded-block #region-block {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  right: 0;
  margin-top: 15px;
}
footer #footer-expanded-block #region-block #region-buttons {
  clear: both;
}
footer #footer-expanded-block #region-block #region-buttons li {
  text-transform: uppercase;
}
footer #footer-expanded-block #region-block #region-buttons li a {
  color: #efefef;
  opacity: .5;
}
/* ----------------------------
    4.  Home 
----------------------------- */
#home .container {
  height: 100%;
  width: 100%;
}
#home .container .image-bg {
  position: absolute;
}
#home .container .download-box {
  text-transform: uppercase;
  color: #2b2b2b;
  text-align: right;
  right: 40px;
  position: absolute;
  top: 120px;
}
#home .container .download-box .download-line-top {
  width: 40px;
  height: 1px;
  background: #2b2b2b;
  opacity: .15;
  right: 0;
  position: absolute;
}
#home .container .download-box .download-line-bottom {
  width: 160px;
  height: 1px;
  background: #2b2b2b;
  opacity: .15;
  right: 0;
  position: absolute;
}
#home .container .download-box .download-title {
  margin: 15px 0;
  opacity: .9;
  letter-spacing: 0px;
}
#home .container .download-box .download-buttons {
  margin-top: 30px;
}
#home .container .download-box .download-buttons li {
  float: right;
  cursor: pointer;
}
#home .container .download-box .download-buttons li:first-child {
  margin-left: 10px;
}
#home .container .download-box .download-buttons li a {
  color: #2b2b2b;
  font-size: 10px;
  opacity: .3;
}
#home .container .content {
  width: 340px;
}
#home .container .content .bg {
  background: url(../img/home-diamond.png);
  width: 340px;
  height: 711px;
}
#home .container .content .bg-left,
#home .container .content .bg-right,
#home .container .content .home-diamond,
#home .container .content .bg {
  position: absolute;
  top: 0;
  left: 0px;
}
#home .container .content .home-diamond {
  width: 640px;
  height: 1440px;
  margin-left: -150px;
  margin-top: -20px;
}
#home .container .content #panel-content {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #efefef;
}
#home .container .content #panel-content #logo-container {
  margin: 193px auto 0;
  width: 162px;
}
#home .container .content #panel-content #logo-container .line {
  float: left;
  height: 1px;
  width: 40px;
  background: #efefef;
  opacity: .2;
  margin-top: 25px;
}
#home .container .content #panel-content #logo-container .logo {
  float: left;
  width: 42px;
  height: 40px;
  margin: 0 20px 13px;
}
#home .container .content #panel-content #logo-container .logo path {
  fill: #efefef;
}
#home .container .content #panel-content .tv {
  clear: both;
  margin: 15px auto 0;
  width: 62px;
  height: 11px;
}
#home .container .content #panel-content .tv-text {
  font-size: 9px;
  opacity: .4;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-top: 2px;
}
#home .container .content #panel-content .title {
  font-family: 'klavikalight';
  font-size: 24px;
  width: 220px;
  margin: 18px auto 0;
  line-height: 25px;
}
#home .container .content #panel-content .title-line {
  height: 1px;
  width: 80px;
  background: #efefef;
  opacity: .2;
  margin: 14px auto 0;
}
#home .container .content #panel-content .date {
  font-size: 11px;
  opacity: .2;
  margin-top: 11px;
}
#home .container .content #panel-content .button {
  text-transform: uppercase;
  margin: 10px auto 0;
  position: relative;
}
#home .container .content #panel-content .button .line {
  height: 1px;
  width: 190px;
  background: #efefef;
  opacity: .2;
  margin: 0 auto;
}
#home .container .content #panel-content .button .hit {
  width: 100px;
  height: 30px;
  background: #ff0000;
  opacity: 0.001;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
  margin: auto auto;
}
#home .container .content #panel-content .button .button-text,
#home .container .content #panel-content .button .button-text-hover {
  margin: 14px 0;
  display: inline-block;
}
#home .container .content #panel-content .button .button-text-hover {
  position: absolute;
  pointer-events: none;
  right: 0;
  left: 0;
  text-align: center;
}
#home .container .content #panel-content .button .line-bottom {
  width: 160px;
}
#home .container .content #panel-content .wave {
  position: relative;
}
#home .container .content #panel-content .wave canvas {
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  margin: auto;
}
#home .container .content #panel-content .wave-lines {
  width: 230px;
  height: 80px;
  margin-top: 50px;
}
#home .container .content #panel-content .item-num {
  margin-top: -40px;
  opacity: .2;
  font-size: 11px;
}
/* ----------------------------
    5.  Capitol Concerns 
----------------------------- */
#concerns .container .bg {
  backgroundsize: 'cover';
  width: 100%;
  height: 100%;
}
#concerns .container .content .next-button-container .next-button-on .next-arrow .next-arrow-icon {
  border: 1px solid #ccc;
}
#concerns .container .content .subtext-holder {
  position: relative;
  margin-bottom: -5px;
  font-family: 'klavikamedium_italic';
}
#concerns .container .content .subtext-holder .line {
  height: 1px;
  width: 60px;
  background: #2b2b2b;
  opacity: .2;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 7px;
}
#concerns .container .content .subtext-holder .line-left {
  left: -100px;
}
#concerns .container .content .subtext-holder .line-right {
  left: 100px;
}
#concerns .container .content .title {
  position: relative;
  margin-bottom: 15px;
  font-size: 53px;
  font-family: 'klavikabold_italic';
  color: #2b2b2b;
}
#concerns .container .content .title .title-highlight {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 700px;
  margin: 0 auto;
}
#concerns .container .content .title .title-highlight .title-bar {
  overflow: hidden;
  width: 200px;
  margin-left: -20px;
  margin-top: 5px;
}
#concerns .container .content .title .title-highlight .title-bar .title-left-bar,
#concerns .container .content .title .title-highlight .title-bar .title-right-bar {
  position: relative;
  height: 73px;
  width: 700px;
}
#concerns .container .content .title .title-highlight .title-bar .title-left-bar {
  border-bottom: 73px solid #2b2b2b;
  border-left: 10px solid transparent;
}
#concerns .container .content .title .title-highlight .title-bar .title-right-bar {
  margin-left: 40px;
  margin-top: -73px;
  border-top: 73px solid #2b2b2b;
  border-right: 10px solid transparent;
}
#concerns .container .content .title .title-highlight .title-bar .title-text {
  position: relative;
  margin-top: -78px;
  left: 20px;
  width: 700px;
  color: #c8c8c7;
}
#concerns .container .content .copy {
  opacity: .4;
  text-transform: uppercase;
  width: 740px;
  margin: 0 auto 10px;
  line-height: 16px;
  letter-spacing: 0;
}
/* ----------------------------
    5a.  Registration 
----------------------------- */
#registration {
  position: relative;
}
#registration .container {
  position: absolute;
  height: 100%;
  /*background: #ddd;*/
  width: 760px;
}
#registration .container #registration-bg {
  position: absolute;
}
#registration .container .logo {
  position: absolute;
  top: 0;
  width: 35px;
  height: 35px;
  margin-left: 20px;
  margin-top: 80px;
}
#registration .container .side-line {
  position: absolute;
  top: 0;
  left: 80px;
  width: 1px;
  background: #2d2d2d;
  opacity: .15;
}
#registration .container .content {
  position: absolute;
  top: 120px;
  left: 120px;
  text-align: left;
  color: #2d2d2d;
  margin-top: 0;
}
#registration .container .content .title {
  font-size: 18px;
  font-family: 'klavika_regular';
  margin-bottom: 35px;
}
#registration .container .content .intro-block {
  position: absolute;
}
#registration .container .content .intro-block .vert-line {
  position: absolute;
  top: 0;
  margin-top: 75px;
  margin-left: -40px;
  width: 1px;
  height: 80px;
  background: #2d2d2d;
}
#registration .container .content .short-line {
  width: 160px;
  height: 1px;
  background: #2d2d2d;
  opacity: .2;
}
#registration .container .content .quote-block {
  position: relative;
  margin-top: 70px;
  margin-bottom: 55px;
}
#registration .container .content .quote-block .quote-extra {
  position: absolute;
  font-family: 'klavikamedium_italic';
  font-size: 25px;
  margin-left: -15px;
  margin-top: -4px;
}
#registration .container .content .quote-block .quote {
  font-family: 'klavikamedium_italic';
  color: #2d2d2d;
  font-size: 25px;
  margin-bottom: 33px;
  line-height: 30px;
}
#registration .container .content .quote-block .quote-by {
  font-family: 'klavikamedium';
  font-size: 10px;
  margin-top: -4px;
  margin-left: 180px;
  text-transform: uppercase;
  opacity: .2;
}
#registration .container .content .info-block {
  margin-bottom: 25px;
}
#registration .container .content .sec-title {
  font-family: 'klavikamedium';
  font-size: 10px;
  text-transform: uppercase;
  opacity: .2;
  margin-bottom: 7px;
}
#registration .container .content .sec-title-line {
  width: 340px;
  height: 1px;
  background: #2d2d2d;
  opacity: .2;
  margin-bottom: 10px;
}
#registration .container .content .reg-copy {
  font-family: 'klavikamedium';
  font-size: 14px;
  line-height: 16px;
  width: 340px;
  letter-spacing: 0;
}
#registration .container .content .copy-block {
  margin-bottom: 65px;
}
#registration .container .content .sub-button {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  font-family: 'klavikabold';
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 5px 10px;
  background: #b39f6b;
  cursor: pointer;
  width: 160px;
  height: 25px;
  color: #efefef;
  margin-top: 10px;
  /* The two faces of the cube */
  /* Position the faces */
}
#registration .container .content .sub-button p {
  z-index: 2;
  position: relative;
}
#registration .container .content .sub-button .sub-button-bg {
  position: absolute;
  width: 160px;
  height: 25px;
  margin: -5px -10px;
  z-index: 1;
}
#registration .container .content .sub-button .arrow {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 20px;
  height: 5px;
  z-index: 2;
}
#registration .container .content .sub-button .arrow rect {
  fill: #efefef;
}
#registration .container .content .sub-button .active-state {
  -webkit-transform: rotateX(-90deg) translateZ(-18px);
  -moz-transform: rotateX(-90deg) translateZ(-18px);
  -o-transform: rotateX(-90deg) translateZ(-18px);
  -ms-transform: rotateX(-90deg) translateZ(-18px);
  transform: rotateX(-90deg) translateZ(-18px);
}
#registration .container .content .sub-button .active-state .sub-button-bg {
  background: #2b2b2b;
  border: none;
}
#registration .container .content .sub-button .default-state,
#registration .container .content .sub-button .active-state {
  height: 25px;
  z-index: 1;
}
#registration .container .content .sub-button .default-state {
  -webkit-transform: translateZ(10px);
  -moz-transform: translateZ(10px);
  -o-transform: translateZ(10px);
  -ms-transform: translateZ(10px);
  transform: translateZ(10px);
}
#registration .container .content .feedback-title.short {
  margin-top: 81px;
}
#registration .container .content .feedback-title .feedback-title-text {
  font-family: 'klavikabold';
  text-transform: uppercase;
  font-size: 10px;
  margin-bottom: 7px;
  letter-spacing: 0.5px;
}
#registration .container .content .feedback-title .feedback-title-line {
  width: 160px;
  height: 5px;
  background: #2d2d2d;
}
#registration .container .content #reg-buttons {
  position: absolute;
  margin-top: -20px;
  visibility: hidden;
  opacity: 0;
}
#registration .container .content #reg-buttons .reg-button {
  float: left;
  width: 160px;
}
#registration .container .content #reg-buttons .reg-button:not(:last-child) {
  margin-right: 20px;
}
#registration .container .content #reg-buttons .reg-button .reg-button-text {
  font-family: 'klavikamedium';
  font-size: 10px;
  margin-bottom: 7px;
  opacity: .2;
}
#registration .container .content #reg-buttons .reg-button .reg-button-line {
  width: 160px;
  height: 1px;
  background: #2d2d2d;
  opacity: .2;
}
#registration .container .content #reg-buttons .reg-button .reg-button-selected {
  width: 0px;
  height: 5px;
  background: #2d2d2d;
}
#registration .container .content .category-button {
  position: relative;
  cursor: pointer;
  width: 340px;
  height: 60px;
}
#registration .container .content .category-button .category-button-bg {
  position: absolute;
  top: 0;
  left: 0;
  background: #b4a069;
  height: 60px;
}
#registration .container .content .category-button .category-button-icon {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 15px;
}
#registration .container .content .category-button .labor-icon {
  left: 40px;
  width: 15px;
  height: 28px;
}
#registration .container .content .category-button .enforcement-icon {
  top: 17px;
  left: 38px;
  width: 23px;
  height: 26px;
}
#registration .container .content .category-button .leadership-icon {
  left: 36px;
  width: 26px;
  height: 28px;
}
#registration .container .content .category-button .ethics-icon {
  left: 38px;
  width: 23px;
  height: 32px;
}
#registration .container .content .category-button .history-icon {
  top: 20px;
  left: 38px;
  width: 23px;
  height: 23px;
}
#registration .container .content .category-button .category-button-arrow {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 20px;
  right: 25px;
  width: 20px;
  height: 5px;
}
#registration .container .content .category-button .category-button-arrow rect {
  fill: #2d2d2d;
}
#registration .container .content .category-button .category-button-dash {
  position: absolute;
  margin-top: 30px;
  margin-left: -20px;
  height: 1px;
  background: #2d2d2d;
  opacity: .15;
}
#registration .container .content .category-button .category-button-vert {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  margin-left: -40px;
  height: 60px;
  width: 1px;
  background: #2d2d2d;
}
#registration .container .content .category-button .category-button-text {
  color: #2b2b2b;
  font-family: 'klavikamedium';
  font-size: 10px;
  opacity: .8;
  text-transform: uppercase;
  padding-top: 20px;
  height: 60px;
}
#registration .container .content .category-button .category-button-line {
  height: 1px;
  width: 340px;
  background: #2d2d2d;
  opacity: .1;
}
#registration .container .content .feedback-block {
  visibility: hidden;
  opacity: 0;
  clear: both;
  margin-top: 90px;
}
#registration .container .content .feedback-block #category-section {
  position: relative;
}
#registration .container .content .feedback-block #category-section .category-buttons {
  position: absolute;
}
#registration .container .content .feedback-block #category-section .dropdown-button,
#registration .container .content .feedback-block #category-section .dropdown-selected {
  position: relative;
  cursor: pointer;
  width: 340px;
  height: 60px;
}
#registration .container .content .feedback-block #category-section .dropdown-button .dropdown-button-icon,
#registration .container .content .feedback-block #category-section .dropdown-selected .dropdown-button-icon {
  position: absolute;
  top: 15px;
  left: 20px;
}
#registration .container .content .feedback-block #category-section .dropdown-button .dropdown-button-icon path,
#registration .container .content .feedback-block #category-section .dropdown-selected .dropdown-button-icon path,
#registration .container .content .feedback-block #category-section .dropdown-button .dropdown-button-icon polygon,
#registration .container .content .feedback-block #category-section .dropdown-selected .dropdown-button-icon polygon {
  fill: #efefef;
}
#registration .container .content .feedback-block #category-section .dropdown-button .labor-icon,
#registration .container .content .feedback-block #category-section .dropdown-selected .labor-icon {
  left: 25px;
  width: 15px;
  height: 28px;
}
#registration .container .content .feedback-block #category-section .dropdown-button .enforcement-icon,
#registration .container .content .feedback-block #category-section .dropdown-selected .enforcement-icon {
  top: 17px;
  width: 23px;
  height: 26px;
}
#registration .container .content .feedback-block #category-section .dropdown-button .leadership-icon,
#registration .container .content .feedback-block #category-section .dropdown-selected .leadership-icon {
  width: 26px;
  height: 28px;
}
#registration .container .content .feedback-block #category-section .dropdown-button .ethics-icon,
#registration .container .content .feedback-block #category-section .dropdown-selected .ethics-icon {
  width: 23px;
  height: 32px;
}
#registration .container .content .feedback-block #category-section .dropdown-button .history-icon,
#registration .container .content .feedback-block #category-section .dropdown-selected .history-icon {
  top: 20px;
  width: 23px;
  height: 23px;
}
#registration .container .content .feedback-block #category-section .dropdown-button .dropdown-button-bg,
#registration .container .content .feedback-block #category-section .dropdown-selected .dropdown-button-bg {
  position: absolute;
  top: 0;
  left: 0;
  background: #2b2b2b;
  height: 60px;
  width: 340px;
}
#registration .container .content .feedback-block #category-section .dropdown-button .dropdown-button-hover,
#registration .container .content .feedback-block #category-section .dropdown-selected .dropdown-button-hover {
  position: absolute;
  top: 0;
  left: 0;
  background: #cab756;
  height: 60px;
  width: 340px;
  opacity: 0;
}
#registration .container .content .feedback-block #category-section .dropdown-button .dropdown-button-next-arrow,
#registration .container .content .feedback-block #category-section .dropdown-selected .dropdown-button-next-arrow {
  /*.hide;*/
  position: absolute;
  top: 0px;
  right: 20px;
  color: #efefef;
  font-size: 67px;
}
#registration .container .content .feedback-block #category-section .dropdown-button .dropdown-button-down-arrow,
#registration .container .content .feedback-block #category-section .dropdown-selected .dropdown-button-down-arrow {
  /*.hide;*/
  position: absolute;
  top: 25px;
  right: 25px;
  width: 5px;
  height: 10px;
}
#registration .container .content .feedback-block #category-section .dropdown-button .dropdown-button-down-arrow rect,
#registration .container .content .feedback-block #category-section .dropdown-selected .dropdown-button-down-arrow rect {
  fill: #efefef;
}
#registration .container .content .feedback-block #category-section .dropdown-button .dropdown-button-text,
#registration .container .content .feedback-block #category-section .dropdown-selected .dropdown-button-text {
  color: #efefef;
  font-family: 'klavikabold';
  font-size: 14px;
  opacity: .8;
  padding-top: 20px;
  margin-left: 60px;
  text-transform: uppercase;
  letter-spacing: 0;
  height: 60px;
}
#registration .container .content .feedback-block #category-section .dropdown-button .dropdown-button-line,
#registration .container .content .feedback-block #category-section .dropdown-selected .dropdown-button-line {
  height: 1px;
  width: 340px;
  background: #2d2d2d;
  opacity: .1;
}
#registration .container .content .feedback-block #category-section .dropdown-buttons {
  position: absolute;
  top: 60px;
  visibility: hidden;
  opacity: 0;
}
#registration .container .content .feedback-block #category-section .dropdown-buttons .selected {
  display: none;
}
#registration .container .content .feedback-block #category-section .description-title {
  letter-spacing: 0;
  margin-top: 15px;
}
#registration .container .content .feedback-block #category-section .concern-section {
  visibility: hidden;
  opacity: 0;
}
#registration .container .content .feedback-block #category-section .concern-section .concern-textarea-vert {
  position: absolute;
  margin-left: -40px;
  width: 1px;
  height: 160px;
  background: #2d2d2d;
}
#registration .container .content .feedback-block #category-section .concern-section .concern-textarea {
  font-family: 'klavikamedium';
  font-size: 14px;
  background: #efefef;
  border: none;
  resize: none;
  padding: 25px;
  width: 340px;
  height: 160px;
}
#registration .container .content .feedback-block #category-section .concern-section .submit-concern-button {
  letter-spacing: 0px;
}
#registration .container .content .registration-block {
  visibility: hidden;
  opacity: 0;
  margin-top: 90px;
}
#registration .container .content .registration-block .signin-buttons {
  visibility: hidden;
  opacity: 0;
}
#registration .container .content .registration-block .signin-buttons .twitter-button .category-button-bg {
  background: #55ACEE;
}
#registration .container .content .registration-block .signin-buttons .twitter-button .category-button-arrow rect {
  fill: #efefef;
}
#registration .container .content .registration-block .signin-buttons .twitter-button .category-button-bg {
  background: #55ACEE;
}
#registration .container .content .registration-block .signin-buttons .twitter-button .category-button-arrow rect {
  fill: #efefef;
}
#registration .container .content .registration-block .signin-buttons .facebook-button {
  margin-bottom: 20px;
}
#registration .container .content .registration-block .signin-buttons .facebook-button .category-button-bg {
  background: #3a57a1;
}
#registration .container .content .registration-block .signin-buttons .facebook-button .category-button-arrow rect {
  fill: #efefef;
}
#registration .container .content .registration-block .signin-buttons .facebook-button .category-button-icon,
#registration .container .content .registration-block .signin-buttons .twitter-button .category-button-icon {
  position: absolute;
  top: 15px;
  font-size: 20px;
  color: #efefef;
  left: 40px;
}
#registration .container .content .registration-block .profile {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 128px;
  margin-top: 22px;
}
#registration .container .content .registration-block .profile .profile-pic {
  opacity: 0;
  background-color: #2d2d2d;
  float: left;
  background-size: cover;
  background-position: top center;
  width: 70px;
  height: 90px;
  opacity: .4;
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
}
#registration .container .content .registration-block .profile .profile-info {
  float: left;
  text-transform: uppercase;
  margin-left: 14px;
  margin-top: -3px;
}
#registration .container .content .registration-block .profile .profile-info .profile-title {
  font-size: 10px;
  opacity: .2;
}
#registration .container .content .registration-block .profile .profile-info .profile-text {
  font-family: 'klavikamedium';
  margin-top: -2px;
  margin-bottom: 3px;
}
#registration .container .content .registration-block .profile .profile-info .profile-signout {
  cursor: pointer;
  font-family: 'klavikamedium';
  color: #998554;
}
#registration .container .content .registration-block .profile .profile-line {
  clear: both;
  background: #2d2d2d;
  opacity: .15;
  width: 340px;
  height: 1px;
  margin-top: 100px;
}
#registration .container .content .registration-block form {
  margin-top: 15px;
  width: 360px;
}
#registration .container .content .registration-block form ul li {
  float: left;
  margin-right: 20px;
}
#registration .container .content .registration-block form ul li:last-child {
  margin-bottom: 2px;
}
#registration .container .content .registration-block form .input-text {
  font-size: 10px;
  opacity: .3;
  margin-bottom: 2px;
}
#registration .container .content .registration-block form input {
  width: 160px;
  height: 25px;
  background: #dcdcdc;
  border: 1px solid #c2c2c2;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-family: 'klavikabold';
  letter-spacing: 0.5px;
  padding-left: 10px;
  font-size: 10px;
}
#registration .container .content .registration-block .submit-registration-button {
  clear: both;
  letter-spacing: 0.5px;
}
#registration .container .content .registration-block .thankyou-title {
  margin-bottom: 10px;
}
#registration .container .content .registration-block .reg-copy {
  margin-bottom: 35px;
}
#registration .container .content .registration-block #thankyou-block {
  visibility: hidden;
  opacity: 0;
}
#registration .container .content .registration-block .disabled {
  /*.default-state, .active-state {
                        .sub-button-bg {
                            background: #ccc;
                        }
                    }*/
  cursor: default;
}
#registration .container .content .registration-block .disabled-title {
  opacity: .15;
}
/* ----------------------------
    6.  One Panem 
----------------------------- */
#panem .container .keycode {
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'klavika_regular';
  font-size: 31px;
  opacity: .2;
}
#panem .container .bg {
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
#panem .container .content .title {
  position: relative;
  margin: -70px auto 0;
  width: 900px;
  height: 258px;
}
#panem .container .content .title path {
  fill: #2b2b2b;
  stroke: #2b2b2b;
}
#panem .container .content .title polygon {
  fill: #2b2b2b;
  stroke: #2b2b2b;
}
#panem .container .content .next-button-container .next-button-on .next-arrow .next-arrow-icon {
  border: 1px solid #aaa;
}
#panem .container .content .subtext-line {
  position: relative;
  margin: -45px auto 13px;
  height: 1px;
  background: rgba(16, 16, 16, 0.2);
}
#panem .container .content .subtext {
  position: relative;
  font-size: 14px;
  font-family: 'klavikamedium';
  letter-spacing: 0;
  color: #2b2b2b;
  text-transform: uppercase;
}
#panem-extended .container .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
#panem-extended .container .logo {
  position: absolute;
  top: 0;
  width: 35px;
  height: 35px;
  margin-left: 20px;
  margin-top: 80px;
}
#panem-extended .container .side-line {
  position: absolute;
  top: 0;
  left: 80px;
  width: 1px;
  height: 100%;
  background: #2d2d2d;
  opacity: .15;
}
#panem-extended .container .bold-line {
  position: absolute;
  top: 240px;
  left: 80px;
  width: 1px;
  height: 93px;
  background: #2d2d2d;
}
#panem-extended .container .sidebar {
  position: absolute;
  top: 120px;
  left: 120px;
  color: #2b2b2b;
}
#panem-extended .container .sidebar .title {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 35px;
}
#panem-extended .container .sidebar .line {
  width: 160px;
  height: 1px;
  background: #2b2b2b;
  opacity: .15;
}
#panem-extended .container .sidebar .profile {
  margin-top: 40px;
  width: 250px;
}
#panem-extended .container .sidebar .profile .profile-pic-bg {
  position: absolute;
  width: 70px;
  height: 90px;
  background: #2b2b2b;
  opacity: .2;
}
#panem-extended .container .sidebar .profile .profile-pic {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  width: 70px;
  height: 90px;
  background: #2b2b2b;
  float: left;
  margin-right: 15px;
  margin-bottom: 7px;
  opacity: .2;
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
}
#panem-extended .container .sidebar .profile .profile-info {
  float: left;
  font-size: 12px;
  font-family: 'klavikamedium';
  text-transform: uppercase;
}
#panem-extended .container .sidebar .profile .profile-info .profile-label {
  font-size: 10px;
  font-family: 'klavikamedium';
  opacity: .4;
}
#panem-extended .container .sidebar .user-id {
  font-size: 10px;
  opacity: .4;
  clear: both;
  font-family: 'klavikamedium';
}
#panem-extended .container .sidebar .complaint {
  width: 160px;
  font-size: 14px;
  font-family: 'klavikamedium';
  letter-spacing: -0.5px;
  margin-top: 15px;
  margin-bottom: 15px;
}
#panem-extended .container .sidebar .complaint a {
  color: #2b2b2b;
}
#panem-extended .container .sidebar .label-complaint {
  margin-top: 10px;
  text-transform: uppercase;
  opacity: .4;
  font-family: 'klavikamedium';
  letter-spacing: 0px;
}
#panem-extended .container .sidebar .sub-button {
  width: 160px;
  height: 25px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  font-family: 'klavikabold';
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 5px 10px;
  cursor: pointer;
  margin-top: 20px;
  /* The two faces of the cube */
  /* Position the faces */
}
#panem-extended .container .sidebar .sub-button p {
  z-index: 1;
  position: relative;
}
#panem-extended .container .sidebar .sub-button .sub-button-bg {
  position: absolute;
  width: 160px;
  height: 25px;
  margin: -5px -10px;
  border: 1px solid rgba(39, 39, 39, 0.2);
}
#panem-extended .container .sidebar .sub-button .arrow {
  position: absolute;
  top: 0px;
  right: 1px;
  margin-top: -1px;
  width: 20px;
  height: 5px;
}
#panem-extended .container .sidebar .sub-button .arrow rect {
  fill: #2b2b2b;
}
#panem-extended .container .sidebar .sub-button .active-state {
  -webkit-transform: rotateX(-90deg) translateZ(-20px);
  -moz-transform: rotateX(-90deg) translateZ(-20px);
  -o-transform: rotateX(-90deg) translateZ(-20px);
  -ms-transform: rotateX(-90deg) translateZ(-20px);
  transform: rotateX(-90deg) translateZ(-20px);
  color: #efefef;
}
#panem-extended .container .sidebar .sub-button .active-state .sub-button-bg {
  background: #2b2b2b;
  border: none;
}
#panem-extended .container .sidebar .sub-button .active-state .arrow rect {
  fill: #efefef;
}
#panem-extended .container .sidebar .sub-button .default-state,
#panem-extended .container .sidebar .sub-button .active-state {
  height: 25px;
}
#panem-extended .container .sidebar .sub-button .default-state {
  -webkit-transform: translateZ(13.5px);
  -moz-transform: translateZ(13.5px);
  -o-transform: translateZ(13.5px);
  -ms-transform: translateZ(13.5px);
  transform: translateZ(13.5px);
}
#panem-extended .container .sidebar .sub-button-short {
  margin-top: 10px;
  width: 75px;
  float: left;
}
#panem-extended .container .sidebar .sub-button-short .sub-button-bg {
  width: 75px;
}
#panem-extended .container .sidebar .prev-item-button {
  margin-right: 10px;
}
#panem-extended .container .sidebar .complaint-info {
  margin-top: 50px;
  position: relative;
}
#panem-extended .container .sidebar .complaint-info .category {
  text-transform: uppercase;
  font-family: 'klavikabold';
  font-size: 10px;
}
#panem-extended .container .sidebar .complaint-info .line-thick {
  width: 160px;
  height: 5px;
  background: #2b2b2b;
  margin-top: 5px;
}
#panem-extended .container .sidebar .complaint-info .district-logo {
  width: 55px;
  height: 55px;
  background-size: cover;
  opacity: .15;
  position: absolute;
  margin-top: 20px;
  margin-left: 10px;
}
#panem-extended .container .sidebar .complaint-info .category-icon {
  position: absolute;
  margin-top: 20px;
  margin-left: 100px;
}
#panem-extended .container .sidebar .complaint-info .labor-icon {
  width: 26px;
  height: 50px;
  margin-left: 110px;
}
#panem-extended .container .sidebar .complaint-info .enforcement-icon {
  width: 42px;
  height: 46px;
  margin-left: 102px;
}
#panem-extended .container .sidebar .complaint-info .leadership-icon {
  width: 46px;
  height: 50px;
}
#panem-extended .container .sidebar .complaint-info .ethics-icon {
  width: 36px;
  height: 50px;
  margin-left: 108px;
}
#panem-extended .container .sidebar .complaint-info .d13-icon {
  width: 45px;
  height: 45px;
  margin-left: 100px;
  margin-top: 27px;
}
#panem-extended .container .sidebar .complaint-info .history-icon {
  width: 46px;
  height: 46px;
}
#panem-extended .container .sidebar .complaint-info .category-id {
  margin-top: 7px;
  opacity: .4;
  font-size: 10px;
  margin-bottom: 32px;
  font-family: 'klavikamedium';
}
#panem-extended .container .sidebar .complaint-info .district-info {
  text-transform: uppercase;
  font-family: 'klavikamedium';
}
#panem-extended .container .sidebar .complaint-info .district-info .district-label {
  font-family: 'klavikamedium';
  font-size: 10px;
  opacity: .4;
  margin-bottom: -2px;
  margin-top: 3px;
}
#panem-extended .container .sidebar .complaint-info .id-block {
  margin-left: 90px;
  margin-top: -23px;
  font-size: 10px;
  letter-spacing: 1px;
}
#panem-extended .container .sidebar .complaint-info .id-block .line {
  margin-top: 7px;
  width: 70px;
}
#panem-extended .container .content {
  position: absolute;
  top: 0;
  margin: auto auto;
  color: #efefef;
  text-transform: uppercase;
  cursor: default;
}
#panem-extended .container .content .main-logo {
  width: 60px;
  height: 60px;
  margin: auto auto;
}
#panem-extended .container .content .main-logo path {
  fill: #efefef;
}
#panem-extended .container .content .object-title {
  font-family: 'klavikabold_italic';
  font-size: 164px;
  line-height: 164px;
}
#panem-extended .container .content .line {
  width: 80px;
  height: 1px;
  background: #efefef;
  opacity: .2;
  margin: auto auto;
}
#panem-extended .container .content .hashtag {
  font-family: 'klavikamedium';
  font-size: 14px;
  margin-top: 10px;
}
#panem-extended .container .content .unite-button {
  cursor: pointer;
  height: 150px;
  width: 116px;
  margin: 30px auto 0;
}
#panem-extended .container .content .unite-button .unite {
  text-transform: uppercase;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10;
  margin: 51px auto 0;
  letter-spacing: 0;
  text-align: center;
  font-family: 'klavikabold';
  font-size: 9px;
  pointer-events: none;
}
#panem-extended .container .content .unite-button .unite-graphics {
  margin-top: -80px;
  margin-left: -55px;
  width: 226px;
  height: 338px;
}
#panem-extended .container .user-block {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
}
#panem-extended .container .user-block .line {
  height: 1px;
  width: 200px;
  opacity: .2;
  background: #2b2b2b;
}
#panem-extended .container .user-block .user-info {
  display: inline-block;
  text-transform: uppercase;
}
#panem-extended .container .user-block .user-info .circle {
  border: 2px solid #2b2b2b;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 6px;
}
/* ----------------------------
    7.  Capitol Tv
----------------------------- */
#tv {
  color: #efefef;
}
#tv .container .bg {
  display: none;
  position: absolute;
  /*background: url(../img/tv/unity.jpg) no-repeat;*/
  /*background-size: cover;*/
}
#tv .container .content .next-button-container .next-button-on .next-arrow .next-arrow-icon {
  border: 1px solid #363121;
}
#tv .container .content .logo {
  margin-bottom: 17px;
  width: 60px;
  height: 70px;
}
#tv .container .content .logo path {
  fill: #efefef;
}
#tv .container .content .title {
  position: relative;
  margin-bottom: 10px;
  font-size: 53px;
  line-height: 60px;
  text-transform: uppercase;
  font-family: 'klavikabold_italic';
}
#tv .container .content canvas {
  position: absolute;
  width: 100%;
  height: 100%;
}
#tv .container .content .copy {
  position: relative;
  width: 500px;
  margin: 0 auto;
  text-transform: uppercase;
  letter-spacing: 0;
}
#tv .container .content .wave {
  position: relative;
  height: 50px;
  margin-top: -20px;
}
#tv .container .content .wave canvas {
  position: absolute;
  top: 0px;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
#tv .container .content .pagination {
  position: relative;
  margin: 20px auto;
  width: 45px;
}
#tv .container .content .pagination .pagination-item {
  float: left;
  width: 8px;
  height: 8px;
  background: #efefef;
  border-radius: 50%;
  opacity: .4;
  cursor: pointer;
}
#tv .container .content .pagination .pagination-item:not(:last-child) {
  margin-right: 25px;
}
#tv .container .content .pagination-line-container {
  position: relative;
  margin: 0 auto;
  width: 45px;
  clear: both;
}
#tv .container .content .pagination-line-container .pagination-line {
  background: #efefef;
  height: 1px;
  position: absolute;
  top: 4px;
  left: 4px;
  margin-top: -8px;
}
/* ----------------------------
    7a. Capitol Tv Extended
----------------------------- */
#tv-extended #player-unavailable {
  display: none !important;
}
#tv-extended .bg {
  /*background: #000;
        width: 100%;
        height: 100%;*/
  position: absolute;
}
#tv-extended .container-scrollable {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: auto;
}
#tv-extended .container-scrollable .content-scrollable {
  overflow: auto;
  position: relative;
  height: 100%;
  background: #000;
}
/* ----------------------------
    9.  District Heroes
----------------------------- */
#heroes {
  color: #efefef;
}
#heroes .container {
  height: 100%;
}
#heroes .container .bg {
  position: absolute;
  background-size: cover;
  width: 100%;
}
#heroes .container .content .next-button-container .next-button-on .next-arrow .next-arrow-icon {
  border: 1px solid #4e2315;
}
#heroes .container .content .logo {
  margin-bottom: 30px;
}
#heroes .container .content .logo path {
  fill: #efefef;
}
#heroes .container .content .subtext-holder {
  clear: both;
  position: relative;
  margin: 0 auto 23px;
  width: 160px;
  text-transform: uppercase;
  font-family: 'klavikamedium_italic';
}
#heroes .container .content .subtext-holder .line {
  height: 1px;
  width: 40px;
  background: #efefef;
  opacity: .2;
  /*position: absolute;*/
  /*top: 7px;*/
}
#heroes .container .content .subtext-holder .line-left {
  margin-bottom: -8px;
}
#heroes .container .content .subtext-holder .line-right {
  margin-left: 120px;
  margin-top: -9px;
}
#heroes .container .content .title-holder {
  background: url(../img/heroes/title.png);
  width: 645px;
  height: 110px;
  margin: 0 auto 24px;
}
#heroes .container .content .quote {
  text-transform: uppercase;
  font-family: 'klavikamedium_italic';
  font-size: 13px;
  margin-top: -2px;
}
#heroes .container .content .copy {
  position: relative;
  width: 500px;
  margin: 1px auto 6px;
  text-transform: uppercase;
  letter-spacing: 0;
  opacity: .4;
}
/* ----------------------------
    9a. Heroes Extended
----------------------------- */
#heroes-extended .container {
  color: #efefef;
}
#heroes-extended .container #heroes-bg,
#heroes-extended .container #heroes-static {
  position: absolute;
}
#heroes-extended .container #heroes-static {
  opacity: 0;
}
#heroes-extended .container #heroes {
  width: 100%;
  position: absolute;
  overflow: scroll;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}
#heroes-extended .container #heroes img {
  position: relative;
  width: 100%;
  height: auto;
}
#heroes-extended .container .content-container {
  opacity: 0;
}
#heroes-extended .container .guide {
  opacity: : 0;
}
#heroes-extended .container .logo {
  position: absolute;
  width: 35px;
  height: 35px;
  margin-left: 20px;
  margin-top: 80px;
}
#heroes-extended .container .logo path {
  fill: #efefef;
}
#heroes-extended .container .side-line {
  position: absolute;
  top: 0;
  left: 80px;
  width: 1px;
  background: #efefef;
  opacity: .15;
}
#heroes-extended .container #district-content {
  position: absolute;
  margin-left: 120px;
  margin-top: 120px;
}
#heroes-extended .container #district-content #district-title {
  font-size: 18px;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 33px;
}
#heroes-extended .container #district-content .district-line {
  background: #ccc;
  opacity: .6;
  width: 160px;
  height: 1px;
  margin-bottom: 18px;
}
#heroes-extended .container #district-content .district-line-short {
  width: 70px;
}
#heroes-extended .container #district-content #district-box {
  position: relative;
  border: 1px solid rgba(204, 204, 204, 0.6);
  width: 160px;
  height: 315px;
  margin-bottom: 20px;
}
#heroes-extended .container #district-content #district-box p {
  opacity: .6;
  font-size: 10px;
  text-transform: uppercase;
}
#heroes-extended .container #district-content #district-box .district-number {
  cursor: default;
  opacity: 1;
  font-size: 135px;
  line-height: 123px;
  font-family: 'minskregular';
  margin-top: 20px;
  margin-left: 15px;
  letter-spacing: 6px;
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#heroes-extended .container #district-content #district-box .district-image {
  background-size: cover;
  margin: -10px auto 0;
  width: 110px;
  height: 109px;
}
#heroes-extended .container #district-content #district-box .district-type {
  position: absolute;
  top: 243px;
  left: 10px;
  text-transform: uppercase;
}
#heroes-extended .container #district-content #district-box .district-amount {
  position: absolute;
  top: 243px;
  right: 10px;
  text-align: right;
}
#heroes-extended .container #district-content #district-box .slogan {
  position: absolute;
  top: 272px;
  left: 3px;
  line-height: 12px;
  letter-spacing: 0px;
  opacity: 1;
}
#heroes-extended .container #district-content #district-box .logo-small {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 119px;
  top: 273px;
}
#heroes-extended .container #district-content #district-box .logo-small path {
  fill: #efefef;
}
#heroes-extended .container #district-content #district-box .box-bottom-line {
  position: absolute;
  top: 263px;
  margin-bottom: 0px;
  width: 158px;
}
#heroes-extended .container #district-content #district-box .box-vert-line {
  position: absolute;
  top: 264px;
  background: #ccc;
  opacity: .6;
  width: 1px;
  height: 49px;
  margin-left: 110px;
}
#heroes-extended .container #district-content .district-vert-line {
  position: absolute;
  background: #ccc;
  width: 1px;
  height: 315px;
  margin-left: -40px;
}
#heroes-extended .container #district-content #district-copy {
  font-family: 'klavikamedium';
  font-size: 14px;
  width: 170px;
  letter-spacing: 0;
  line-height: 16px;
  margin-bottom: 17px;
  margin-left: -1px;
  margin-top: -2px;
}
#heroes-extended .container #district-content .sub-button {
  width: 160px;
  height: 25px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  font-family: 'klavikabold';
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 5px 10px;
  cursor: pointer;
  margin-top: 20px;
  /* The two faces of the cube */
  /* Position the faces */
}
#heroes-extended .container #district-content .sub-button p {
  z-index: 1;
  position: relative;
}
#heroes-extended .container #district-content .sub-button .sub-button-bg {
  position: absolute;
  width: 160px;
  height: 25px;
  margin: -5px -6px;
  border: 1px solid rgba(204, 204, 204, 0.6);
}
#heroes-extended .container #district-content .sub-button .arrow {
  position: absolute;
  top: 0px;
  right: 1px;
  margin-top: -1px;
  width: 20px;
  height: 5px;
}
#heroes-extended .container #district-content .sub-button .arrow rect {
  fill: #efefef;
}
#heroes-extended .container #district-content .sub-button .active-state {
  -webkit-transform: rotateX(-90deg) translateZ(-20px);
  -moz-transform: rotateX(-90deg) translateZ(-20px);
  -o-transform: rotateX(-90deg) translateZ(-20px);
  -ms-transform: rotateX(-90deg) translateZ(-20px);
  transform: rotateX(-90deg) translateZ(-20px);
  color: #2b2b2b;
}
#heroes-extended .container #district-content .sub-button .active-state .sub-button-bg {
  background: #efefef;
  border: none;
}
#heroes-extended .container #district-content .sub-button .active-state .arrow rect {
  fill: #5c2310;
}
#heroes-extended .container #district-content .sub-button .default-state,
#heroes-extended .container #district-content .sub-button .active-state {
  height: 25px;
}
#heroes-extended .container #district-content .sub-button .default-state {
  -webkit-transform: translateZ(13.5px);
  -moz-transform: translateZ(13.5px);
  -o-transform: translateZ(13.5px);
  -ms-transform: translateZ(13.5px);
  transform: translateZ(13.5px);
}
#heroes-extended .container #district-content .sub-button-short {
  margin-top: 0;
  width: 75px;
  float: left;
}
#heroes-extended .container #district-content .sub-button-short .sub-button-bg {
  width: 75px;
}
#heroes-extended .container #district-content .download-button {
  margin-right: 10px;
}
#heroes-extended .container #district-content .read-button {
  clear: both;
  margin-top: 52px;
}
#heroes-extended .container #district-buttons {
  position: absolute;
  right: 150px;
  top: 320px;
  width: 280px;
}
#heroes-extended .container #district-buttons li {
  cursor: pointer;
  float: left;
  border: 1px solid rgba(239, 239, 239, 0.4);
  width: 80px;
  height: 80px;
  margin-right: 46px;
  /*50*/
  margin-bottom: -18px;
  /*15*/
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#heroes-extended .container #district-buttons li:nth-child(3n + 1) {
  margin-left: 62px;
  /*65*/
}
#heroes-extended .container #district-buttons li .button-image {
  background-image: url('../img/heroes/buttons/12.png');
  background-size: cover;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
}
#heroes-extended .container #district-buttons li .button-over {
  background-image: url('../img/heroes/buttons/04_over.png');
  background-size: cover;
  width: 80px;
  height: 80px;
  position: absolute;
  top: -1px;
  left: -1px;
  overflow: hidden;
  pointer-events: none;
}
#heroes-extended .container #district-buttons li .button-load {
  width: 80px;
  height: 80px;
  position: absolute;
  background: #efefef;
  top: -1px;
  left: -1px;
  overflow: hidden;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
#heroes-extended .container #district-buttons li .button-load .loader-icon {
  width: 50px;
  height: 50px;
  margin: 12px 19px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
#heroes-extended .back-button {
  border-left: 40px solid #461f16;
}
/* -----------------------
    facebook button - temp
------------------------ */
.facebook {
  width: 500px;
  height: 100px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto auto;
}
/* -----------------------
    sync - temp
------------------------ */
.socket {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.socket .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 10;
}
.socket .slide {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
  visibility: hidden;
}
.socket .slide.slide-1 {
  background: url(../img/bg-home.jpg) top center no-repeat;
  background-size: cover;
}
.socket .slide.slide-2 {
  background: url(../img/heroes/07_overlay.gif) top center no-repeat;
  background-size: cover;
}
.socket .slide.slide-3 {
  background: url(../img/bg-concerns-tablet.jpg) top center no-repeat;
  background-size: cover;
}
.socket .slide.slide-4 {
  background: url(../img/tv/unity.jpg) top center no-repeat;
  background-size: cover;
}
.socket .slide.slide-5 {
  background: url(../img/shape1.jpg) center center no-repeat #000000;
}
.socket .slide.slide-6 {
  background: url(../img/shape2.jpg) center center no-repeat #000000;
}
.socket .slide.slide-7 {
  background: url(../img/shape3.jpg) center center no-repeat #000000;
}
.socket .slide.slide-8 {
  background: url(../img/bg-mj.jpg) center center repeat #161616;
  background-size: cover;
}
.socket .percentage {
  position: absolute;
  height: 10px;
  top: 75px;
  right: 40px;
  text-align: center;
  z-index: 30;
  color: #acacac;
  font-size: 10px;
}
.socket .percentage .security,
.socket .percentage .connecting {
  background: #efefef;
  height: 30px;
}
.socket .percentage .security-text {
  opacity: .4;
}
.socket .percentage p {
  /*background: #fff;*/
  padding: 8px;
  text-align: right;
  color: #2b2b2b;
  float: right;
  clear: both;
  display: inline-block;
}
.socket .percentage .number {
  color: #000;
  background: #fff;
  margin-top: 5px;
}
.socket .hack1 .profile {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 240px;
  left: 120px;
  margin-top: 22px;
  color: rgba(239, 239, 239, 0.8);
  z-index: 99;
}
.socket .hack1 .profile li {
  opacity: 0;
}
.socket .hack1 .profile hr {
  opacity: 0;
}
.socket .hack1 .profile .profile-pic-container {
  display: inline-block;
}
.socket .hack1 .profile .profile-pic {
  background-color: #2d2d2d;
  background-size: cover;
  background-position: top center;
  width: 70px;
  height: 90px;
  opacity: 0;
}
.socket .hack1 .profile .profile-info {
  position: absolute;
  display: inline-block;
  text-transform: uppercase;
  margin-left: 14px;
  margin-top: 1px;
}
.socket .hack1 .profile .profile-label {
  font-size: 10px;
  margin-bottom: -2px;
}
.socket .hack1 .profile .profile-data {
  margin-bottom: 4px;
  font-size: 12px;
}
.socket .hack1 .profile .profile-data .highlight {
  background: rgba(237, 237, 237, 0.8);
  color: #121212;
  display: inline-block;
  padding: 0 2px;
}
.socket .hack1 .profile .profile-data:last-child {
  margin-bottom: 0px;
}
.socket .hack1 .profile .distorted {
  background: url(../img/hacks/distorted_long.png) no-repeat top left;
  width: 200px;
  height: 1px;
  position: absolute;
  margin-top: 6px;
  opacity: : 0;
}
.socket .hack1 .profile .file {
  margin-top: 5px;
  font-size: 10px;
  opacity: 0;
}
.socket .hack1 .profile .strikeout {
  background: rgba(239, 239, 239, 0);
  display: inline-block;
  height: 14px;
  margin-top: 2px;
}
.socket .hack1 .profile .profile-details {
  margin: 14px 0;
}
.socket .hack1 .profile .profile-details .profile-data {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 16px;
}
.socket .hack1 .profile .profile-details .profile-notes {
  width: 210px;
  font-size: 10px;
  line-height: 11px;
  text-transform: uppercase;
}
.socket .hack1 .profile .profile-details .profile-notes .strikeout {
  height: 11px;
}
.socket .hack1 .profile .profile-details hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #2b2b2b;
  margin: 11px 0 6px;
  padding: 0;
  width: 40px;
}
.socket .hack1 .profile .profile-details .thick {
  border-top: 5px solid rgba(237, 237, 237, 0.8);
  width: 160px;
  margin: 9px 0 5px;
}
.socket .hack1 .file-icon {
  width: 17px;
  height: 15px;
  position: absolute;
  margin-top: 3px;
  margin-left: -47px;
  opacity: 0;
}
.socket .hack1 .file-line {
  height: 1px;
  width: 18px;
  background: rgba(114, 115, 116, 0.6);
  position: absolute;
  margin-top: 11px;
  margin-left: -30px;
  opacity: 0;
}
.socket .hack1 .file-circle {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(114, 115, 116, 0.6);
  position: absolute;
  margin-top: 9px;
  margin-left: -12px;
  opacity: 0;
}
.socket .hack1 .hack-file-graphics {
  margin-bottom: 2px;
}
.socket .hack1 .hack-file-graphics .file-circle,
.socket .hack1 .hack-file-graphics .file-line {
  background: #727374;
}
.socket .hack1 .hack-file-graphics .file-icon {
  margin-left: -50px;
  margin-top: 4px;
  width: 20px;
  height: 15px;
}
.socket .hack1 .bg {
  background: url(../img/hacks/hack_bg.jpg) center center no-repeat;
  z-index: 0;
  position: absolute;
}
.socket .hack1 .canvas-container {
  position: relative;
  z-index: 1;
}
.socket .hack1 .percentage {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto auto;
  width: auto;
  text-align: center;
  font-size: 174px;
  font-family: 'untied_pants_condthin';
  color: #efefef;
  height: 160px;
}
.socket .hack1 .hack-connection {
  position: absolute;
  top: 240px;
  left: 120px;
  color: #efefef;
  text-transform: uppercase;
  font-family: 'klavikalight_italic';
  font-size: 10px;
}
.socket .hack1 .hack-connection p,
.socket .hack1 .hack-connection li {
  line-height: 20px;
  opacity: .3;
}
.socket .hack1 .hack-connection .gap {
  margin-top: 30px;
}
.socket .hack1 .percentage-graphics {
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  margin: auto auto;
  text-align: center;
  z-index: 100;
}
.socket .hack1 .percentage-graphics .breach {
  position: absolute;
  background: #fff;
  color: #000;
  display: inline-block;
  text-transform: uppercase;
  font-family: 'klavikabold_italic';
  letter-spacing: 0px;
  padding: 0px 10px 0 5px;
  margin-left: 195px;
  opacity: 0;
}
.socket .hack1 .percentage-graphics .detected {
  position: absolute;
  background: #a41414;
  color: #000;
  display: inline-block;
  text-transform: uppercase;
  font-family: 'klavikabold_italic';
  letter-spacing: 0px;
  padding: 0px 10px;
  margin-left: 195px;
  opacity: 0;
}
.socket .hack1 .percentage-graphics .line {
  background: #fff;
  opacity: .15;
  width: 150px;
  height: 1px;
  position: absolute;
  margin: auto auto;
  left: 300px;
  right: 0;
  margin-top: 7px;
}
.socket .hack1 .percentage-graphics .circle {
  background: #00ffcc;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 3px auto 0;
  position: absolute;
  left: 0;
  right: -150px;
}
.socket .icons {
  position: absolute;
  top: 80px;
  left: 109px;
  z-index: 10;
  display: none;
}
.socket .icons .icon {
  width: 52px;
  height: 36px;
  margin-right: 6px;
  display: inline-block;
  position: relative;
}
.socket .icons .icon img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto auto;
}
.socket .icons .icon .line-through {
  width: 70px;
  height: 1px;
  background: #efefef;
  position: absolute;
  top: 18px;
  margin-left: -8px;
  opacity: .2;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.socket .back-button {
  z-index: 10;
  display: none;
}
/* glitch */
@-webkit-keyframes noise-anim {
  0% {
    clip: rect(30px, 9999px, 99px, 0);
  }
  5% {
    clip: rect(76px, 9999px, 10px, 0);
  }
  10% {
    clip: rect(93px, 9999px, 47px, 0);
  }
  15.0% {
    clip: rect(85px, 9999px, 22px, 0);
  }
  20% {
    clip: rect(40px, 9999px, 36px, 0);
  }
  25% {
    clip: rect(92px, 9999px, 49px, 0);
  }
  30.0% {
    clip: rect(72px, 9999px, 45px, 0);
  }
  35% {
    clip: rect(89px, 9999px, 36px, 0);
  }
  40% {
    clip: rect(28px, 9999px, 45px, 0);
  }
  45% {
    clip: rect(8px, 9999px, 81px, 0);
  }
  50% {
    clip: rect(32px, 9999px, 99px, 0);
  }
  55.0% {
    clip: rect(76px, 9999px, 12px, 0);
  }
  60.0% {
    clip: rect(16px, 9999px, 54px, 0);
  }
  65% {
    clip: rect(29px, 9999px, 15px, 0);
  }
  70% {
    clip: rect(4px, 9999px, 73px, 0);
  }
  75% {
    clip: rect(17px, 9999px, 92px, 0);
  }
  80% {
    clip: rect(57px, 9999px, 53px, 0);
  }
  85.0% {
    clip: rect(83px, 9999px, 45px, 0);
  }
  90% {
    clip: rect(53px, 9999px, 64px, 0);
  }
  95% {
    clip: rect(68px, 9999px, 91px, 0);
  }
  100% {
    clip: rect(40px, 9999px, 46px, 0);
  }
}
.glitch:after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 77px;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  -webkit-animation: noise-anim 2s infinite linear alternate-reverse;
}
@-webkit-keyframes noise-anim-2 {
  0% {
    clip: rect(61px, 9999px, 93px, 0);
  }
  5% {
    clip: rect(5px, 9999px, 14px, 0);
  }
  10% {
    clip: rect(8px, 9999px, 47px, 0);
  }
  15.0% {
    clip: rect(37px, 9999px, 63px, 0);
  }
  20% {
    clip: rect(34px, 9999px, 17px, 0);
  }
  25% {
    clip: rect(45px, 9999px, 68px, 0);
  }
  30.0% {
    clip: rect(3px, 9999px, 47px, 0);
  }
  35% {
    clip: rect(68px, 9999px, 83px, 0);
  }
  40% {
    clip: rect(37px, 9999px, 72px, 0);
  }
  45% {
    clip: rect(10px, 9999px, 34px, 0);
  }
  50% {
    clip: rect(38px, 9999px, 100px, 0);
  }
  55.0% {
    clip: rect(4px, 9999px, 98px, 0);
  }
  60.0% {
    clip: rect(75px, 9999px, 69px, 0);
  }
  65% {
    clip: rect(39px, 9999px, 44px, 0);
  }
  70% {
    clip: rect(30px, 9999px, 1px, 0);
  }
  75% {
    clip: rect(80px, 9999px, 98px, 0);
  }
  80% {
    clip: rect(82px, 9999px, 76px, 0);
  }
  85.0% {
    clip: rect(58px, 9999px, 18px, 0);
  }
  90% {
    clip: rect(90px, 9999px, 60px, 0);
  }
  95% {
    clip: rect(69px, 9999px, 75px, 0);
  }
  100% {
    clip: rect(100px, 9999px, 65px, 0);
  }
}
.glitch:before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 75px;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  -webkit-animation: noise-anim-2 3s infinite linear alternate-reverse;
}
