@keyframes searchfade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px); } }
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px); } }
@-moz-keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px); } }
@keyframes logo {
  0% {
    fill: #ea6b24; }
  100% {
    fill: #EAA261; } }
@-webkit-keyframes logo {
  0% {
    fill: #ea6b24; }
  100% {
    fill: #EAA261; } }
@-moz-keyframes logo {
  0% {
    fill: #ea6b24; }
  100% {
    fill: #EAA261; } }
@keyframes logoodd {
  0% {
    fill: #EAA261; }
  100% {
    fill: #ea6b24; } }
@-webkit-keyframes logoodd {
  0% {
    fill: #EAA261; }
  100% {
    fill: #ea6b24; } }
@-moz-keyframes logoodd {
  0% {
    fill: #EAA261; }
  100% {
    fill: #ea6b24; } }
@keyframes timermask {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes timermask {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-moz-keyframes timermask {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes timeropacity {
  0% {
    opacity: 1; }
  50%, 100% {
    opacity: 0; } }
@-webkit-keyframes timeropacity {
  0% {
    opacity: 1; }
  50%, 100% {
    opacity: 0; } }
@-moz-keyframes timeropacity {
  0% {
    opacity: 1; }
  50%, 100% {
    opacity: 0; } }
.instruction-tip {
  position: absolute;
  bottom: 28px;
  background: #fff;
  padding: 8px;
  width: 100px;
  color: #4d4e58;
  left: -46px;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -ms-text-shadow: none;
  -o-text-shadow: none;
  text-shadow: none;
  font-size: 12px;
  pointer-events: none;
  border: 1px solid #BBBBCC; }
  .instruction-tip:before {
    border-top-color: #9e9eb6; }
  .instruction-tip:after {
    content: "";
    position: absolute;
    border: 10px solid transparent;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border-top-color: #e7e7ed;
    border-top-color: #fff;
    border-width: 5px;
    margin-left: -5px; }

.hiddentip {
  visibility: hidden;
  z-index: 0;
  opacity: 0;
  -webkit-transition: visibility 0ms cubic-bezier(0.165, 0.84, 0.44, 1) 250ms, z-index 0ms cubic-bezier(0.165, 0.84, 0.44, 1) 250ms, opacity 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: visibility 0ms cubic-bezier(0.165, 0.84, 0.44, 1) 250ms, z-index 0ms cubic-bezier(0.165, 0.84, 0.44, 1) 250ms, opacity 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: visibility 0ms cubic-bezier(0.165, 0.84, 0.44, 1) 250ms, z-index 0ms cubic-bezier(0.165, 0.84, 0.44, 1) 250ms, opacity 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: visibility 0ms cubic-bezier(0.165, 0.84, 0.44, 1) 250ms, z-index 0ms cubic-bezier(0.165, 0.84, 0.44, 1) 250ms, opacity 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: visibility 0ms cubic-bezier(0.165, 0.84, 0.44, 1) 250ms, z-index 0ms cubic-bezier(0.165, 0.84, 0.44, 1) 250ms, opacity 250ms cubic-bezier(0.165, 0.84, 0.44, 1); }
  .hiddentip.active {
    visibility: visible;
    z-index: 1000;
    opacity: 1;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s; }

.hiddenelement {
  display: none; }
  .hiddenelement.active {
    display: block; }

.prompttip {
  position: absolute;
  background: #e7e7ed;
  left: 210px;
  z-index: 1000;
  width: 300px;
  line-height: 16px; }
  .prompttip ol {
    margin-left: 20px; }
  .prompttip:before {
    content: "";
    position: absolute;
    border: 10px solid transparent;
    right: 100%;
    top: 50%;
    margin-top: -10px;
    border-right-color: #e7e7ed; }
  .prompttip .tipcontent {
    padding: 10px; }
    .prompttip .tipcontent h4, .prompttip .tipcontent .standardgrid .valueprop, .standardgrid .prompttip .tipcontent .valueprop {
      margin-bottom: 7px; }
    .prompttip .tipcontent p, .prompttip .tipcontent li {
      font-size: 13px;
      margin-bottom: 7px; }

.ui-tooltip {
  position: absolute;
  bottom: 100%;
  width: 200px;
  left: 50%;
  margin-left: -100px;
  margin-bottom: 20px;
  background: #5C4E6A;
  padding: 10px;
  color: #fff;
  z-index: 1000; }
  .ui-tooltip:after {
    content: "";
    position: absolute;
    border: 10px solid transparent;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border-top-color: #e7e7ed;
    border-top-color: #5C4E6A; }

.shortcut, .tap-clicker .close-mode .button-shortcut {
  color: #ea6b24;
  font-size: 11px;
  letter-spacing: 1px;
  padding-left: 6px;
  border-left: 1px solid #ea6b24;
  margin-left: 6px; }

.keyborder {
  background: #4d4e58;
  color: #e7e7ed;
  padding: 0 4px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px; }

.close-tip {
  border-top: 1px solid #BBBBCC;
  text-align: center;
  font-size: 13px; }
  .close-tip a {
    background: #d8d8e2;
    display: block;
    color: #4d4e58;
    padding: 5px 0;
    border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    border-bottom: 0; }
    .close-tip a:hover {
      background: #d0d0dc;
      color: #41424a; }

.before-absolute {
  padding-left: 25px;
  position: relative; }
  .before-absolute:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px; }

.gridlist-item {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 33px;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #5f6570;
  -webkit-transition: color 200ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 200ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: color 200ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 200ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: color 200ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 200ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: color 200ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 200ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color 200ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 200ms cubic-bezier(0.165, 0.84, 0.44, 1);
  border-bottom: none; }
  .gridlist-item img {
    width: 100%;
    display: block;
    opacity: 1;
    -webkit-transition: opacity 200ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: opacity 200ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: opacity 200ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: opacity 200ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 200ms cubic-bezier(0.165, 0.84, 0.44, 1); }
  .gridlist-item:hover .details {
    opacity: 1;
    color: #4d4e58; }
  .gridlist-item:hover .status {
    color: #fff; }
  .gridlist-item:active {
    top: 1px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none; }
  .gridlist-item .time {
    position: absolute;
    letter-spacing: 0;
    top: 0;
    right: 0;
    color: #4d4e58;
    background: rgba(255, 255, 255, 0.25);
    padding: 4px 5px; }

.lte8 .gridlist-item:hover .details {
  display: block; }

.roundbutton, .pushbutton {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-transition: background-color 150ms ease-out;
  -moz-transition: background-color 150ms ease-out;
  -ms-transition: background-color 150ms ease-out;
  -o-transition: background-color 150ms ease-out;
  transition: background-color 150ms ease-out;
  color: #fff; }

.pushbutton {
  background-color: #ea6b24;
  cursor: pointer;
  -webkit-box-shadow: 0 2px 0 #99400f;
  -moz-box-shadow: 0 2px 0 #99400f;
  -ms-box-shadow: 0 2px 0 #99400f;
  -o-box-shadow: 0 2px 0 #99400f;
  box-shadow: 0 2px 0 #99400f;
  position: relative;
  border: 0;
  font: normal 16px "proxima-nova", helvetica, sans-serif;
  color: #e7e7ed; }
  .pushbutton:hover {
    background: #ec7b3b; }
  .pushbutton:active {
    background: #ea6b24;
    -webkit-box-shadow: 0 1px 0 #99400f;
    -moz-box-shadow: 0 1px 0 #99400f;
    -ms-box-shadow: 0 1px 0 #99400f;
    -o-box-shadow: 0 1px 0 #99400f;
    box-shadow: 0 1px 0 #99400f;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    top: 1px; }

.contentwrapper {
  padding-top: 22px; }

.modal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0ms cubic-bezier(0.165, 0.84, 0.44, 1) 150ms, z-index 0ms cubic-bezier(0.165, 0.84, 0.44, 1) 150ms, opacity 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: visibility 0ms cubic-bezier(0.165, 0.84, 0.44, 1) 150ms, z-index 0ms cubic-bezier(0.165, 0.84, 0.44, 1) 150ms, opacity 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: visibility 0ms cubic-bezier(0.165, 0.84, 0.44, 1) 150ms, z-index 0ms cubic-bezier(0.165, 0.84, 0.44, 1) 150ms, opacity 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: visibility 0ms cubic-bezier(0.165, 0.84, 0.44, 1) 150ms, z-index 0ms cubic-bezier(0.165, 0.84, 0.44, 1) 150ms, opacity 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: visibility 0ms cubic-bezier(0.165, 0.84, 0.44, 1) 150ms, z-index 0ms cubic-bezier(0.165, 0.84, 0.44, 1) 150ms, opacity 150ms cubic-bezier(0.165, 0.84, 0.44, 1); }
  .modal.active {
    opacity: 1;
    visibility: visible;
    z-index: 5000;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s; }

.roundedmodal {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  -webkit-box-shadow: 0 2px 0 #35363d;
  -moz-box-shadow: 0 2px 0 #35363d;
  -ms-box-shadow: 0 2px 0 #35363d;
  -o-box-shadow: 0 2px 0 #35363d;
  box-shadow: 0 2px 0 #35363d; }

.overlay-dimmer {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition: all 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 250ms cubic-bezier(0.165, 0.84, 0.44, 1); }

.coverscreen {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0; }

.loaderscreen {
  background-color: rgba(255, 255, 255, 0.95);
  text-align: center; }

.loadercontent {
  position: relative;
  top: 50%;
  height: 210px;
  margin-top: -135px; }

#loaderlogo {
  position: relative;
  margin: auto;
  height: 80px;
  margin-bottom: 22px; }
  #loaderlogo svg {
    position: relative;
    width: 100%;
    height: 100%; }
  #loaderlogo .evenline {
    animation: logoodd 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) alternate infinite;
    -webkit-animation: logoodd 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) alternate infinite;
    -moz-animation: logoodd 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) alternate infinite;
    -o-animation: logoodd 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) alternate infinite; }
  #loaderlogo .oddline {
    animation: logo 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) alternate infinite;
    -webkit-animation: logo 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) alternate infinite;
    -moz-animation: logo 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) alternate infinite;
    -o-animation: logo 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) alternate infinite; }

.loaderbar {
  width: 30%;
  height: 6px;
  margin: auto;
  overflow: hidden;
  background: #e7e7ed;
  margin-bottom: 22px;
  position: relative; }

.loaderbar-progress {
  height: 100%;
  width: 0%;
  background: #ea6b24;
  -webkit-transition: width 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: width 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: width 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: width 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: width 150ms cubic-bezier(0.165, 0.84, 0.44, 1); }

.cancel-button {
  font-size: 13px;
  color: #BBBBCC;
  padding: 6px 15px 5px;
  border: 1px solid #e7e7ed;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  margin-top: 22px; }
  .cancel-button:hover {
    border-color: #BBBBCC; }

.flushtop {
  margin-top: 0; }

.tooltip-container {
  position: relative; }
  .tooltip-container .tooltip-menu {
    width: 200px;
    left: -75px; }

.tooltip-menu {
  position: absolute;
  background: #fff;
  color: #4d4e58;
  width: 90%;
  margin: auto;
  z-index: 1000;
  left: 5%;
  padding: 5px;
  -webkit-box-shadow: 0 2px 0 #242628;
  -moz-box-shadow: 0 2px 0 #242628;
  -ms-box-shadow: 0 2px 0 #242628;
  -o-box-shadow: 0 2px 0 #242628;
  box-shadow: 0 2px 0 #242628;
  visibility: hidden;
  opacity: 0;
  /* See http://www.greywyvern.com/?post=337 */
  -webkit-transition: visibility 0s ease-out 200ms, opacity 200ms ease-out, top 200ms ease-out, bottom 200ms ease-out;
  -moz-transition: visibility 0s ease-out 200ms, opacity 200ms ease-out, top 200ms ease-out, bottom 200ms ease-out;
  -ms-transition: visibility 0s ease-out 200ms, opacity 200ms ease-out, top 200ms ease-out, bottom 200ms ease-out;
  -o-transition: visibility 0s ease-out 200ms, opacity 200ms ease-out, top 200ms ease-out, bottom 200ms ease-out;
  transition: visibility 0s ease-out 200ms, opacity 200ms ease-out, top 200ms ease-out, bottom 200ms ease-out; }
  .tooltip-menu.active {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s; }
  .tooltip-menu:before {
    content: "";
    position: absolute;
    border: 10px solid transparent;
    bottom: 100%;
    left: 50%;
    margin-left: -10px;
    border-bottom-color: #e7e7ed;
    border-bottom-color: #fff; }
  .tooltip-menu li {
    list-style-type: none; }
    .tooltip-menu li a, .tooltip-menu li input[type=submit] {
      font-size: 13px;
      padding: 6px 10px;
      display: block;
      color: #4d4e58;
      text-decoration: none;
      border-bottom: 0; }
      .tooltip-menu li a:hover, .tooltip-menu li input[type=submit]:hover {
        background: #717281;
        color: #fff; }
      .tooltip-menu li a:active, .tooltip-menu li input[type=submit]:active {
        background: #656673; }
    .tooltip-menu li.selected {
      background: none;
      position: relative; }
      .tooltip-menu li.selected a:before {
        content: "";
        background: url(../images/v1/usernav/completed-icon.svg) no-repeat;
        background-size: 16px 16px;
        position: absolute;
        width: 16px;
        height: 16px;
        left: 6px;
        top: 6px; }
    .tooltip-menu li input[type=submit] {
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      display: block;
      cursor: pointer;
      width: 100%;
      text-align: left;
      background: none; }

.instruction-tip:before {
  content: "";
  position: absolute;
  border: 10px solid transparent;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border-top-color: #e7e7ed;
  border-width: 6px;
  margin-left: -6px; }

.loaderbar, .loaderbar-progress, .tooltip-menu li a, .tooltip-menu li input[type=submit], .mode-button, .private .track-avatar:before, .control-button, .modalsection .button, .modalsection .pro-button, #track-menu > a, #selectedfile, .error-message, .standardgrid .signup-link a {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px; }

.instruction-tip, .ui-tooltip, .sourcelink:before, .disambiguation, #annbutton, #selann:focus, #paymentconf, .cancel-delete {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px; }

.prompttip, .tooltip-menu, .tap-clicker, #annotate-prompt, #annotate-tooltip, .demo-buttons, .loadersvgwrap, .button, .pro-button {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px; }

#keyboard-shortcuts .shortcuts, .not-found .content {
  border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px; }

.youtube-detail .wrapper {
  background: #191a1d; }

.darkscreen.active {
  z-index: 10; }

.headwrap {
  background: #43444e;
  width: 100%;
  z-index: 1000;
  position: relative;
  padding: 4px 0; }

.signup-stripe {
  display: block;
  text-align: center;
  margin-left: -1px; }
  @media (min-width: 820px) {
    .signup-stripe {
      display: none; } }
  .signup-stripe a {
    display: inline-block;
    padding: 8px;
    width: 50%;
    color: #fff;
    background: #ea6b24;
    border-bottom: 0; }
    .signup-stripe a:hover, .signup-stripe a:active {
      color: #fff; }
  .signup-stripe .login {
    background: #7D7F8E; }
    .signup-stripe .login:hover {
      background: #989aa6; }
    .signup-stripe .login:active {
      background: #707281; }
  .signup-stripe .signup {
    margin-left: -5px; }
    .signup-stripe .signup:hover {
      background: #ee8a53; }
    .signup-stripe .signup:active {
      background: #df5e15; }

.lte8 .signup-stripe {
  display: none; }

header {
  height: 50px;
  padding-top: 9px;
  z-index: 1000;
  position: relative; }
  header p {
    display: inline-block;
    width: 40%;
    text-align: right;
    position: relative;
    top: 10px;
    font-size: 13px;
    float: right;
    margin-right: 20px; }
  header a {
    text-decoration: none;
    color: #ddd;
    border-bottom: none; }

.not-user #help-overlay .help-megabar, .not-user #help-overlay .help-addtrack {
  bottom: 70px; }

.lte8 header {
  height: 50px; }

#tap-mode {
  background: #ea6b24;
  color: #fff;
  height: auto;
  -webkit-box-shadow: 0 2px 0 #c85413;
  -moz-box-shadow: 0 2px 0 #c85413;
  -ms-box-shadow: 0 2px 0 #c85413;
  -o-box-shadow: 0 2px 0 #c85413;
  box-shadow: 0 2px 0 #c85413;
  text-align: center;
  -webkit-transform: translate3d(0, -56px, 0);
  -moz-transform: translate3d(0, -56px, 0);
  -ms-transform: translate3d(0, -56px, 0);
  -o-transform: translate3d(0, -56px, 0);
  transform: translate3d(0, -56px, 0);
  -webkit-transition: visibility 0ms cubic-bezier(0.165, 0.84, 0.44, 1) 500ms, z-index 0ms cubic-bezier(0.165, 0.84, 0.44, 1) 500ms, opacity 500ms cubic-bezier(0.165, 0.84, 0.44, 1) 150ms, -webkit-transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: visibility 0ms cubic-bezier(0.165, 0.84, 0.44, 1) 500ms, z-index 0ms cubic-bezier(0.165, 0.84, 0.44, 1) 500ms, opacity 500ms cubic-bezier(0.165, 0.84, 0.44, 1) 150ms, -moz-transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: visibility 0ms cubic-bezier(0.165, 0.84, 0.44, 1) 500ms, z-index 0ms cubic-bezier(0.165, 0.84, 0.44, 1) 500ms, opacity 500ms cubic-bezier(0.165, 0.84, 0.44, 1) 150ms, -ms-transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: visibility 0ms cubic-bezier(0.165, 0.84, 0.44, 1) 500ms, z-index 0ms cubic-bezier(0.165, 0.84, 0.44, 1) 500ms, opacity 500ms cubic-bezier(0.165, 0.84, 0.44, 1) 150ms, -o-transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 500ms, opacity 500ms cubic-bezier(0.165, 0.84, 0.44, 1) 150ms, transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1); }
  #tap-mode.active {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s; }
  #tap-mode header {
    height: auto;
    padding: 17px 0; }

.mode-logo {
  position: absolute;
  left: 0;
  top: 9px;
  z-index: 1001;
  font-family: "proxima-nova"; }

.mode-buttons {
  position: absolute;
  right: 10px;
  top: 12px; }
  .mode-buttons:last-child {
    margin-right: 0; }

.mode-button {
  background: #c85413;
  padding: 8px 12px;
  color: #f0bc8e;
  font-size: 13px;
  -webkit-transition: color 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: color 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: color 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: color 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
  margin-right: 5px;
  position: relative; }
  .mode-button:hover {
    color: #fff; }
  .mode-button:active {
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    -ms-transform: translateY(1px);
    -o-transform: translateY(1px);
    transform: translateY(1px);
    background: #b14a11; }

.delete-button {
  background: transparent;
  border: 2px solid #af2d1c;
  padding: 6px 12px 6px 30px;
  color: #af2d1c;
  -webkit-transition: background-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: background-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: background-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: background-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1); }
  .delete-button:before {
    content: "";
    position: absolute;
    background: url(../images/v1/red-trashcan.svg) 0 0 no-repeat;
    left: 10px;
    top: 5px;
    width: 13px;
    height: 16px; }
  .delete-button:hover {
    background: #41110a;
    color: #af2d1c; }

.tap-clicker {
  background: #4d4e58;
  position: absolute;
  top: 0;
  left: 45%;
  z-index: 5001;
  text-align: center;
  width: 300px;
  color: #e7e7ed; }
  .tap-clicker .clicker-wrap {
    padding: 10px; }
  .tap-clicker .clicker {
    padding: 7px 0;
    margin-bottom: 7px;
    width: 100%;
    font-weight: bold; }
    .tap-clicker .clicker:before {
      content: url(../images/v1/action-buttons/plus-icon.svg);
      margin-right: 5px; }
  .tap-clicker p {
    font-size: 13px;
    margin-bottom: 11px; }
  .tap-clicker .keyborder {
    background: #35363d;
    font-size: 11px;
    padding: 2px 5px 1px; }
  .tap-clicker .close-mode button {
    background: #41424a;
    width: 100%;
    padding: 8px 0;
    color: #9e9eb6;
    font-size: 13px;
    border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    -ms-border-radius: 0 0 6px 6px;
    -o-border-radius: 0 0 6px 6px; }
  .tap-clicker .close-mode .button-shortcut {
    color: #656673;
    border-left-color: #595a66;
    padding-left: 10px; }
  .tap-clicker.active {
    z-index: 5001; }

.grabber {
  width: 100%;
  padding: 3px 0;
  cursor: move; }

.grabber-notch {
  list-style-type: none;
  display: inline-block;
  width: 2px;
  height: 11px;
  background: #4d4e58;
  -webkit-box-shadow: 0 1px 0 #35363d inset, 0 1px 0 #9e9eb6;
  -moz-box-shadow: 0 1px 0 #35363d inset, 0 1px 0 #9e9eb6;
  -ms-box-shadow: 0 1px 0 #35363d inset, 0 1px 0 #9e9eb6;
  -o-box-shadow: 0 1px 0 #35363d inset, 0 1px 0 #9e9eb6;
  box-shadow: 0 1px 0 #35363d inset, 0 1px 0 #9e9eb6; }

#tapgrabber.grabber {
  margin-bottom: 6px;
  background: #7d7f8e;
  border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  -ms-border-radius: 6px 6px 0 0;
  -o-border-radius: 6px 6px 0 0; }

#help-overlay aside {
  width: auto;
  color: #303339;
  padding: 6px 10px;
  position: absolute;
  font-family: "proxima-nova", Helvetica, arial, "sans-serif";
  font-size: 13px;
  font-weight: bold;
  list-style-type: none;
  background: #CACAD7;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  text-align: center;
  -webkit-box-shadow: 0 2px 0 #303339;
  -moz-box-shadow: 0 2px 0 #303339;
  -ms-box-shadow: 0 2px 0 #303339;
  -o-box-shadow: 0 2px 0 #303339;
  box-shadow: 0 2px 0 #303339; }
  #help-overlay aside dl {
    font: 13px "proxima-nova", helvetica, arial, "sans-serif";
    text-align: left;
    display: block;
    border-top: 1px solid #adadc1;
    margin-top: 5px;
    padding-top: 5px; }
    #help-overlay aside dl dt {
      width: 70px;
      text-align: right;
      font-weight: bold;
      float: left;
      padding: 4px 0; }
    #help-overlay aside dl dd {
      padding: 4px 0 4px 80px; }
  #help-overlay aside:before, #help-overlay aside:after {
    content: "";
    width: 0;
    height: 0;
    border: solid transparent;
    position: absolute; }
  #help-overlay aside:before {
    border-width: 12px; }
  #help-overlay aside:after {
    border-width: 10px; }
#help-overlay .helptip-top:after {
  border-bottom-color: #CACAD7;
  bottom: 100%;
  left: 50%;
  margin-left: -100px; }
#help-overlay .helptip-bottom:after {
  border-top-color: #CACAD7;
  top: 100%;
  left: 50%;
  margin-left: -10px; }
#help-overlay .helptip-bottom:before {
  border-top-color: rgba(0, 0, 0, 0.75);
  top: 100%;
  left: 50%;
  margin-left: -12px; }
#help-overlay .helptip-left {
  border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  -o-border-radius: 0 4px 4px 0; }
  #help-overlay .helptip-left:after {
    border-width: 14px;
    border-right-color: #CACAD7;
    border-right-width: 10px;
    top: 0;
    right: 100%; }
  #help-overlay .helptip-left:before {
    border-width: 15px;
    border-right-color: #303339;
    border-right-width: 11px;
    top: 0;
    right: 100%; }
#help-overlay .help-search {
  left: 320px;
  top: 50px; }
#help-overlay .help-play {
  left: 150px;
  top: 93px; }
#help-overlay .help-speed {
  top: 248px;
  left: 185px; }
#help-overlay .help-zoom {
  left: 185px;
  bottom: 5px; }
#help-overlay .help-mode {
  left: 185px;
  top: 293px; }
#help-overlay .help-toggletime {
  left: 10px;
  top: 360px;
  text-align: left; }
  #help-overlay .help-toggletime:after {
    margin-left: 0;
    left: 75px; }
#help-overlay .help-drag {
  top: 290px;
  right: 40px; }
#help-overlay .help-loop {
  top: 65%;
  left: 45%; }
#help-overlay .help-addtrack {
  bottom: 80px;
  left: 18px; }
#help-overlay .help-megabar {
  bottom: 30px;
  left: 50%; }

.close-help {
  font-size: 34px;
  background: 0;
  width: 46px;
  height: 46px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  color: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border: 4px solid #fff;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  right: 10px;
  top: 10px;
  cursor: pointer;
  padding: 0;
  position: absolute;
  font-family: "proxima-nova", Helvetica, arial, "sans-serif";
  font-weight: bold;
  text-align: center; }
  .close-help:hover {
    opacity: .7; }
  .close-help:before {
    content: "Close";
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    font-size: 16px;
    position: absolute;
    right: 110%;
    top: 120%; }

#keyboard-shortcuts .shortcuts {
  position: absolute;
  top: 50%;
  margin-top: -155px;
  background: #e7e7ed;
  padding: 20px;
  left: 50%;
  margin-left: -350px;
  width: 700px; }
  #keyboard-shortcuts .shortcuts h2 {
    text-align: center;
    margin-top: -66px;
    padding-bottom: 33px;
    color: #e7e7ed; }
  #keyboard-shortcuts .shortcuts dl {
    width: 320px;
    float: left; }
    #keyboard-shortcuts .shortcuts dl:first-of-type {
      margin-right: 20px; }
    #keyboard-shortcuts .shortcuts dl h3 {
      font-size: 16px;
      color: #4d4e58;
      margin-bottom: 11px;
      padding-bottom: 6px;
      border-bottom: 1px solid #adadc1; }
    #keyboard-shortcuts .shortcuts dl dt {
      float: left;
      width: 100px; }
      #keyboard-shortcuts .shortcuts dl dt span {
        background: #4d4e58;
        padding: 3px 6px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        font-size: 11px;
        font-weight: bold;
        margin-right: 5px;
        position: relative;
        color: #fff; }
      #keyboard-shortcuts .shortcuts dl dt:first-child span {
        top: 5px; }
    #keyboard-shortcuts .shortcuts dl dd {
      padding: 3px 0 3px 80px;
      margin: 6px 0;
      font-size: 13px; }

#annotate-prompt {
  position: absolute;
  width: 350px;
  left: 50%;
  top: 260px;
  z-index: 1000;
  background: #e7e7ed;
  padding: 15px 35px 15px 15px;
  text-align: left; }
  #annotate-prompt:before {
    content: "";
    position: absolute;
    border: 10px solid transparent;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border-top-color: #e7e7ed; }
  #annotate-prompt .keyborder {
    padding: 0 5px; }
  #annotate-prompt .close-prompt {
    position: absolute;
    height: 100%;
    background: #d8d8e2;
    top: 0;
    right: 0;
    font-size: 16px;
    font-weight: bold;
    padding: 0 10px;
    color: #4d4e58;
    border-radius: 0 6px 6px 0;
    -webkit-border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
    -ms-border-radius: 0 6px 6px 0;
    -o-border-radius: 0 6px 6px 0; }
    #annotate-prompt .close-prompt:hover {
      background: #cacad7; }

.fliptip {
  position: absolute;
  background: #656673;
  color: #e7e7ed;
  font-size: 16px;
  line-height: 18px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-box-shadow: 0 2px 0 0 #35363d;
  -moz-box-shadow: 0 2px 0 0 #35363d;
  -ms-box-shadow: 0 2px 0 0 #35363d;
  -o-box-shadow: 0 2px 0 0 #35363d;
  box-shadow: 0 2px 0 0 #35363d; }
  .fliptip span {
    display: inline-block;
    padding: 8px; }
  .fliptip:hover {
    background: #717281; }
  .fliptip .shortcut, .fliptip .tap-clicker .close-mode .button-shortcut, .tap-clicker .close-mode .fliptip .button-shortcut {
    border-left: 1px solid #4d4e58;
    background: #656673;
    color: #9e9eb6;
    font-size: 13px;
    font-weight: bold; }

.flipicon {
  position: relative;
  top: 4px;
  left: 5px; }

.flipleft {
  left: 300px; }

.flipright {
  right: 300px; }

#annotate-tooltip {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  background: #7d7f8e;
  color: #e7e7ed;
  padding: 20px 20px 20px 70px; }
  #annotate-tooltip p:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    left: 10px;
    top: 10px;
    background: url(../images/v1/click-drag.png) top left no-repeat; }
  #annotate-tooltip.active {
    opacity: 0.9; }

.standardmodal .roundedmodal {
  width: 600px;
  margin: 200px auto 0 auto;
  height: auto;
  background: #35363d;
  padding: 22px 0 0;
  color: #e7e7ed;
  line-height: 22px; }
.standardmodal .keyborder {
  background: #BBBBCC;
  font-size: 13px;
  padding: 1px 4px 0;
  color: #4d4e58;
  margin: 0 2px; }
.standardmodal h1 {
  text-align: center;
  margin-bottom: 22px;
  font-size: 26px; }
.standardmodal video {
  display: block; }
.standardmodal dl {
  padding: 22px; }
.standardmodal dt {
  font-weight: bold;
  width: 90px;
  float: left;
  text-align: center; }
.standardmodal dd {
  overflow: hidden;
  margin-bottom: 22px; }
.standardmodal strong {
  display: block; }
.standardmodal .action-buttons {
  padding: 16px 50px;
  background: #595a66;
  border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  -ms-border-radius: 0 0 6px 6px;
  -o-border-radius: 0 0 6px 6px; }
  .standardmodal .action-buttons label {
    padding: 6px 0; }
  .standardmodal .action-buttons input[type=checkbox] {
    margin-right: 3px; }
.standardmodal button {
  background: #ea6b24;
  -webkit-box-shadow: 0 2px 0 #c85413;
  -moz-box-shadow: 0 2px 0 #c85413;
  -ms-box-shadow: 0 2px 0 #c85413;
  -o-box-shadow: 0 2px 0 #c85413;
  box-shadow: 0 2px 0 #c85413;
  font-size: 13px;
  font-weight: bold;
  padding: 9px; }
  .standardmodal button:hover {
    background-color: #ee8a53; }
  .standardmodal button:active {
    background-color: #df5e15;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none; }
.standardmodal .secondary {
  background: none;
  color: #BBBBCC;
  margin-left: 5px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none; }
  .standardmodal .secondary:hover {
    background: #656673; }
  .standardmodal .secondary:active {
    background: #595a66; }
.standardmodal .modalcontent {
  padding: 22px 50px; }

.centeredmodal {
  text-align: center; }

#countin > div {
  padding-bottom: 6px; }
#countin.active .filling {
  animation: timeropacity 3s steps(1, end) reverse;
  -webkit-animation: timeropacity 3s steps(1, end) reverse;
  -moz-animation: timeropacity 3s steps(1, end) reverse;
  -o-animation: timeropacity 3s steps(1, end) reverse; }
#countin.active .spinner {
  animation: timermask 3s linear;
  -webkit-animation: timermask 3s linear;
  -moz-animation: timermask 3s linear;
  -o-animation: timermask 3s linear; }
#countin.active .mask {
  animation: timeropacity 3s steps(1, end) forwards;
  -webkit-animation: timeropacity 3s steps(1, end) forwards;
  -moz-animation: timeropacity 3s steps(1, end) forwards;
  -o-animation: timeropacity 3s steps(1, end) forwards; }
#countin.active .count .count-three {
  animation: timeropacity 2s linear -1s reverse;
  -webkit-animation: timeropacity 2s linear -1s reverse;
  -moz-animation: timeropacity 2s linear -1s reverse;
  -o-animation: timeropacity 2s linear -1s reverse; }
#countin.active .count .count-two {
  animation: timeropacity 2s linear reverse;
  -webkit-animation: timeropacity 2s linear reverse;
  -moz-animation: timeropacity 2s linear reverse;
  -o-animation: timeropacity 2s linear reverse; }
#countin.active .count .count-one {
  animation: timeropacity 2s linear 1.2s forwards reverse;
  -webkit-animation: timeropacity 2s linear 1.2s forwards reverse;
  -moz-animation: timeropacity 2s linear 1.2s forwards reverse;
  -o-animation: timeropacity 2s linear 1.2s forwards reverse; }

.pie-timer {
  width: 200px;
  height: 200px;
  margin: 0 auto 22px;
  position: relative; }

.filling, .mask, .spinner {
  width: 50%;
  height: 100%;
  position: absolute;
  background: #35363d;
  border: 6px solid rgba(231, 231, 237, 0.5);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%; }

.filling {
  border-radius: 0 100% 100% 0 / 0 50% 50% 0;
  left: 50%;
  border-left: 0; }

.spinner {
  border-radius: 100% 0 0 100% / 50% 0 0 50%;
  border: 6px solid rgba(231, 231, 237, 0.5);
  border-right: 0; }

.mask {
  left: 0;
  top: 0;
  z-index: 100;
  border: 0; }

.count {
  position: absolute;
  z-index: 1000;
  font-size: 55px;
  width: 100%;
  height: 100%; }
  .count span {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -15px;
    display: block;
    text-align: center;
    opacity: 0; }

#addtrack-prompt {
  position: absolute;
  left: 10px;
  top: 60%;
  z-index: 9;
  width: 170px;
  text-align: center;
  font-size: 21px;
  display: none; }
  #addtrack-prompt a {
    color: #4d4e58;
    border: none;
    padding: 10px;
    border: 3px dashed #cacad7;
    display: block;
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    -o-border-radius: 9px; }
    #addtrack-prompt a:hover {
      background: #e7e7ed; }
  #addtrack-prompt i {
    font-style: normal;
    font-weight: bold;
    background: #7d7f8e;
    color: #e7e7ed;
    padding: 0 8px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    position: relative;
    font-size: 18px;
    bottom: 1px;
    display: block;
    margin: 5px 0; }
    #addtrack-prompt i span {
      font-size: 13px;
      text-transform: uppercase;
      letter-spacing: 1px;
      position: relative;
      top: -1px; }
  #addtrack-prompt .explanation {
    font-size: 16px;
    color: #999aa5;
    padding-top: 11px;
    display: block; }
  #addtrack-prompt.active {
    display: block; }

#nav-help {
  position: relative; }

#help-link:before {
  content: "?"; }

#help-menu {
  top: 40px;
  width: 170px;
  left: auto;
  right: -25px; }
  #help-menu.active {
    top: 45px; }
  #help-menu:before {
    left: auto;
    right: 35px; }
  @media (min-width: 820px) {
    #help-menu {
      top: 45px;
      left: -50px; }
      #help-menu:before {
        right: auto;
        left: 55%; }
      #help-menu.active {
        top: 50px; } }

.controlblock {
  -webkit-box-shadow: inset 0 1px 0 #f2f2f2, 0 -1px 0 #cacad7;
  -moz-box-shadow: inset 0 1px 0 #f2f2f2, 0 -1px 0 #cacad7;
  -ms-box-shadow: inset 0 1px 0 #f2f2f2, 0 -1px 0 #cacad7;
  -o-box-shadow: inset 0 1px 0 #f2f2f2, 0 -1px 0 #cacad7;
  box-shadow: inset 0 1px 0 #f2f2f2, 0 -1px 0 #cacad7;
  padding: 11px 0; }

#controls {
  width: 190px;
  max-width: 190px;
  position: absolute;
  left: 0;
  background: #e7e7ed;
  margin: auto;
  -webkit-box-shadow: 1px 0 0 rgba(41, 42, 47, 0.3);
  -moz-box-shadow: 1px 0 0 rgba(41, 42, 47, 0.3);
  -ms-box-shadow: 1px 0 0 rgba(41, 42, 47, 0.3);
  -o-box-shadow: 1px 0 0 rgba(41, 42, 47, 0.3);
  box-shadow: 1px 0 0 rgba(41, 42, 47, 0.3); }

.video-controls #scrolltype {
  border-bottom: 0; }
.video-controls .songtime {
  padding-top: 16px; }
  .video-controls .songtime .totaltime {
    font-size: 16px; }
.video-controls #timecount, .video-controls .totaltime {
  display: block;
  padding-bottom: 3px; }
.video-controls #timecount {
  font-size: 26px; }
.video-controls.video-speedslider .playpause {
  height: 120px;
  padding: 18px 0; }
.video-controls.video-speedslider .songtime {
  padding: 20px 0 11px; }

.playpause {
  padding: 12px 5px;
  margin: 0 auto;
  height: 106px; }
  .playpause i {
    background-color: #ea6b24;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1, #eb854f), color-stop(0, #ea6b24));
    background: -moz-linear-gradient(center top, #eb854f, #ea6b24);
    width: 80px;
    height: 80px;
    display: block;
    border-radius: 70px;
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    -ms-border-radius: 70px;
    -o-border-radius: 70px;
    margin: auto;
    -webkit-transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -ms-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    transition: all 150ms ease-out; }
    .playpause i > span {
      display: block;
      width: 70px;
      height: 70px;
      border-radius: 70px;
      -webkit-border-radius: 70px;
      -moz-border-radius: 70px;
      -ms-border-radius: 70px;
      -o-border-radius: 70px;
      background-color: #fff;
      top: 5px;
      left: 5px;
      position: relative; }
    .playpause i:hover {
      background-color: #f19a6a;
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1, #f3aa81), color-stop(0, #ee8a53));
      background: -moz-linear-gradient(center top, #f3aa81, #ee8a53);
      -webkit-box-shadow: 0 0 6px #ea6b24;
      -moz-box-shadow: 0 0 6px #ea6b24;
      -ms-box-shadow: 0 0 6px #ea6b24;
      -o-box-shadow: 0 0 6px #ea6b24;
      box-shadow: 0 0 6px #ea6b24;
      cursor: pointer; }
      .playpause i:hover:active {
        top: 2px;
        background-color: #b14a11;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1, #c85413), color-stop(0, #99400f));
        background: -moz-linear-gradient(center top, #c85413, #99400f);
        -webkit-box-shadow: 0 1px 0 #ffffff;
        -moz-box-shadow: 0 1px 0 #ffffff;
        -ms-box-shadow: 0 1px 0 #ffffff;
        -o-box-shadow: 0 1px 0 #ffffff;
        box-shadow: 0 1px 0 #ffffff; }
        .playpause i:hover:active span {
          -webkit-box-shadow: inset 0 2px 0 1px rgba(0, 0, 0, 0.2);
          -moz-box-shadow: inset 0 2px 0 1px rgba(0, 0, 0, 0.2);
          -ms-box-shadow: inset 0 2px 0 1px rgba(0, 0, 0, 0.2);
          -o-box-shadow: inset 0 2px 0 1px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 2px 0 1px rgba(0, 0, 0, 0.2); }

.play, .pause {
  position: absolute;
  display: none; }
  .play.active-playstate, .pause.active-playstate {
    display: block; }

.play {
  height: 0;
  width: 0;
  border: 20px solid transparent;
  border-left-color: #48484f;
  border-left-width: 30px;
  left: 25px;
  top: 15px; }

.pause {
  left: 23px;
  top: 19px; }
  .pause > span {
    height: 33px;
    width: 9px;
    background: #7b7a85;
    float: left;
    margin-right: 7px;
    -webkit-box-shadow: inset 0 2px 0 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 2px 0 1px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: inset 0 2px 0 1px rgba(0, 0, 0, 0.2);
    -o-box-shadow: inset 0 2px 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 2px 0 1px rgba(0, 0, 0, 0.2); }

.songtime {
  padding: 13px 0;
  line-height: 22px;
  font-family: "inconsolata", Helvetica, sans-serif;
  border-top: 1px solid #cacad7; }
  .songtime .totaltime {
    color: #9e9d9d;
    font-size: 13px;
    padding: 5px 0; }

.zoom {
  padding: 4px 0;
  position: relative;
  height: 27px; }

.zoomcontroller {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #35363d;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1, #35363d), color-stop(0, #292a2f));
  background: -moz-linear-gradient(center top, #35363d, #292a2f);
  border-radius: 6px;
  height: 5px;
  width: 100px;
  top: -3px; }
  .zoomcontroller::-webkit-slider-thumb {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #656673;
    width: 12px;
    height: 12px;
    border-radius: 3em;
    -webkit-box-shadow: 0 2px 0 #35363d;
    -moz-box-shadow: 0 2px 0 #35363d;
    -ms-box-shadow: 0 2px 0 #35363d;
    -o-box-shadow: 0 2px 0 #35363d;
    box-shadow: 0 2px 0 #35363d;
    cursor: pointer;
    position: relative;
    top: -1px; }
  .zoomcontroller::-ms-thumb {
    background: #ea6b24;
    border: 0; }
  .zoomcontroller::-ms-fill-lower, .zoomcontroller::-ms-fill-upper {
    background: #2F3036; }

#zoomlevel {
  cursor: pointer;
  position: relative;
  left: -10px; }

#timecount {
  font-size: 21px;
  color: #484848; }

#speedbuttons {
  width: 162px;
  display: block;
  margin: 8px auto 16px;
  font-size: 0;
  position: relative;
  cursor: pointer; }
  #speedbuttons.disabled #halfspeed {
    opacity: .3; }
  #speedbuttons.disabled:hover #speedtip {
    visibility: visible;
    opacity: 1;
    top: 55px;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s; }

#fullspeed,
#halfspeed {
  background: #bbbbcc;
  font-size: 12px;
  color: #757583;
  font-weight: bold;
  width: 80px;
  height: 33px;
  display: inline-block;
  font-family: "proxima-nova", Helvetica, arial, sans-serif; }

#fullspeed {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-right: none; }

#halfspeed {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.speed p {
  width: 120px;
  text-align: center;
  float: left;
  padding: 9px 0;
  border-left: 1px solid #d9d7d8; }

#fullspeed:hover,
#halfspeed:hover {
  background: #adadc1; }

#fullspeed:active,
#halfspeed:active {
  -webkit-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.1);
  top: 2px;
  background: #a4a4bb; }

#speedbuttons .active, #speedbuttons .active:hover, #speedbuttons .active:active {
  color: #fff;
  border-color: #bf5920;
  background-color: #ea6b24;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1, #eb854f), color-stop(0, #ea6b24));
  background: -moz-linear-gradient(center top, #eb854f, #ea6b24); }
#speedbuttons .inactive, #speedbuttons .inactive:hover, #speedbuttons .inactive:active {
  background: #ccc;
  border: 1px solid #bbb;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -ms-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -o-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }

#speedtip {
  position: absolute;
  background: #fff;
  z-index: 100;
  top: 50px;
  padding: 10px;
  border: 1px solid #ddd;
  left: 20px;
  width: 200px;
  visibility: hidden;
  opacity: 0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-transition: visibility 0s ease-out 200ms, top 200ms ease-out, opacity 200ms ease-out;
  -moz-transition: visibility 0s ease-out 200ms, top 200ms ease-out, opacity 200ms ease-out;
  -ms-transition: visibility 0s ease-out 200ms, top 200ms ease-out, opacity 200ms ease-out;
  -o-transition: visibility 0s ease-out 200ms, top 200ms ease-out, opacity 200ms ease-out;
  transition: visibility 0s ease-out 200ms, top 200ms ease-out, opacity 200ms ease-out; }
  #speedtip p {
    font: 12px/18px "proxima-nova", helvetica, arial, "sans-serif"; }
  #speedtip:before, #speedtip:after {
    content: " ";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    left: 50%;
    border: solid transparent; }
  #speedtip:before {
    border-width: 12px;
    border-bottom-color: #ddd;
    margin-left: -12px; }
  #speedtip:after {
    border-width: 10px;
    border-bottom-color: #fff;
    margin-left: -10px; }

#zoomout,
#zoomin {
  position: absolute;
  top: 4px;
  opacity: .6; }
  #zoomout:hover,
  #zoomin:hover {
    opacity: 1; }
  #zoomout:active,
  #zoomin:active {
    top: 5px; }

#zoomout {
  left: 15px; }

#zoomin {
  right: 15px; }

#volume-controller {
  position: absolute;
  left: 195px;
  bottom: 4px;
  width: 27px;
  height: 156px;
  opacity: 0;
  visibility: hidden; }
  #volume-controller.visible {
    opacity: 1;
    visibility: visible;
    z-index: 1000; }
  #volume-controller.active #volume-button {
    border-top: 1px solid #41424a;
    border-radius: 0 0 2px 2px;
    -webkit-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    -ms-border-radius: 0 0 2px 2px;
    -o-border-radius: 0 0 2px 2px; }
  #volume-controller.active #control-slider {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }

#volume-button {
  position: absolute;
  bottom: 0;
  background: #4d4e58;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  width: 27px;
  height: 26px; }
  #volume-button img {
    position: relative;
    top: 1px;
    left: -1px; }
  #volume-button:hover {
    background: #656673; }

#control-slider {
  position: absolute;
  background: #4d4e58;
  width: 100%;
  height: 146px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  padding: 8px 0;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px); }

#control-mask {
  background: #35363d;
  height: 113px;
  width: 6px;
  position: relative;
  left: 10px; }

#control-percent {
  position: absolute;
  width: 100%;
  height: 0%;
  background: #ea6b24;
  bottom: 0; }

#volume-current {
  position: relative;
  width: 100%;
  height: 2px;
  background: #e8a441;
  left: 0; }

#volume-tip {
  position: absolute;
  left: 40px;
  background: #4d4e58;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  text-align: center;
  color: #BBBBCC;
  width: 80px;
  font-size: 21px;
  line-height: 16px; }
  #volume-tip .label {
    font-size: 11px;
    padding: 4px 0 2px;
    color: #292a2f;
    background: #717281;
    display: block;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0; }
  #volume-tip:before {
    content: "";
    position: absolute;
    border: 10px solid transparent;
    right: 100%;
    top: 50%;
    margin-top: -10px;
    border-right-color: #e7e7ed;
    border-right-color: #4d4e58;
    border-width: 8px;
    margin-top: -8px; }

#volume-percentage {
  line-height: 33px;
  display: block;
  padding: 6px 0; }

.measures-untapped #tapmeasures {
  display: block; }
.measures-untapped #timebar-toggle {
  display: none; }

.measures-tapped #tapmeasures {
  display: none; }
.measures-tapped #timebar-toggle {
  display: block; }

#tapmeasures {
  width: 190px;
  height: 28px;
  background: #656673;
  text-align: center; }
  #tapmeasures .control-button {
    margin: 4px 0; }

#time-flip {
  position: relative;
  width: 190px;
  z-index: 8; }

#timebar-toggle {
  height: 28px;
  width: 190px;
  border-bottom: 1px solid #292a2f;
  border-top: 1px solid #292a2f; }

.timebar-toggler {
  width: 50%;
  float: left;
  background: #4d4e58;
  color: #7d7f8e;
  font-size: 12px;
  -webkit-transition: color 150ms ease-out, background-color 150ms ease-out;
  -moz-transition: color 150ms ease-out, background-color 150ms ease-out;
  -ms-transition: color 150ms ease-out, background-color 150ms ease-out;
  -o-transition: color 150ms ease-out, background-color 150ms ease-out;
  transition: color 150ms ease-out, background-color 150ms ease-out;
  padding: 6px 0;
  position: relative;
  text-align: center;
  cursor: pointer; }
  .timebar-toggler:hover {
    background: #595a66;
    color: #BBBBCC; }
  .timebar-toggler:active {
    -webkit-box-shadow: 0 2px 0 #41424a inset;
    -moz-box-shadow: 0 2px 0 #41424a inset;
    -ms-box-shadow: 0 2px 0 #41424a inset;
    -o-box-shadow: 0 2px 0 #41424a inset;
    box-shadow: 0 2px 0 #41424a inset;
    background: #4d4e58;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none; }
  .timebar-toggler.active {
    background: #35363d;
    color: #e7e7ed;
    -webkit-text-shadow: 0 0 10px #EAA261;
    -moz-text-shadow: 0 0 10px #EAA261;
    -ms-text-shadow: 0 0 10px #EAA261;
    -o-text-shadow: 0 0 10px #EAA261;
    text-shadow: 0 0 10px #EAA261; }
    .timebar-toggler.active #edit-measures {
      background-color: #4d4e58; }
  .timebar-toggler.editable {
    text-align: left;
    padding-left: 14px; }

.measures-icon:not(.now-tapping):hover .hiddentip {
  visibility: visible;
  z-index: 1000;
  opacity: 1; }

.measures-icon {
  margin-left: 4px;
  position: relative; }

.locked-measures .instruction-tip {
  width: 200px;
  left: -96px; }

#edit-measures {
  display: inline-block;
  background: #656673 url(../images/v1/edit-measures.svg) no-repeat 50% 50%;
  opacity: .5;
  vertical-align: top;
  position: absolute;
  height: 100%;
  width: 20%;
  top: 0;
  right: 0; }
  #edit-measures:hover {
    opacity: 1;
    background-color: #656673; }
  #edit-measures:active {
    background-position: 50% 60%; }
  #edit-measures .instruction-tip {
    bottom: 34px;
    left: -40px; }

#measurehover {
  display: none;
  width: 3px;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 10; }
  #measurehover .timebar {
    width: 3px;
    height: 28px;
    background: #ea6b24; }
  #measurehover .mouseland {
    width: 3px;
    height: 100%;
    border-left: 3px dashed #ea6b24;
    position: relative;
    left: 0; }

#tracklist {
  position: absolute;
  z-index: 8;
  overflow: hidden;
  width: 190px;
  left: 0;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 rgba(41, 42, 47, 0.5);
  -moz-box-shadow: 1px 0 0 rgba(41, 42, 47, 0.5);
  -ms-box-shadow: 1px 0 0 rgba(41, 42, 47, 0.5);
  -o-box-shadow: 1px 0 0 rgba(41, 42, 47, 0.5);
  box-shadow: 1px 0 0 rgba(41, 42, 47, 0.5); }

#tracklistinner {
  position: relative;
  left: 0;
  top: 0;
  margin-bottom: -36px;
  min-height: 100%; }

.buttonpush {
  display: block;
  height: 35px; }

.track {
  background: #e7e7ed;
  width: 190px;
  border-bottom: 1px solid #cacad7;
  color: #9e9eb6;
  cursor: default;
  -webkit-transition: all 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 150ms cubic-bezier(0.165, 0.84, 0.44, 1); }
  .track:hover .gearbutton {
    visibility: visible;
    opacity: 1; }

.trackowner {
  background: #fff;
  color: #4d4e58;
  cursor: pointer; }
  .trackowner:hover {
    background: #f0f0f4; }
  .trackowner .track-avatar {
    background: #e7e7ed; }

.selected, .selected:hover {
  background: #ee8a53;
  color: #fff;
  border-bottom-color: #c85413; }
  .selected .username, .selected:hover .username {
    color: #fad9c7; }
  .selected .track-avatar, .selected:hover .track-avatar {
    background: #ec7b3b; }
  .selected .gearbutton, .selected:hover .gearbutton {
    opacity: 1;
    visibility: visible;
    border-color: #ec7b3b;
    background: #f3aa81 url(../images/v1/gear-icon-white.svg) 50% 50% no-repeat;
    background-size: 16px 16px; }
    .selected .gearbutton:hover, .selected:hover .gearbutton:hover {
      border-color: #df5e15;
      background-color: #ec7b3b; }
    .selected .gearbutton:active, .selected .gearbutton.active, .selected:hover .gearbutton:active, .selected:hover .gearbutton.active {
      border-color: #c85413;
      background-color: #df5e15; }

.track-avatar {
  width: 40px;
  background: #d8d8e2;
  float: left;
  height: 100%;
  -webkit-transition: all 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
  padding: 5px; }
  .track-avatar img {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px; }

.trackinfo {
  overflow: hidden;
  padding: 3px 5px;
  position: relative;
  -webkit-transition: background-color 150ms ease-out;
  -moz-transition: background-color 150ms ease-out;
  -ms-transition: background-color 150ms ease-out;
  -o-transition: background-color 150ms ease-out;
  transition: background-color 150ms ease-out; }

.trackname {
  font-size: 15px; }

.username {
  font-size: 12px; }

.gearbutton {
  background: #fff url(../images/v1/gear-icon.svg) 50% 50% no-repeat;
  background-size: 16px 16px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border: 1px solid rgba(187, 187, 204, 0.5);
  width: 24px;
  height: 24px;
  position: absolute;
  right: 6px;
  top: 7px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: background-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), border-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: background-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), border-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: background-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), border-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: background-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), border-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1), border-color 150ms cubic-bezier(0.165, 0.84, 0.44, 1); }
  .gearbutton:hover {
    border-color: #7d7f8e;
    background: #BBBBCC url(../images/v1/gear-icon-white.svg) 50% 50% no-repeat;
    background-size: 16px 16px; }
  .gearbutton:active, .gearbutton.active {
    visibility: visible;
    opacity: 1;
    background: #656673 url(../images/v1/gear-icon-white.svg) 50% 50% no-repeat;
    background-size: 16px 16px;
    border-color: #4d4e58; }

.type_1 {
  height: 40px; }

.type_2 {
  height: 126px; }

.type_4 {
  height: 90px; }

.type_5 {
  height: 108px; }

.type_7 {
  height: 144px; }

.type_8, .type_9, .type_10, .type_11 {
  height: 117px; }

.minimized {
  height: 17px;
  background-color: #d8d8e2;
  position: relative;
  overflow: hidden;
  cursor: pointer; }
  .minimized:before, .minimized:after {
    content: "";
    background: #9e9eb6;
    position: absolute;
    left: 16px;
    top: 6px; }
  .minimized:before {
    width: 9px;
    height: 3px;
    left: 15px;
    top: 6px; }
  .minimized:after {
    width: 3px;
    height: 9px;
    left: 18px;
    top: 3px; }
  .minimized .trackinfo {
    margin: 0 0 0 40px;
    padding: 0 0 1px 5px;
    line-height: 13px;
    background: #e7e7ed; }
  .minimized .track-avatar {
    opacity: 0; }
  .minimized .trackname {
    font-size: 12px;
    display: inline;
    margin-right: 5px; }
  .minimized .username {
    font-size: 12px;
    display: inline; }
  .minimized:hover {
    background: #dedee6; }
    .minimized:hover .trackinfo {
      background: #f0f0f4; }
    .minimized:hover .gearbutton {
      opacity: 0; }

.private {
  background: #656673;
  border-bottom-color: #4d4e58; }
  .private.minimized .trackinfo {
    background-color: #7d7f8e; }
  .private.minimized:hover {
    background-color: #717281; }
    .private.minimized:hover .trackinfo {
      background-color: #8b8c9a; }
  .private.minimized .username {
    color: #BBBBCC; }
  .private .track-avatar {
    background: #595a66;
    position: relative; }
    .private .track-avatar:after {
      content: "";
      position: absolute;
      left: 12px;
      top: 12px;
      width: 16px;
      height: 16px;
      z-index: 4;
      background: url(../images/v1/trackmenu/private-track.svg) no-repeat;
      background-size: contain; }
    .private .track-avatar:before {
      content: "This track is private. It is only visible to the user that created it (that's you).";
      background: #4d4e58;
      position: absolute;
      top: 5px;
      left: 5px;
      padding: 5px 5px 5px 30px;
      font-size: 11px;
      opacity: 0;
      color: #fff;
      width: 145px;
      z-index: 0;
      visibility: hidden; }
    .private .track-avatar:hover:before {
      z-index: 3;
      opacity: 1;
      visibility: visible; }
    .private .track-avatar img {
      opacity: 0; }
  .private .gearbutton {
    border-color: #8181a0;
    background: #BBBBCC url(../images/v1/gear-icon-white.svg) 50% 50% no-repeat; }
  .private .trackname {
    color: #BBBBCC; }
  .private .username {
    color: #9e9eb6; }
  .private.selected, .private:hover:not(.minimized) {
    background-color: #9e9eb6; }
    .private.selected .track-avatar, .private:hover:not(.minimized) .track-avatar {
      background-color: #8f8fab; }
    .private.selected .trackname, .private:hover:not(.minimized) .trackname {
      color: #e7e7ed; }
    .private.selected .username, .private:hover:not(.minimized) .username {
      color: #cacad7; }
    .private.selected .gearbutton, .private:hover:not(.minimized) .gearbutton {
      border-color: #8181a0;
      background: #BBBBCC url(../images/v1/gear-icon-white.svg) 50% 50% no-repeat;
      background-size: 16px 16px; }
      .private.selected .gearbutton:hover, .private:hover:not(.minimized) .gearbutton:hover {
        border-color: #666688;
        background-color: #9e9eb6; }
      .private.selected .gearbutton:active, .private.selected .gearbutton.active, .private:hover:not(.minimized) .gearbutton:active, .private:hover:not(.minimized) .gearbutton.active {
        border-color: #666688;
        background-color: #8181a0; }

#tracksarea {
  width: 191px;
  height: 100%;
  cursor: not-allowed; }
  #tracksarea:hover .disabled-tracks {
    visibility: visible;
    z-index: 1000;
    opacity: 1; }

.disabled-tracks {
  width: 170px;
  left: 10px;
  font-size: 13px;
  text-align: center;
  top: 70px;
  background: #fff;
  color: #4d4e58;
  bottom: auto; }
  .disabled-tracks:before {
    border-top-color: #fff; }
  .disabled-tracks .keyborder {
    font-size: 11px;
    padding: 2px 3px 1px; }

.hq-track .track-avatar img {
  display: none; }
.hq-track .trackinfo {
  padding: 10px 5px; }
.hq-track.type_1 .track-avatar {
  background: #D8D8E2 url(../images/v1/tracktype-icons/basic-icon.png) 50% 5px no-repeat; }
.hq-track.type_2 .track-avatar, .hq-track.type_4 .track-avatar, .hq-track.type_5 .track-avatar, .hq-track.type_7 .track-avatar, .hq-track.type_8 .track-avatar {
  background: #D8D8E2 url(../images/v1/tracktype-icons/tab-icon.png) 50% 5px no-repeat; }
.hq-track.type_8 .track-avatar, .hq-track.type_9 .track-avatar, .hq-track.type_10 .track-avatar, .hq-track.type_11 .track-avatar {
  background: #D8D8E2 url(../images/v1/tracktype-icons/chord-icon.png) 50% 5px no-repeat; }

#video {
  background: black;
  display: block;
  top: 0;
  width: 480px;
  height: 270px;
  position: relative;
  left: 190px;
  border: 0; }

#video-details {
  background: #696976;
  left: 670px;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  color: #BBBBCC;
  padding: 15px; }
  #video-details .main-details {
    border-bottom: 1px solid #4d4e58;
    padding-bottom: 6px; }
  #video-details b {
    font-weight: normal; }
  #video-details a {
    color: #ee8a53;
    border-bottom: 0; }
    #video-details a:hover {
      color: #f3aa81; }
  #video-details .lined {
    border-bottom: 1px solid #595a66;
    position: relative; }
  #video-details span {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: absolute;
    left: 0;
    top: 13px; }
  #video-details .left, #video-details .right {
    width: 50%;
    font-size: 13px; }
  #video-details .left {
    float: left;
    border-right: 1px solid #595a66; }
  #video-details .right {
    float: right;
    padding-left: 10px; }
  #video-details .bookmark:before {
    background: url(../images/v1/action-buttons/bookmark-icon.svg);
    background-size: 16px 16px; }
  #video-details .tag:before {
    background: url(../images/v1/action-buttons/request-icon.svg);
    background-size: 16px 16px; }
  #video-details .dis-link {
    color: #BBBBCC; }
  #video-details .sourcelink {
    color: #35363d; }

.detailsbutton {
  padding: 2px 9px 9px 0;
  margin: 10px 5px 10px 0;
  color: #e7e7ed;
  font-size: 12px;
  background: #7d7f8e;
  width: 120px; }
  .detailsbutton:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    top: 5px;
    left: 6px;
    margin-right: 13px; }
  .detailsbutton:hover {
    background: #8b8c9a; }
  .detailsbutton.active {
    background: #EAA261;
    color: #4d4e58; }

.song-title {
  font-size: 26px;
  font-weight: 200;
  color: #e7e7ed;
  line-height: 33px;
  white-space: nowrap; }

.artist {
  font-weight: normal;
  font-size: 16px;
  line-height: 22px; }

.contrib-list {
  padding: .5rem 0 1rem; }

.contributor {
  position: relative;
  padding-left: 26px;
  margin-left: 5px;
  display: inline-block;
  height: 26px; }
  .contributor:first-of-type {
    margin-left: 0; }
  .contributor img {
    width: 26px;
    height: 26px;
    border-radius: 13px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -ms-border-radius: 13px;
    -o-border-radius: 13px;
    position: absolute;
    left: 0; }
  .contributor .instruction-tip {
    text-align: center;
    border: 0;
    background: #35363d;
    color: #BBBBCC;
    margin-left: 8px; }
    .contributor .instruction-tip:before {
      border: none; }
    .contributor .instruction-tip:after {
      border-top-color: #35363d; }
  .contributor:hover .hiddentip {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s; }

.sourcelink {
  display: inline-block; }
  .sourcelink:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/v1/sourcelink.svg) no-repeat 50% 50%;
    background-size: contain;
    position: relative;
    margin-right: 5px;
    position: relative;
    top: 4px; }

.disambiguation {
  padding: .5rem 2rem .5rem .5rem;
  background: #4d4e58;
  margin: .5rem 0;
  position: relative; }

.disamcloser {
  position: absolute;
  right: 10px;
  top: 6px; }

#tracks {
  background: #50515b;
  display: block;
  height: 1px;
  /* Height needs to be present for layout to render properly. */
  position: relative; }

#annbutton {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  border: 1px dashed #bfbfc7;
  background: #52525e;
  color: #a6a6b2;
  text-align: center;
  font: 14px "proxima-nova", Helvetica, Arial, sans-serif;
  cursor: pointer;
  z-index: 12; }
  #annbutton.basic {
    padding-top: 10px; }
  #annbutton.chord {
    padding-top: 48px; }

#controls, #tracks {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none; }

button {
  background: none;
  border: 0;
  cursor: pointer; }

#scrolltype {
  position: relative;
  height: 34px; }
  #scrolltype button {
    font-size: 11px;
    color: #7d7f8e;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    padding: 11px 12px 9px;
    width: 100%;
    text-align: left; }
    #scrolltype button:hover {
      background: #d8d8e2; }
    #scrolltype button:before, #scrolltype button:after {
      content: " ";
      width: 0;
      height: 0;
      position: absolute;
      right: 12px;
      border: 4px solid transparent; }
    #scrolltype button:after {
      border-top-color: #BBBBCC;
      top: 15px; }
    #scrolltype button span {
      text-transform: none;
      letter-spacing: 0;
      font-weight: bold;
      font-size: 13px;
      position: absolute;
      right: 12px;
      margin-right: 15px;
      top: 9px;
      color: #656673; }

#scrollmodes {
  top: 40px; }
  #scrollmodes.active {
    top: 45px;
    z-index: 5000; }
  #scrollmodes li a {
    padding-left: 30px; }

.lte8 .tooltip-menu {
  visibility: visible;
  opacity: 1;
  display: none; }
  .lte8 .tooltip-menu.active {
    display: block; }

#listcontrols {
  position: absolute;
  width: 190px;
  z-index: 11; }

.listcontrolblock {
  background: #4d4e58;
  -webkit-box-shadow: inset 0 1px 0 #656673;
  -moz-box-shadow: inset 0 1px 0 #656673;
  -ms-box-shadow: inset 0 1px 0 #656673;
  -o-box-shadow: inset 0 1px 0 #656673;
  box-shadow: inset 0 1px 0 #656673;
  border-top: 1px solid #292a2f;
  border-bottom: 1px solid #292a2f; }

.control-button {
  background: #EAA261;
  width: 170px;
  font-size: 13px;
  font-weight: bold;
  color: #4d4e58;
  -webkit-box-shadow: 0 1px 0 #35363d;
  -moz-box-shadow: 0 1px 0 #35363d;
  -ms-box-shadow: 0 1px 0 #35363d;
  -o-box-shadow: 0 1px 0 #35363d;
  box-shadow: 0 1px 0 #35363d;
  padding: 2px 0; }
  .control-button:hover {
    background: #e7954a; }
  .control-button:active {
    background: #e48834;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none; }

#addtrack {
  margin: 8px 0; }

.addtrackwrap {
  height: 36px;
  position: relative;
  border-bottom: 0;
  width: 190px; }

#tracktypes {
  background: rgba(77, 78, 88, 0.8); }
  #tracktypes h2 {
    text-align: center;
    color: #fff;
    font-size: 21px; }
  #tracktypes nav:not(.string-selector) {
    position: absolute;
    top: 10%;
    display: block;
    width: 600px;
    left: 50%;
    margin-left: -300px; }
    #tracktypes nav:not(.string-selector) .newtracks {
      display: block;
      margin: auto;
      background: #35363d;
      border-radius: 6px;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      -ms-border-radius: 6px;
      -o-border-radius: 6px; }
    #tracktypes nav:not(.string-selector) .cancel-track {
      display: block;
      text-align: center;
      margin: 22px auto 0;
      text-decoration: none;
      color: #cfd0d5;
      border-bottom: none; }
      #tracktypes nav:not(.string-selector) .cancel-track span {
        background: #35363d;
        padding: 6px 12px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        -webkit-transition: all 150ms ease-out;
        -moz-transition: all 150ms ease-out;
        -ms-transition: all 150ms ease-out;
        -o-transition: all 150ms ease-out;
        transition: all 150ms ease-out; }
      #tracktypes nav:not(.string-selector) .cancel-track:hover span {
        background: #41424a; }
      #tracktypes nav:not(.string-selector) .cancel-track:active span {
        background: #292a2f;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none; }

.modalsection {
  border-bottom: 1px solid #4d4e58;
  padding: 15px 25px;
  width: 100%;
  text-align: left;
  color: #777487; }
  .modalsection h3 {
    font-size: 21px;
    padding-top: 11px;
    margin-bottom: 11px; }
  .modalsection p {
    font-size: 16px; }
  .modalsection .tracktype-example {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    overflow: hidden;
    float: left;
    margin-right: 25px; }
  .modalsection .tracktype-text {
    overflow: hidden; }
  .modalsection .button, .modalsection .pro-button {
    width: 100%;
    -webkit-transition: all 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: all 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
    margin: 10px 0;
    font-size: 16px;
    padding: 9px 0;
    position: relative; }
    .modalsection .button:active, .modalsection .pro-button:active {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      -ms-box-shadow: none;
      -o-box-shadow: none;
      box-shadow: none;
      -webkit-transition: none;
      -moz-transition: none;
      -ms-transition: none;
      -o-transition: none;
      transition: none;
      top: 2px; }

.addtrack-clickable {
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out; }
  .addtrack-clickable:hover {
    background: #EAA261;
    color: #35363d; }
  .addtrack-clickable:active {
    background: #e48834;
    color: #35363d; }

.addtrack-hover {
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out; }
  .addtrack-hover:last-of-type {
    border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    -ms-border-radius: 0 0 6px 6px;
    -o-border-radius: 0 0 6px 6px;
    border-bottom: 0; }
  .addtrack-hover:hover {
    background: #3c3d45; }
    .addtrack-hover:hover .string-opt:hover {
      background: #EAA261;
      color: #4d4e58; }
    .addtrack-hover:hover .string-opt:active {
      background: #e48834; }

.string-selector {
  margin-top: 11px;
  padding-left: 4px; }

.string-opt {
  width: 25%;
  font-size: 16px;
  color: #BBBBCC;
  padding: 8px 0;
  margin-left: -4px;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
  background: #53515E;
  margin-right: 1px; }
  .string-opt:first-of-type {
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -ms-border-radius: 4px 0 0 4px;
    -o-border-radius: 4px 0 0 4px; }
  .string-opt:last-of-type {
    margin-right: 0;
    border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -ms-border-radius: 0 4px 4px 0;
    -o-border-radius: 0 4px 4px 0; }
  .string-opt.selected {
    background: #6b6979;
    color: #fff; }

#track-menu {
  position: absolute;
  left: 197px;
  width: 190px;
  background: #fff;
  padding: 3px;
  margin-top: -16px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px; }
  #track-menu.active {
    z-index: 1200; }
  #track-menu:before {
    content: "";
    position: absolute;
    border: 10px solid transparent;
    right: 100%;
    top: 50%;
    margin-top: -10px;
    border-right-color: #e7e7ed;
    border-right-color: #fff;
    top: 35px; }
  #track-menu.owner a.owner {
    display: block; }
  #track-menu.proowner a.proowner {
    display: block; }
  #track-menu.public a.public {
    display: block; }
  #track-menu.propublic a.propublic {
    display: block; }
  #track-menu .keycommand {
    font-size: 13px;
    float: right;
    color: #BBBBCC; }
  #track-menu > a {
    display: none;
    padding: 8px 10px 8px 35px;
    border-bottom: 0;
    position: relative;
    color: #4d4e58;
    font-size: 13px; }
    #track-menu > a:hover {
      background: #717281;
      color: #fff; }
    #track-menu > a:active {
      background: #656673; }
    #track-menu > a:before {
      content: "";
      left: 10px;
      top: 7px;
      width: 16px;
      height: 16px;
      position: absolute; }
  #track-menu .edittrack:before {
    background: url(../images/v1/trackmenu/edit-icon.svg);
    background-size: contain; }
  #track-menu .selectall:before {
    background: url(../images/v1/trackmenu/select-all.svg);
    background-size: contain; }
  #track-menu .taptrack:before {
    background: url(../images/v1/trackmenu/tap-icon.svg);
    background-size: contain; }
  #track-menu .deletetrack:before {
    background: url(../images/v1/trackmenu/trashcan.svg);
    background-size: contain; }
  #track-menu .minimizetrack:before {
    background: url(../images/v1/trackmenu/minimize-icon.svg);
    background-size: contain; }
  #track-menu .flagtrack:before {
    background: url(../images/v1/trackmenu/flag-icon.svg);
    background-size: contain; }
  #track-menu .privacy:before {
    background: url(../images/v1/trackmenu/private-track.svg);
    background-size: contain; }
  #track-menu.lowarrow:before {
    top: auto;
    bottom: 22px; }

#selann {
  display: none;
  font: bold 15px "proxima-nova", Helvetica, arial, "sans-serif";
  border: 0;
  padding-top: 1px;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 100; }
  #selann:focus {
    outline: none;
    border: 1px dashed #e7e7ed;
    position: absolute;
    margin-top: -3px;
    margin-left: -4px;
    padding: 3px 5px 3px 3px; }
  #selann.basic {
    background: #ec7b3b;
    color: #fff; }
    #selann.basic:focus {
      margin-top: -9px;
      padding: 8px 7px 7px 7px;
      border: 2px dashed #f7c9b0;
      margin-left: -9px; }
  #selann.tab {
    background: #757686;
    color: #fff; }

#selectbox {
  display: none;
  border: 1px solid #ccc;
  position: absolute;
  z-index: 7;
  border: 1px solid #41424a;
  background: rgba(109, 113, 130, 0.4); }

#trackname {
  background: transparent;
  color: #fff;
  position: absolute;
  display: none;
  font: bold 15px "proxima-nova", Helvetica, arial, "sans-serif";
  width: 116px;
  left: 0;
  margin: 1px 2px 5px 41px;
  border: 0;
  border-bottom: 1px dashed #E7E7ED;
  padding: 2px 3px 0 4px;
  z-index: 100; }
  #trackname:focus {
    outline: none; }

#blank-state {
  position: absolute;
  display: none;
  background: #35363d;
  color: #656673;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  margin: 30px auto;
  width: 600px;
  text-align: center;
  z-index: 4; }
  #blank-state h3 {
    font-size: 16px;
    padding: 22px 0;
    border-bottom: 1px solid #4d4e58; }
  #blank-state ul li {
    width: 200px;
    float: left;
    padding: 33px 20px;
    list-style-type: none; }
    #blank-state ul li:before {
      content: "";
      height: 40px;
      width: 50px;
      display: block;
      margin: auto;
      margin-bottom: 22px; }
    #blank-state ul li.no-annotations {
      font-weight: bold;
      font-size: 21px;
      padding-left: 0;
      text-align: center; }
    #blank-state ul li.click-and-drag:before {
      background: url(../images/v1/click-drag.png) no-repeat; }
    #blank-state ul li.half-speed:before {
      background: url(../images/v1/slow-time.png) no-repeat; }
    #blank-state ul li.annotate:before {
      background: url(../images/v1/annotate.png) no-repeat; }

.trackspinner {
  z-index: 1000;
  display: none;
  width: 36px;
  height: 36px;
  position: absolute; }

.ctrl-offset {
  left: 190px; }

.demo-modal {
  color: #fff; }

.demotip {
  position: absolute;
  font-weight: bold;
  text-align: center; }

.slowdown-demo {
  top: 330px;
  left: 20px;
  width: 150px; }
  .slowdown-demo:before {
    content: "";
    border-left: 1px solid #fff;
    height: 20px;
    position: absolute;
    top: -25px;
    left: 50%; }

.loop-demo {
  bottom: 100px;
  padding-top: 10px;
  left: 210px;
  right: 35px;
  border-top: 1px dashed #fff; }
  .loop-demo:before, .loop-demo:after {
    content: "";
    border-left: 3px solid #fff;
    height: 30px;
    position: absolute;
    top: -15px; }
  .loop-demo:before {
    left: 0; }
  .loop-demo:after {
    right: 0; }

.demo-buttons-wrap {
  margin-left: 190px;
  margin-top: 200px;
  position: relative; }

.demo-buttons {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 300px;
  margin-left: -150px;
  background: rgba(255, 255, 255, 0.8);
  text-align: center; }

.returnlink {
  border-top: 1px solid #BBBBCC;
  border-bottom: 0;
  display: block;
  font-size: 13px;
  padding: 10px;
  border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  -ms-border-radius: 0 0 6px 6px;
  -o-border-radius: 0 0 6px 6px; }
  .returnlink:hover {
    background: rgba(255, 255, 255, 0.5); }

.demo-replay {
  width: 100%;
  text-align: center;
  font-size: 21px;
  color: #4d4e58;
  border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  -ms-border-radius: 6px 6px 0 0;
  -o-border-radius: 6px 6px 0 0;
  padding: 10px; }
  .demo-replay:hover {
    background: rgba(255, 255, 255, 0.5); }
  .demo-replay:before {
    content: "";
    background: url(../images/album-tabs/loop.svg) 50%;
    display: block;
    width: 64px;
    height: 64px;
    margin: 10px auto;
    background-size: contain; }

#loopselection {
  display: none;
  background: transparent;
  position: absolute;
  z-index: 5;
  border-left: 1px solid #41424a;
  border-right: 1px solid #41424a;
  background: rgba(109, 113, 130, 0.4); }
  #loopselection.active {
    display: block; }
  #loopselection.snapleft {
    border-left: 1px solid #7d7f8e; }
  #loopselection.snapright {
    border-right: 1px solid #7d7f8e; }

.canvasland {
  position: relative; }

#timebar {
  position: absolute;
  top: 0px;
  z-index: 1; }

#megaback {
  position: absolute;
  top: 0px;
  z-index: 1; }

#megabar {
  background: transparent;
  position: absolute;
  left: 213px;
  top: 0px;
  z-index: 2;
  opacity: 0.7; }

#basecanvas {
  background: transparent;
  position: absolute;
  z-index: 2; }

#anncanvas {
  background: transparent;
  position: absolute;
  z-index: 3; }

#selanns {
  background: transparent;
  position: absolute;
  z-index: 6; }

#playhead {
  background: transparent;
  position: absolute;
  left: -50px;
  top: 0px;
  z-index: 7; }

#vertbar {
  background: transparent;
  position: absolute;
  top: 0;
  z-index: 1; }

#mouseland {
  background: transparent;
  position: absolute;
  z-index: 11; }

#spinner1 {
  position: absolute;
  left: -200px;
  top: 0px;
  z-index: 9; }

#spinner2 {
  display: none; }

.upload-controls {
  z-index: 9; }
  .upload-controls .playpause {
    height: auto; }
  .upload-controls #tapmeasures {
    height: auto; }
    .upload-controls #tapmeasures .control-button {
      margin: 3px 0; }
  .upload-controls .measures-untapped {
    border-top: 1px solid #35363d;
    border-bottom: 1px solid #35363d; }

.songtime {
  border-top: 0;
  padding: 6px 0 0 0;
  text-align: center; }

.bigtime {
  padding-top: 12px; }
  .bigtime #timecount {
    font-size: 26px; }
  .bigtime .totaltime {
    font-size: 16px;
    display: block;
    padding: 0; }

#scrolltype {
  padding: 0; }

#songwrap {
  position: relative; }
  #songwrap #timebar {
    display: block;
    position: relative; }

#waveform {
  background: #BBBBCC;
  display: block;
  top: 0;
  position: relative;
  left: 190px;
  z-index: 4; }

.fullblock {
  padding: 0;
  height: 28px;
  border-bottom: 1px solid #BBBBCC;
  position: relative;
  width: 190px; }
  .fullblock:hover .speed-intervals {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s; }
  .fullblock:hover .slidemaskwrap {
    border-left-color: #fff; }
  .fullblock:hover .slidermask {
    opacity: 1; }

.blockslider {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 90%;
  margin: 0 5%;
  height: 100%;
  background: #e7e7ed;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7) inset;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7) inset;
  -ms-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7) inset;
  -o-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7) inset; }
  .blockslider::-webkit-slider-thumb {
    opacity: 0; }

.disabledslider .sliderhandle {
  display: none; }
.disabledslider .speedslide {
  opacity: 0; }
.disabledslider .slidemaskwrap, .disabledslider .sliderlabel, .disabledslider .slidervalue {
  opacity: .5; }
.disabledslider .speed-intervals {
  display: none; }
.disabledslider #speedtip {
  left: 10px;
  width: 170px;
  font-size: 13px;
  text-align: center; }
.disabledslider:hover #speedtip {
  visibility: visible;
  opacity: 1;
  top: 45px;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s; }

.slidemaskwrap, .slidervalue, .sliderlabel {
  position: absolute;
  top: 0;
  pointer-events: none; }

.slidemaskwrap {
  background: #e7e7ed;
  height: 100%;
  width: 100%;
  padding-right: 19px;
  border-left: 17px solid rgba(255, 255, 255, 0.5);
  z-index: 2;
  -webkit-transition: border-color 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: border-color 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: border-color 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: border-color 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: border-color 250ms cubic-bezier(0.165, 0.84, 0.44, 1); }

.slidermask {
  height: 100%;
  width: 50%;
  background: #fff;
  opacity: .5;
  position: relative;
  -webkit-transition: opacity 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: opacity 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: opacity 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: opacity 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 250ms cubic-bezier(0.165, 0.84, 0.44, 1); }

.sliderhandle {
  position: absolute;
  width: 17px;
  height: 27px;
  top: 0;
  right: -8px;
  background: #d8d8e2;
  border: 1px solid #BBBBCC;
  border-top-color: #cacad7;
  border-bottom-color: #656673;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3) inset;
  -moz-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3) inset;
  -ms-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3) inset;
  -o-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3) inset; }
  .sliderhandle .grabber {
    padding-left: 4px; }
  .sliderhandle .grabber-notch {
    width: 1px;
    margin-left: -1px;
    background: #9e9eb6;
    -webkit-box-shadow: 0 1px 0 #8181a0 inset, 0 1px 0 rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 0 1px 0 #8181a0 inset, 0 1px 0 rgba(255, 255, 255, 0.5);
    -ms-box-shadow: 0 1px 0 #8181a0 inset, 0 1px 0 rgba(255, 255, 255, 0.5);
    -o-box-shadow: 0 1px 0 #8181a0 inset, 0 1px 0 rgba(255, 255, 255, 0.5);
    box-shadow: 0 1px 0 #8181a0 inset, 0 1px 0 rgba(255, 255, 255, 0.5); }

.slidervalue, .sliderlabel {
  padding: 7px 10px;
  z-index: 3;
  color: #7d7f8e; }

.sliderlabel {
  font-size: 11px;
  text-align: left; }

.slidervalue {
  font-size: 13px;
  right: 0; }

.slider-intervals {
  position: absolute;
  background: #BBBBCC;
  width: 100%;
  height: 100%;
  z-index: 0;
  visibility: hidden;
  opacity: 0;
  bottom: 100%;
  -webkit-transform: translate3d(0, 30px, 0);
  -moz-transform: translate3d(0, 30px, 0);
  -ms-transform: translate3d(0, 30px, 0);
  -o-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
  -webkit-transition: visibility 0ms cubic-bezier(0.165, 0.84, 0.44, 1) 250ms, opacity 250ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: visibility 0ms cubic-bezier(0.165, 0.84, 0.44, 1) 250ms, opacity 250ms cubic-bezier(0.165, 0.84, 0.44, 1), -moz-transform 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: visibility 0ms cubic-bezier(0.165, 0.84, 0.44, 1) 250ms, opacity 250ms cubic-bezier(0.165, 0.84, 0.44, 1), -ms-transform 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: visibility 0ms cubic-bezier(0.165, 0.84, 0.44, 1) 250ms, opacity 250ms cubic-bezier(0.165, 0.84, 0.44, 1), -o-transform 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: visibility 0ms cubic-bezier(0.165, 0.84, 0.44, 1) 250ms, opacity 250ms cubic-bezier(0.165, 0.84, 0.44, 1), transform 250ms cubic-bezier(0.165, 0.84, 0.44, 1); }
  .slider-intervals li {
    list-style-type: none;
    display: inline-block;
    color: #4d4e58;
    text-align: center;
    position: relative;
    width: 18%; }

.intbutton {
  font-size: 13px;
  font-family: "proxima-nova", sans-serif;
  font-weight: bold;
  color: #7d7f8e;
  -webkit-transition: all 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
  padding: 5px 8px; }
  .intbutton:hover {
    color: #fff;
    -webkit-text-shadow: 0 0 4px rgba(234, 107, 36, 0.7);
    -moz-text-shadow: 0 0 4px rgba(234, 107, 36, 0.7);
    -ms-text-shadow: 0 0 4px rgba(234, 107, 36, 0.7);
    -o-text-shadow: 0 0 4px rgba(234, 107, 36, 0.7);
    text-shadow: 0 0 4px rgba(234, 107, 36, 0.7); }
  .intbutton:after {
    content: "";
    height: 7px;
    width: 5px;
    position: absolute;
    border-left: 1px solid #7d7f8e;
    left: 50%;
    bottom: 0; }

.uploadmeta, .uploadmetabg {
  position: absolute;
  left: 190px;
  right: 0; }

.uploadmeta {
  z-index: 20;
  line-height: 22px;
  padding: 6px 10px 5px; }

.uploadmetabg {
  height: 34px;
  z-index: 6;
  background: rgba(77, 78, 88, 0.5); }

.songname {
  font-size: 16px;
  color: #fff;
  margin-right: 10px; }

.waveformtoggle {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0; }
  .waveformtoggle button {
    font-size: 13px;
    padding: 0 10px;
    height: 100%;
    color: #8b8c9a;
    margin-left: -4px; }
    .waveformtoggle button:hover {
      color: #BBBBCC;
      background: #4d4e58; }
    .waveformtoggle button:active {
      color: #BBBBCC;
      background: #41424a; }
    .waveformtoggle button.active {
      background: #41424a;
      color: #EAA261; }

.upload-loader {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(77, 78, 88, 0.5);
  margin-left: 190px;
  color: #fff;
  z-index: 12; }
  .upload-loader .loaderbar {
    top: 70%;
    left: 50%;
    width: 280px;
    margin-left: -235px;
    background: #41424a; }

.loadersvgwrap {
  position: absolute;
  width: 60px;
  height: 60px;
  left: 50%;
  top: 50%;
  margin-top: -30px;
  margin-left: -125px;
  background: rgba(53, 54, 61, 0.9);
  z-index: 20; }
  .loadersvgwrap .oddline {
    animation: logo 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) alternate infinite;
    -webkit-animation: logo 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) alternate infinite;
    -moz-animation: logo 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) alternate infinite;
    -o-animation: logo 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) alternate infinite; }
  .loadersvgwrap .evenline {
    animation: logoodd 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) alternate infinite;
    -webkit-animation: logoodd 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) alternate infinite;
    -moz-animation: logoodd 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) alternate infinite;
    -o-animation: logoodd 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) alternate infinite; }
  .loadersvgwrap svg {
    position: absolute;
    height: 50px;
    width: 50px;
    left: 5px;
    top: 5px; }

.loadermsg {
  position: absolute;
  width: 100%;
  bottom: 20px;
  z-index: 10;
  margin-left: -95px; }

#volume-button:hover {
  background-color: #35363d; }

.disabledplay, .disabledplay:hover, .disabledplay:active {
  opacity: .5; }
  .disabledplay i, .disabledplay i:hover, .disabledplay i:active, .disabledplay:hover i, .disabledplay:hover i:hover, .disabledplay:hover i:active, .disabledplay:active i, .disabledplay:active i:hover, .disabledplay:active i:active {
    background: #BBBBCC;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    cursor: not-allowed; }
    .disabledplay i span, .disabledplay i:hover span, .disabledplay i:active span, .disabledplay:hover i span, .disabledplay:hover i:hover span, .disabledplay:hover i:active span, .disabledplay:active i span, .disabledplay:active i:hover span, .disabledplay:active i:active span {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      -ms-box-shadow: none;
      -o-box-shadow: none;
      box-shadow: none; }

.searchresults {
  background: #d8d8e2;
  color: #303339; }
  .searchresults .resulthead {
    margin: 0 0 22px 0;
    padding: 22px 0;
    text-align: center;
    border-bottom: 1px solid #c1c4cc;
    background: rgba(255, 255, 255, 0.25);
    position: relative; }
    .searchresults .resulthead h1 span {
      font-style: italic; }
    .searchresults .resulthead h3 {
      font-weight: normal; }
  .searchresults .at-promo {
    background: #d8d8e2;
    border-bottom: 1px solid #BBBBCC;
    margin: -22px 4% 2em;
    margin: -22px 4% 2rem; }

.searchnav .prev, .searchnav .next {
  position: absolute;
  top: 40%;
  text-decoration: none;
  color: #ea6b24;
  border-bottom: 0; }
  .searchnav .prev:before, .searchnav .prev:after, .searchnav .next:before, .searchnav .next:after {
    background: #fff;
    border-radius: 15px;
    position: absolute;
    padding: .2em 0 .4em;
    width: 1.8em;
    text-align: center;
    top: -.3em; }
  .searchnav .prev:hover, .searchnav .next:hover {
    color: #b14a11; }
.searchnav .prev {
  left: 5%;
  padding-left: 2.25em; }
  .searchnav .prev:before {
    content: "\2190";
    left: 0; }
.searchnav .next {
  right: 5%;
  padding-right: 2.25em; }
  .searchnav .next:after {
    content: "\2192";
    right: 0; }

.resultlist {
  padding: 0 4%;
  overflow: hidden; }

@media (max-width: 569px) {
  .result:nth-child(2n) {
    margin-right: 0; } }
@media (min-width: 570px) and (max-width: 819px) {
  .result {
    width: 30%;
    margin-right: 5%; }
    .result:nth-child(3n) {
      margin-right: 0; } }
@media (min-width: 820px) and (max-width: 949px) {
  .result {
    width: 22%;
    margin-right: 4%; }
    .result:nth-child(4n) {
      margin-right: 0; } }
@media (min-width: 950px) and (max-width: 1199px) {
  .result {
    width: 17.6%;
    margin-right: 3%; }
    .result:nth-child(5n) {
      margin-right: 0; } }
@media (min-width: 1200px) and (max-width: 1500px) {
  .result {
    width: 15%;
    margin-right: 2%; }
    .result:nth-child(6n) {
      margin-right: 0; } }
@media (min-width: 1200px) and (max-width: 1500px) {
  .result {
    width: 15%;
    margin-right: 2%; }
    .result:nth-child(6n) {
      margin-right: 0; } }
@media (min-width: 1500px) {
  .result {
    width: 11.1875%;
    margin-right: 1.5%; }
    .result:nth-child(8n) {
      margin-right: 0; } }

.image-overlay {
  position: relative;
  border-bottom: 2px solid #4d4e58; }

.details {
  z-index: 10;
  background: rgba(255, 255, 255, 0.9);
  padding: 8px;
  opacity: 0;
  font-size: 13px; }

.lte8 .details {
  opacity: 1;
  background: #fff;
  display: none; }

.meta {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  border-top: 1px solid #d8d8e2; }
  .meta span {
    display: block;
    width: 50%;
    float: left;
    text-align: center;
    font-size: 13px;
    padding: 4px 0; }
    .meta span:first-of-type {
      border-right: 1px solid #d8d8e2; }

.tracks:before, .anns:before {
  display: inline-block;
  position: relative;
  top: 2px;
  margin-right: 3px;
  opacity: .4;
  width: 16px;
  height: 14px; }

.tracks:before {
  content: "";
  background-image: url(../images/v1/annotations-icon.svg);
  background-size: contain; }

.anns:before {
  content: "";
  background-image: url(../images/v1/number-tracks-icon.svg);
  background-size: contain; }

.lte8 .tracks:before, .lte8 .anns:before {
  width: 16px;
  height: 14px; }
.lte8 .tracks:before {
  content: " ";
  background: url("../images/v1/spritemap.png?a3f5cd") -438px -116px; }
.lte8 .anns:before {
  content: " ";
  background: url("../images/v1/spritemap.png?a3f5cd") -422px -116px; }

.status {
  padding: 4px 8px;
  font-weight: normal;
  color: #fff;
  position: relative; }

.complete .status, .progress .status {
  padding-left: 28px; }
  .complete .status:before, .progress .status:before {
    position: absolute;
    left: 8px;
    width: 14px;
    height: 14px;
    top: 4px; }

.complete .status {
  background: #79c372; }
  .complete .status:before {
    content: url(../images/v1/completed-track.svg); }

.progress .status {
  background: #EAA261; }
  .progress .status:before {
    content: url(../images/v1/in-progress-track.svg); }

.empty .status {
  background: #BBBBCC; }

.create-anns {
  text-align: center; }
  .create-anns p {
    padding-top: 10%;
    margin-bottom: 11px; }

.result-title {
  padding: 5px 0 0;
  font-size: 16px;
  font-weight: 200;
  position: relative; }

.resultfooter {
  border-top: 1px solid #c1c4cc;
  position: relative;
  padding: 44px 0;
  margin: 0 5%; }
  .resultfooter .searchnav .prev, .resultfooter .searchnav .next {
    border-bottom: 0; }
  .resultfooter .searchnav .prev {
    left: 0; }
  .resultfooter .searchnav .next {
    right: 0; }

.user-homepage-header {
  padding: 11px 0 0;
  position: relative;
  border-bottom: 1px solid #d8d8e2;
  margin: 0 5% 33px; }
  .user-homepage-header h1 {
    text-align: center;
    font-size: 34px;
    margin-bottom: 11px;
    color: #d8d8e2;
    font-weight: 200;
    text-rendering: optimizeLegibility; }

.user-stats {
  padding: 0; }
  .user-stats li {
    padding: 6px 0;
    font-size: 13px;
    display: block;
    color: #7d7f8e;
    margin-right: 20px; }
    @media (min-width: 820px) {
      .user-stats li {
        float: left;
        padding: 8px 0 10px; } }

.lte8 .user-stats li {
  float: left;
  padding: 8px 0 10px; }

.mobilenav {
  left: 0;
  position: relative;
  display: block;
  background: #9e9eb6; }
  .mobilenav a {
    color: #4d4e58;
    border-bottom: 0;
    display: block;
    padding: 11px 2.5%; }
    .mobilenav a:hover {
      color: #fff; }
    .mobilenav a img {
      margin-right: 10px; }
  @media (min-width: 570px) {
    .mobilenav {
      display: none; } }

.lte8 .mobilenav {
  display: none; }

.usernavwrap {
  position: absolute;
  height: 100%;
  z-index: 1; }
  .usernavwrap .usernav {
    position: absolute;
    width: 190px;
    background: #595a66;
    height: 100%;
    left: -190px;
    -webkit-transition: left 150ms ease-out;
    -moz-transition: left 150ms ease-out;
    -ms-transition: left 150ms ease-out;
    -o-transition: left 150ms ease-out;
    transition: left 150ms ease-out; }
    .usernavwrap .usernav.active {
      left: 0; }
    @media (min-width: 570px) {
      .usernavwrap .usernav {
        left: 0;
        margin-top: 0; } }
  .usernavwrap .nav-avatar a {
    border-bottom: 1px solid #4d4e58;
    padding: 0 20px;
    display: block;
    background: #656673; }
    .usernavwrap .nav-avatar a:hover {
      background: #4d4e58; }
  .usernavwrap .user-image {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    display: inline-block;
    position: relative;
    top: 9px;
    margin-right: 5px; }
  .usernavwrap .user-name {
    display: inline-block;
    padding-bottom: 17px;
    color: #BBBBCC; }
  .usernavwrap h4, .usernavwrap .standardgrid .valueprop, .standardgrid .usernavwrap .valueprop {
    padding: 16px 20px 6px;
    font-size: 11px;
    color: #8181a0;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 17px; }

.lte8 .usernavwrap .usernav {
  left: 0;
  margin-top: 0; }

.left-usernav a {
  text-decoration: none;
  color: #BBBBCC;
  padding: 6px 20px;
  display: block;
  position: relative;
  border-bottom: none; }
  .left-usernav a:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    top: 2px;
    margin-right: 12px; }
  @media (min-width: 570px) {
    .left-usernav a {
      width: auto; } }
  .left-usernav a:hover {
    background: #4d4e58;
    color: #e7e7ed; }
  .left-usernav a.active {
    color: #e7e7ed;
    background: #41424a; }

.lte8 .left-usernav {
  width: auto; }
.lte8 .nav-videos:before {
  background: url("../images/v1/spritemap.png?a3f5cd") -406px -100px; }
.lte8 #nav-bookmarks:before {
  background: url("../images/v1/spritemap.png?a3f5cd") -392px -140px; }
.lte8 #nav-completed:before {
  background: url("../images/v1/spritemap.png?a3f5cd") -376px -140px; }
.lte8 #nav-progress:before {
  background: url("../images/v1/spritemap.png?a3f5cd") -406px -116px; }
.lte8 #nav-purchases:before {
  background: url("../images/v1/spritemap.png?a3f5cd") -454px -100px; }

.nav-videos:before {
  background: url(../images/v1/usernav/videos-icon.svg);
  background-size: contain; }

#nav-bookmarks:before {
  background: url(../images/v1/usernav/bookmark-icon.svg);
  background-size: contain; }

#nav-completed:before {
  background: url(../images/v1/usernav/completed-icon.svg);
  background-size: contain; }

#nav-progress:before {
  background: url(../images/v1/usernav/progress-icon.svg);
  background-size: contain; }

#nav-purchases:before {
  background: url(../images/v1/usernav/purchases-icon.svg);
  background-size: contain;
  top: 3px; }

.user-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 4px;
  position: relative;
  top: 2px;
  pointer-events: none; }

.extratop {
  top: 4px; }

.contentwrap {
  position: relative;
  -webkit-transition: left 150ms ease-out;
  -moz-transition: left 150ms ease-out;
  -ms-transition: left 150ms ease-out;
  -o-transition: left 150ms ease-out;
  transition: left 150ms ease-out; }
  .contentwrap.active {
    left: 190px; }
  @media (min-width: 570px) {
    .contentwrap {
      margin-left: 190px; }
      .contentwrap.active {
        left: 0; } }
  .contentwrap h1 {
    padding: 22px 0;
    font-size: 42px;
    font-weight: 200; }
  .contentwrap .userheader {
    padding: 0 4% 22px;
    text-align: center; }
    .contentwrap .userheader h1:before {
      display: inline-block;
      margin-right: 15px;
      position: relative;
      top: 3px;
      vertical-align: bottom;
      width: 32px; }
    .contentwrap .userheader h1.your-videos:before {
      content: url(../images/v1/usernav/videos-icon.svg); }
    .contentwrap .userheader h1.your-bookmarks:before {
      content: url(../images/v1/usernav/bookmark-icon.svg); }
    .contentwrap .userheader h1.completed-videos:before {
      content: url(../images/v1/usernav/completed-icon.svg); }
    .contentwrap .userheader h1.in-progress:before {
      content: url(../images/v1/usernav/progress-icon.svg); }
    .contentwrap .userheader p {
      color: #7d7f8e;
      margin-bottom: 22px; }

.lte8 .contentwrap {
  margin-left: 190px; }
  .lte8 .contentwrap.active {
    left: 0; }

.grid-padding {
  padding: 0 4%;
  margin-left: 4px; }
  .grid-padding p:not(:last-of-type) {
    margin-bottom: 1rem; }

.no-annotations {
  text-align: center; }
  .no-annotations h3 {
    margin-bottom: 11px; }
  .no-annotations p {
    margin-bottom: 33px; }

.no-anns-image {
  background: url(../images/v1/no-annotations-yet.svg) 0 0 no-repeat;
  width: 216px;
  height: 365px;
  display: block;
  margin: auto;
  border-bottom: 1px solid #9090ab; }

.lte8 .no-anns-image {
  background: url("../images/v1/spritemap.png?a3f5cd") 0px -100px;
  width: 216px;
  height: 365px; }

.your-annotation {
  margin-left: -4px; }
  @media (max-width: 569px) {
    .your-annotation:nth-child(2n) {
      margin-right: 0; } }
  @media (min-width: 570px) and (max-width: 819px) {
    .your-annotation {
      width: 48%;
      margin-right: 4%; }
      .your-annotation:nth-child(2n) {
        margin-right: 0; } }
  @media (min-width: 820px) and (max-width: 949px) {
    .your-annotation {
      width: 30%;
      margin-right: 5%; }
      .your-annotation:nth-child(2n) {
        margin-right: 5%; }
      .your-annotation:nth-child(3n) {
        margin-right: auto; } }
  @media (min-width: 950px) and (max-width: 1199px) {
    .your-annotation {
      width: 22%;
      margin-right: 4%; }
      .your-annotation:nth-child(4n) {
        margin-right: 0; } }
  @media (min-width: 1200px) and (max-width: 1500px) {
    .your-annotation {
      width: 17.6%;
      margin-right: 3%; }
      .your-annotation:nth-child(5n) {
        margin-right: 0; } }
  @media (min-width: 1500px) {
    .your-annotation {
      width: 15%;
      margin-right: 2%; }
      .your-annotation:nth-child(6n) {
        margin-right: 0; } }
  .your-annotation:hover .song-artist {
    color: #e7954a; }

.lte8 .your-annotation {
  width: 22%;
  margin-right: 0;
  margin-left: 2%; }

.song-artist {
  color: #7d7f8e;
  font-size: 13px;
  font-weight: bold;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
  line-height: 17px; }

.source-search {
  width: 100%;
  outline: none;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  padding: 8px 0 8px 32px;
  font-size: 13px;
  margin-bottom: 22px;
  background: #f0f0f4 url(../images/magnifying-glass.svg) 10px 50% no-repeat; }
  .source-search:focus {
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px #ea6b24;
    -moz-box-shadow: 0 0 5px #ea6b24;
    -ms-box-shadow: 0 0 5px #ea6b24;
    -o-box-shadow: 0 0 5px #ea6b24;
    box-shadow: 0 0 5px #ea6b24; }

.table-videolist {
  border-spacing: 0;
  width: 100%; }
  .table-videolist th {
    text-align: left;
    font-size: 11px; }
    .table-videolist th:first-of-type {
      width: 200px; }
  .table-videolist th {
    padding: 11px 10px;
    border-bottom: 1px solid #cacad7; }
  .table-videolist td {
    vertical-align: baseline;
    font-size: 13px; }
  .table-videolist tbody tr td {
    border-bottom: 1px solid #cacad7;
    padding: 11px 10px; }
    .table-videolist tbody tr td a {
      display: block;
      border-bottom: 0;
      color: inherit; }
  .table-videolist tbody tr.odd {
    background: #ededf1; }
  .table-videolist tbody tr.embedcode {
    background: #cacad7; }
  .table-videolist tbody tr.scores {
    background: #dbdbe4; }
  .table-videolist tbody tr.recordings {
    background: #ededf1; }
    .table-videolist tbody tr.recordings a {
      display: inline; }
    .table-videolist tbody tr.recordings td {
      padding-left: 30px; }
  .table-videolist a:hover {
    text-decoration: underline; }

#paymentconf {
  background: #fff;
  padding: 1.5rem 1.5rem 1.5rem 4rem;
  border: 3px solid #9bd296;
  margin-bottom: 1.5rem;
  position: relative; }
  #paymentconf:before {
    content: "";
    position: absolute;
    left: 1rem;
    top: 1rem;
    background: url(../images/v1/green-success.svg) no-repeat;
    width: 32px;
    height: 32px; }

.at-promo {
  padding: 1rem 3rem 1rem 1rem;
  background: #d8d8e2;
  position: relative; }
  .at-promo h4, .at-promo .standardgrid .valueprop, .standardgrid .at-promo .valueprop {
    margin-bottom: .5rem; }
  .at-promo p {
    font-size: .8125rem; }
  .at-promo .instruction-tip {
    left: auto;
    right: -10px; }
    .at-promo .instruction-tip:before, .at-promo .instruction-tip:after {
      left: auto; }
    .at-promo .instruction-tip:before {
      right: 9px; }
    .at-promo .instruction-tip:after {
      right: 10px; }
  .at-promo .closex:hover .hiddentip {
    opacity: 1;
    visibility: visible;
    z-index: 1000;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s; }

.pitchperfect-logo {
  width: 160px; }

.at-icon {
  width: 70px;
  overflow: hidden;
  margin-right: 1rem; }

.promocontent {
  overflow: hidden; }

.register-page header {
  height: 50px; }
.register-page #logo {
  left: 50%;
  margin-left: -89px; }
.register-page label {
  line-height: 18px; }

.step-wrapper {
  margin: auto;
  text-align: center;
  background: rgba(173, 173, 193, 0.3);
  padding-bottom: 22px; }
  .step-wrapper h3 {
    padding: 22px 0;
    font-size: 21px;
    font-weight: normal; }

.lte8 .step-wrapper {
  background: #D5D5DF; }

.registration-stepper {
  position: relative; }
  .registration-stepper li {
    display: inline-block;
    width: 25%;
    counter-increment: li;
    text-align: center;
    vertical-align: top;
    position: relative;
    z-index: 5;
    margin-left: -4px; }
    .registration-stepper li:before {
      content: counter(li);
      background: #fff;
      display: block;
      width: 30px;
      padding: 5px 0;
      margin: auto;
      border-radius: 15px;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      -ms-border-radius: 15px;
      -o-border-radius: 15px;
      text-align: center;
      margin-bottom: 5px; }
    .registration-stepper li.current-step {
      font-weight: bold; }
      .registration-stepper li.current-step:before {
        color: #fff;
        background: #ea6b24;
        font-weight: normal; }
  .registration-stepper:before {
    content: "";
    border-top: 3px solid #fff;
    position: absolute;
    width: 75%;
    left: 12%;
    top: 12px;
    z-index: 0; }

.settings h2 {
  border-bottom: 1px solid #b4b5bd; }
.settings .profile-details .profile-avatar {
  width: 100px;
  margin-right: 4%; }
  .settings .profile-details .profile-avatar img {
    width: 80%; }
.settings .profile-details .user-creds {
  padding-left: 0;
  overflow: hidden; }
.settings .user-stats li {
  float: left;
  padding: 0; }
.settings .user-bio {
  padding: 0 0 11px 0;
  font-size: 16px;
  line-height: 22px; }

.profile-details {
  overflow: hidden;
  padding: 1em 0;
  padding: 1rem 0; }
  .profile-details .profile-avatar {
    float: left;
    margin-right: 4%;
    width: 48%;
    text-align: center;
    padding-top: 5px; }
    @media (min-width: 820px) and (max-width: 949px) {
      .profile-details .profile-avatar {
        width: 30%;
        margin-right: 5%; } }
    @media (min-width: 950px) and (max-width: 1199px) {
      .profile-details .profile-avatar {
        width: 22%;
        margin-right: 4%; } }
    @media (min-width: 1200px) and (max-width: 1500px) {
      .profile-details .profile-avatar {
        width: 16.6%;
        margin-right: 3%; } }
    @media (min-width: 1500px) {
      .profile-details .profile-avatar {
        width: 15%;
        margin-right: 2%; } }
    .profile-details .profile-avatar img {
      width: 80%;
      text-align: center;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%; }
      @media (min-width: 950px) {
        .profile-details .profile-avatar img {
          width: 100px; } }
  .profile-details .user-creds {
    line-height: 22px;
    padding-left: 52%; }
    @media (min-width: 820px) and (max-width: 949px) {
      .profile-details .user-creds {
        padding-left: 35%; } }
    @media (min-width: 950px) and (max-width: 1199px) {
      .profile-details .user-creds {
        padding-left: 26%; } }
    @media (min-width: 1200px) and (max-width: 1500px) {
      .profile-details .user-creds {
        padding-left: 19.6%; } }
    @media (min-width: 1500px) {
      .profile-details .user-creds {
        padding-left: 17%; } }
    .profile-details .user-creds h3 {
      font-size: 34px;
      font-weight: 200;
      line-height: 33px;
      margin-bottom: 11px; }
    .profile-details .user-creds h4, .profile-details .user-creds .standardgrid .valueprop, .standardgrid .profile-details .user-creds .valueprop {
      font-size: 1em;
      font-size: 1rem;
      font-weight: normal;
      color: #7d7f8e; }

.lte8 .profile-details .profile-avatar {
  width: 22%;
  margin-right: 4%; }
.lte8 .profile-details .user-creds {
  padding-left: 26%; }

.user-email {
  font-size: 16px;
  color: #9e9eb6; }

.user-bio {
  margin: 11px 0 0;
  padding: 22px 0;
  color: #7d7f8e;
  font-weight: 200; }
  @media (min-width: 1200px) {
    .user-bio {
      font-size: 21px;
      line-height: 27px; } }

.user-video:before {
  background: url(../images/v1/bio-icons/videos-icon.svg);
  background-size: contain;
  top: 3px; }

.how-it-works .content {
  text-align: center; }
.how-it-works .tutorial-video {
  position: relative;
  display: block;
  padding: 0;
  border-bottom: 0; }
  .how-it-works .tutorial-video:hover span {
    background: rgba(77, 78, 88, 0.7); }
    .how-it-works .tutorial-video:hover span i {
      opacity: 1; }
  .how-it-works .tutorial-video:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    background: #fff;
    z-index: 1000;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -50px; }
  .how-it-works .tutorial-video:after {
    content: "";
    position: absolute;
    border: 20px solid transparent;
    border-left: 30px solid #EAA261;
    top: 50%;
    left: 50%;
    z-index: 1001;
    margin-top: -20px;
    margin-left: -10px; }
  .how-it-works .tutorial-video img {
    display: block;
    width: 100%; }
  .how-it-works .tutorial-video .overlay-dimmer {
    background: rgba(77, 78, 88, 0.5);
    color: #fff;
    padding-top: 20%; }
    .how-it-works .tutorial-video .overlay-dimmer i {
      font-style: normal;
      opacity: 0;
      -webkit-transition: all 150ms ease-out;
      -moz-transition: all 150ms ease-out;
      -ms-transition: all 150ms ease-out;
      -o-transition: all 150ms ease-out;
      transition: all 150ms ease-out; }

fieldset {
  border: 0; }

input::-ms-clear {
  width: 0;
  height: 0; }

#searchwrap {
  background: #fff;
  height: auto;
  border-bottom: 1px solid #BBBBCC;
  -webkit-transform: translate3d(0, -56px, 0);
  -moz-transform: translate3d(0, -56px, 0);
  -ms-transform: translate3d(0, -56px, 0);
  -o-transform: translate3d(0, -56px, 0);
  transform: translate3d(0, -56px, 0);
  -webkit-transition: visibility 0ms cubic-bezier(0.165, 0.84, 0.44, 1) 500ms, z-index 0ms cubic-bezier(0.165, 0.84, 0.44, 1) 500ms, opacity 500ms cubic-bezier(0.165, 0.84, 0.44, 1) 150ms, -webkit-transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: visibility 0ms cubic-bezier(0.165, 0.84, 0.44, 1) 500ms, z-index 0ms cubic-bezier(0.165, 0.84, 0.44, 1) 500ms, opacity 500ms cubic-bezier(0.165, 0.84, 0.44, 1) 150ms, -moz-transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: visibility 0ms cubic-bezier(0.165, 0.84, 0.44, 1) 500ms, z-index 0ms cubic-bezier(0.165, 0.84, 0.44, 1) 500ms, opacity 500ms cubic-bezier(0.165, 0.84, 0.44, 1) 150ms, -ms-transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: visibility 0ms cubic-bezier(0.165, 0.84, 0.44, 1) 500ms, z-index 0ms cubic-bezier(0.165, 0.84, 0.44, 1) 500ms, opacity 500ms cubic-bezier(0.165, 0.84, 0.44, 1) 150ms, -o-transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 500ms, opacity 500ms cubic-bezier(0.165, 0.84, 0.44, 1) 150ms, transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1); }
  #searchwrap.active {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s; }

#search {
  float: left;
  width: 100%; }

#searchbar {
  padding: 1.25rem 8rem 1.25rem 2.5rem;
  font-size: 1rem;
  display: block;
  width: 100%;
  background: url(../images/magnifying-glass.svg) 1rem 50% no-repeat; }

.searchactions {
  position: absolute;
  right: 10px;
  top: 0;
  padding: .5rem;
  margin-top: .5rem; }

.searchsubmit {
  margin-right: 10px; }

.lte8 #searchwrap {
  display: none; }

.formhead {
  font-weight: 200;
  margin-bottom: 22px; }

.formsection {
  border-bottom: 1px solid #595a66;
  margin-bottom: 1.5rem; }

.formnote {
  margin-bottom: 1.5em;
  margin-bottom: 1.5rem; }

.extratop {
  padding-top: 1.5em;
  padding-top: 1.5rem; }

.extrabottom {
  margin-bottom: 1.5em;
  margin-bottom: 1.5rem; }

.lte8 input[type=text], .lte8 input[type=email], .lte8 input[type=password], .lte8 textarea {
  padding: 10px; }

.deleteupload-form {
  background: none;
  margin-right: 10px;
  text-align: center;
  padding-top: 33px;
  margin-bottom: 22px;
  display: inline-block; }
  .deleteupload-form .pushbutton {
    padding: 11px 20px;
    background: #af2d1c;
    color: #fff;
    -webkit-box-shadow: 0 2px 0 #57160e;
    -moz-box-shadow: 0 2px 0 #57160e;
    -ms-box-shadow: 0 2px 0 #57160e;
    -o-box-shadow: 0 2px 0 #57160e;
    box-shadow: 0 2px 0 #57160e; }
    .deleteupload-form .pushbutton:hover {
      background: #832215; }

.cancel-delete {
  border: 2px solid #BBBBCC;
  padding: 10px 20px;
  color: #7d7f8e;
  position: relative;
  top: 2px; }
  .cancel-delete:hover {
    border-color: #9e9eb6;
    color: #8181a0; }

.cancel-link {
  margin-left: 10px;
  position: relative;
  top: 1px; }

#chord-input {
  width: 400px;
  position: absolute;
  z-index: 100;
  background: #656673;
  border: 2px solid #e7e7ed;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  font-size: 16px;
  left: 200px;
  top: 100px;
  color: #BBBBCC;
  display: none; }
  #chord-input::-webkit-input-placeholder {
    color: #4d4e58; }
  #chord-input:-moz-input-placeholder {
    color: #4d4e58; }
  #chord-input:before, #chord-input:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 100%; }
  #chord-input:before {
    border: 13px solid transparent;
    border-bottom-color: #e7e7ed;
    margin-left: -13px; }
  #chord-input:after {
    border: 10px solid transparent;
    border-bottom-color: #656673;
    margin-left: -10px; }
  #chord-input.strings4 .stringwrap {
    width: 25%; }
  #chord-input.strings4 #chordimp-3 {
    border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    -moz-border-radius: 0 0 6px 0;
    -ms-border-radius: 0 0 6px 0;
    -o-border-radius: 0 0 6px 0; }
  #chord-input.strings4 #chordimp-4, #chord-input.strings4 #chordimp-5, #chord-input.strings4 #chordimp-6 {
    display: none; }
  #chord-input.strings5 .stringwrap {
    width: 20%; }
  #chord-input.strings5 #chordimp-3 {
    border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    -moz-border-radius: 0 0 6px 0;
    -ms-border-radius: 0 0 6px 0;
    -o-border-radius: 0 0 6px 0; }
  #chord-input.strings5 #chordimp-5, #chord-input.strings5 #chordimp-6 {
    display: none; }
  #chord-input.strings6 .stringwrap {
    width: 16.66%; }
  #chord-input.strings6 #chordimp-5 {
    border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    -moz-border-radius: 0 0 6px 0;
    -ms-border-radius: 0 0 6px 0;
    -o-border-radius: 0 0 6px 0; }
  #chord-input.strings6 #chordimp-6 {
    display: none; }
  #chord-input.strings7 #chordimp-6 {
    border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    -moz-border-radius: 0 0 6px 0;
    -ms-border-radius: 0 0 6px 0;
    -o-border-radius: 0 0 6px 0; }
  #chord-input.strings7 .stringwrap {
    width: 14.285%; }

#chordbg {
  display: none;
  position: absolute;
  z-index: 90;
  background: #63636f;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border: 2px dashed #b4b4bf; }

.stringwrap {
  float: left; }
  .stringwrap:not(:first-of-type) {
    border-left: 1px solid #51505A; }
  .stringwrap:first-of-type .string-input {
    border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    -moz-border-radius: 0 0 0 6px;
    -ms-border-radius: 0 0 0 6px;
    -o-border-radius: 0 0 0 6px; }

.full-input {
  background: none;
  width: 100%;
  display: block;
  border: 0;
  text-align: center;
  font-size: 16px;
  padding: 6px 0 8px;
  color: #e7e7ed;
  border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  -ms-border-radius: 6px 6px 0 0;
  -o-border-radius: 6px 6px 0 0; }
  .full-input::-webkit-input-placeholder {
    color: #4d4e58; }
  .full-input:-moz-placeholder {
    color: #4d4e58; }

.string-input, .full-input {
  font-family: "proxima-nova", sans-serif;
  font-weight: bold; }

.string-input {
  width: 100%;
  text-align: center;
  font-size: 16px;
  background: #595a66;
  padding: 8px 0;
  color: #BBBBCC;
  border: 0;
  border-top: 2px solid #4d4e58; }
  .string-input::-webkit-input-placeholder {
    color: #8181a0; }
  .string-input:-moz-placeholder {
    color: #8181a0; }

.full-input, .string-input {
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out; }
  .full-input:focus, .string-input:focus {
    outline: none;
    background: #7d7f8e; }

.hidden-input {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer; }

.upload-box {
  border: 6px solid #cacad7;
  position: relative;
  padding: 80px 40px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  font-weight: bold;
  font-size: 21px;
  margin-bottom: 22px;
  cursor: pointer; }
  .upload-box p {
    margin-bottom: 11px; }
  .upload-box .normalweight {
    font-size: 16px;
    margin-bottom: 0; }
  .upload-box:hover {
    border-color: #BBBBCC; }

#selectedfile {
  background: #fff;
  font-size: 16px;
  padding: 11px 0;
  margin-top: 22px; }
  #selectedfile:before {
    display: inline-block;
    content: "";
    background: url(../images/v1/usernav/completed-icon.svg) no-repeat;
    width: 16px;
    height: 16px;
    background-size: contain;
    position: relative;
    top: 1px;
    margin-right: 5px; }

.formhead {
  margin-bottom: 22px; }

.fieldwrapper {
  position: relative; }

.fieldicon {
  position: absolute;
  left: 10px;
  top: 20px;
  height: 16px; }

.lte8 .fieldicon {
  display: none; }

#successmsg {
  background: #79C372;
  color: #fff;
  padding: 16px 0;
  text-align: center; }
  #successmsg p:before {
    background: url(../images/v1/save-success.svg);
    background-size: contain;
    margin-right: 8px;
    top: 2px; }

.error-message {
  background: #ed9b90;
  color: #af2d1c;
  padding: 11px 11px 11px 35px;
  margin-bottom: 22px;
  position: relative; }
  .error-message:before {
    content: "";
    background: url(../images/error-icon.svg) no-repeat;
    width: 16px;
    height: 16px;
    background-size: contain;
    margin-right: 5px;
    position: absolute;
    left: 10px;
    top: 12px; }

.hidden-error {
  background: #fff;
  visibility: hidden; }
  .hidden-error.active {
    visibility: visible; }

.errormsg {
  color: #af2d1c;
  width: 540px;
  margin: auto;
  position: relative;
  padding: 1rem 1rem 1rem 2.2rem; }
  .errormsg:before {
    content: "";
    background: url(../images/error-icon.svg) no-repeat;
    width: 16px;
    height: 16px;
    background-size: contain;
    margin-right: 5px;
    position: absolute;
    left: 10px;
    top: 1rem; }

.fieldrow {
  margin-bottom: .5rem; }

.split-field {
  width: 47.5%; }
  .split-field:not(:last-of-type) {
    margin-right: 5%; }

* {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  height: 100%; }

body {
  font-family: "proxima-nova", Helvetica, arial, "sans-serif";
  background: #e7e7ed;
  color: #3B3347; }
  body.youtube_detail {
    overflow: hidden;
    background: #51515b; }
    body.youtube_detail .footerpush {
      display: none; }

.lte8 body, .lte8 button, .lte8 input[type=text], .lte8 input[type=email], .lte8 input[type=password], .lte8 input[type=submit], .lte8 textarea {
  font-family: "proxima-nova", Helvetica, arial, "sans-serif"; }

::-moz-selection, ::selection {
  background-color: #f3aa81;
  color: #fff;
  text-shadow: none; }

a {
  color: #c85413;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out; }
  a:hover {
    color: #ea6b24;
    border-bottom-color: #ea6b24; }
  a img {
    border: 0; }
  a.light-link {
    color: #e7e7ed; }

button {
  font-family: "proxima-nova", helvetica, sans-serif;
  font-size: 16px; }
  button::-moz-focus-inner {
    padding: 0;
    border: 0; }

.closex {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -10px; }

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

.allcaps {
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1.5px; }

.muted {
  color: #9e9eb6; }

.transparent-text {
  opacity: .5; }

.singleline {
  display: block; }

.normalweight {
  font-weight: normal; }

.lightweight {
  font-weight: 200; }

.small {
  font-size: 13px; }

.nowrap {
  white-space: nowrap; }

.centered {
  text-align: center;
  padding-bottom: 11px; }
  .centered:not(.insetshadow) p:not(.flushbottom) {
    margin-bottom: 22px; }

.narrow-only {
  display: none; }
  @media (max-width: 740px) {
    .narrow-only {
      display: block; } }

.rightalign {
  text-align: right; }

.leftalign {
  text-align: left; }

.centered-content {
  text-align: center; }

.cols-tier {
  background: #fff;
  padding: 1px 0 11px; }
  .cols-tier .content {
    position: relative; }

.border-tier {
  padding-bottom: 0;
  border-bottom: 1px solid #e7e7ed; }
  .border-tier .content {
    margin-bottom: 0; }

.yellow-tier {
  background: #EAA261; }

.lightgrey-tier {
  background: #e7e7ed; }

.benefits-list dt {
  font-weight: bold;
  margin-bottom: 11px; }
.benefits-list dd {
  font-size: 13px;
  color: #717281;
  margin-bottom: 22px; }

@media (min-width: 820px) {
  .twocols {
    width: 48%;
    margin-right: 4%;
    float: left; }
    .twocols:nth-of-type(2n) {
      margin-right: 0; } }

.force-twocols {
  width: 48%;
  text-align: left;
  float: left; }
  .force-twocols p {
    margin-bottom: 25px; }

.centerimg {
  text-align: right; }

@media (min-width: 820px) {
  .threecols {
    width: 28%;
    margin-right: 8%;
    float: left; }
    .threecols:nth-of-type(3n) {
      margin-right: 0; } }

.fourcols {
  width: 22%;
  margin-right: 4%;
  float: left; }
  .fourcols:nth-of-type(4n) {
    margin-right: 0; }

.separator {
  border-bottom: 1px solid #4d4e58;
  padding-bottom: 22px;
  margin-bottom: 22px; }

.button, .pro-button {
  display: inline-block;
  background: #ea6b24;
  padding: 4px 8px;
  -webkit-box-shadow: 0 2px 0 #99400f;
  -moz-box-shadow: 0 2px 0 #99400f;
  -ms-box-shadow: 0 2px 0 #99400f;
  -o-box-shadow: 0 2px 0 #99400f;
  box-shadow: 0 2px 0 #99400f;
  color: #fff; }
  .button:hover, .pro-button:hover {
    background: #c85413; }

#cc_submit {
  width: 80px; }

.loading-button {
  pointer-events: none;
  position: relative;
  text-indent: -999em; }
  .loading-button:before {
    content: "";
    position: absolute;
    width: 36px;
    height: 36px;
    top: 50%;
    left: 50%;
    margin-top: -18px;
    margin-left: -18px;
    background: url(../images/v1/logo-mark-light.svg);
    background-size: contain; }
  .loading-button:hover {
    background: #ea6b24; }

.pro-button {
  font-size: 16px;
  padding: 10px 14px;
  border-bottom: 0;
  cursor: pointer; }
  .pro-button:hover {
    color: #fff; }
  .pro-button:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px);
    transform: translateY(2px); }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.toggle-button {
  background: #d8d8e2;
  padding: 8px 10px;
  margin-left: -4px;
  color: #656673;
  font-size: 13px; }
  .toggle-button:first-of-type {
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -ms-border-radius: 4px 0 0 4px;
    -o-border-radius: 4px 0 0 4px; }
  .toggle-button:last-of-type {
    border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -ms-border-radius: 0 4px 4px 0;
    -o-border-radius: 0 4px 4px 0; }
  .toggle-button:hover {
    background: #cacad7; }
  .toggle-button:active {
    background: #bbbbcc;
    -webkit-box-shadow: 0 2px 0 #acacc1 inset;
    -moz-box-shadow: 0 2px 0 #acacc1 inset;
    -ms-box-shadow: 0 2px 0 #acacc1 inset;
    -o-box-shadow: 0 2px 0 #acacc1 inset;
    box-shadow: 0 2px 0 #acacc1 inset; }

.display-medium {
  display: none; }
  @media (min-width: 820px) {
    .display-medium {
      display: inline-block; } }

.lte8 .display-medium {
  display: inline-block; }

.display-wide {
  display: none; }
  @media (min-width: 1200px) {
    .display-wide {
      display: inline-block; } }

pre {
  background: #4d4e58;
  color: #e7e7ed;
  padding: 22px;
  margin-bottom: 22px;
  overflow-x: scroll; }

.code-highlight {
  color: #ea6b24; }

.green-highlight {
  color: #79C372; }

.red-highlight {
  color: #e35f4e; }

.standardgrid {
  background: #fff; }
  .standardgrid.error-page {
    background: url(../images/v1/filenotfound.jpg) top left no-repeat;
    background-size: cover;
    color: #fff; }
  .standardgrid h1 {
    font-size: 2.625em;
    line-height: 1.14em;
    margin-bottom: .90em;
    font-size: 2.625rem;
    line-height: 3rem;
    margin-bottom: 2.375rem; }
  .standardgrid h2 {
    font-size: 2.125em;
    line-height: 1.05em;
    margin-bottom: 1.12em;
    font-size: 2.125rem;
    line-height: 2.25rem;
    margin-bottom: 2.375rem; }
  .standardgrid h3 {
    font-size: 1.625em;
    line-height: 1.15em;
    margin-bottom: 1.23em;
    font-size: 1.625rem;
    line-height: 1.875rem;
    margin-bottom: 2rem; }
  .standardgrid h4, .standardgrid .valueprop {
    font-size: 1.3125em;
    line-height: 1.5em;
    margin-bottom: 1.625em;
    font-size: 1.3125rem;
    line-height: 1.5rem;
    margin-bottom: 1.625rem; }
  .standardgrid .valueprop {
    margin-bottom: 2.375em;
    margin-bottom: 2.375rem; }
  .standardgrid .nopadding {
    margin-bottom: 0; }
  .standardgrid .halfpadding {
    margin-bottom: 1em;
    margin-bottom: 1rem; }
  .standardgrid .footerwrap, .standardgrid .pageheader, .standardgrid .contentwidth, .standardgrid .grid-wrapper {
    width: 730px;
    display: block;
    margin: 0 auto; }
  .standardgrid .content {
    padding-top: 1.5em;
    font-size: 1em;
    line-height: 1.5em;
    padding-top: 3rem;
    font-size: 1.25rem;
    line-height: 1.875rem;
    position: relative;
    z-index: 1; }
    .standardgrid .content .regsize {
      font-size: 1em;
      line-height: 1.5em;
      font-size: 1rem;
      line-height: 1.5rem; }
    .standardgrid .content p, .standardgrid .content h5, .standardgrid .content h6, .standardgrid .content ul, .standardgrid .content ol, .standardgrid .content li {
      margin-bottom: 1.625em;
      margin-bottom: 1.625rem; }
      .standardgrid .content p + h1, .standardgrid .content p + h2, .standardgrid .content p + h3, .standardgrid .content p + h4, .standardgrid .content p + .valueprop, .standardgrid .content h5 + h1, .standardgrid .content h5 + h2, .standardgrid .content h5 + h3, .standardgrid .content h5 + h4, .standardgrid .content h5 + .valueprop, .standardgrid .content h6 + h1, .standardgrid .content h6 + h2, .standardgrid .content h6 + h3, .standardgrid .content h6 + h4, .standardgrid .content h6 + .valueprop, .standardgrid .content ul + h1, .standardgrid .content ul + h2, .standardgrid .content ul + h3, .standardgrid .content ul + h4, .standardgrid .content ul + .valueprop, .standardgrid .content ol + h1, .standardgrid .content ol + h2, .standardgrid .content ol + h3, .standardgrid .content ol + h4, .standardgrid .content ol + .valueprop, .standardgrid .content li + h1, .standardgrid .content li + h2, .standardgrid .content li + h3, .standardgrid .content li + h4, .standardgrid .content li + .valueprop {
        margin-bottom: 2.375em;
        margin-bottom: 2.375rem; }
    .standardgrid .content h1, .standardgrid .content h2, .standardgrid .content h3, .standardgrid .content h4, .standardgrid .content .valueprop {
      font-weight: 200;
      padding-top: 1.625em;
      margin-bottom: 2.375em;
      padding-top: 1.625rem;
      margin-bottom: 2.375rem; }
  .standardgrid .gridcols {
    float: left;
    margin-right: 30px; }
  .standardgrid .extramargin {
    margin-bottom: 2em;
    margin-bottom: 2rem; }
  .standardgrid .containerblock {
    position: relative; }
  .standardgrid .twocol {
    width: 350px; }
    .standardgrid .twocol:nth-of-type(2n) {
      margin-right: 0; }
  .standardgrid .screenshot {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 2em;
    margin-bottom: 2rem;
    overflow: hidden; }
    .standardgrid .screenshot img {
      width: 100%;
      display: block;
      margin: auto;
      position: relative;
      top: 4px;
      -webkit-transition: top 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
      -moz-transition: top 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
      -ms-transition: top 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
      -o-transition: top 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: top 250ms cubic-bezier(0.165, 0.84, 0.44, 1); }
      .standardgrid .screenshot img:hover {
        top: 0; }
  .standardgrid .threecol {
    width: 223px; }
    .standardgrid .threecol:nth-of-type(3n) {
      margin-right: 0; }
    .standardgrid .threecol.spantwo {
      width: 476px;
      margin-right: 0; }
  .standardgrid .fourcol {
    width: 160px; }
    .standardgrid .fourcol:nth-of-type(4n) {
      margin-right: 0; }
  .standardgrid .centerfour {
    width: 100%; }
  .standardgrid .rightcol {
    float: right; }
  .standardgrid .containerblock {
    position: relative; }
  @media (min-width: 1120px) {
    .standardgrid .footerwrap, .standardgrid .pageheader, .standardgrid .contentwidth, .standardgrid .grid-wrapper {
      width: 1110px; }
    .standardgrid .centerfour {
      width: 730px;
      margin: 0 190px; }
    .standardgrid .twocol {
      width: 540px; }
    .standardgrid .threecol {
      width: 350px; }
      .standardgrid .threecol.spantwo {
        width: 730px;
        margin-right: 0; }
    .standardgrid .fourcol {
      width: 255px; }
      .standardgrid .fourcol:nth-of-type(4n) {
        margin-right: 0; }
    .standardgrid .centerfour {
      width: 730px;
      margin: 0 190px; }
      .standardgrid .centerfour.extramargin {
        margin-bottom: 2em;
        margin-bottom: 2rem; } }
  @media (max-width: 740px) {
    .standardgrid .footerwrap, .standardgrid .pageheader, .standardgrid .contentwidth, .standardgrid .grid-wrapper {
      width: 90%; }
    .standardgrid .content ol li, .standardgrid .content ul li {
      margin-left: 5%; }
    .standardgrid .gridcols {
      margin-right: 0; }
    .standardgrid .twocol {
      width: 45%; }
    .standardgrid .hero .twocol {
      width: 100%; }
    .standardgrid .threecol {
      width: 100%;
      margin-right: 0; }
      .standardgrid .threecol.spantwo {
        width: 100%;
        margin-right: 0; }
    .standardgrid .fourcol {
      width: 100%;
      margin-right: 0; }
    .standardgrid .regsize {
      width: 100%; } }
  .standardgrid .headwrap {
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0; }
  .standardgrid .login-link {
    border-left: 1px solid #656673;
    padding-left: 15px;
    padding-right: 10px; }
  .standardgrid .signup-link {
    position: relative;
    margin-top: -6px; }
    .standardgrid .signup-link a {
      background: #EAA261;
      padding: 4px 8px;
      position: relative;
      color: #4d4e58; }
      .standardgrid .signup-link a:hover, .standardgrid .signup-link a:active {
        background: #e48834;
        color: #4d4e58; }
      .standardgrid .signup-link a:active {
        top: 1px; }
  @media (max-width: 740px) {
    .standardgrid .pageheader {
      height: 50px; } }

.lte8 .standardgrid .gridcols {
  margin-right: 0;
  margin-left: 30px; }
  .lte8 .standardgrid .gridcols:first-child {
    margin-left: 0; }
.lte8 .standardgrid .centerfour {
  margin-left: 0; }

.tier {
  padding: 48px 0; }

.greytier {
  background: #e7e7ed; }

.yellowtier {
  background: #EAA261; }

input[type=text], input[type=email], input[type=password], input[type=submit], textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0;
  outline: none;
  -webkit-transition: background-color 150ms ease-out;
  -moz-transition: background-color 150ms ease-out;
  -ms-transition: background-color 150ms ease-out;
  -o-transition: background-color 150ms ease-out;
  transition: background-color 150ms ease-out;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif; }

.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -59px;
  position: relative;
  overflow: hidden; }

.headerwrap {
  display: block;
  width: 100%;
  background: #4d4e58; }

.pageheader {
  position: relative;
  padding: 12px 0; }

.utility {
  position: absolute;
  right: 0;
  top: 15px; }
  .utility .login, .utility .signup {
    display: none; }
  @media (min-width: 820px) {
    .utility {
      right: 10px; }
      .utility .login, .utility .signup {
        display: inline-block; } }
  .utility > ul {
    list-style-type: none; }
    .utility > ul > li {
      display: inline-block;
      padding-right: 5px; }
      @media (min-width: 820px) {
        .utility > ul > li {
          padding-right: 15px; } }
      .utility > ul > li > a {
        color: #BBBBCC;
        text-decoration: none;
        display: inline-block; }
        .utility > ul > li > a:before {
          width: 20px;
          height: 20px;
          display: inline-block;
          margin-right: 5px;
          background: #CACAD7;
          border-radius: 10px;
          -webkit-border-radius: 10px;
          -moz-border-radius: 10px;
          -ms-border-radius: 10px;
          -o-border-radius: 10px;
          text-align: center;
          color: #43444E; }
        .utility > ul > li > a:hover {
          color: #E7E7ED; }
          .utility > ul > li > a:hover:before {
            background-color: #E7E7ED; }
      .utility > ul > li:last-child {
        padding-right: 0; }
      .utility > ul > li.login {
        border-left: 1px solid #656673;
        padding-left: 15px;
        padding-right: 10px; }
      .utility > ul > li.signup {
        position: relative;
        margin-top: -6px; }
        .utility > ul > li.signup a {
          background: #656673;
          padding: 6px 8px;
          border-radius: 4px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          -ms-border-radius: 4px;
          -o-border-radius: 4px;
          position: relative; }
          .utility > ul > li.signup a:hover {
            background: #717281; }
          .utility > ul > li.signup a:active {
            background: #656673;
            top: 1px; }

#settings-link {
  display: inline-block;
  padding-left: 22px; }
  #settings-link .settings-avatar {
    position: absolute;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    width: 25px;
    left: 0;
    top: -2px; }

.wide-fixed .content {
  width: 90%; }
  @media (min-width: 570px) {
    .wide-fixed .content {
      width: 400px; } }
  @media (min-width: 820px) {
    .wide-fixed .content {
      width: 760px; } }
  @media (min-width: 1200px) {
    .wide-fixed .content {
      width: 980px; } }
  @media (min-width: 1500px) {
    .wide-fixed .content {
      width: 1160px; } }
.wide-fixed .helpgroup figure {
  display: block;
  vertical-align: top;
  margin-bottom: 33px;
  position: relative; }
  .wide-fixed .helpgroup figure video, .wide-fixed .helpgroup figure img {
    width: 100%;
    margin-bottom: 11px; }
  .wide-fixed .helpgroup figure video {
    cursor: pointer; }
  @media (min-width: 820px) {
    .wide-fixed .helpgroup figure video {
      display: inline-block;
      margin-right: 20px;
      width: auto; }
    .wide-fixed .helpgroup figure img {
      width: 300px;
      margin-right: 20px; }
    .wide-fixed .helpgroup figure video + p, .wide-fixed .helpgroup figure img + p {
      display: inline-block;
      width: 200px;
      vertical-align: top;
      font-size: 13px;
      margin-left: -4px; } }
  @media (min-width: 1200px) {
    .wide-fixed .helpgroup figure video + p, .wide-fixed .helpgroup figure img + p {
      width: 400px;
      font-size: 16px; } }
  .wide-fixed .helpgroup figure.vid .playpause {
    position: absolute;
    width: 300px;
    height: 150px;
    background: none;
    pointer-events: none;
    z-index: 50;
    -webkit-transition: background-color 150ms ease-out;
    -moz-transition: background-color 150ms ease-out;
    -ms-transition: background-color 150ms ease-out;
    -o-transition: background-color 150ms ease-out;
    transition: background-color 150ms ease-out; }
    @media (min-width: 820px) {
      .wide-fixed .helpgroup figure.vid .playpause {
        background: rgba(77, 78, 88, 0.4) url(https://d2c3nvafyekx5z.cloudfront.net/images/help/v1/play-7a55f44103d6da37e580f5ebd13e9a0d.png) no-repeat 50% 35%; }
        .wide-fixed .helpgroup figure.vid .playpause:hover .playpause {
          background-color: rgba(77, 78, 88, 0.9); }
        .wide-fixed .helpgroup figure.vid .playpause:after {
          content: "Play video";
          color: #e7e7ed;
          text-align: center;
          display: block;
          font-weight: bold;
          padding-top: 100px; } }
  .wide-fixed .helpgroup figure.vid.active .playpause {
    display: none; }
  .wide-fixed .helpgroup figure.vid:hover:after {
    opacity: .7; }
  .wide-fixed .helpgroup figure .keyborder {
    font-size: 13px;
    padding: 1px 4px 0; }
.wide-fixed .help-videos h2 {
  border-top: 1px solid #BBBBCC;
  padding-top: 22px;
  margin-bottom: 22px; }
.wide-fixed .help-videos .groupintro {
  margin-bottom: 33px; }
@media (min-width: 820px) {
  .wide-fixed .help-videos {
    margin-left: 240px; } }

#help-nav {
  width: 100%;
  position: relative; }
  #help-nav h3 {
    font-weight: normal;
    border-bottom: 2px solid #BBBBCC;
    padding-bottom: 11px;
    margin-bottom: 0; }
  #help-nav nav a {
    display: block;
    border-bottom-color: #d8d8e2;
    padding: 6px 0; }
    #help-nav nav a:hover {
      border-bottom-color: #EAA261; }
  @media (min-width: 820px) {
    #help-nav {
      width: 200px;
      position: absolute;
      top: 99px; }
      #help-nav.fixed {
        position: fixed;
        top: 22px; } }

#user-settings {
  top: 40px;
  left: auto;
  right: 5px;
  width: 170px; }
  #user-settings:before {
    left: auto;
    right: 15px; }
  #user-settings.active {
    top: 45px; }
  @media (min-width: 820px) {
    #user-settings {
      top: 45px;
      right: -5px; }
      #user-settings.active {
        top: 50px; } }

#promo {
  background: #f0f0f4;
  overflow: hidden; }
  #promo h3 {
    font-size: 16px;
    font-weight: normal;
    color: #5b5c5c;
    width: 50%;
    padding: 10px 20px 10px 10px;
    float: left;
    text-align: center;
    line-height: 22px;
    padding-top: 16px; }

.content {
  width: 90%;
  margin: 22px auto;
  line-height: 22px; }
  .content h1 {
    padding-top: 33px;
    padding-bottom: 11px;
    font-weight: 200;
    font-size: 42px;
    line-height: 44px; }
  .content h1, .content h2, .content h3, .content > p, .content ol, .content ul {
    margin-bottom: 22px; }
  .content h2 {
    line-height: 27px; }
  .content ol, .content ul {
    margin-left: 20px; }
    .content ol li, .content ul li {
      margin-bottom: 11px; }
  @media (min-width: 570px) {
    .content {
      width: 540px; }
      .content ol {
        margin-left: 0; } }
  .content .date-entry {
    font-size: 13px;
    margin-bottom: 11px;
    padding-top: 22px;
    padding-bottom: 6px;
    text-align: left;
    position: relative; }
    .content .date-entry:before {
      content: "";
      width: 24px;
      height: 24px;
      position: absolute;
      background: #e7e7ed url(../images/v1/usernav/completed-icon.svg) 50% 50% no-repeat;
      background-size: 16px 16px;
      left: -32px; }
    @media (min-width: 820px) {
      .content .date-entry:before {
        left: -62px; } }

.log-figure {
  margin-top: 22px;
  margin-bottom: 33px;
  position: relative;
  border: 3px solid rgba(77, 78, 88, 0.5);
  width: 100%;
  margin-left: -3px; }
  @media (min-width: 820px) {
    .log-figure {
      width: 546px; } }
  .log-figure img {
    display: block;
    width: 100%; }
  .log-figure figcaption {
    font-size: 13px;
    color: #fff;
    background: rgba(53, 54, 61, 0.9);
    position: relative;
    width: 100%;
    padding: 6px 10px;
    bottom: 0; }
    @media (min-width: 820px) {
      .log-figure figcaption {
        position: absolute; } }

.fixedwidth-page header {
  margin: auto; }
  .fixedwidth-page header #logo {
    left: 0;
    width: 45px;
    overflow-x: hidden;
    height: 50px;
    margin-top: -5px; }
    .fixedwidth-page header #logo svg {
      top: -5px; }
    .fixedwidth-page header #logo #logoword {
      width: 45px; }
  .fixedwidth-page header .soundslice-word {
    display: none; }
  @media (min-width: 570px) {
    .fixedwidth-page header {
      width: 540px; }
      .fixedwidth-page header .display-medium {
        display: none; }
      .fixedwidth-page header .utility {
        right: 0; }
      .fixedwidth-page header nav #help-menu {
        left: -115px;
        right: auto; } }
  @media (min-width: 820px) {
    .fixedwidth-page header nav #help-menu {
      left: -84px; } }
.fixedwidth-page pre {
  width: 540px; }
.fixedwidth-page footer .footerwrap {
  margin: 0 auto;
  width: 90%; }
  .fixedwidth-page footer .footerwrap nav {
    text-align: center; }
  .fixedwidth-page footer .footerwrap span {
    position: static; }
  @media (min-width: 570px) {
    .fixedwidth-page footer .footerwrap {
      width: 540px; } }

#browser-support {
  background-color: #767883;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1, #60626e), color-stop(0, #767883));
  background: -moz-linear-gradient(center top, #60626e, #767883);
  padding: 11px;
  font-size: 13px;
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #252629; }

#logo {
  display: inline-block;
  float: left;
  position: relative;
  width: 190px;
  overflow: visible;
  height: auto;
  margin-top: 1px;
  margin-left: 10px; }
  @media (max-width: 740px) {
    #logo {
      width: 50px;
      height: 50px;
      margin-top: -5px;
      overflow: hidden; } }
  #logo svg {
    position: absolute;
    left: -10px;
    top: -10px;
    width: 200px;
    height: 45px; }
    @media (max-width: 740px) {
      #logo svg {
        top: -3px; } }
  #logo:hover .oddline {
    animation: logo 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) alternate infinite;
    -webkit-animation: logo 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) alternate infinite;
    -moz-animation: logo 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) alternate infinite;
    -o-animation: logo 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) alternate infinite; }
  #logo:hover .evenline {
    animation: logoodd 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) alternate infinite;
    -webkit-animation: logoodd 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) alternate infinite;
    -moz-animation: logoodd 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) alternate infinite;
    -o-animation: logoodd 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) alternate infinite; }
  #logo:hover #logoword {
    color: #EAA261; }

#logo .logotext { fill: #fff; }

#logoword {
  padding: 5px 10px 6px 45px;
  display: block;
  position: relative;
  z-index: 1000;
  opacity: 0; }

.soundslice-word {
  display: block; }
  @media (max-width: 740px) {
    .soundslice-word {
      display: none; } }

.lte8 #logo {
  text-indent: -999em;
  width: 180px;
  height: 40px;
  top: 3px;
  background: url("../images/v1/spritemap.png?a3f5cd") -216px -100px; }

#searchlink {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 10px;
  color: #BBBBCC;
  opacity: .7;
  -webkit-transition: opacity 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: opacity 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: opacity 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: opacity 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 250ms cubic-bezier(0.165, 0.84, 0.44, 1); }
  #searchlink:before {
    content: "";
    background: url(../images/magnifying-glass-light.svg);
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
    top: 1px;
    margin-right: 5px; }
  #searchlink:hover {
    opacity: 1; }

#stripewrapper {
  position: relative;
  background: #cacad7; }

#unverified-stripe {
  text-align: center;
  position: relative;
  z-index: 1; }
  #unverified-stripe a {
    color: #4d4e58;
    text-decoration: none;
    display: block;
    padding: 10px;
    padding: .625em;
    padding: .625rem;
    background: #CACAD7;
    border-bottom: 0;
    -webkit-transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -ms-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
    transition: all 150ms ease-out; }
    #unverified-stripe a span {
      color: #c85413; }
    #unverified-stripe a:hover {
      background: #e7e7ed; }
      #unverified-stripe a:hover span {
        color: #ea6b24; }
    #unverified-stripe a:active {
      background: #d8d8e2;
      -webkit-transition: 0;
      -moz-transition: 0;
      -ms-transition: 0;
      -o-transition: 0;
      transition: 0; }

.user-page {
  background: #e7e7ed;
  color: #43444D; }

.general-alert {
  position: absolute;
  top: 15%;
  left: 50%;
  text-align: center;
  margin: auto;
  width: 60%;
  margin-left: -29%;
  background: #d8d8e2;
  padding: 20px 0 17px;
  color: #4d4e58;
  font-weight: bold;
  border: 1px solid #4d4e58;
  -webkit-transition: visibility 0ms cubic-bezier(0.165, 0.84, 0.44, 1) 250ms, z-index 0ms cubic-bezier(0.165, 0.84, 0.44, 1) 250ms, opacity 250ms cubic-bezier(0.165, 0.84, 0.44, 1), top 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: visibility 0ms cubic-bezier(0.165, 0.84, 0.44, 1) 250ms, z-index 0ms cubic-bezier(0.165, 0.84, 0.44, 1) 250ms, opacity 250ms cubic-bezier(0.165, 0.84, 0.44, 1), top 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: visibility 0ms cubic-bezier(0.165, 0.84, 0.44, 1) 250ms, z-index 0ms cubic-bezier(0.165, 0.84, 0.44, 1) 250ms, opacity 250ms cubic-bezier(0.165, 0.84, 0.44, 1), top 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: visibility 0ms cubic-bezier(0.165, 0.84, 0.44, 1) 250ms, z-index 0ms cubic-bezier(0.165, 0.84, 0.44, 1) 250ms, opacity 250ms cubic-bezier(0.165, 0.84, 0.44, 1), top 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: visibility 0ms cubic-bezier(0.165, 0.84, 0.44, 1) 250ms, z-index 0ms cubic-bezier(0.165, 0.84, 0.44, 1) 250ms, opacity 250ms cubic-bezier(0.165, 0.84, 0.44, 1), top 250ms cubic-bezier(0.165, 0.84, 0.44, 1); }
  .general-alert p:before {
    content: "!";
    display: inline-block;
    margin-top: -12px;
    padding-top: 2px;
    margin-right: 10px;
    width: 30px;
    height: 28px;
    text-align: center;
    color: #fff;
    font-weight: normal;
    font-size: 21px;
    background: #8181a0;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px; }
  .general-alert.active {
    z-index: 5000;
    top: 18%; }

.footerpush {
  height: 59px; }

footer {
  padding: 20px 0;
  background: #fff;
  width: 100%;
  position: relative;
  z-index: 50; }
  footer .footerwrap {
    margin: 0 5%; }
    footer .footerwrap nav {
      text-align: center; }
      footer .footerwrap nav a {
        margin-right: 15px; }
      @media (min-width: 570px) {
        footer .footerwrap nav {
          text-align: left; } }
    footer .footerwrap span {
      display: block;
      text-align: center;
      padding-top: 22px; }
      @media (min-width: 570px) {
        footer .footerwrap span {
          position: absolute;
          right: 5%;
          bottom: 20px; } }

.not-found {
  background: url(../images/v1/filenotfound.jpg) top left no-repeat;
  background-size: cover;
  color: #e7e7ed; }
  .not-found .content {
    text-align: center;
    padding-top: 300px;
    width: 440px;
    height: 180px;
    padding: 30px;
    background: rgba(53, 54, 61, 0.7);
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -90px 0  0 -220px; }
    .not-found .content h1 {
      font-size: 42px;
      line-height: 44px;
      margin-bottom: 11px;
      padding-top: 0; }
    .not-found .content p {
      font-size: 21px;
      line-height: 27px; }

.errorscreen {
  background: rgba(77, 78, 88, 0.8); }

.illo-intro {
  background: #4d4e58 url(../images/v1/love-page-bg.png) repeat-x 0 50%;
  text-align: center;
  color: #e7e7ed;
  padding: 33px 20px 33px; }

.love-illo {
  width: 90%;
  max-width: 1045px; }

.lovequote {
  margin-bottom: 33px;
  line-height: 22px; }
  @media (min-width: 820px) {
    .lovequote {
      width: 28%;
      margin-right: 8%;
      float: left;
      font-size: 13px;
      line-height: 17px; }
      .lovequote:last-of-type {
        margin-right: 0; } }
  @media (min-width: 1200px) {
    .lovequote {
      width: 28%;
      margin-right: 8%;
      float: left;
      font-size: 16px;
      line-height: 22px; }
      .lovequote:last-of-type {
        margin-right: 0; } }
  .lovequote blockquote {
    padding-bottom: 11px;
    position: relative;
    margin-bottom: 22px; }
    .lovequote blockquote:before {
      content: "\201C";
      position: absolute;
      left: -18px;
      top: 3px;
      font-size: 34px;
      color: #BBBBCC; }
  .lovequote .quotemark {
    position: absolute;
    font-size: 34px;
    color: #BBBBCC;
    bottom: 4px;
    padding-left: 3px; }
  .lovequote .attributor {
    border-top: 1px solid #d8d8e2;
    padding-top: 22px;
    margin-top: 22px;
    position: relative; }
    .lovequote .attributor:before, .lovequote .attributor:after {
      content: "";
      position: absolute;
      border: 10px solid transparent;
      top: 100%;
      left: 50%;
      margin-left: -10px;
      border-top-color: #e7e7ed;
      left: 20%; }
    .lovequote .attributor:before {
      border-top-color: #BBBBCC;
      top: 0px; }
    .lovequote .attributor:after {
      top: -1px; }
  .lovequote a {
    border-bottom: 0; }
    .lovequote a:hover img {
      opacity: 1; }
  .lovequote img {
    opacity: .7; }

.second-tier {
  background: #fff;
  padding: 1px 0 11px; }
  .second-tier .content {
    position: relative; }

.third-tier {
  background-color: #EAA261;
  text-align: center; }
  .third-tier .content {
    margin: 0 auto; }
    .third-tier .content a {
      border-bottom: 0;
      font-size: 21px;
      padding: 22px 0;
      display: block;
      outline: none; }

.twitter-quote {
  font-size: 13px;
  line-height: 17px;
  display: inline-block;
  margin-bottom: 33px;
  margin-left: -4px;
  padding-left: 4px;
  vertical-align: top; }
  .twitter-quote a {
    color: #4d4e58; }
    .twitter-quote a:hover {
      border-bottom-color: #BBBBCC; }
    .twitter-quote a:active {
      color: #BBBBCC; }
  @media (min-width: 570px) {
    .twitter-quote {
      width: 48%;
      margin-right: 4%; }
      .twitter-quote:nth-of-type(2n) {
        margin-right: 0; } }
  @media (min-width: 820px) {
    .twitter-quote {
      width: 22%; }
      .twitter-quote:nth-of-type(2n) {
        margin-right: 4%; }
      .twitter-quote:nth-of-type(4n) {
        margin-right: 0; } }

.twitter-attributor {
  padding-top: 11px;
  font-size: 11px; }

.twitter-header {
  padding-bottom: 22px;
  border-bottom: 1px solid #e7e7ed; }
  .twitter-header:before {
    content: "";
    display: inline-block;
    background: url(../images/v1/twitter-logo.svg);
    background-size: contain;
    width: 30px;
    height: 30px;
    position: relative;
    top: 7px;
    margin-right: 10px; }

#tweetfilter {
  width: 100%;
  margin-bottom: 22px; }
  #tweetfilter .active {
    background: #EAA261;
    color: #fff;
    -webkit-box-shadow: 0 2px 0 #e7954a inset;
    -moz-box-shadow: 0 2px 0 #e7954a inset;
    -ms-box-shadow: 0 2px 0 #e7954a inset;
    -o-box-shadow: 0 2px 0 #e7954a inset;
    box-shadow: 0 2px 0 #e7954a inset; }
  #tweetfilter .toggle-button {
    width: 50%; }
  @media (min-width: 820px) {
    #tweetfilter {
      width: 22%;
      position: absolute;
      right: 0;
      top: 4px; } }

.lte8 .lovequote {
  width: 28%;
  margin: 0 2% 33px;
  float: left;
  font-size: 13px;
  line-height: 17px; }
.lte8 #tweetfilter {
  width: 22%;
  position: absolute;
  right: 0;
  top: 4px; }
.lte8 .twitter-quote {
  width: 22%;
  margin: 0 1.2% 33px; }
.lte8 .utility {
  right: 10px; }
  .lte8 .utility .login, .lte8 .utility .signup {
    display: inline-block; }
.lte8 .content {
  width: 540px; }
  .lte8 .content ol {
    margin-left: 0; }
.lte8 .wide-fixed .content {
  width: 980px; }

.uploadslist {
  line-height: 22px; }
  .uploadslist .artistname {
    color: #4d4e58;
    font-size: 16px; }

.uploadtools {
  float: left;
  opacity: 0;
  visibility: hidden; }

.uploadaction {
  display: inline-block;
  width: 16px;
  height: 16px;
  opacity: .6;
  margin: 0 3px;
  position: relative;
  border-bottom: 0; }
  .uploadaction .instruction-tip {
    left: -42px;
    text-align: center;
    line-height: 18px; }
  .uploadaction:last-of-type {
    margin-right: 6px; }
  .uploadaction:hover {
    opacity: 1; }
    .uploadaction:hover .hiddentip {
      opacity: 1;
      visibility: visible;
      transition-delay: 0s;
      -webkit-transition-delay: 0s;
      -moz-transition-delay: 0s;
      -ms-transition-delay: 0s;
      -o-transition-delay: 0s; }

.list-songname {
  font-size: 21px; }

.uploadgroup {
  border-bottom: 1px solid #d8d8e2;
  padding: 11px 0; }
  .uploadgroup:hover .uploadtools {
    opacity: 1;
    visibility: visible; }

.uploaditem {
  overflow: hidden; }
