/*!
 * Bootstrap v3.0.0 for Indaba
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */

@font-face {
  font-family: 'Avant Garde Medium';
  font-style: normal;
  font-weight: normal;
  src: url('/assets/font/avant_garde_medium.eot');
  src: url('/assets/font/avant_garde_medium.eot?#iefix') format('embedded-opentype'), url('/assets/font/avant_garde_medium.otf') format('otf'), url('/assets/font/avant_garde_medium.ttf') format('truetype');
}

/*! normalize.css v2.1.0 | MIT License | git.io/normalize */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  height: 0;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
}

mark {
  color: #000;
  background: #ff0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}

button,
input,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  box-sizing: border-box;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 2cm .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

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

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #eeeeee;
  background-color: #333333;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #0083cb;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #00527e;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: inline-block;
  height: auto;
  max-width: 100%;
}

.img-rounded {
  border-radius: 6px;
}

.img-circle {
  border-radius: 500px;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #222222;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16.099999999999998px;
  font-weight: 200;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small {
  font-size: 85%;
}

cite {
  font-style: normal;
}

.text-muted {
  color: #999999;
}

.text-primary {
  color: #428bca;
}

.text-warning {
  color: #c09853;
}

.text-danger {
  color: #b94a48;
}

.text-success {
  color: #468847;
}

.text-info {
  color: #3a87ad;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Avant Garde Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.1;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h1,
.h1 {
  font-size: 38px;
}

h2,
.h2 {
  font-size: 32px;
}

h3,
.h3 {
  font-size: 24px;
}

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

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

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

h1 small,
.h1 small {
  font-size: 24px;
}

h2 small,
.h2 small {
  font-size: 18px;
}

h3 small,
.h3 small,
h4 small,
.h4 small {
  font-size: 14px;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dt {
  float: left;
  width: 160px;
  overflow: hidden;
  clear: left;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dl-horizontal dd {
  margin-left: 180px;
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
  display: table;
  content: " ";
}

.dl-horizontal dd:after {
  clear: both;
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
  display: table;
  content: " ";
}

.dl-horizontal dd:after {
  clear: both;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}

blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}

blockquote p:last-child {
  margin-bottom: 0;
}

blockquote small {
  display: block;
  line-height: 1.428571429;
  color: #999999;
}

blockquote small:before {
  content: '\2014 \00A0';
}

blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}

blockquote.pull-right small:before {
  content: '';
}

blockquote.pull-right small:after {
  content: '\00A0 \2014';
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  white-space: nowrap;
  background-color: #f9f2f4;
  border-radius: 4px;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

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

pre code {
  padding: 0;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
}

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

.container:after {
  clear: both;
}

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

.container:after {
  clear: both;
}

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

.row:after {
  clear: both;
}

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

.row:after {
  clear: both;
}

@media (min-width: 768px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

.row .row {
  margin-right: -15px;
  margin-left: -15px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  float: left;
}

.col-1 {
  width: 8.333333333333332%;
}

.col-2 {
  width: 16.666666666666664%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.33333333333333%;
}

.col-5 {
  width: 41.66666666666667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.333333333333336%;
}

.col-8 {
  width: 66.66666666666666%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.33333333333334%;
}

.col-11 {
  width: 91.66666666666666%;
}

.col-12 {
  width: 100%;
}

@media (min-width: 768px) {
  .container {
    max-width: 728px;
  }
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-push-1 {
    left: 8.333333333333332%;
  }
  .col-push-2 {
    left: 16.666666666666664%;
  }
  .col-push-3 {
    left: 25%;
  }
  .col-push-4 {
    left: 33.33333333333333%;
  }
  .col-push-5 {
    left: 41.66666666666667%;
  }
  .col-push-6 {
    left: 50%;
  }
  .col-push-7 {
    left: 58.333333333333336%;
  }
  .col-push-8 {
    left: 66.66666666666666%;
  }
  .col-push-9 {
    left: 75%;
  }
  .col-push-10 {
    left: 83.33333333333334%;
  }
  .col-push-11 {
    left: 91.66666666666666%;
  }
  .col-pull-1 {
    right: 8.333333333333332%;
  }
  .col-pull-2 {
    right: 16.666666666666664%;
  }
  .col-pull-3 {
    right: 25%;
  }
  .col-pull-4 {
    right: 33.33333333333333%;
  }
  .col-pull-5 {
    right: 41.66666666666667%;
  }
  .col-pull-6 {
    right: 50%;
  }
  .col-pull-7 {
    right: 58.333333333333336%;
  }
  .col-pull-8 {
    right: 66.66666666666666%;
  }
  .col-pull-9 {
    right: 75%;
  }
  .col-pull-10 {
    right: 83.33333333333334%;
  }
  .col-pull-11 {
    right: 91.66666666666666%;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 940px;
  }
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-offset-3 {
    margin-left: 25%;
  }
  .col-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-offset-6 {
    margin-left: 50%;
  }
  .col-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-offset-9 {
    margin-left: 75%;
  }
  .col-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-offset-11 {
    margin-left: 91.66666666666666%;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

table {
  max-width: 100%;
  background-color: #333333;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}

.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #595959;
}

.table thead > tr > th {
  vertical-align: bottom;
}

.table caption + thead tr:first-child th,
.table colgroup + thead tr:first-child th,
.table thead:first-child tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child td {
  border-top: 0;
}

.table tbody + tbody {
  border-top: 2px solid #595959;
}

.table .table {
  background-color: #333333;
}

.table-condensed thead > tr > th,
.table-condensed tbody > tr > th,
.table-condensed tfoot > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #595959;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #595959;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #3b3b3b;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #404040;
}

table col[class^="col-"] {
  display: table-column;
  float: none;
}

table td[class^="col-"],
table th[class^="col-"] {
  display: table-cell;
  float: none;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #404040;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
  border-color: #eed3d7;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
  border-color: #fbeed5;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td {
  background-color: #d0e9c6;
  border-color: #c9e2b3;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td {
  background-color: #ebcccc;
  border-color: #e6c1c7;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td {
  background-color: #faf2cc;
  border-color: #f8e5be;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */

  line-height: normal;
}

input[type="file"] {
  display: block;
}

select[multiple],
select[size] {
  height: auto;
}

select optgroup {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}

.form-control:-moz-placeholder {
  color: #999999;
}

.form-control::-moz-placeholder {
  color: #999999;
}

.form-control:-ms-input-placeholder {
  color: #999999;
}

.form-control::-webkit-input-placeholder {
  color: #999999;
}

.form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}

textarea.form-control {
  height: auto;
}

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

.radio,
.checkbox {
  display: block;
  min-height: 20px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  vertical-align: middle;
}

.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

.input-large {
  height: 56px;
  padding: 14px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-small {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

select.input-large {
  height: 56px;
  line-height: 56px;
}

select.input-small {
  height: 30px;
  line-height: 30px;
}

textarea.input-large,
textarea.input-small {
  height: auto;
}

.has-warning .help-block,
.has-warning .control-label {
  color: #c09853;
}

.has-warning .form-control {
  padding-right: 32px;
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}

.has-warning .input-group-addon {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

.has-error .help-block,
.has-error .control-label {
  color: #b94a48;
}

.has-error .form-control {
  padding-right: 32px;
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

.has-error .input-group-addon {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

.has-success .help-block,
.has-success .control-label {
  color: #468847;
}

.has-success .form-control {
  padding-right: 32px;
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}

.has-success .input-group-addon {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #ffffff;
}

.btn {
  display: inline-block;
  padding: 8px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus {
  color: #eeeeee;
  text-decoration: none;
}

.btn:active,
.btn.active {
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: default;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-default {
  color: #eeeeee;
  background-color: #4d4d4d;
  border-color: #4d4d4d;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
  background-color: #404040;
  border-color: #333333;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #4d4d4d;
  border-color: #4d4d4d;
}

.btn-primary {
  color: #eeeeee;
  background-color: #428bca;
  border-color: #428bca;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  background-color: #357ebd;
  border-color: #3071a9;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #428bca;
}

.btn-warning {
  color: #eeeeee;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active {
  background-color: #eea236;
  border-color: #ec971f;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-danger {
  color: #eeeeee;
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active {
  background-color: #d43f3a;
  border-color: #c9302c;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-success {
  color: #eeeeee;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active {
  background-color: #4cae4c;
  border-color: #449d44;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-info {
  color: #eeeeee;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active {
  background-color: #46b8da;
  border-color: #31b0d5;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-link {
  font-weight: normal;
  color: #0083cb;
  cursor: pointer;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #00527e;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #333333;
  text-decoration: none;
}

.btn-large {
  padding: 14px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.btn-small,
.btn-mini {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-mini {
  padding: 3px 5px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
          transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
          transition: height 0.35s ease;
}

.input-group {
  display: table;
  border-collapse: separate;
}

.input-group.col {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 8px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.input-group-addon.input-small {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-large {
  padding: 14px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -4px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}

.form-inline .form-control,
.form-inline .radio,
.form-inline .checkbox {
  display: inline-block;
}

.form-inline .radio,
.form-inline .checkbox {
  margin-top: 0;
  margin-bottom: 0;
}

.form-horizontal .control-label {
  padding-top: 9px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
  }
}

.form-horizontal .form-group .row {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #357ebd;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#357ebd));
  background-image: -webkit-linear-gradient(top, #428bca, 0%, #357ebd, 100%);
  background-image: -moz-linear-gradient(top, #428bca 0%, #357ebd 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #357ebd;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#357ebd));
  background-image: -webkit-linear-gradient(top, #428bca, 0%, #357ebd, 100%);
  background-image: -moz-linear-gradient(top, #428bca 0%, #357ebd 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
  background-repeat: repeat-x;
  outline: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999999;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 30px 10px 15px;
  margin-bottom: -1px;
  background-color: #222222;
  border: 1px solid #333333;
}

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.list-group-item > .badge {
  float: right;
  margin-right: -15px;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

a.list-group-item .list-group-item-heading {
  color: #333333;
}

a.list-group-item .list-group-item-text {
  color: #555555;
}

a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

a.list-group-item.active {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}

a.list-group-item.active .list-group-item-heading {
  color: inherit;
}

a.list-group-item.active .list-group-item-text {
  color: #e1edf7;
}

.panel {
  padding: 15px;
  margin-bottom: 20px;
  background-color: #222222;
  border: 1px solid #333333;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-heading {
  padding: 10px 15px;
  margin: -15px -15px 15px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #333333;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17.5px;
  font-weight: 500;
}

.panel-footer {
  padding: 10px 15px;
  margin: 15px -15px -15px;
  background-color: #f5f5f5;
  border-top: 1px solid #333333;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-primary {
  border-color: #428bca;
}

.panel-primary .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-warning {
  border-color: #fbeed5;
}

.panel-warning .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}

.panel-danger {
  border-color: #eed3d7;
}

.panel-danger .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.list-group-flush {
  margin: 15px -15px -15px;
}

.list-group-flush .list-group-item {
  border-width: 1px 0;
}

.list-group-flush .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.list-group-flush .list-group-item:last-child {
  border-bottom: 0;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #222222;
  border: 1px solid #111111;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-large {
  padding: 24px;
  border-radius: 6px;
}

.well-small {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

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

.nav:after {
  clear: both;
}

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

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #333333;
}

.nav > li.disabled > a {
  color: #999999;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav.open > a,
.nav.open > a:hover,
.nav.open > a:focus {
  color: #222222;
  background-color: #0083cb;
  border-color: #0083cb;
}

.nav.open > a .caret,
.nav.open > a:hover .caret,
.nav.open > a:focus .caret {
  border-top-color: #222222;
  border-bottom-color: #222222;
}

.nav > .pull-right {
  float: right;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav-tabs {
  border-bottom: 1px solid #222222;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #222222;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #333333;
  border: 1px solid #222222;
  border-bottom-color: transparent;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  display: table-cell;
  float: none;
  width: 1%;
}

.nav-tabs.nav-justified > li > a {
  text-align: center;
}

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-bottom: 1px solid #dddddd;
}

.nav-tabs.nav-justified > .active > a {
  border-bottom-color: #333333;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 5px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #428bca;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  display: table-cell;
  float: none;
  width: 1%;
}

.nav-justified > li > a {
  text-align: center;
}

.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-bottom: 1px solid #dddddd;
}

.nav-tabs-justified > .active > a {
  border-bottom-color: #333333;
}

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

.tabbable:after {
  clear: both;
}

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

.tabbable:after {
  clear: both;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.nav .caret {
  border-top-color: #0083cb;
  border-bottom-color: #0083cb;
}

.nav a:hover .caret {
  border-top-color: #00527e;
  border-bottom-color: #00527e;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 20px;
  background-color: #eeeeee;
  border-radius: 4px;
}

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

.navbar:after {
  clear: both;
}

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

.navbar:after {
  clear: both;
}

.navbar-nav {
  margin-top: 10px;
  margin-bottom: 15px;
}

.navbar-nav > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 20px;
  color: #777777;
  border-radius: 4px;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}

.navbar-nav > .active > a,
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #d5d5d5;
}

.navbar-nav > .disabled > a,
.navbar-nav > .disabled > a:hover,
.navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}

.navbar-nav.pull-right {
  width: 100%;
}

.navbar-static-top {
  border-radius: 0;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  border-radius: 0;
}

.navbar-fixed-top {
  top: 0;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
}

.navbar-brand {
  display: block;
  max-width: 200px;
  padding: 15px 15px;
  margin-right: auto;
  margin-left: auto;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  color: #777777;
  text-align: center;
}

.navbar-brand:hover,
.navbar-brand:focus {
  color: #5e5e5e;
  text-decoration: none;
  background-color: transparent;
}

.navbar-toggle {
  position: absolute;
  top: 9px;
  right: 10px;
  width: 48px;
  height: 32px;
  padding: 8px 12px;
  background-color: transparent;
  border: 1px solid #dddddd;
  border-radius: 4px;
}

.navbar-toggle:hover,
.navbar-toggle:focus {
  background-color: #dddddd;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #cccccc;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

.navbar-form {
  margin-top: 6px;
  margin-bottom: 6px;
}

.navbar-form .form-control,
.navbar-form .radio,
.navbar-form .checkbox {
  display: inline-block;
}

.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 0;
  margin-bottom: 0;
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-nav > .dropdown > a:hover .caret,
.navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}

.navbar-nav > .open > a,
.navbar-nav > .open > a:hover,
.navbar-nav > .open > a:focus {
  color: #555555;
  background-color: #d5d5d5;
}

.navbar-nav > .open > a .caret,
.navbar-nav > .open > a:hover .caret,
.navbar-nav > .open > a:focus .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

.navbar-nav > .dropdown > a .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}

.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.navbar-inverse {
  background-color: #222222;
}

.navbar-inverse .navbar-brand {
  color: #999999;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #999999;
}

.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}

.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

@media screen and (min-width: 768px) {
  .navbar-brand {
    float: left;
    margin-right: 5px;
    margin-left: -15px;
  }
  .navbar-nav {
    float: left;
    margin-top: 0;
    margin-bottom: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    border-radius: 0;
  }
  .navbar-nav.pull-right {
    float: right;
    width: auto;
  }
  .navbar-toggle {
    position: relative;
    top: auto;
    left: auto;
    display: none;
  }
  .nav-collapse.collapse {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
  }
}

.navbar-btn {
  margin-top: 6px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

.navbar-link {
  color: #777777;
}

.navbar-link:hover {
  color: #333333;
}

.navbar-inverse .navbar-link {
  color: #999999;
}

.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}

.btn .caret {
  border-top-color: #eeeeee;
}

.dropup .btn .caret {
  border-bottom-color: #eeeeee;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active {
  z-index: 2;
}

.btn-group .btn + .btn {
  margin-left: -1px;
}

.btn-toolbar:before,
.btn-toolbar:after {
  display: table;
  content: " ";
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar:before,
.btn-toolbar:after {
  display: table;
  content: " ";
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn-group {
  float: left;
}

.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-large + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn .caret {
  margin-left: 0;
}

.btn-large .caret {
  border-width: 5px;
}

.dropup .btn-large .caret {
  border-bottom-width: 5px;
}

.btn-group-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn + .btn {
  margin-top: -1px;
}

.btn-group-vertical .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical .btn:first-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical .btn:last-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
}

.btn-group-justified .btn {
  display: table-cell;
  float: none;
  width: 1%;
}

.btn-group[data-toggle="buttons"] > .btn > input[type="radio"],
.btn-group[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #222222;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #555555;
  content: "/\00a0";
}

.breadcrumb > .active {
  color: #999999;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #222222;
  border: 1px solid #333333;
  border-left-width: 0;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-left-width: 1px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > .active > a,
.pagination > .active > span {
  background-color: #282828;
}

.pagination > .active > a,
.pagination > .active > span {
  color: #eeeeee;
  cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #222222;
}

.pagination-large > li > a,
.pagination-large > li > span {
  padding: 14px 16px;
  font-size: 18px;
}

.pagination-large > li:first-child > a,
.pagination-large > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-large > li:last-child > a,
.pagination-large > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-small > li > a,
.pagination-small > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

.pagination-small > li:first-child > a,
.pagination-small > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-small > li:last-child > a,
.pagination-small > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

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

.pager:after {
  clear: both;
}

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

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #222222;
  border: 1px solid #333333;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #282828;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  cursor: not-allowed;
  background-color: #222222;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: auto;
  overflow-y: scroll;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
          transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
     -moz-transition: -moz-transform 0.3s ease-out;
       -o-transition: -o-transform 0.3s ease-out;
          transition: transform 0.3s ease-out;
}

.modal.fade.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal-dialog {
  z-index: 1050;
  width: auto;
  padding: 10px;
  margin-right: auto;
  margin-left: auto;
}

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.fade.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  min-height: 16.428571429px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 20px;
}

.modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .modal-dialog {
    right: auto;
    left: 50%;
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: rgba(0, 0, 0, 0.9);
  border-width: 5px 5px 0;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-top-color: rgba(0, 0, 0, 0.9);
  border-width: 5px 5px 0;
}

.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.9);
  border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: rgba(0, 0, 0, 0.9);
  border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: rgba(0, 0, 0, 0.9);
  border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: rgba(0, 0, 0, 0.9);
  border-width: 0 5px 5px;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-bottom-color: rgba(0, 0, 0, 0.9);
  border-width: 0 5px 5px;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-bottom-color: rgba(0, 0, 0, 0.9);
  border-width: 0 5px 5px;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
  -webkit-bg-clip: padding-box;
     -moz-bg-clip: padding;
}

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

.popover.right {
  margin-left: 10px;
}

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

.popover.left {
  margin-left: -10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow {
  border-width: 11px;
}

.popover .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
  content: " ";
}

.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #ffffff;
  border-left-width: 0;
  content: " ";
}

.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}

.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
  content: " ";
}

.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}

.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #ffffff;
  border-right-width: 0;
  content: " ";
}

.alert {
  padding: 10px 35px 10px 15px;
  margin-bottom: 20px;
  color: #c09853;
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert hr {
  border-top-color: #f8e5be;
}

.alert .alert-link {
  font-weight: 500;
  color: #a47e3c;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #356635;
}

.alert-danger {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert-danger hr {
  border-top-color: #e6c1c7;
}

.alert-danger .alert-link {
  color: #953b39;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #2d6987;
}

.alert-block {
  padding-top: 15px;
  padding-bottom: 15px;
}

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

.alert-block p + p {
  margin-top: 5px;
}

.thumbnail,
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #333333;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

.thumbnail {
  display: block;
}

.thumbnail > img,
.img-thumbnail {
  display: inline-block;
  height: auto;
  max-width: 100%;
}

a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #0083cb;
}

.thumbnail > img {
  margin-right: auto;
  margin-left: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #eeeeee;
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

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

.media:first-child {
  margin-top: 0;
}

.media-object {
  display: block;
}

.media-heading {
  margin: 0 0 5px;
}

.media > .pull-left {
  margin-right: 10px;
}

.media > .pull-right {
  margin-left: 10px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.label {
  display: inline;
  padding: .25em .6em;
  font-size: 75%;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #999999;
  border-radius: .25em;
}

.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  background-color: #808080;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #999999;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.btn .badge {
  position: relative;
  top: -1px;
}

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #0083cb;
  background-color: #ffffff;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
          transition: width 0.6s ease;
}

.progress-striped .progress-bar {
  background-color: #428bca;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
     -moz-animation: progress-bar-stripes 2s linear infinite;
      -ms-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-color: #d9534f;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-color: #5cb85c;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-color: #f0ad4e;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.accordion {
  margin-bottom: 20px;
}

.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}

.accordion-heading {
  border-bottom: 0;
}

.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
  cursor: pointer;
}

.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}

.carousel {
  position: relative;
}

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

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
          transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  line-height: 1;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.carousel-control.left {
  background-color: rgba(0, 0, 0, 0.0001);
  background-color: transparent;
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-color: rgba(0, 0, 0, 0.5);
  background-color: transparent;
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .glyphicon,
.carousel-control .icon-prev,
.carousel-control .icon-next {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 120px;
  padding-left: 0;
  margin-left: -60px;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  border: 1px solid #ffffff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #ffffff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.1428571435;
  color: inherit;
  background-color: #222222;
}

.jumbotron h1 {
  line-height: 1;
  color: inherit;
}

.jumbotron p {
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 50px 60px;
    border-radius: 6px;
  }
  .jumbotron h1 {
    font-size: 63px;
  }
}

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

.clearfix:after {
  clear: both;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
  }
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.visible-sm {
  display: block !important;
}

tr.visible-sm {
  display: table-row !important;
}

th.visible-sm,
td.visible-sm {
  display: table-cell !important;
}

.visible-md {
  display: none !important;
}

tr.visible-md {
  display: none !important;
}

th.visible-md,
td.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

tr.visible-lg {
  display: none !important;
}

th.visible-lg,
td.visible-lg {
  display: none !important;
}

.hidden-sm {
  display: none !important;
}

tr.hidden-sm {
  display: none !important;
}

th.hidden-sm,
td.hidden-sm {
  display: none !important;
}

.hidden-md {
  display: block !important;
}

tr.hidden-md {
  display: table-row !important;
}

th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}

.hidden-lg {
  display: block !important;
}

tr.hidden-lg {
  display: table-row !important;
}

th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: none !important;
  }
  tr.visible-sm {
    display: none !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: none !important;
  }
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
  .visible-lg {
    display: none !important;
  }
  tr.visible-lg {
    display: none !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: none !important;
  }
  .hidden-sm {
    display: block !important;
  }
  tr.hidden-sm {
    display: table-row !important;
  }
  th.hidden-sm,
  td.hidden-sm {
    display: table-cell !important;
  }
  .hidden-md {
    display: none !important;
  }
  tr.hidden-md {
    display: none !important;
  }
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
  .hidden-lg {
    display: block !important;
  }
  tr.hidden-lg {
    display: table-row !important;
  }
  th.hidden-lg,
  td.hidden-lg {
    display: table-cell !important;
  }
}

@media (min-width: 992px) {
  .visible-sm {
    display: none !important;
  }
  tr.visible-sm {
    display: none !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: none !important;
  }
  .visible-md {
    display: none !important;
  }
  tr.visible-md {
    display: none !important;
  }
  th.visible-md,
  td.visible-md {
    display: none !important;
  }
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
  .hidden-sm {
    display: block !important;
  }
  tr.hidden-sm {
    display: table-row !important;
  }
  th.hidden-sm,
  td.hidden-sm {
    display: table-cell !important;
  }
  .hidden-md {
    display: block !important;
  }
  tr.hidden-md {
    display: table-row !important;
  }
  th.hidden-md,
  td.hidden-md {
    display: table-cell !important;
  }
  .hidden-lg {
    display: none !important;
  }
  tr.hidden-lg {
    display: none !important;
  }
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

tr.visible-print {
  display: none !important;
}

th.visible-print,
td.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print {
    display: none !important;
  }
  tr.hidden-print {
    display: none !important;
  }
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}

body.indaba-striped {
  background-image: -webkit-linear-gradient(0, transparent 20%, rgba(56, 56, 56, 0.9) 50%);
  background-image: -moz-linear-gradient(0 50%, transparent 20%, rgba(56, 56, 56, 0.9) 50%);
  background-image: -ms-linear-gradient(0, transparent 20%, rgba(56, 56, 56, 0.9) 50%);
  background-image: -o-linear-gradient(0, transparent 20%, rgba(56, 56, 56, 0.9) 50%);
  background-size: 2px;
}

.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eeeeee;
}

.hide {
  display: none;
}

.show {
  display: block;
}

h1 {
  font-size: 38.5px;
}

h2 {
  font-size: 31.5px;
}

.navbar-fixed-top + .container {
  margin-top: 50px;
}

.navbar-fixed-top + .container .jumbotron:first-child {
  margin-top: 30px;
}

body .navbar:last-child {
  margin-bottom: 0;
}
/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("indabaui-font-awesome/fonts/fontawesome-webfont.eot?v=4.1.0");
  src: url("indabaui-font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.1.0") format('embedded-opentype'), url("indabaui-font-awesome/fonts/fontawesome-webfont.woff?v=4.1.0") format('woff'), url("indabaui-font-awesome/fonts/fontawesome-webfont.ttf?v=4.1.0") format('truetype'), url("indabaui-font-awesome/fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular") format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-square:before,
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
#_404 {
  color: #000;
  width: 100%;
  padding: 50px;
  position: relative;
}
#_404 ._404-container {
  margin: auto;
  width: 885px;
}
#_404 .error-icon {
  font-size: 107px;
  float: left;
}
#_404 ._404-copy {
  width: 758px;
  float: left;
  margin-left: 20px;
}
#_404 ._404-copy .bold {
  font-weight: bold;
}
#_404 ._404-copy h1 {
  font-weight: bold;
}
#_404 ._404-copy p {
  font-size: 20px;
  font-weight: 200;
}
* {
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
  letter-spacing: -0.025em;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus,
.btn-primary:focus {
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
[draggable=true] {
  -khtml-user-drag: element;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: Helvetica, "Microsoft Sans Serif", Arial, sans-serif;
  font-weight: normal;
}
.fa-spin {
  -webkit-filter: blur(0);
}
#App {
  height: 100%;
}
#Main {
  height: 100%;
  position: relative;
}
#Stage {
  height: 100%;
  margin: 0;
  padding-top: 55px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 3;
}
#Stage .page-content {
  position: relative;
  overflow: hidden;
}
.sample-drag {
  position: absolute;
  left: -9999px;
}
a {
  cursor: pointer;
  color: #555;
}
a:hover {
  color: #999;
}
.btn {
  border: none;
}
.btn.btn-primary {
  background: #404040;
}
.hashtag {
  display: block;
  margin-top: 40px;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  clear: both;
}
.main-navigation {
  display: block;
  position: fixed;
  z-index: 12;
  top: 0;
  left: 0;
  right: 0;
  background: #000;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  padding: 5px;
  max-height: 55px;
  -webkit-transition: background 0.25s;
  -moz-transition: background 0.25s;
  -o-transition: background 0.25s;
  transition: background 0.25s;
}
.main-navigation .stop-all-audio {
  display: block;
  padding: 6px 16px;
  color: #fff;
  background: #A00;
  opacity: 1;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 8px;
  -webkit-transition: opacity 0.15s;
  -moz-transition: opacity 0.15s;
  -o-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
.main-navigation .stop-all-audio:hover {
  text-decoration: none;
  color: #FFF;
  background: #D00;
}
.main-navigation .stop-all-audio.ng-hide {
  opacity: 0;
}
.main-navigation .stop-all-audio.ng-hide-add,
.main-navigation .stop-all-audio.ng-hide-remove {
  display: block !important;
}
.main-navigation ul {
  margin: 0 0 0 5px;
  opacity: 1;
  -webkit-transition: all 0.5s 0.5s;
  -moz-transition: all 0.5s 0.5s;
  -o-transition: all 0.5s 0.5s;
  transition: all 0.5s 0.5s;
}
.main-navigation ul.ng-hide {
  margin-left: -100px;
  opacity: 0;
}
.main-navigation ul.ng-hide-add,
.main-navigation ul.ng-hide-remove {
  display: block !important;
}
.main-navigation ul > li > a {
  display: block;
  padding: 5px;
  font-size: 14px;
  color: #FFF;
}
.main-navigation ul > li > a img {
  width: 35px;
  height: 35px;
  border-radius: 1000px;
  margin-right: 3px;
}
.main-navigation ul > li > a:hover {
  color: #CCC;
  text-decoration: none;
}
.main-navigation ul.list-inline {
  text-decoration: none;
}
.main-navigation ul.list-inline .user .user-content {
  float: left;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.main-navigation ul.list-inline .user .user-content:hover {
  opacity: 0.7;
}
.main-navigation ul.list-inline .user .login-logout {
  float: left;
}
.main-navigation ul.list-inline .user .login-logout .logout {
  font-size: 10px;
  font-weight: bold;
  color: #ccc;
  display: inline-block;
  margin: 14px 5px 0 0;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.main-navigation ul.list-inline .user .login-logout .logout:hover {
  color: #929292;
}
.main-navigation ul.list-inline .support {
  color: #bbb;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  margin-top: 2px;
}
.main-navigation ul.list-inline .support:hover {
  color: #8c8c8c;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.main-navigation ul.list-inline .logged-in {
  margin-top: 7px;
}
.main-navigation ul.list-inline .main-nav-button {
  padding: 0 13px;
  text-transform: uppercase;
  font-weight: bold;
  float: left;
}
.main-navigation ul.list-inline .main-nav-button .login {
  float: left;
}
.main-navigation ul.list-inline .main-nav-button .login.dash {
  margin-top: 5px;
}
.main-navigation ul.list-inline .main-nav-button a:hover {
  color: #ccc;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.main-navigation ul.list-inline .main-nav-button.pull-right {
  float: right;
}
.main-navigation ul.list-inline .signup {
  text-transform: uppercase;
  font-weight: bold;
}
@-webkit-keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.main-navigation .favorite-button {
  position: relative;
  float: right;
  margin-right: 59px;
}
.main-navigation .favorite-button i.dragged-over {
  color: #ccc;
}
.main-navigation .favorite-button a {
  color: #fff;
  font-size: 24px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.main-navigation .favorite-button a:hover {
  coloe: #eee;
}
.main-navigation .favorite-button a.rotate-there-and-back {
  -webkit-animation: rotate 1s cubic-bezier(0.17, 0.67, 0.42, 1.33);
  -moz-animation: rotate 1s cubic-bezier(0.17, 0.67, 0.42, 1.33);
  -o-animation: rotate 1s cubic-bezier(0.17, 0.67, 0.42, 1.33);
  animation: rotate 1s cubic-bezier(0.17, 0.67, 0.42, 1.33);
}
.main-navigation .global-menu-button {
  cursor: pointer;
  position: absolute;
  height: 20px;
  width: 33px;
  margin: 11px 0 0 20px;
  right: 15px;
}
.main-navigation .global-menu-button img {
  width: 100%;
  height: 100%;
}
.main-navigation .global-menu-button .global-menu-button-enabled {
  display: block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.main-navigation .global-menu-button .global-menu-button-enabled:hover {
  opacity: 0.7;
}
.main-navigation .global-menu-button .global-menu-button-disabled {
  cursor: auto;
  display: block;
}
.main-navigation .global-menu-button .global-menu-button-disabled:hover {
  opacity: 1;
}
.main-navigation .fa-star {
  position: absolute;
  padding: 5px;
  right: 5px;
}
.main-navigation .mini-player {
  display: table !important;
  position: absolute;
  top: 0;
  left: 350px;
  width: 45%;
  margin: 0;
  opacity: 1;
  -webkit-transition: all 0.5s 0.2s;
  -moz-transition: all 0.5s 0.2s;
  -o-transition: all 0.5s 0.2s;
  transition: all 0.5s 0.2s;
}
.main-navigation .mini-player.ng-hide {
  opacity: 0;
  top: -100%;
}
@media (max-width: 800px) {
  .main-navigation .mini-player {
    position: relative;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    padding: 2px 5px;
    margin-top: 3px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
  }
  .main-navigation .mini-player.ng-hide {
    margin-top: -100px;
  }
}
.standard-backdrop {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.65);
}
.rt-modal {
  position: fixed;
  background: #FFF;
  z-index: 16;
  top: 7.5%;
  left: 15%;
  right: 15%;
  padding: 10px 15px;
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.75);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.75);
}
.rt-modal .panel,
.rt-modal .well {
  background-color: #f5f5f5;
}
.rt-modal .panel-default,
.rt-modal .panel-default .panel-heading,
.rt-modal .panel-default .panel-footer {
  border-color: #E6E6E6;
}
.rt-modal .rt-modal-content {
  color: #333;
  margin: 30px;
}
.rt-modal-backdrop {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 15;
}
.rt-modal-user .rt-modal-content {
  margin-right: 80px;
}
.rt-modal-user .panel p {
  margin: 0;
}
.rt-modal-user .panel-heading {
  position: relative;
}
.rt-modal-user .panel-heading h4 {
  margin: 4px 0 8px;
}
.rt-modal-user .panel-heading button {
  position: absolute;
  top: 9px;
  right: 9px;
  margin: 0;
}
.rt-modal-download {
  left: 25%;
  right: 25%;
}
.rt-modal-download .download-copy-header {
  font-weight: bold;
}
.rt-modal-download .btn.proceed {
  width: 100%;
  margin-top: 25px;
}
.rt-modal-user .rt-panel-private .panel-heading h4 {
  margin: 4px 0;
}
.page-error {
  padding: 10px 10px 20px;
  display: table;
  width: 100%;
  position: fixed;
  z-index: 20;
  bottom: 45%;
  left: 0;
  height: 150px;
  margin-top: -75px;
  background: #fff;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  color: black;
  border: 19px solid #000;
}
.page-error div.show-details {
  cursor: pointer;
  font-size: 12px;
  opacity: 0.3;
}
.page-error h2,
.page-error div.show-details {
  text-align: center;
}
.page-error .close {
  position: absolute;
  right: 9px;
  top: 3px;
}
.page-error p {
  vertical-align: middle;
  font-size: 19px;
  text-align: center;
  line-height: 1.5em;
  background: #eee;
  padding: 10px;
}
.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.page-gradient {
  z-index: 2;
  background: -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.25) 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(0, 0, 0, 0.7)), color-stop(100%, rgba(0, 0, 0, 0.25)));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.25) 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(-45deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.25) 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(-45deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.25) 100%);
  /* IE10+ */

  background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.25) 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3000000', endColorstr='#40000000', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */

  opacity: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.page-gradient.ng-hide {
  opacity: 0;
}
.page-gradient.ng-hide-add,
.page-gradient.ng-hide-remove {
  display: block !important;
}
.page-backgrounds {
  z-index: 1;
}
.page-background {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  top: 20%;
  left: 20%;
  right: 20%;
  bottom: 20%;
  opacity: 0;
}
.page-background.main {
  background-image: url('/images/rubber_tracks_bg.jpg');
}
.page-background.active-add {
  top: -10%;
  left: -10%;
  right: -10%;
  bottom: -10%;
  opacity: 0;
}
.page-background.active,
.page-background.active-add-active {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}
.bottom-bar {
  position: fixed;
  z-index: 15;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0 -1px 8px rgba(0, 0, 0, 0.4);
}
.bottom-bar .rt-image {
  position: absolute;
  background: black;
  cursor: pointer;
  height: 120px;
  width: 130px;
  bottom: 0;
  right: 0;
  padding: 21px 14px 14px 14px;
  z-index: 10000;
  border-left: 1px solid #515151;
}
.bottom-bar .rt-image:hover {
  background: #515151;
  padding: 21px 12px 12px 12px;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.bottom-bar .rt-image::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.bottom-bar .pack-subnav {
  left: 240px;
  height: 120px;
  width: auto;
}
.bottom-bar .mpc.closed + .step-sequencer.open + .pack-subnav {
  left: 120px;
}
.bottom-bar .mpc.open + .step-sequencer.open + .pack-subnav {
  width: 100%;
  left: 0;
}
.bottom-bar .mpc.open + .step-sequencer.widget {
  left: 320px;
}
.bottom-bar.fullscreen {
  position: fixed;
  top: 30px;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.95);
}
.bottom-bar.fullscreen > .fa-times {
  color: #fff;
  font-size: 30px;
  padding: 8px;
  text-decoration: none;
  position: relative;
  z-index: 2;
}
.bottom-bar.fullscreen .step-sequencer,
.bottom-bar.fullscreen .mpc,
.bottom-bar.fullscreen .file-library {
  position: absolute;
  z-index: 1;
}
.bottom-bar.fullscreen .step-sequencer,
.bottom-bar.fullscreen .mpc {
  top: 0;
  box-shadow: none;
  background-color: transparent;
}
.bottom-bar.fullscreen .step-sequencer {
  left: 300px;
  bottom: 10px;
  padding: 10px;
}
.bottom-bar.fullscreen .step-sequencer .step-sequencer-heading {
  display: none;
}
.bottom-bar.fullscreen .step-sequencer .step-sequencer-wrapper {
  position: initial;
}
.bottom-bar.fullscreen .step-sequencer .step-sequencer-wrapper .step-sequencer-header i {
  font-size: 30px;
  margin: 6px 15px 0 0;
}
.bottom-bar.fullscreen .step-sequencer .step-sequencer-wrapper .step-sequencer-header small {
  font-size: 30px;
}
.bottom-bar.fullscreen .step-sequencer .step-sequencer-wrapper .step-sequencer-header .sequencer-bpm {
  width: 69px;
  font-size: 25px;
  padding: 0 10px;
}
.bottom-bar.fullscreen .step-sequencer .step-sequencer-wrapper .step-sequencer-table {
  width: 100%;
}
.bottom-bar.fullscreen .file-library {
  top: 306px;
  width: 287px;
  left: 0;
  bottom: 0;
  color: #555;
}
.bottom-bar.fullscreen .file-library .file-library-wrapper {
  background: #aaa;
  position: absolute;
  top: 0;
  left: 14px;
  right: 0;
  bottom: 10px;
  padding: 10px;
}
.bottom-bar.fullscreen .file-library .file-library-wrapper .btn-primary {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
.bottom-bar.fullscreen .file-library .audio-files-list {
  font-size: 18px;
}
.bottom-bar.fullscreen .file-library .audio-files-list .audio-files-list-group-list {
  position: absolute;
  overflow-y: auto;
  overflow-x: visible;
  top: 35px;
  right: 10px;
  bottom: 0;
  left: 10px;
  padding: 0 8px;
}
.bottom-bar.fullscreen .file-library .audio-files-list .audio-files-list-group-list .fa-stack {
  margin-top: 1px;
}
.bottom-bar.fullscreen .file-library .audio-files-list .audio-files-list-group-list .fa-stack .fa-stop {
  font-size: 8px !important;
  margin-top: 2px;
}
.bottom-bar.fullscreen .file-library .audio-files-list .audio-files-list-group-list .fa-stack .fa-stack-2x {
  font-size: 18px;
}
.bottom-bar.fullscreen .file-library .audio-files-list .audio-files-list-group-list .fa-stack .fa-stack-1x {
  font-size: 10px;
  line-height: 1.7em;
}
.bottom-bar.fullscreen .file-library .audio-files-list .audio-files-list-group-list > li + li {
  margin-top: 0.75em;
}
.bottom-bar.fullscreen .file-library .audio-files-list .audio-files-list-group-list > li > .collapsible:before {
  top: 0px;
}
.bottom-bar.fullscreen .file-library .audio-files-list .audio-files-list-group-list > li > ul {
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.5em;
  position: relative;
  left: -7px;
  width: 105%;
}
.bottom-bar.fullscreen .file-library .audio-files-list .audio-files-list-group-list > li > ul li {
  position: relative;
}
.bottom-bar.fullscreen .file-library .audio-files-list .audio-files-list-group-list > li > ul li .pack-file .pack-file-cell {
  font-size: 13px;
}
.bottom-bar.fullscreen .file-library .audio-files-list .audio-files-list-group-list > li > ul li .pack-file .file-playbutton {
  width: 25px;
}
.bottom-bar.fullscreen .file-library .audio-files-list .audio-files-list-group-list > li > ul li .pack-file .file-performers {
  width: 100px;
  color: #181818;
}
.bottom-bar.fullscreen .file-library .audio-files-list .audio-files-list-group-list > li > ul li .pack-file .file-name {
  width: 55px;
  color: #181818;
}
.bottom-bar.fullscreen .file-library .audio-files-list .audio-files-list-group-list > li > ul li .pack-file .file-instruments {
  width: 55px;
  color: #181818;
}
.bottom-bar.fullscreen .file-library .audio-files-list .audio-files-list-group-list > li > ul li .pack-file .file-duration {
  width: 45px;
  color: #181818;
  display: none;
}
.bottom-bar.fullscreen .file-library .audio-files-list .audio-files-list-group-list > li > ul li .pack-file .file-mpc-remove-button {
  display: none;
}
.bottom-bar.fullscreen .pack-subnav {
  display: none;
}
.drop-here {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1.35em;
  z-index: 2;
  padding: 35px 5px 5px;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #666;
  border-left: 0;
  box-sizing: border-box;
  margin: 0;
  opacity: 1;
}
#App.loading .rt-modal,
#App.loading .rt-modal-backdrop,
#App.loading .main-navigation ul {
  display: none !important;
}
#App.loaded {
  visibility: visible !important;
}
#App .no-content-message {
  padding: 20px 40px;
  font-size: 30px;
  color: #000;
  font-weight: 200;
}
.splice-banner {
  width: 100%;
  background: #f68600;
  padding-top: 40px;
  box-sizing: border-box;
}
.splice-banner .content {
  position: relative;
  max-width: 1200px;
  width: 80%;
  height: 100%;
  margin: 0 auto;
  clear: both;
  padding: 40px 0;
  box-sizing: border-box;
}
.splice-banner .text {
  color: #fff;
  width: 50%;
  font-size: 30px;
  line-height: 36px;
  font-weight: 500;
}
.splice-banner .buttons {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
  box-sizing: border-box;
}
.splice-banner .buttons .button {
  box-sizing: border-box;
  text-transform: uppercase;
  display: inline-block;
  margin: auto;
  padding: 6px 30px;
  font-weight: 500;
  color: #fff;
  float: right;
  font-size: 16px;
  border: 2px solid #fff;
  background-color: transparent;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-left: 10px;
  text-decoration: none;
  text-align: center;
  -moz-background-clip: border;
  -webkit-background-clip: border-box;
  background-clip: border-box;
}
.splice-banner .buttons .button:hover {
  color: #f68600;
  background-color: #fff;
}
.splice-banner .buttons .button:focus {
  outline: none;
}
@media all and (max-height: 1000px) {
  .bottom-bar .rt-image {
    height: 75px;
    width: 80px;
    padding: 16px 10px 10px 10px;
  }
  .bottom-bar .rt-image:hover {
    padding: 14px 7px 7px 7px;
  }
  .bottom-bar .step-sequencer.minimized,
  .bottom-bar .mpc.minimized {
    height: 75px;
    width: 75px;
  }
  .bottom-bar .step-sequencer.minimized .drop-here,
  .bottom-bar .mpc.minimized .drop-here {
    font-size: 9px;
    padding: 21px 5px 5px;
  }
  .bottom-bar .step-sequencer.minimized .drop-here.name,
  .bottom-bar .mpc.minimized .drop-here.name {
    padding-top: 28px;
    font-size: 14px;
  }
  .bottom-bar .step-sequencer.minimized .drop-here.name img,
  .bottom-bar .mpc.minimized .drop-here.name img {
    display: none;
  }
  .bottom-bar .pack-subnav {
    height: 75px;
  }
  .bottom-bar .pack-subnav .pack-subnav-right {
    right: 80px;
  }
}
@media (max-width: 1000px) {
  .rt-modal-download {
    left: 15%;
    right: 15%;
  }
  .splice-banner .content {
    width: 95%;
  }
}
@media (max-width: 690px) {
  .main-navigation ul.list-inline .support {
    display: none;
  }
  .rt-modal {
    left: 0;
    right: 0;
  }
}
@media all and (max-width: 810px) {
  .splice-banner .content {
    padding: 30px 0;
  }
  .splice-banner .text {
    font-size: 25px;
    line-height: 30px;
  }
  .splice-banner .buttons .button {
    font-size: 14px;
  }
  .splice-banner .buttons .button:first-child {
    margin-bottom: 10px;
  }
}
@media all and (max-width: 710px) {
  .main-navigation ul > li > a {
    font-size: 12px;
  }
}
@media all and (max-width: 510px) {
  .main-navigation ul.list-inline .main-nav-button {
    padding: 0 6px;
  }
}
@media all and (max-width: 455px) {
  .main-navigation ul.list-inline .main-nav-button {
    padding: 0;
  }
}
@media all and (max-width: 420px) {
  #Stage {
    margin-top: 20px;
  }
  .main-navigation ul > li > a {
    font-size: 11px;
  }
  .main-navigation ul > li > a img {
    width: 28px;
    height: 28px;
    margin-right: -3px;
  }
  .main-navigation .favorite-button {
    margin-right: 47px;
  }
  .main-navigation .favorite-button a {
    font-size: 19px;
    margin-top: 3px;
  }
  .main-navigation .global-menu-button {
    width: 29px;
  }
  .main-navigation ul.list-inline .user .login-logout {
    font-size: 8px;
  }
  .main-navigation .stop-all-audio {
    position: absolute;
    right: 7px;
    left: 7px;
    text-align: center;
    top: 62px;
    font-size: 10px;
  }
  .splice-banner .text {
    width: 100%;
    position: relative;
    display: block;
  }
  .splice-banner .buttons {
    width: 100%;
    position: relative;
    display: block;
    padding: 20px 0;
    top: auto;
    transform: none;
  }
  .splice-banner .buttons .button {
    margin-bottom: 0;
    margin-left: 0px;
    width: 49%;
    padding: 6px 10px;
    font-size: 13px;
  }
  .splice-banner .buttons .button:first-child {
    margin-left: 2%;
  }
}
.audio-files-list-group-list > li > .collapsible {
  position: relative;
  cursor: pointer;
  margin-left: 8px;
}
.audio-files-list-group-list > li > .collapsible:before {
  display: block;
  content: '▼';
  position: absolute;
  left: -17px;
  font-size: 14px;
  top: 4px;
  color: #333;
}
.audio-files-list-group-list > li > .collapsible.collapsed:before {
  content: '▶';
}
.audio-files-list-files-list {
  display: table;
  width: 100%;
}
.audio-files-list-more {
  font-size: 14px;
  padding: 10px 5px 5px;
  text-align: left;
  display: block;
}
.audio-files-list .badge {
  background: #333;
  color: #EEE;
  margin-top: 8px;
  border-radius: 4px;
}
.audio-files-list .badge:hover {
  background: #000;
  color: #FFF;
  box-shadow: 1px 1px 2px #FFF;
}
.audio-files-list .badge.download-button {
  background: #888;
  margin-left: 4px;
}
.audio-files-list .badge.download-button:hover {
  background: #555;
}
.audio-files-list .pack-file .file-playbutton .progress {
  margin: 1px 0 0 3px;
  width: 14px;
}
.audio-files-list-empty {
  margin: 30px 0;
  font-size: 18px;
  font-style: italic;
  text-align: center;
  color: #E9E9E9;
}
@media all and (max-width: 500px) {
  .audio-files-list .badge.download-button {
    display: none;
  }
}
.collection-view {
  width: 50%;
  padding-right: 5%;
  margin-bottom: 30px;
  display: inline-block;
}
.collection-view .user-image {
  position: absolute;
}
.collection-view .user-image img {
  border-radius: 1000px;
  width: 100px;
  height: 100px;
}
.collection-view .header {
  font-size: 19px;
  margin: 17px 0 0 113px;
  float: left;
}
.collection-view .header .user-name {
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
}
.collection-view .header .user-name a {
  text-decoration: none;
}
.collection-view .header .track-name {
  color: #000;
}
.collection-view .header .track-name a {
  text-decoration: none;
}
.collection-view .info {
  margin: 5px 0 20px 60px;
}
.collection-view .info .duration {
  float: right;
  position: relative;
}
.collection-view .info .waveform-icon {
  cursor: pointer;
  border-radius: 50px;
  width: 20px;
  height: 20px;
  border: 2px solid black;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  margin-right: 2px;
}
.collection-view .info .waveform-icon:hover {
  background: #000;
  color: #fff;
}
.collection-view .info .waveform-icon.active {
  background: #000;
  color: #fff;
}
.collection-view .info .waveform-icon.disabled {
  pointer-events: none;
  color: #bbb;
  border-color: #bbb;
}
.collection-view .info .waveform-icon.soundcloud i {
  font-size: 10px;
}
.collection-view .info .waveform-icon i {
  font-size: 12px;
  display: block;
  padding: 3px 2px 0 0;
}
.collection-view .info .waveform-icon i.fa-code-fork {
  padding-top: 3px;
}
.collection-view .samples {
  margin-bottom: 25px;
  margin-left: 50px;
  position: relative;
}
.collection-view .samples .spacer-container {
  width: 100%;
  margin-left: 66px;
  height: 26px;
}
.collection-view .samples .spacer-container .spacer-lines {
  width: 20px;
  border-left: 2px solid black;
  border-bottom: 2px solid black;
  height: 36px;
}
.collection-view .samples .spacer-container .spacer-nothing {
  width: 98%;
}
.collection-view .samples .sample-headline h4 {
  font-size: 17px;
  font-weight: bold;
  margin: 0 0 8px 95px;
}
.collection-view .samples .pagination {
  position: absolute;
  margin: 0;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.collection-view .samples .pagination i.disabled {
  pointer-events: none;
  color: #bbb;
}
.collection-view .samples .sample-container {
  padding: 0 18px 53px 30px;
  width: 100%;
  background-color: #fafafa;
  margin-top: 50px;
  border: 1px solid #fafafa;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.collection-view .samples .sample-container:hover {
  border: 1px solid #000;
}
.collection-view .samples .sample-container .sample-tile {
  margin-top: 24px;
}
.collection-view .samples .sample-container .sample-tile .file {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.collection-view .samples .sample-container .sample-tile .file:hover {
  border-radius: 100%;
}
.collection-view .samples .sample-container .sample-tile .file .waveform-container {
  border-width: 2px;
  border-color: #e4e4e4;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.collection-view .samples .sample-container .sample-tile .file .waveform-container:hover {
  border: 3px solid #000;
  border-radius: 100%;
}
.collection-view .samples .sample-container .sample-tile .file .name {
  position: relative;
  text-transform: uppercase;
  font-weight: bold;
  margin: 10px 0;
  font-size: 14px;
  letter-spacing: -0.04em;
}
.collection-view .samples .sample-container .sample-tile .file .song-name {
  display: none;
}
.cookie-hint {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 20px 15px;
  background-color: rgba(0, 0, 0, 0.9);
  color: white;
  z-index: 10000;
}
.cookie-hint .btn {
  padding: 5px 25px;
  font-weight: bold;
  color: #fff;
  font-size: 15px;
  border: 3px solid #fff;
  background-color: transparent;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-left: 20px;
}
.cookie-hint .btn:hover {
  color: #000;
  background-color: #fff;
}
.cookie-hint .btn:focus {
  outline: none;
}
.favorites-browser {
  position: fixed;
  z-index: 15;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px;
  background: rgba(255, 255, 255, 0.85);
  color: #555;
}
.favorites-browser .sortable-trash-zone {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.favorites-browser > h3 {
  margin: 0;
}
.favorites-browser .file-browser-wrapper {
  position: absolute;
  top: 45px;
  right: 10px;
  bottom: 10px;
  left: 10px;
}
.favorites-browser.pack .file-browser-wrapper {
  top: 10px;
}
.favorites-browser.pack > h3 {
  display: none;
}
.favorites-browser .file-browser-controls {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 25;
  background: white;
}
.favorites-browser .file-browser-controls .count-and-button {
  width: 100%;
  position: fixed;
  background: #fff;
  z-index: 100;
  padding: 0 20px 20px 10px;
}
.favorites-browser .file-browser-controls .count-and-button .show-samples-button {
  color: #000;
  font-size: 18px;
  letter-spacing: -0.04em;
  font-weight: bold;
  padding: 5px 35px;
  background: #fff;
  border: 3px solid #000;
  margin-right: 40px;
  float: left;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.favorites-browser .file-browser-controls .count-and-button .show-samples-button:hover {
  background: #000;
  color: #fff;
}
.favorites-browser .file-browser-controls .count-and-button .file-count {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  display: block;
  margin-left: 20px;
  padding-top: 3px;
}
.favorites-browser .file-browser-controls .filters-wrapper {
  margin-top: 50px;
}
.favorites-browser .file-browser-controls .filters-wrapper > li {
  clear: both;
  width: 100%;
}
.favorites-browser .file-browser-controls .filters-wrapper .filter-with-dropdown .options-list li {
  float: left;
  clear: none;
}
.favorites-browser .file-browser-controls .pack-filter-list {
  margin-left: 0;
}
.favorites-browser .file-browser-controls .pack-filter-list .pack-filter-list-item {
  float: left;
  cursor: pointer;
}
.favorites-browser .file-browser-controls .pack-filter-list .pack-filter-list-item .pack-filter-image {
  width: 40px;
  cursor: pointer;
}
.favorites-browser .file-browser-controls .pack-filter-list .pack-filter-list-item .pack-filter-image.inactive {
  opacity: 0.4;
}
.favorites-browser .file-browser-controls .pack-filter-list .pack-filter-list-item label {
  margin: 1px 1px 0 0;
  border: 2px solid transparent;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.favorites-browser .file-browser-controls .pack-filter-list .pack-filter-list-item label:hover {
  border: 2px solid #cdcdcd;
}
.favorites-browser .file-browser-controls .pack-filter-list .pack-filter-list-item input {
  position: absolute;
  left: -9999px;
}
.favorites-browser .file-browser-controls .filter-name {
  cursor: pointer;
  float: left;
}
.favorites-browser .file-browser-controls .badge {
  box-shadow: none;
  text-shadow: none;
  background: #262626;
  color: #fff;
  border-radius: 4px;
}
.favorites-browser .file-browser-controls input[type="text"] {
  width: 100%;
}
.favorites-browser .file-browser-controls input[type="text"].search-input {
  margin: 20px 0;
}
.favorites-browser .file-browser-controls > ul > li {
  padding: 0 20px 0 10px;
  float: left;
}
.favorites-browser .file-browser-controls > ul > li > i {
  margin-top: 4px;
  cursor: pointer;
  color: #666;
}
.favorites-browser .file-browser-controls > ul > li > i:hover {
  color: #111;
}
.favorites-browser .file-browser-controls > ul > li > ul {
  margin: 5px 0 0 -3px;
}
.favorites-browser .filter-copy {
  margin-left: 10px;
  font-size: 14px;
  letter-spacing: -0.04em;
}
.favorites-browser .file-browser-controls-toggle {
  background-color: #fff;
  border: 3px solid #000;
  font-size: 18px;
  letter-spacing: -0.04em;
  font-weight: bold;
  padding: 6px 35px;
  color: #000;
  margin-top: 2px;
  text-decoration: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.favorites-browser .file-browser-controls-toggle:hover {
  background: #000;
  color: #fff;
}
.favorites-browser .sample-count {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  float: right;
  margin-top: -5px;
  z-index: 101;
  position: absolute;
  right: 15px;
  top: 7px;
}
.favorites-browser .file-browser-controls-toggle.no-controls {
  left: 0;
}
.favorites-browser .file-browser-controls-toggle.no-controls:before {
  text-indent: 5px;
}
.favorites-browser .file-browser-files {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 190px;
}
.favorites-browser .file-browser-files.no-controls {
  left: 0;
}
.favorites-browser .file-row {
  cursor: pointer;
}
.favorites-browser .file-row td.select .fa-check-square-o {
  display: none;
}
.favorites-browser .file-row .file-playbutton .progress {
  width: 75%;
  top: 100%;
}
.favorites-browser .file-row:nth-child(even) {
  background-color: #F3F3F3;
}
.favorites-browser .file-row:hover {
  background-color: rgba(17, 17, 17, 0.12);
}
.favorites-browser .file-row.selected {
  background-color: rgba(17, 17, 17, 0.30000000000000004);
}
.favorites-browser .file-row.highlighted {
  background-color: rgba(255, 204, 153, 0.25);
}
.favorites-browser .file-row.selected.highlighted {
  background-color: rgba(153, 175, 173, 0.25);
}
.favorites-browser .file-row:active {
  color: #000;
  background-color: rgba(17, 17, 17, 0.30000000000000004);
}
.favorites-browser .file-row.selected {
  color: #222;
}
.favorites-browser .file-row.selected td.select .fa-square-o {
  display: none;
}
.favorites-browser .file-row.selected td.select .fa-check-square-o {
  display: initial;
}
.favorites-browser .table {
  background: transparent;
  margin: 0;
  width: 100%;
}
.favorites-browser .file-browser-files-selected {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 0 7px 0 14px;
  height: 38px;
  background-color: rgba(0, 131, 203, 0.6);
  color: #FFF;
  font-size: 18px;
  line-height: 40px;
}
.favorites-browser .file-browser-files-selected .pull-right {
  color: rgba(255, 255, 255, 0.4);
  line-height: 38px;
}
.favorites-browser .file-browser-files-selected a {
  padding: 2px 6px;
  color: #FFF;
  text-decoration: none;
  font-size: 14px;
}
.favorites-browser .file-browser-files-selected a + a {
  margin-left: 2px;
}
.favorites-browser .file-browser-files-selected .fa-times {
  position: relative;
  top: 1px;
  font-size: 20px;
}
.favorites-browser .file-browser-files-selected .file-browser-update-selection {
  position: relative;
  top: -1px;
  margin-left: 2px;
  padding: 1px 7px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.85);
}
.favorites-browser .file-browser-files-selected .file-browser-update-selection:hover {
  color: rgba(255, 255, 255, 0.95);
}
.favorites-browser .table-head {
  background: #000;
  color: #DDD;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  table-layout: auto;
}
.favorites-browser .table-head thead > tr > th {
  cursor: pointer;
}
.favorites-browser .table-head thead > tr > th.active {
  background: #000;
  color: #FFF;
}
.favorites-browser .table-head.files-selected {
  top: 45px;
}
.favorites-browser .table-body {
  table-layout: fixed;
}
.favorites-browser .table-wrapper {
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 36px;
  right: 0;
  bottom: 0;
  left: 0;
}
.favorites-browser .table-wrapper::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.favorites-browser .table-wrapper::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.favorites-browser .table-wrapper.files-selected {
  top: 81px;
}
.favorites-browser .table thead > tr > th,
.favorites-browser .table tbody > tr > th,
.favorites-browser .table thead > tr > td,
.favorites-browser .table tbody > tr > td {
  border-top-width: 0;
  border-top-color: rgba(0, 0, 0, 0.025);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.favorites-browser .table thead > tr > th,
.favorites-browser .table tbody > tr > th {
  padding-right: 12px;
  padding-left: 4px;
}
.favorites-browser .table tbody > tr:first-child > td {
  border-top: 0 none;
}
.favorites-browser .table th.select,
.favorites-browser .table td.select {
  padding: 7px 10px 3px;
  width: 28px;
  font-size: 18px;
  cursor: pointer;
}
.favorites-browser .table th.select .fa-square-o,
.favorites-browser .table td.select .fa-square-o {
  opacity: 0.6;
}
.favorites-browser .table th.playbutton,
.favorites-browser .table td.playbutton,
.favorites-browser .table th.download,
.favorites-browser .table td.download,
.favorites-browser .table th.fav-button,
.favorites-browser .table td.fav-button {
  width: 28px;
  text-align: center;
  padding: 7px 0 0 4px;
}
.favorites-browser .table td.playbutton .file-playbutton {
  font-size: 12px;
  display: block;
}
.favorites-browser .table .file-row.playing td.waveform-hook {
  overflow: visible;
}
.favorites-browser .table .file-row.playing td.waveform-hook,
.favorites-browser .table .file-row.playing td.key,
.favorites-browser .table .file-row.playing td.genre,
.favorites-browser .table .file-row.playing td.bpm {
  color: transparent;
}
.favorites-browser .table td.waveform-hook {
  position: relative;
}
.favorites-browser .table td.waveform-hook .waveform-container {
  position: absolute;
  top: 2px;
  left: 0;
  right: 0;
  bottom: 2px;
}
.favorites-browser .table td.waveform-hook .waveform-container svg .layer:first-child {
  fill: #333 !important;
}
.favorites-browser .table td.waveform-hook .waveform-container svg .layer:last-child {
  fill: #111 !important;
}
.favorites-browser .table td.waveform-hook .waveform-container .play-progress {
  height: 100%;
  width: 0;
  position: absolute;
  background-color: rgba(25, 25, 25, 0.1);
  border-right: 3px solid rgba(25, 25, 25, 0.5);
}
.favorites-browser .table th.performers,
.favorites-browser .table td.performers {
  min-width: 16%;
}
.favorites-browser .table th.name,
.favorites-browser .table td.name {
  min-width: 12%;
}
.favorites-browser .table th.time,
.favorites-browser .table td.time {
  text-overflow: clip;
  text-align: center;
}
.favorites-browser .table th.artist,
.favorites-browser .table td.artist {
  width: 10%;
}
.favorites-browser .table th.genre,
.favorites-browser .table td.genre {
  width: 10%;
}
.favorites-browser .table th.instruments,
.favorites-browser .table td.instruments {
  min-width: 10%;
}
.favorites-browser .table th.bpm,
.favorites-browser .table td.bpm {
  text-align: center;
}
.favorites-browser .table thead > tr > th.noclip,
.favorites-browser .table tbody > tr > th.noclip,
.favorites-browser .table thead > tr > td.noclip,
.favorites-browser .table tbody > tr > td.noclip {
  text-overflow: initial;
  overflow: visible;
}
.file-browser.table-condensed {
  font-size: 13px;
}
.file-browser.table-condensed .table-wrapper {
  top: 28px;
}
.file-browser.table-condensed .table-wrapper.files-selected {
  top: 73px;
}
.file-browser.table-condensed .table thead > tr > th,
.file-browser.table-condensed .table tbody > tr > th {
  padding-right: 6px;
  padding-left: 3px;
}
.file-browser.table-condensed .table th.select,
.file-browser.table-condensed .table td.select {
  padding: 4px 0 2px 8px;
  font-size: 16px;
  width: 24px;
}
.file-browser.table-condensed .table th.playbutton,
.file-browser.table-condensed .table td.playbutton {
  padding: 4px 5px 0 6px;
}
.file-browser.table-condensed .table th.playbutton .file-playbutton,
.file-browser.table-condensed .table td.playbutton .file-playbutton {
  font-size: 11px;
}
@media all and (max-height: 1000px) {
  .file-browser.pack {
    top: 186px;
  }
}
@media all and (max-width: 955px) {
  .favorites-browser .filter-copy {
    display: none;
  }
  .favorites-browser .table th.download,
  .favorites-browser .table td.download,
  .favorites-browser .table th.performers,
  .favorites-browser .table td.performers,
  .favorites-browser .table th.instruments,
  .favorites-browser .table td.instruments,
  .favorites-browser .table th.genre,
  .favorites-browser .table td.genre,
  .favorites-browser .table th.key,
  .favorites-browser .table td.key,
  .favorites-browser .table th.bpm,
  .favorites-browser .table td.bpm {
    display: none;
  }
}
@media all and (max-width: 800px) {
  .favorites-browser .sample-count {
    font-size: 20px;
    right: 58px;
    top: 12px;
  }
}
@media all and (max-width: 500px) {
  
}
.favorites-button {
  font-size: 16px;
  line-height: 16px;
  color: #444;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.favorites-button:hover {
  color: #222;
}
.favorites-button i.fa.ng-hide.ng-animate {
  display: none !important;
}
.featured-packages-container {
  position: relative;
  margin-bottom: 5px;
  margin-left: 3px;
}
.featured-packages-container .featured-packages-nav {
  position: relative;
  float: left;
  margin-right: 11px;
  margin-bottom: 7px;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.featured-packages-container .featured-packages-nav li {
  padding: 0;
}
.featured-packages-container .featured-packages-nav li + li {
  margin-left: 4px;
}
.featured-packages-container .featured-packages-nav li i {
  font-size: 18px;
  color: #333;
  text-decoration: none;
}
.featured-packages-container .featured-packages-nav .auto-advance-toggle {
  margin-right: 5px;
}
.featured-packages-container .featured-packages-nav .auto-advance-toggle i {
  font-size: 16px;
}
.featured-packages-container .featured-packages-nav .auto-advance-countdown {
  color: #BBB;
  float: left;
  margin: 0 2px 0 0;
}
.featured-packages-container .featured-packages-nav-left,
.featured-packages-container .featured-packages-nav-right {
  /*
      Hide these for now
    */

  display: none !important;
  position: absolute;
  top: 180px;
}
.featured-packages-container .featured-packages-nav-left i,
.featured-packages-container .featured-packages-nav-right i {
  font-size: 46px;
  color: #666;
  text-decoration: none;
}
.featured-packages-container .featured-packages-nav-left {
  left: -40px;
}
.featured-packages-container .featured-packages-nav-right {
  right: -40px;
}
.featured-packages,
.featured-packages-autoadvance-progress {
  width: 99.5%;
}
.featured-packages-autoadvance-progress {
  overflow: hidden;
  position: relative;
  height: 4px;
  margin-bottom: 1px;
}
.featured-packages-autoadvance-progress .bar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0%;
  background-color: rgba(0, 131, 203, 0.7);
}
.featured-packages {
  overflow: hidden;
  height: 238px;
  width: 65.5%;
  float: left;
  margin-bottom: 5px;
}
.featured-packages .featured-packages-inner {
  height: 100%;
  overflow: hidden;
  margin: 0;
  -webkit-transition: width 0.4s;
  -moz-transition: width 0.4s;
  -o-transition: width 0.4s;
  transition: width 0.4s;
}
.featured-modules {
  float: left;
  width: 33.5%;
  margin-left: 5px;
}
.featured-modules .tracks {
  background: #000;
  height: 238px;
  margin-bottom: 5px;
  position: relative;
  overflow: hidden;
  border: 1px solid black;
}
.featured-modules .upcoming h3,
.featured-modules .tracks h3 {
  display: block;
  margin: 0;
  padding: 0 7px;
  height: 25px;
  line-height: 26px;
  background: #000;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  z-index: 100;
  width: 100%;
}
.featured-packages-mpc-loading {
  position: absolute;
  z-index: 1;
  right: 20px;
  top: 15px;
  color: #ffffff;
  font-size: 30px;
}
.featured-package {
  display: inline-block;
  position: relative;
  background-color: #eee;
  color: #000;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 35px 45px 45px;
  overflow: hidden;
  background-repeat: no-repeat;
  -webkit-transition: width 0.2s;
  -moz-transition: width 0.2s;
  -o-transition: width 0.2s;
  transition: width 0.2s;
}
.featured-package .featured-package-info {
  position: absolute;
  left: 0;
  top: 30px;
  width: 66.66%;
  height: 71%;
  background: rgba(0, 0, 0, 0.5);
  padding: 20px 20px 20px 30px;
}
.featured-package .featured-package-info.media > .pull-left {
  margin-right: 20px;
}
.featured-package .featured-package-info h3,
.featured-package .featured-package-info a,
.featured-package .featured-package-info p,
.featured-package .featured-package-info li {
  color: #EEE;
  text-shadow: 1px 1px 1px #000;
}
.featured-package .featured-package-info h3 {
  font-size: 20px;
  text-transform: uppercase;
  margin: 0;
  display: inline;
  text-shadow: 1px 1px 1px #000;
}
.featured-package .featured-package-info h3 a {
  color: #EEE;
  text-decoration: none;
}
.featured-package .featured-package-info h3 a:hover {
  color: #FFF;
}
.featured-package .featured-package-info p {
  font-size: 22px;
  line-height: 1.25em;
}
.featured-package .featured-package-info .file-playbutton {
  font-size: 20px;
  color: #FFF;
  padding-right: 5px;
}
.featured-package .featured-package-info .file-playbutton .play-icon {
  font-size: 0.7em;
  margin-top: -4px;
}
.featured-package .featured-package-info .file-playbutton .stop-icon {
  margin-top: -4px;
  font-size: 0.6em;
}
.featured-package .featured-package-info .featured-packages-details {
  line-height: 1em;
  white-space: nowrap;
}
.featured-package .featured-package-info .featured-packages-details li + li {
  margin-left: 3px;
}
.featured-package .featured-package-info .featured-packages-details li + li.ng-hide {
  margin-left: 0;
}
.featured-package .featured-package-info .featured-packages-details i {
  opacity: 0.75;
  padding-right: 1px;
}
.featured-package .featured-package-info .featured-packages-tagline {
  margin: 10px 0;
}
.featured-package .featured-package-info .featured-packages-tagline p {
  font-size: 14px;
}
.featured-package .featured-package-info .featured-packages-title {
  display: table;
  width: 100%;
  height: 100%;
}
.featured-package .featured-package-info .featured-packages-title .file-playbutton,
.featured-package .featured-package-info .featured-packages-title h3 {
  display: block;
  float: left;
}
.featured-package .featured-package-info .featured-packages-title .file-playbutton .fa-stack,
.featured-package .featured-package-info .featured-packages-title h3 .fa-stack {
  margin-left: -7px;
}
.featured-package .featured-package-info .featured-packages-title .file-playbutton .fa-stack .fa-stack-2x,
.featured-package .featured-package-info .featured-packages-title h3 .fa-stack .fa-stack-2x {
  font-size: 1.6em;
}
.featured-package .featured-package-info .featured-packages-title .file-playbutton .fa-stack .fa-stack-2x i,
.featured-package .featured-package-info .featured-packages-title h3 .fa-stack .fa-stack-2x i {
  opacity: 0.65;
  padding-right: 1px;
}
.featured-package .featured-package-info .featured-packages-title .featured-packages-details {
  clear: both;
}
.featured-package .featured-package-info .featured-packages-title .list-inline {
  padding-top: 7px;
}
.featured-package .featured-package-info .featured-packages-title h3 {
  padding-top: 6px;
  font-size: 20px;
}
.featured-package .featured-package-info .featured-packages-title .file-playbutton {
  width: 45px;
}
.featured-package .featured-package-mpc {
  position: absolute;
  top: 11px;
  right: 15px;
  bottom: 11px;
  width: 25%;
  z-index: 2;
}
.featured-package .featured-package-mpc .mpc .mpc-content {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.featured-package .featured-package-mpc .mpc .mpc-content .pads .pad:active,
.featured-package .featured-package-mpc .mpc .mpc-content .pads .pad.active,
.featured-package .featured-package-mpc .mpc .mpc-content .pads .pad.ng-click-active,
.featured-package .featured-package-mpc .mpc .mpc-content .pads .pad.playing {
  border-width: 2px;
  background: #C6C6C6;
  border-color: #BBB #CCC #CCC #BBB;
}
.featured-package .featured-package-mpc .mpc .mpc-content .pads .pad .pad-key {
  display: none;
  position: absolute;
  font-size: 10px;
  line-height: 35px;
  width: 19px;
  height: 26px;
  right: 0;
  bottom: 0;
}
.featured-package .featured-package-mpc .mpc .mpc-content .pads .pad .pad-file {
  font-size: 10px;
  padding: 5px 4px;
  color: #777;
  font-weight: bold;
  line-height: 1.2em;
  height: 46px;
  overflow: hidden;
  word-break: break-word;
}
.featured-package .featured-package-mpc .ng-animate {
  opacity: 1;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.featured-package .featured-package-mpc .ng-hide-add,
.featured-package .featured-package-mpc .ng-hide-remove {
  display: block!important;
}
.featured-package .featured-package-mpc div.ng-hide-add {
  -webkit-transition: opacity 0s;
  -moz-transition: opacity 0s;
  -o-transition: opacity 0s;
  transition: opacity 0s;
}
.featured-package .featured-package-mpc .ng-hide {
  opacity: 0;
}
@media all and (max-width: 840px) {
  .featured-package .featured-package-mpc {
    display: none;
  }
  .featured-package .featured-package-info h3 {
    font-size: 20px;
  }
  .featured-package .featured-package-info .featured-packages-tagline p {
    font-size: 17px;
  }
  .featured-packages-mpc-loading {
    display: none;
  }
}
@media all and (max-width: 800px) {
  .featured-packages-content .featured-packages .featured-package-info .featured-packages-title h3 {
    font-size: 20px;
  }
  .featured-packages-content .featured-packages .featured-package-info .featured-packages-tagline p {
    font-size: 12px;
  }
}
@media all and (max-width: 700px) {
  .featured-packages-content .featured-packages .featured-package-info .featured-packages-title h3 {
    font-size: 17px;
  }
}
@media all and (max-width: 610px) {
  .featured-packages-content .featured-packages {
    display: none;
  }
  .featured-packages-content .featured-packages-container .featured-packages-nav {
    display: none;
  }
  .featured-packages-content .featured-modules {
    display: none;
  }
  .featured-packages-container .featured-packages-nav {
    display: none;
  }
  .featured-packages-container .twitter-module {
    display: none;
  }
}
.featured-tracks .container .featured-tracks-module-container {
  width: 25%;
  float: left;
  position: relative;
  cursor: pointer;
}
.featured-tracks .container .featured-tracks-module-container .playbutton {
  position: absolute;
  opacity: 0;
  font-size: 29px;
  color: white;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -29px;
}
.featured-tracks .container .featured-tracks-module-container .playbutton:hover {
  text-shadow: none;
}
.featured-tracks .container .featured-tracks-module-container .track-name {
  position: absolute;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  padding: 6px;
  line-height: 1em;
  z-index: 10;
  text-shadow: 1px 1px 1px black;
}
.featured-tracks .container .featured-tracks-module-container img {
  width: 100%;
}
.featured-tracks .container .featured-tracks-module-container:hover .playbutton {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.featured-tracks .container .featured-tracks-module-container:hover .track-name {
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.featured-tracks .container .see-more-featured-tracks {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
  background: black;
  float: left;
  width: 100%;
  text-align: right;
  padding: 6px 14px;
  font-size: 14px;
  position: absolute;
  bottom: 0;
  z-index: 11;
}
.featured-tracks .container .see-more-featured-tracks:hover {
  color: #ddd;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
@media all and (max-width: 1230px) {
  .featured-tracks .container .featured-tracks-module-container {
    width: 33.33%;
  }
  .featured-tracks .container .see-more-featured-tracks {
    font-size: 12px;
  }
}
@media all and (max-width: 800px) {
  .featured-tracks .container .featured-tracks-module-container {
    width: 50%;
  }
}
.file-browser {
  position: fixed;
  z-index: 15;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px;
  background: rgba(255, 255, 255, 0.85);
  color: #555;
}
.file-browser .sortable-trash-zone {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.file-browser > h3 {
  margin: 0;
}
.file-browser .file-browser-wrapper {
  position: absolute;
  top: 45px;
  right: 10px;
  bottom: 10px;
  left: 10px;
}
.file-browser.pack {
  top: 186px;
}
.file-browser.pack .file-browser-wrapper {
  top: 10px;
}
.file-browser.pack > h3 {
  display: none;
}
.file-browser .file-browser-controls {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 150px;
  margin-top: 3px;
  overflow-x: hidden;
  overflow-y: auto;
}
.file-browser .file-browser-controls .pack-filter-list {
  margin-left: 0;
}
.file-browser .file-browser-controls .pack-filter-list .pack-filter-list-item {
  float: left;
  cursor: pointer;
}
.file-browser .file-browser-controls .pack-filter-list .pack-filter-list-item .pack-filter-image {
  width: 40px;
  cursor: pointer;
}
.file-browser .file-browser-controls .pack-filter-list .pack-filter-list-item .pack-filter-image.inactive {
  opacity: 0.4;
}
.file-browser .file-browser-controls .pack-filter-list .pack-filter-list-item label {
  margin: 1px 1px 0 0;
  border: 2px solid transparent;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.file-browser .file-browser-controls .pack-filter-list .pack-filter-list-item label:hover {
  border: 2px solid #cdcdcd;
}
.file-browser .file-browser-controls .pack-filter-list .pack-filter-list-item input {
  position: absolute;
  left: -9999px;
}
.file-browser .file-browser-controls .filter-name {
  cursor: pointer;
}
.file-browser .file-browser-controls .badge {
  box-shadow: none;
  text-shadow: none;
  background: #262626;
  color: #fff;
  border-radius: 4px;
}
.file-browser .file-browser-controls input[type="text"] {
  width: 100%;
  padding: 2px 5px;
}
.file-browser .file-browser-controls > ul > li {
  margin-bottom: 20px;
}
.file-browser .file-browser-controls > ul > li > i {
  margin-top: 4px;
  cursor: pointer;
  color: #666;
}
.file-browser .file-browser-controls > ul > li > i:hover {
  color: #111;
}
.file-browser .file-browser-controls > ul > li > ul {
  margin: 5px 0 0 -3px;
}
.file-browser .file-browser-controls .checkbox {
  cursor: pointer;
  font-weight: normal;
  font-size: 13px;
}
.file-browser .file-browser-controls .checkbox span {
  margin-left: 2px;
}
.file-browser .file-browser-controls .checkbox span.checkbox-font {
  font-family: 'FontAwesome';
}
.file-browser .file-browser-controls .checkbox input[type="checkbox"].filter-checkbox {
  top: -10000px;
  position: relative;
  overflow: hidden;
}
.file-browser .file-browser-controls .checkbox input[type='checkbox'].filter-checkbox + span.checkbox-font:after {
  content: '\f096';
  display: inline-block;
  margin-left: -16px;
  margin-right: 4px;
}
.file-browser .file-browser-controls .checkbox input[type='checkbox'].filter-checkbox:checked + span.checkbox-font:after {
  content: "\f046";
}
.file-browser .file-browser-controls-toggle {
  position: absolute;
  width: 20px;
  top: 0;
  bottom: 0;
  left: 160px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #FFF;
}
.file-browser .file-browser-controls-toggle:before {
  position: absolute;
  top: 50%;
  font-size: 22px;
  margin-top: -11px;
  text-indent: 3px;
  text-decoration: none;
}
.file-browser .file-browser-controls-toggle:hover {
  background-color: rgba(0, 0, 0, 0.4);
  color: #EEE;
}
.file-browser .file-browser-controls-toggle.no-controls {
  left: 0;
}
.file-browser .file-browser-controls-toggle.no-controls:before {
  text-indent: 5px;
}
.file-browser .file-browser-files {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 190px;
}
.file-browser .file-browser-files.no-controls {
  left: 30px;
}
.file-browser .file-row {
  cursor: pointer;
}
.file-browser .file-row td.select .fa-check-square-o {
  display: none;
}
.file-browser .file-row .file-playbutton .progress {
  width: 75%;
  top: 100%;
}
.file-browser .file-row:nth-child(even) {
  background-color: #F3F3F3;
}
.file-browser .file-row:hover {
  background-color: rgba(17, 17, 17, 0.12);
}
.file-browser .file-row.selected {
  background-color: rgba(17, 17, 17, 0.30000000000000004);
}
.file-browser .file-row.highlighted {
  background-color: rgba(255, 204, 153, 0.25);
}
.file-browser .file-row.selected.highlighted {
  background-color: rgba(153, 175, 173, 0.25);
}
.file-browser .file-row:active {
  color: #000;
  background-color: rgba(17, 17, 17, 0.30000000000000004);
}
.file-browser .file-row.selected {
  color: #222;
}
.file-browser .file-row.selected td.select .fa-square-o {
  display: none;
}
.file-browser .file-row.selected td.select .fa-check-square-o {
  display: initial;
}
.file-browser .table {
  background: transparent;
  margin: 0;
  width: 100%;
}
.file-browser .file-browser-files-selected {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 0 7px 0 14px;
  height: 38px;
  background-color: rgba(0, 131, 203, 0.6);
  color: #FFF;
  font-size: 18px;
  line-height: 40px;
}
.file-browser .file-browser-files-selected .pull-right {
  color: rgba(255, 255, 255, 0.4);
  line-height: 38px;
}
.file-browser .file-browser-files-selected a {
  padding: 2px 6px;
  color: #FFF;
  text-decoration: none;
  font-size: 14px;
}
.file-browser .file-browser-files-selected a + a {
  margin-left: 2px;
}
.file-browser .file-browser-files-selected .fa-times {
  position: relative;
  top: 1px;
  font-size: 20px;
}
.file-browser .file-browser-files-selected .file-browser-update-selection {
  position: relative;
  top: -1px;
  margin-left: 2px;
  padding: 1px 7px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.85);
}
.file-browser .file-browser-files-selected .file-browser-update-selection:hover {
  color: rgba(255, 255, 255, 0.95);
}
.file-browser .table-head {
  background: #000;
  color: #DDD;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  table-layout: auto;
}
.file-browser .table-head thead > tr > th {
  cursor: pointer;
}
.file-browser .table-head thead > tr > th.active {
  background: #000;
  color: #FFF;
}
.file-browser .table-head.files-selected {
  top: 45px;
}
.file-browser .table-body {
  table-layout: fixed;
}
.file-browser .table-wrapper {
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 36px;
  right: 0;
  bottom: 0;
  left: 0;
}
.file-browser .table-wrapper::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.file-browser .table-wrapper::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.file-browser .table-wrapper.files-selected {
  top: 81px;
}
.file-browser .table thead > tr > th,
.file-browser .table tbody > tr > th,
.file-browser .table thead > tr > td,
.file-browser .table tbody > tr > td {
  border-top-width: 0;
  border-top-color: rgba(0, 0, 0, 0.025);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.file-browser .table thead > tr > th,
.file-browser .table tbody > tr > th {
  padding-right: 12px;
  padding-left: 4px;
}
.file-browser .table tbody > tr:first-child > td {
  border-top: 0 none;
}
.file-browser .table th.select,
.file-browser .table td.select {
  padding: 7px 10px 3px;
  width: 28px;
  font-size: 18px;
  cursor: pointer;
}
.file-browser .table th.select .fa-square-o,
.file-browser .table td.select .fa-square-o {
  opacity: 0.6;
}
.file-browser .table th.playbutton,
.file-browser .table td.playbutton,
.file-browser .table th.download,
.file-browser .table td.download,
.file-browser .table th.fav-button,
.file-browser .table td.fav-button {
  width: 28px;
  text-align: center;
  padding: 7px 0 0 4px;
}
.file-browser .table td.playbutton .file-playbutton {
  font-size: 12px;
  display: block;
}
.file-browser .table .file-row.playing td.waveform-hook {
  overflow: visible;
}
.file-browser .table .file-row.playing td.waveform-hook,
.file-browser .table .file-row.playing td.key,
.file-browser .table .file-row.playing td.genre,
.file-browser .table .file-row.playing td.bpm {
  color: transparent;
}
.file-browser .table td.waveform-hook {
  position: relative;
}
.file-browser .table td.waveform-hook .waveform-container {
  position: absolute;
  top: 2px;
  left: 0;
  right: 0;
  bottom: 2px;
}
.file-browser .table td.waveform-hook .waveform-container svg .layer:first-child {
  fill: #333 !important;
}
.file-browser .table td.waveform-hook .waveform-container svg .layer:last-child {
  fill: #111 !important;
}
.file-browser .table td.waveform-hook .waveform-container .play-progress {
  height: 100%;
  width: 0;
  position: absolute;
  background-color: rgba(25, 25, 25, 0.1);
  border-right: 3px solid rgba(25, 25, 25, 0.5);
}
.file-browser .table th.performers,
.file-browser .table td.performers {
  min-width: 16%;
}
.file-browser .table th.name,
.file-browser .table td.name {
  min-width: 12%;
}
.file-browser .table th.time,
.file-browser .table td.time {
  text-overflow: clip;
  text-align: center;
}
.file-browser .table th.artist,
.file-browser .table td.artist {
  width: 10%;
}
.file-browser .table th.genre,
.file-browser .table td.genre {
  width: 10%;
}
.file-browser .table th.instruments,
.file-browser .table td.instruments {
  min-width: 10%;
}
.file-browser .table th.bpm,
.file-browser .table td.bpm {
  text-align: center;
}
.file-browser .table thead > tr > th.noclip,
.file-browser .table tbody > tr > th.noclip,
.file-browser .table thead > tr > td.noclip,
.file-browser .table tbody > tr > td.noclip {
  text-overflow: initial;
  overflow: visible;
}
.file-browser.table-condensed {
  font-size: 13px;
}
.file-browser.table-condensed .table-wrapper {
  top: 28px;
}
.file-browser.table-condensed .table-wrapper.files-selected {
  top: 73px;
}
.file-browser.table-condensed .table thead > tr > th,
.file-browser.table-condensed .table tbody > tr > th {
  padding-right: 6px;
  padding-left: 3px;
}
.file-browser.table-condensed .table th.select,
.file-browser.table-condensed .table td.select {
  padding: 4px 0 2px 8px;
  font-size: 16px;
  width: 24px;
}
.file-browser.table-condensed .table th.playbutton,
.file-browser.table-condensed .table td.playbutton {
  padding: 4px 5px 0 6px;
}
.file-browser.table-condensed .table th.playbutton .file-playbutton,
.file-browser.table-condensed .table td.playbutton .file-playbutton {
  font-size: 11px;
}
@media all and (max-height: 1000px) {
  .file-browser.pack {
    top: 186px;
  }
}
@media all and (max-width: 500px) {
  .file-browser .table th.download,
  .file-browser .table td.download,
  .file-browser .table th.performers,
  .file-browser .table td.performers,
  .file-browser .table th.instruments,
  .file-browser .table td.instruments,
  .file-browser .table th.genre,
  .file-browser .table td.genre,
  .file-browser .table th.key,
  .file-browser .table td.key,
  .file-browser .table th.bpm,
  .file-browser .table td.bpm {
    display: none;
  }
}
.file-download-button {
  font-size: 16px;
  line-height: 16px;
  color: #444;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.file-download-button:hover {
  color: #222;
}
.file-download-button i.fa.ng-hide.ng-animate {
  display: none !important;
}
.file-playbutton {
  font-size: 12px;
  font-weight: normal;
  position: relative;
  cursor: pointer;
  color: #000;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.file-playbutton .fa-stack-1x {
  margin-left: 0.1em;
}
.file-playbutton .fa-stop {
  margin-left: 0;
  font-size: 0.8em;
}
.file-playbutton .stop-icon {
  display: none;
}
.file-playbutton.playing .stop-icon {
  display: initial;
}
.file-playbutton.playing .play-icon {
  display: none;
}
.file-playbutton:hover {
  color: #444;
  text-shadow: 1px 1px 1px #FFF;
}
.filter-with-dropdown {
  position: relative;
}
.filter-with-dropdown .options-list {
  position: relative;
  clear: both;
  width: 100%;
  min-width: 100px;
  background-color: #eee;
}
.filter-with-dropdown .search-input {
  width: 100%;
  font-size: 24px;
  letter-spacing: -0.04em;
  color: #555;
  background-color: #e6e6e6;
  border: none;
  padding: 5px 10px;
}
.filter-with-dropdown .search-input:focus {
  outline-color: #777;
  outline-width: 1px;
  outline: none;
}
.filter-with-dropdown .label {
  float: left;
  margin-top: 24px;
  background: none;
  color: #000;
  font-size: 24px;
  font-weight: normal;
  padding-left: 0;
}
.filter-with-dropdown .filter-name {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.04em;
  color: #000;
  text-transform: uppercase;
  margin-top: 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.filter-with-dropdown .filter-name::after {
  font-family: 'FontAwesome';
  content: '\f054';
  margin-left: 10px;
}
.filter-with-dropdown .filter-name:hover {
  color: #979797;
}
.filter-with-dropdown .checkbox {
  cursor: pointer;
  font-weight: normal;
  font-size: 13px;
  padding: 10px 20px;
  border: 2px solid #aaa;
  margin-right: 20px;
  color: #aaa;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.filter-with-dropdown .checkbox:hover {
  border: 2px solid #000;
  color: #000;
}
.filter-with-dropdown .checkbox.selected {
  border: 2px solid #000;
  color: #000;
}
.filter-with-dropdown .checkbox span {
  font-size: 14px;
  font-weight: bold;
}
.filter-with-dropdown .checkbox span.checkbox-font {
  font-family: 'FontAwesome';
}
.filter-with-dropdown .checkbox input[type="checkbox"].filter-checkbox {
  top: -10000px;
  position: relative;
  overflow: hidden;
}
.first-visit-modal {
  color: black;
  font-size: 22px;
}
.first-visit-modal .modal {
  display: block;
  background: #FFF;
  z-index: 1031;
  top: 30px;
  left: 15%;
  right: 15%;
  bottom: auto;
  overflow: auto;
  padding: 25px 25px 45px;
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.75);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.75);
}
.first-visit-modal .modal .copy {
  margin: 11px 0 0 20px;
}
.first-visit-modal .modal .overview-video {
  clear: both;
  padding: 20px 0;
}
.first-visit-modal .modal .overview-video iframe {
  width: 100%;
  height: 346px;
}
.first-visit-modal .modal-backdrop {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.65);
}
.first-visit-modal .converse-button {
  background: #fff;
  border: 2px solid black;
  border-radius: 20px;
  position: relative;
  float: right;
  margin: right: 20px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 1px 20px;
}
.first-visit-modal .converse-button:hover {
  color: #fff;
  background: #000;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media all and (max-width: 1100px) {
  .first-visit-modal .modal .copy {
    font-size: 20px;
  }
}
@media all and (max-width: 830px) {
  .first-visit-modal .modal .copy {
    font-size: 18px;
  }
}
@media all and (max-height: 782px) {
  .first-visit-modal .modal {
    max-height: 650px;
  }
  .first-visit-modal .modal .overview-video {
    padding: 20px 100px;
  }
}
@media all and (max-height: 550px), all and (max-width: 700px) {
  .first-visit-modal .modal object {
    display: none;
  }
  .first-visit-modal .modal .copy {
    display: none;
  }
  .first-visit-modal .modal .overview-video {
    padding: 0;
  }
}
.focused-file {
  background: rgba(0, 0, 0, 0.85);
  position: fixed;
  padding: 20px 40px 40px;
  z-index: 5;
  opacity: 1;
  left: 100px;
  right: 100px;
  top: 70px;
  bottom: 200px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.focused-file .focused-track {
  float: left;
  margin-bottom: 20px;
}
.focused-file .focused-track .focused-download {
  margin-left: 5px;
  text-decoration: none;
  color: #AAA;
}
.focused-file .focused-track .focused-download:hover {
  color: #eee;
}
.focused-file .focused-track h3 {
  float: left;
}
.focused-file .focused-track h3 .file-playbutton {
  cursor: pointer;
}
.focused-file .focused-file-close {
  text-decoration: none;
}
.focused-file .focused-file-data {
  overflow: auto;
  clear: both;
  -webkit-transition: height 0.25s;
  -moz-transition: height 0.25s;
  -o-transition: height 0.25s;
  transition: height 0.25s;
}
.focused-file .focused-file-data table {
  margin: 0;
  font-size: 20px;
  border: none;
}
.focused-file .focused-file-data table tr {
  border: none;
}
.focused-file .focused-file-data table tr td {
  border: none;
  padding: 14px;
  text-shadow: none;
}
.focused-file.ng-hide-add,
.focused-file.ng-hide-remove {
  display: block !important;
}
.focused-file.ng-hide {
  opacity: 0;
  left: 75px;
  right: 75px;
  top: 75px;
  bottom: 175px;
}
@media (max-width: 1000px) {
  .focused-file .focused-file-data {
    -webkit-transition: height 0.25s;
    -moz-transition: height 0.25s;
    -o-transition: height 0.25s;
    transition: height 0.25s;
  }
  .focused-file .focused-file-data table {
    font-size: 14px;
  }
  .focused-file .focused-file-data table tr td {
    padding: 10px;
  }
}
@media (max-width: 800px) {
  .focused-file {
    padding: 10px 20px 20px;
    left: 20px;
    right: 20px;
    top: 55px;
    bottom: 160px;
  }
}
.global-menu {
  position: fixed;
  right: -300px;
  top: 55px;
  width: 300px;
  height: 100%;
  background: #fff;
  border-left: 1px solid #d9d9d9;
  z-index: 100;
  overflow: hidden;
  -webkit-transition: right 0.5s;
  -moz-transition: right 0.5s;
  -o-transition: right 0.5s;
  transition: right 0.5s;
}
.global-menu.favorites-view {
  right: 0;
  border-left: 2px solid #000;
}
.global-menu.file-dragged .global-menu-container .global-menu-header .global-header-menu-button {
  border: 1px dashed #000;
}
.global-menu.visible {
  right: 0;
}
.global-menu .global-menu-container {
  z-index: 12;
  position: relative;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.global-menu .global-menu-container .global-menu-favorites-and-filter {
  border-top: 1px solid #cdcdcd;
}
.global-menu .global-menu-container .global-menu-favorites-and-filter .global-menu-favorites {
  color: #000;
  font-weight: bold;
  background: #fff;
  width: 100%;
  padding: 11px 20px;
  border-bottom: 1px solid #cdcdcd;
  display: block;
  float: left;
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.global-menu .global-menu-container .global-menu-favorites-and-filter .global-menu-favorites.dragged-over {
  background: #dbdbdb;
}
.global-menu .global-menu-container .global-menu-favorites-and-filter .global-menu-favorites .loading-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background: rgba(0, 0, 0, 0.1);
}
.global-menu .global-menu-container .global-menu-favorites-and-filter .global-menu-favorites.animate .loading-bar {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}
.global-menu .global-menu-container .global-menu-favorites-and-filter .global-menu-favorites .global-menu-favorites-title {
  font-size: 18px;
  font-weight: bold;
  float: left;
  margin: 0;
  margin-top: 4px;
  position: relative;
}
.global-menu .global-menu-container .global-menu-favorites-and-filter .global-menu-favorites .global-menu-favorites-sample-number {
  font-size: 18px;
  float: right;
  margin-top: 1px;
}
.global-menu .global-menu-container .global-menu-favorites-and-filter .global-menu-favorites .global-menu-favorites-sample-number img {
  margin-bottom: 2px;
  width: 21px;
}
.global-menu .global-menu-container .global-menu-favorites-and-filter .global-menu-favorites:hover {
  background: #fbfbfb;
}
.global-menu .global-menu-container .global-menu-favorites-and-filter .global-menu-favorites:hover .global-menu-favorites-title {
  text-decoration: underline;
}
.global-menu .global-menu-container .global-menu-favorites-and-filter .global-menu-filter {
  width: 40%;
  float: left;
}
.global-menu .global-menu-container .global-menu-favorites-and-filter .global-menu-filter .global-menu-filter-button {
  width: 50%;
  background: #fff;
  float: left;
  cursor: pointer;
  padding: 12.25%;
  border-right: 1px solid #dbdbdb;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.global-menu .global-menu-container .global-menu-favorites-and-filter .global-menu-filter .global-menu-filter-button:hover {
  background: #eee;
}
.global-menu .global-menu-container .global-menu-favorites-and-filter .global-menu-filter .global-menu-filter-button.active {
  background: #eee;
}
.global-menu .global-menu-container .global-menu-favorites-and-filter .global-menu-filter .global-menu-filter-button img {
  width: 30px;
  margin-bottom: 2px;
}
.global-menu .global-menu-container .global-menu-header {
  background: #fff;
  color: #555;
  clear: both;
  border-bottom: 1px solid #cdcdcd;
}
.global-menu .global-menu-container .global-menu-header .global-header-menu-button {
  margin: 10px 0;
  font-size: 14px;
  float: left;
  text-transform: uppercase;
  font-weight: normal;
  padding: 13px 10px;
  position: relative;
  width: 94%;
  margin-left: 3%;
  cursor: pointer;
  border: 1px solid #9a9a9a;
  border-radius: 10px;
  text-align: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.global-menu .global-menu-container .global-menu-header .global-header-menu-button .new {
  display: none;
}
.global-menu .global-menu-container .global-menu-header .global-header-menu-button.active {
  background: #dbdbdb;
  border: 1px solid #dbdbdb;
}
.global-menu .global-menu-container .global-menu-header .global-header-menu-button:hover {
  background: #dbdbdb;
  border: 1px solid #dbdbdb;
}
.global-menu .global-menu-container .global-menu-header .global-header-menu-button.dragged-over {
  background: #dbdbdb;
}
.global-menu .global-menu-container .global-menu-header .global-header-menu-button.no-drop {
  background: transparent;
}
.global-menu .global-menu-container .global-menu-contents {
  position: relative;
  float: left;
  width: 100%;
}
.global-menu .global-menu-container .global-menu-contents .global-menu-no-kits {
  padding: 20px;
  color: #000;
}
.global-menu .global-menu-container .global-menu-contents .global-menu-no-kits .bold {
  font-weight: bold;
  margin: 20px 0;
}
.global-menu .global-menu-container .global-menu-contents .media-object {
  float: left;
  margin-right: 10px;
}
.global-menu .global-menu-container .global-menu-contents .global-menu-item {
  width: 100%;
  background: #e6e6e6;
  border: 1px solid #e6e6e6;
  position: relative;
  float: left;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.global-menu .global-menu-container .global-menu-contents .global-menu-item:nth-child(odd) {
  background: #f8f8f8;
  border: 1px solid #f8f8f8;
}
.global-menu .global-menu-container .global-menu-contents .global-menu-item:last-child {
  margin-bottom: 55px;
}
.global-menu .global-menu-container .global-menu-contents .global-menu-item:hover {
  border: 1px solid #222;
}
.global-menu .global-menu-container .global-menu-contents .global-menu-item.active {
  border: 4px solid #222;
  border-left: 3px solid #222;
}
.global-menu .global-menu-container .global-menu-contents .global-menu-item .item-title {
  padding: 25px 20px;
  cursor: pointer;
  color: #222;
  margin: 0;
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.global-menu .global-menu-container .global-menu-contents .global-menu-item .item-title a:hover {
  color: #8e8e8e;
}
.global-menu .global-menu-container .global-menu-contents .global-menu-item .item-title a:focus {
  color: #222;
}
.global-menu .global-menu-container .global-menu-contents .global-menu-item .item-title h3 {
  font-size: 17px;
  font-weight: 200;
  margin: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.global-menu .global-menu-container .global-menu-contents .global-menu-item .item-title input {
  width: 193px;
}
.global-menu .global-menu-container .global-menu-contents .global-menu-item .global-menu-mpc {
  height: 0;
  background: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.global-menu .global-menu-container .global-menu-contents .global-menu-item .global-menu-mpc .global-menu-action-buttons {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  height: 0;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}
.global-menu .global-menu-container .global-menu-contents .global-menu-item .global-menu-mpc .global-menu-action-buttons i {
  background: #434343;
  padding: 8px;
  position: relative;
  color: #fff;
  width: 24.1%;
  height: 100%;
  font-size: 14px;
  opacity: 0;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.global-menu .global-menu-container .global-menu-contents .global-menu-item .global-menu-mpc .global-menu-action-buttons i:hover {
  background-color: #636363;
}
.global-menu .global-menu-container .global-menu-contents .global-menu-item .global-menu-mpc .mpc {
  width: 100%;
  padding-bottom: 0;
  position: relative;
  top: 70px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.global-menu .global-menu-container .global-menu-contents .global-menu-item .global-menu-mpc .mpc .mpc-content .pads .pad .favorites-button {
  display: none;
}
.global-menu .global-menu-container .global-menu-contents .global-menu-item .global-menu-mpc .mpc .pad-key {
  display: none;
}
.global-menu .global-menu-container .global-menu-contents .global-menu-item .global-menu-mpc .mpc .pad-file {
  font-size: 10px;
}
.global-menu .global-menu-container .global-menu-contents .global-menu-item .global-menu-mpc .mpc.active .pad-key {
  display: block;
}
.global-menu .global-menu-container .global-menu-contents .global-menu-item.expanded .global-menu-mpc {
  height: 100%;
}
.global-menu .global-menu-container .global-menu-contents .global-menu-item.expanded .global-menu-mpc .global-menu-action-buttons {
  height: 30px;
  min-width: 296px;
}
.global-menu .global-menu-container .global-menu-contents .global-menu-item.expanded .global-menu-mpc .global-menu-action-buttons i {
  opacity: 1;
}
.global-menu .global-menu-container .global-menu-contents .global-menu-item.expanded .global-menu-mpc .mpc {
  padding-bottom: 56%;
  top: 0px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .global-menu .global-menu-container .global-menu-contents .global-menu-item .global-menu-mpc .global-menu-action-buttons i {
    width: 24%;
  }
}
.kit-view {
  width: 50%;
  padding-right: 5%;
  margin-bottom: 30px;
  display: inline-block;
  position: relative;
}
.kit-view .user-image {
  position: absolute;
  width: 100px;
  height: 100px;
}
.kit-view .user-image img {
  border-radius: 1000px;
  width: 100px;
  height: 100px;
}
.kit-view .animating.ng-animate {
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  -o-transition: 1.5s;
  transition: 1.5s;
  position: absolute;
}
.kit-view .animating-opacity.ng-enter.ng-enter-active,
.kit-view .animating-opacity.ng-leave {
  opacity: 1;
}
.kit-view .animating-opacity.ng-leave.ng-leave-active,
.kit-view .animating-opacity.ng-enter {
  opacity: 0;
}
.kit-view .animating-move.ng-enter.ng-enter-active,
.kit-view .animating-move.ng-leave {
  margin-top: 17px;
}
.kit-view .animating-move.ng-leave.ng-leave-active,
.kit-view .animating-move.ng-enter {
  margin-top: 100px;
}
.kit-view .animating.ng-animate.animating-opacity-delayed {
  -webkit-transition: all linear 0.75s;
  -moz-transition: all linear 0.75s;
  -o-transition: all linear 0.75s;
  transition: all linear 0.75s;
}
.kit-view .animating-opacity-delayed.ng-enter.ng-enter-active,
.kit-view .animating-opacity-delayed.ng-leave {
  opacity: 1;
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}
.kit-view .animating-opacity-delayed.ng-leave.ng-leave-active,
.kit-view .animating-opacity-delayed.ng-enter {
  opacity: 0;
}
.kit-view .header {
  font-size: 19px;
  margin: 17px 0 0 113px;
  float: left;
}
.kit-view .header .user-name {
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
}
.kit-view .header .user-name a {
  text-decoration: none;
}
.kit-view .header .track-name {
  color: #000;
  font-weight: bold;
}
.kit-view .header .track-name a {
  text-decoration: none;
}
.kit-view .samples {
  margin-bottom: 25px;
  margin-left: 50px;
  position: relative;
}
.kit-view .samples .spacer-container {
  width: 100%;
  margin-left: 66px;
  height: 26px;
}
.kit-view .samples .spacer-container .spacer-lines {
  width: 20px;
  border-left: 2px solid black;
  border-bottom: 2px solid black;
  height: 36px;
}
.kit-view .samples .spacer-container .spacer-nothing {
  width: 98%;
}
.kit-view .samples .sample-headline h4 {
  font-size: 17px;
  font-weight: bold;
  margin: 0 0 8px 95px;
}
.kit-view .samples .pagination {
  position: absolute;
  margin: 0;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.kit-view .samples .pagination i.disabled {
  pointer-events: none;
  color: #bbb;
}
.kit-view .samples .mpc-container {
  padding: 0 18px 53px 30px;
  width: 100%;
  padding-bottom: 50%;
  background-color: #fafafa;
  margin-top: 50px;
  border: 1px solid #fafafa;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.kit-view .samples .mpc-container:hover {
  border: 1px solid #000;
}
.kit-view .samples .mpc-container .mpc {
  border: 1px solid #d9d9d9;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.kit-view .samples .mpc-container .mpc:hover {
  border: 1px solid #000;
}
.kit-view .samples .mpc-container .mpc .mpc-heading {
  display: none;
}
.kit-view .samples .mpc-container .mpc .mpc-content {
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
}
.kit-view .samples .mpc-container .mpc .mpc-content .pads .pad .pad-file {
  font-size: 12px;
  line-height: 17px;
  letter-spacing: -0.04em;
  font-weight: 200;
}
.kit-view .samples .mpc-container .mpc .mpc-content .pads .pad.with-file .pad-key {
  color: #b2b2b2;
}
.kit-view .samples .mpc-container .mpc .favorites-button {
  opacity: 0;
  color: #b2b2b2;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.kit-view .samples .mpc-container .mpc.active .favorites-button {
  opacity: 1;
}
.kit-view .samples .mpc-container .mpc .pad-key {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.kit-view .samples .mpc-container .mpc.active .pad-key {
  opacity: 1;
}
.kit-view .kit-actions {
  position: absolute;
  width: 45px;
  height: 73px;
  left: 22px;
  top: 111px;
}
.kit-view .kit-actions .mpc-icon {
  display: block;
  clear: both;
  background: #fff;
  border-radius: 100%;
  padding: 5px;
  color: #d9d9d9;
  border: 1px solid #d9d9d9;
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin: 6px 5px 3px 7px;
  font-size: 13px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.kit-view .kit-actions .mpc-icon:hover {
  color: #222;
  border: 2px solid #222;
}
.kit-view .kit-actions .mpc-icon.fa-plus {
  padding: 12px 0 0 5px;
  font-size: 15px;
}
.kit-view .kit-actions .mpc-icon.fa-plus:hover {
  padding: 9px 0 0 10px;
  margin-left: -14px;
  font-size: 20px;
}
.kit-view .kit-actions .mpc-icon.fa-share {
  padding: 13px 0 0 5px;
}
.kit-view .kit-actions .mpc-icon.fa-share:hover {
  padding: 9px 0 0 8px;
  margin-left: -14px;
  font-size: 20px;
}
@media all and (min-width: 1450px) {
  .kit-view {
    width: 33.33%;
  }
}
@media all and (max-width: 980px) {
  .kit-view .samples .mpc-container .mpc .mpc-content .pads .pad .pad-file {
    font-size: 11px;
    line-height: 12px;
  }
}
@media all and (max-width: 770px) {
  .kit-view {
    width: 100%;
  }
  .kit-view .samples .mpc-container .mpc .mpc-content .pads .pad .pad-file {
    font-size: 12px;
    line-height: 17px;
  }
}
@media all and (max-width: 530px) {
  .kit-view .samples .mpc-container .mpc .mpc-content .pads .pad .pad-file {
    font-size: 11px;
    line-height: 12px;
  }
}
.loading-spinner {
  position: absolute;
  left: 0;
  right: 0;
}
.loading-spinner .loading-content {
  float: left;
  padding-left: 30%;
}
.loading-spinner .loading-content .fa-star {
  float: left;
  font-size: 60px;
  margin-top: 15px;
}
.loading-spinner .loading-content h1 {
  font-weight: 200;
  font-size: 47px;
  margin-left: 45px;
  float: left;
  letter-spacing: -0.04em;
}
.loading-spinner .loading-content h1 .bold {
  font-weight: bold;
}
.mini-player {
  display: table;
}
.mini-player .file-playbutton,
.mini-player .file-name,
.mini-player .file-progress {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
}
.mini-player .file-playbutton {
  width: 30px;
  color: #DDD;
  text-shadow: none;
}
.mini-player .file-playbutton .fa-stack-1x {
  font-size: 18px;
}
.mini-player .file-playbutton .fa-circle-thin,
.mini-player .file-playbutton .progress {
  display: none;
}
.mini-player .file-playbutton:hover {
  color: #FFF;
}
.mini-player .file-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 1%;
  padding-right: 6px;
}
.mini-player .file-progress .progress {
  position: relative;
  margin: 4px 0;
  background-color: transparent;
  border: 0 none;
  border-radius: 0;
  z-index: 1;
}
.mini-player .file-progress .progress .progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.mini-player .file-progress .progress .playback {
  background-color: rgba(0, 0, 0, 0.5);
}
.mini-player .file-progress .progress .loading {
  background-color: transparent;
}
.mini-player .file-progress .progress .waveform-container {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.mini-player .file-progress .progress .waveform-container svg {
  width: 100%;
}
.mpc-preview {
  position: relative;
  float: left;
  width: 84px;
  height: 84px;
  margin: 4px 0 0 5px;
  cursor: pointer;
}
.mpc-preview.disabled {
  pointer-events: none;
}
.mpc-preview .mpc-preview-name {
  position: absolute;
  width: 100%;
  height: 100%;
  word-break: break-word;
  top: -4px;
  color: white;
  opacity: 0.85;
  z-index: 10;
  padding: 4px;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.mpc-preview .mpc-preview-name .name {
  max-height: 100%;
  max-width: 100%;
  overflow: hidden;
}
.mpc-preview .pads {
  width: 100%;
  height: 100%;
}
.mpc-preview .pads .pad {
  width: 24%;
  height: 24%;
  margin: 0.5%;
  position: relative;
  float: left;
  border: 1px solid #aaa;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
}
.mpc-preview .pads .pad.with-file {
  background: #e6e6e6;
}
.mpc-preview .rt-logo {
  z-index: 1;
  position: absolute;
  top: 12px;
  left: 5px;
  height: 60px;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.mpc-preview:hover .pads .pad {
  background: #efefef;
}
.mpc-preview:hover .pads .pad.with-file {
  background: #a6a6a6;
}
.mpc-preview:hover .mpc-preview-name {
  opacity: 1;
}
.mpc-preview.pack-preset .mpc-preview-name {
  opacity: 0;
}
.mpc-preview.pack-preset .rt-logo {
  opacity: 1;
}
.mpc-preview.pack-preset:hover .mpc-preview-name {
  opacity: 1;
}
.mpc-preview.pack-preset:hover .rt-logo {
  opacity: 0;
}
.mpc {
  position: absolute;
  z-index: 13;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  color: #555;
  width: auto;
  height: auto;
  border: none;
  box-shadow: none;
  background: white;
  border: 1px solid transparent;
}
.mpc .drop-here {
  display: none !important;
}
.mpc .mpc-heading {
  margin: 20px 20px 10px;
  overflow: hidden;
}
.mpc .mpc-heading h3 {
  margin: 0 15px 0 0;
  color: #ddd;
}
.mpc .mpc-heading .fa-share {
  cursor: pointer;
  font-size: 18px;
  position: relative;
  top: 1px;
}
.mpc .mpc-content {
  position: absolute;
  top: 70px;
  left: 20px;
  right: 20px;
  bottom: 20px;
}
.mpc .mpc-content ul li {
  position: relative;
}
.mpc .mpc-content .message {
  cursor: pointer;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 30px;
  color: #fff;
  line-height: 1.35em;
  z-index: 2;
  padding: 70px 5px 5px;
  background: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  margin: 0;
}
.mpc .mpc-content .midi-overlay {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  width: 642px;
  height: 262px;
  z-index: 100;
  margin-left: 9px;
}
.mpc .mpc-content .midi-overlay .midi-copy {
  color: white;
  margin: 57px 40px 40px 40px;
}
.mpc .mpc-content .midi-overlay .midi-copy .midi-tagline {
  font-size: 21px;
  font-weight: bold;
  line-height: 1em;
}
.mpc .mpc-content .midi-overlay .midi-copy .midi-instructions {
  margin: 23px 0 0 18px;
}
.mpc .mpc-content .pads {
  background: transparent;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mpc .mpc-content .pads .pad {
  position: relative;
  float: left;
  display: block;
  width: 23%;
  height: 46%;
  background: #5a5a5a;
  margin: 1%;
  cursor: pointer;
  opacity: 0.8;
  border-width: 2px;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
.mpc .mpc-content .pads .pad .pad-key {
  position: absolute;
  font-size: 16px;
  color: #ccc;
  line-height: 32px;
  width: 16px;
  height: 24px;
  text-align: center;
  right: 3px;
  bottom: 3px;
  text-transform: uppercase;
}
.mpc .mpc-content .pads .pad .pad-file {
  font-size: 11px;
  padding: 5px 6px;
  line-height: 12px;
  font-weight: bold;
  z-index: 1;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.mpc .mpc-content .pads .pad .remove-file {
  position: absolute;
  top: 2px;
  right: 2px;
  display: none;
  opacity: 0.4;
  z-index: 10;
}
.mpc .mpc-content .pads .pad .favorites-button {
  position: absolute;
  left: 5px;
  bottom: 2px;
  font-size: 13px;
  z-index: 5;
}
.mpc .mpc-content .pads .pad:hover .remove-file {
  display: block;
}
.mpc .mpc-content .pads .pad.with-file {
  background: #EEE;
  opacity: 1;
}
.mpc .mpc-content .pads .pad.with-file .pad-key {
  color: #444;
}
.mpc .mpc-content .pads .pad.dragged-over {
  background: #EEE;
}
.mpc .mpc-content .pads .pad.no-drop {
  background: #5a5a5a;
}
.mpc .mpc-content .pads .pad.no-drop .pad-key,
.mpc .mpc-content .pads .pad.no-drop .pad-file,
.mpc .mpc-content .pads .pad.no-drop .remove-file {
  display: none;
}
.mpc .mpc-content .pads .pad.no-drop::before {
  content: '\f00d';
  font-family: 'FontAwesome';
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  font-size: 40px;
  text-align: center;
  opacity: 0.5;
}
.mpc .mpc-content .pads .pad.file-dragged {
  border-style: dashed;
  border-color: #CCC;
}
.mpc .mpc-content .pads .pad.playing {
  background: #C6C6C6;
}
.mpc .mpc-content .pads .pad.not-one-shot.playing {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}
.mpc .mpc-content .pads .pad:active,
.mpc .mpc-content .pads .pad.active,
.mpc .mpc-content .pads .pad.ng-click-active,
.mpc .mpc-content .pads .pad.not-one-shot.playing {
  border-width: 2px;
  background: #CFCFCF;
  border-color: #BBB #CCC #CCC #BBB;
}
.mpc .mpc-content .pads .pad .waveform-container {
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 1px solid #e6e6e6;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.mpc .mpc-content .pads .pad .waveform-container.hidden {
  opacity: 0.3;
}
.mpc .mpc-content .pads .pad .waveform-container .waveform {
  width: 100%;
  height: 50%;
  position: absolute;
  top: 25%;
  cursor: pointer;
}
.mpc .mpc-content .pads .pad .waveform-container .waveform svg .layer {
  fill: #a6a6a6 !important;
}
.mpc .mpc-content .pads .pad .waveform-container:hover {
  border: 1px solid black;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.mpc .mpc-content .pads .pad .waveform-container:hover .waveform svg .layer {
  fill: #000 !important;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.mpc.uneditable .pads .pad.dragged-over {
  background: #eee;
}
.mpc.uneditable .pads .pad.file-dragged {
  border: none;
}
.mpc.uneditable .pads .pad .remove-file {
  display: none !important;
}
.mpc .signup-cta-big {
  display: none;
}
.mpc.pack-preset .pads .pad.file-dragged {
  border-style: none;
}
.mpc.pack-preset.file-dragged .message.not-changable {
  display: block;
}
.mpc.keyboard {
  width: 776px;
  padding: 0 15px;
}
.mpc.keyboard .mpc-content .pads {
  margin: 0 7px;
}
.mpc.keyboard .mpc-content .pads .pad.black-key {
  background: #3a3a3a;
  width: 30px;
  height: 179px;
  float: left;
  margin: 0;
  opacity: 1;
  margin-left: -12px;
  position: relative;
  z-index: 10;
}
.mpc.keyboard .mpc-content .pads .pad.black-key.active,
.mpc.keyboard .mpc-content .pads .pad.black-key:active {
  background: #616161;
}
.mpc.keyboard .mpc-content .pads .pad.black-key .pad-file {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  width: 500%;
  left: -61px;
  top: 92px;
  text-align: right;
  color: #646464;
  font-weight: normal;
}
.mpc.keyboard .mpc-content .pads .pad.black-key.dragged-over,
.mpc.keyboard .mpc-content .pads .pad.black-key.with-file {
  background: #131313;
}
.mpc.keyboard .mpc-content .pads .pad.black-key.dragged-over .pad-key,
.mpc.keyboard .mpc-content .pads .pad.black-key.with-file .pad-key {
  color: #ccc;
}
.mpc.keyboard .mpc-content .pads .pad.left-white-key {
  background: #888;
  width: 44px;
  height: 262px;
  float: left;
  margin: 0;
  opacity: 1;
  margin-left: 2px;
}
.mpc.keyboard .mpc-content .pads .pad.left-white-key .pad-file {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  width: 300%;
  left: -50px;
  top: 155px;
  text-align: right;
  color: #ababab;
  font-weight: normal;
}
.mpc.keyboard .mpc-content .pads .pad.left-white-key.dragged-over,
.mpc.keyboard .mpc-content .pads .pad.left-white-key.with-file {
  background: #eee;
}
.mpc.keyboard .mpc-content .pads .pad.middle-white-key {
  background: #888;
  width: 44px;
  height: 262px;
  float: left;
  margin: 0;
  opacity: 1;
  margin-left: -16px;
}
.mpc.keyboard .mpc-content .pads .pad.middle-white-key .pad-file {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  width: 305%;
  left: -43px;
  top: 155px;
  text-align: right;
  color: #ababab;
  font-weight: normal;
}
.mpc.keyboard .mpc-content .pads .pad.middle-white-key.dragged-over,
.mpc.keyboard .mpc-content .pads .pad.middle-white-key.with-file {
  background: #eee;
}
.mpc.keyboard .mpc-content .pads .pad.right-white-key {
  background: #888;
  width: 44px;
  height: 262px;
  float: left;
  margin: 0;
  opacity: 1;
  margin-left: -16px;
}
.mpc.keyboard .mpc-content .pads .pad.right-white-key .pad-file {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  width: 300%;
  left: -37px;
  top: 155px;
  text-align: right;
  color: #ababab;
  font-weight: normal;
}
.mpc.keyboard .mpc-content .pads .pad.right-white-key.dragged-over,
.mpc.keyboard .mpc-content .pads .pad.right-white-key.with-file {
  background: #eee;
}
.mpc.keyboard .mpc-content .pads .pad.left-white-key.active,
.mpc.keyboard .mpc-content .pads .pad.left-white-key:active,
.mpc.keyboard .mpc-content .pads .pad.middle-white-key.active,
.mpc.keyboard .mpc-content .pads .pad.middle-white-key:active,
.mpc.keyboard .mpc-content .pads .pad.right-white-key.active,
.mpc.keyboard .mpc-content .pads .pad.right-white-key:active {
  background: #ddd;
}
.mpc.keyboard .mpc-content .pads .pad .pad-key {
  width: 100%;
  right: 0;
  font-size: 12px;
}
.mpc.keyboard .mpc-heading {
  margin: 10px 0 5px 3px;
}
.mpc.widget {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 129px;
  left: 10px;
  height: 320px;
  width: 400px;
  z-index: 5;
  border: 0;
  overflow: hidden;
  -webkit-transition: width 0.1s;
  -moz-transition: width 0.1s;
  -o-transition: width 0.1s;
  transition: width 0.1s;
}
.mpc.widget .active-pack-files {
  display: none;
}
.mpc.widget .drop-here {
  display: none !important;
}
.mpc.widget.file-dragged:hover .drop-here {
  display: none !important;
}
.mpc.widget .mpc-heading {
  margin: 10px 10px 5px 10px;
}
.mpc.widget .mpc-heading .mpc-icon {
  float: right;
  margin-right: 5px;
  cursor: pointer;
}
.mpc.widget .mpc-heading .mpc-icon img {
  width: 23px;
}
.mpc.widget .mpc-heading h3 {
  cursor: pointer;
  font-size: 24px;
  letter-spacing: -0.03em;
  color: #fff;
  margin-right: 90px;
}
.mpc.widget .mpc-heading h3 .show-keyboard {
  font-size: 12px;
}
.mpc.widget .mpc-heading .mpc-share {
  position: absolute;
  left: 65px;
  top: 9px;
  z-index: 2;
}
.mpc.widget .mpc-heading .mpc-current-preset {
  color: #fff;
  text-overflow: ellipsis;
  margin-top: 5px;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  margin-right: 43px;
}
.mpc.widget .mpc-heading .mpc-reset {
  right: 104px;
  position: absolute;
  top: 16px;
}
.mpc.widget .mpc-content {
  top: 40px;
  right: 100px;
  bottom: 10px;
  left: 8px;
  margin: 0;
}
.mpc.widget .mpc-content .pads {
  width: 100%;
  height: 100%;
}
.mpc.widget .mpc-content .pads .pad .pad-key {
  font-size: 15px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  right: 1px;
  bottom: 1px;
}
.mpc.widget .mpc-content .pads .pad .pad-file {
  font-size: 11px;
  line-height: 1em;
  padding: 4px;
  color: #444;
  word-break: break-word;
}
.mpc.widget .mpc-content .pads .pad:active,
.mpc.widget .mpc-content .pads .pad.active,
.mpc.widget .mpc-content .pads .pad.ng-click-active,
.mpc.widget .mpc-content .pads .pad.not-one-shot.playing {
  border-width: 2px;
}
.mpc.widget .mpc-content .pads .pad.sorting {
  background-color: transparent;
  border-style: dashed;
  border-width: 2px;
}
.mpc.widget .mpc-content .pads .pad.sorting .pad-file {
  display: none;
}
.mpc.widget .mpc-content .pads .pad.drag-over {
  background-color: rgba(173, 250, 173, 0.89);
}
.mpc.widget .mpc-content .pads .pad.drag-over .pad-file {
  color: #eee;
}
.mpc.widget .mpc-content .audio-files-list {
  position: relative;
  width: auto;
  top: 280px;
  margin: 5px 5px 0;
  overflow-x: hidden;
  overflow-y: auto;
  height: 260px;
}
.mpc.widget .mpc-presets {
  position: absolute;
  top: 40px;
  bottom: 10px;
  right: 0px;
  width: 95px;
  background-color: rgba(0, 0, 0, 0.5);
}
.mpc.widget .mpc-presets .preset {
  padding: 5px;
  cursor: pointer;
}
.mpc.widget .mpc-presets .message {
  cursor: pointer;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 15px;
  color: #fff;
  line-height: 1.35em;
  z-index: 2;
  padding: 70px 5px 5px;
  background: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  margin: 0;
}
.mpc.header-hidden .mpc-heading {
  display: none;
}
.mpc.header-hidden .mpc-content {
  top: 20px;
}
html.touch .next-prev-buttons {
  display: none;
}
.next-prev-buttons {
  position: fixed;
  z-index: 11;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
}
.prev-pack,
.next-pack {
  pointer-events: visible;
  cursor: pointer;
  position: absolute;
  z-index: 4;
  display: block;
  top: 0;
  bottom: 0;
  width: 42px;
  background: rgba(0, 0, 0, 0.4);
  color: #AAA;
  font-size: 22px;
  line-height: 100%;
  text-align: center;
  -webkit-transition: background 0.25s;
  -moz-transition: background 0.25s;
  -o-transition: background 0.25s;
  transition: background 0.25s;
}
.prev-pack i,
.next-pack i {
  position: absolute;
  top: 48%;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.prev-pack:hover,
.next-pack:hover {
  text-decoration: none;
  background: rgba(0, 0, 0, 0.65);
  color: #DDD;
}
.prev-pack:hover i,
.next-pack:hover i {
  text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.5);
}
.prev-pack:active,
.next-pack:active {
  background: rgba(0, 0, 0, 0.8);
  color: #FFF;
}
.prev-pack:active i,
.next-pack:active i {
  text-shadow: 0px 0px 7px rgba(255, 255, 255, 0.6);
}
.prev-pack {
  left: -42px;
}
.prev-pack i {
  left: 12px;
}
.prev-pack:hover {
  left: 0 !important;
}
.next-pack {
  right: -42px;
}
.next-pack i {
  right: 12px;
}
.next-pack:hover {
  right: 0 !important;
}
.notification {
  position: fixed;
  z-index: 16;
  width: 60%;
  min-width: 400px;
  top: 10px;
  left: 50%;
  margin-left: -30%;
  background: rgba(255, 255, 255, 0.95);
  color: #333;
  padding: 20px 25px;
  border-radius: 2px;
  box-shadow: 0px 1px 83px rgba(0, 0, 0, 0.5);
  border: 2px solid #000000;
}
.notification .fa-times {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 10;
  cursor: pointer;
}
.notification.clickable {
  cursor: pointer;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
.notification.clickable:hover {
  background: rgba(140, 230, 140, 0.95);
  color: #222;
}
.notification.clickable:active {
  width: 61%;
  min-width: 410px;
  margin-left: -30.5%;
  top: 9px;
  padding: 12px;
}
.pack-file {
  display: table;
  width: 100%;
  table-layout: fixed;
  padding: 10px 6px 6px 2px;
}
.pack-file .pack-file-row {
  display: table-row;
}
.pack-file .pack-file-cell {
  display: table-cell;
  vertical-align: top;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
}
.pack-file .file-playbutton {
  width: 26px;
  margin-left: 1px;
  font-size: 12px;
}
.pack-file .file-performers {
  width: 35%;
  padding: 2px 10px 0 0;
  overflow: hidden;
  cursor: inherit;
  color: #777;
}
.pack-file .file-instruments {
  max-width: 120px;
  padding: 2px 10px 0 0;
  color: #777;
}
.pack-file .file-name {
  max-width: 120px;
  padding: 2px 10px 0 2px;
  overflow: hidden;
  cursor: inherit;
  color: #777;
}
.pack-file .file-waveform {
  width: 75%;
  border-radius: 20px;
}
.pack-file .file-waveform .waveform-container {
  margin: 2px 7px;
  height: 20px;
  position: relative;
}
.pack-file .file-waveform .waveform-container svg .layer:first-child {
  fill: #333 !important;
}
.pack-file .file-waveform .waveform-container svg .layer:last-child {
  fill: #111 !important;
}
.pack-file .file-waveform .waveform-container .play-progress {
  height: 100%;
  width: 0;
  position: absolute;
  background-color: rgba(25, 25, 25, 0.1);
  border-right: 3px solid rgba(25, 25, 25, 0.5);
}
.pack-file .file-duration {
  width: 50px;
  font-size: 13px;
  line-height: 25px;
  text-align: right;
  color: #777;
}
.pack-file .file-options a {
  cursor: pointer;
  text-decoration: none;
  color: #777;
  opacity: 0.5;
}
.pack-file .file-options a:hover {
  opacity: 0.8;
}
.pack-file[draggable] {
  cursor: move;
  border-radius: 5px;
}
.pack-file[draggable]:hover {
  background: rgba(238, 238, 238, 0.7);
}
.pack-interactivity-modules {
  position: relative;
  width: 100%;
  float: left;
  padding: 0 0 20px;
  margin-bottom: 35px;
}
.pack-interactivity-modules .pack-interactivity-nav {
  overflow: hidden;
}
.pack-interactivity-modules .pack-interactivity-nav .pack-tab {
  float: left;
  width: 33.33%;
  color: black;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  border: 1px solid #e6e6e6;
  background-color: #eee;
  font-size: 14px;
  list-style: none;
  cursor: pointer;
  padding: 2px 0;
}
.pack-interactivity-modules .pack-interactivity-nav .pack-tab:hover {
  background: #dfdfdf;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.pack-interactivity-modules .pack-interactivity-nav .pack-tab.active {
  background-color: #fff;
  border-bottom: none;
  border-right: none;
  border-left: none;
  box-shadow: none;
}
.pack-interactivity-modules .pack-interactivity-nav .pack-tab.disabled {
  pointer-events: none;
  color: #ccc;
}
.pack-interactivity-modules .pack-interactivity-module {
  position: relative;
  padding: 0 0px 32px 0;
  margin-top: 25px;
  border-bottom: 1px solid #aaa;
}
.pack-interactivity-modules .pack-interactivity-module:last-child {
  border-bottom: none;
}
.pack-interactivity-modules .pack-interactivity-module .browse {
  color: #000;
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  z-index: 20;
  text-decoration: none;
  float: right;
  border: 2px solid #494949;
  border-radius: 15px;
  padding: 3px 24px;
}
.pack-interactivity-modules .pack-interactivity-module .browse:hover {
  color: #fff;
  background: #000;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.pack-interactivity-modules .pack-interactivity-module .browse i {
  font-size: 18px;
}
.pack-interactivity-modules .pack-interactivity-module .audio-type-header {
  font-weight: bold;
  font-size: 23px;
}
.pack-interactivity-modules .pack-interactivity-module .audio-type-header .audio-type {
  font-weight: 200;
}
@media all and (min-width: 767px) and (max-width: 969px) {
  .pack-interactivity-modules .pack-interactivity-module .audio-type-header {
    font-size: 21px;
  }
  .pack-interactivity-modules .pack-interactivity-module .browse {
    font-size: 13px;
  }
}
@media all and (max-width: 485px) {
  .pack-interactivity-modules .pack-interactivity-module .audio-type-header {
    font-size: 21px;
  }
  .pack-interactivity-modules .pack-interactivity-module .browse {
    font-size: 13px;
  }
}
@media all and (max-width: 420px) {
  .pack-interactivity-modules {
    padding: 0;
    margin-bottom: 0;
  }
}
.pack-one-shots {
  margin-top: 30px;
}
.pack-one-shots .group {
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
}
.pack-one-shots .group.force-height {
  padding-bottom: 50%;
}
.pack-one-shots .group .one-shot-info {
  position: relative;
  width: 100%;
  clear: both;
  display: inline-block;
}
.pack-one-shots .group .one-shot-info .browse-button {
  display: block;
  float: right;
  background: #404040;
  color: #eee;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  padding: 3px 10px;
  border-radius: 5px;
  margin: 12px 18px 0 0;
}
.pack-one-shots .group .one-shot-info .browse-button:hover {
  background: #949494;
}
.pack-one-shots .group .mpc {
  border: 0;
}
.pack-one-shots .group .mpc .mpc-content {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.pack-one-shots .group .mpc .mpc-content:hover {
  border: 1px solid #222;
}
.pack-one-shots .group .mpc .mpc-content:hover .pads .pad .pad-key {
  opacity: 1;
}
.pack-one-shots .group .mpc .mpc-content .pads .pad .pad-key {
  opacity: 0;
  color: #d9d9d9;
  font-weight: normal;
}
.pack-one-shots .group .mpc .mpc-content .pads .pad .waveform-container .waveform {
  height: 35%;
  top: 35%;
  padding: 0 10px;
}
.pack-one-shots .group .mpc .mpc-content .pads .pad .waveform-container:hover {
  border: 1px solid #eee;
}
@media all and (max-width: 1204px) {
  .pack-one-shots .group .file {
    width: 100px;
    height: 100px;
  }
}
@media all and (max-width: 1123px) {
  .pack-one-shots .group .file {
    width: 90px;
    height: 90px;
  }
  .pack-one-shots .group .file .waveform-container .waveform {
    top: 18px;
  }
}
@media all and (max-width: 1043px) {
  .pack-one-shots .group .file {
    width: 80px;
    height: 80px;
  }
}
@media all and (max-width: 964px) {
  .pack-one-shots .group .file {
    width: 75px;
    height: 75px;
  }
}
@media all and (max-width: 949px) {
  .pack-one-shots .group .file {
    width: 100px;
    height: 100px;
  }
}
@media all and (max-width: 878px) {
  .pack-one-shots .group .file {
    width: 90px;
    height: 90px;
  }
}
@media all and (max-width: 770px) {
  .pack-one-shots .group .file {
    width: 110px;
    height: 110px;
  }
}
.pack-stems .files-list {
  padding-top: 20px;
}
.pack-stems .files-list .pack-file:nth-child(even) {
  background: #F7F7F7;
}
.pack-stems .pack-stems-wrapper {
  position: relative;
  float: left;
  width: 100%;
}
.pack-stems .pack-stems-wrapper .pack-stems-header {
  float: left;
  width: 100%;
  margin-top: 12px;
}
.pack-stems .pack-stems-wrapper .pack-stems-header i {
  float: left;
  font-size: 23px;
  margin: 3px 8px 0 121px;
}
.pack-stems .pack-stems-wrapper .pack-stems-header .play-all {
  text-transform: uppercase;
  font-weight: bold;
}
.pack-stems .pack-stems-wrapper .pack-stems-progress {
  position: absolute;
  top: 40px;
  bottom: 20px;
  background-color: rgba(25, 25, 25, 0.1);
  border-right: 1px solid #d7d7d7;
  z-index: 10;
}
.pack-stems .pack-stems-wrapper .pack-stems-tracks {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
}
.pack-stems .pack-stems-wrapper .pack-stems-tracks .pack-stem {
  position: relative;
  float: left;
  width: 100%;
  height: 77px;
  border-bottom: 1px solid #d7d7d7;
}
.pack-stems .pack-stems-wrapper .pack-stems-tracks .pack-stem:last-child {
  border-bottom: none;
}
.pack-stems .pack-stems-wrapper .pack-stems-tracks .pack-stem.muted .pack-stem-body .waveform-container svg .layer {
  fill: #D8D8D8 !important;
}
.pack-stems .pack-stems-wrapper .pack-stems-tracks .pack-stem .pack-stem-title {
  position: relative;
  float: left;
  height: 100%;
  width: 18%;
  border-right: 1px solid #d7d7d7;
}
.pack-stems .pack-stems-wrapper .pack-stems-tracks .pack-stem .pack-stem-title .name {
  font-size: 14px;
  margin: 5px 0;
  line-height: 18px;
  width: 100%;
  text-transform: uppercase;
  font-weight: bold;
}
.pack-stems .pack-stems-wrapper .pack-stems-tracks .pack-stem .pack-stem-title .volume-toggle-buttons {
  margin-top: 3px;
}
.pack-stems .pack-stems-wrapper .pack-stems-tracks .pack-stem .pack-stem-title .volume-toggle-buttons .volume-toggle-button {
  cursor: pointer;
  background: #000;
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  font-size: 12px;
  float: left;
  margin-right: 4px;
  padding-top: 2px;
  text-align: center;
}
.pack-stems .pack-stems-wrapper .pack-stems-tracks .pack-stem .pack-stem-title .volume-toggle-buttons .volume-toggle-button:hover {
  background: #888;
}
.pack-stems .pack-stems-wrapper .pack-stems-tracks .pack-stem .pack-stem-title .volume-toggle-buttons .volume-toggle-button.active {
  background: #fff;
  color: #000;
  border: 1px solid black;
  padding-top: 1px;
}
.pack-stems .pack-stems-wrapper .pack-stems-tracks .pack-stem .pack-stem-title input[type="range"] {
  -webkit-appearance: none;
  background: #000;
  height: 3%;
  cursor: pointer;
}
.pack-stems .pack-stems-wrapper .pack-stems-tracks .pack-stem .pack-stem-title input[type="range"]:focus {
  outline: 0;
}
.pack-stems .pack-stems-wrapper .pack-stems-tracks .pack-stem .pack-stem-title .volume-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 5px;
  height: 10px;
  background: #000;
  border-radius: 2px;
  cursor: pointer;
}
.pack-stems .pack-stems-wrapper .pack-stems-tracks .pack-stem .pack-stem-title .volume-slider {
  width: 85%;
  clear: both;
}
.pack-stems .pack-stems-wrapper .pack-stems-tracks .pack-stem .pack-stem-body {
  position: relative;
  float: right;
  height: 100%;
  width: 82%;
}
.pack-stems .pack-stems-wrapper .pack-stems-tracks .pack-stem .pack-stem-body .waveform-container {
  width: 100%;
  height: 70%;
  top: 15%;
  position: absolute;
}
.pack-stems .pack-stems-wrapper .pack-stems-tracks .pack-stem .pack-stem-body .waveform-container svg {
  background: #eee;
}
.pack-stems .pack-stems-wrapper .pack-stems-tracks .pack-stem .pack-stem-body .waveform-container svg .layer {
  fill: #7B7B7B !important;
}
.pack-step-sequencer-content {
  position: relative;
  z-index: 14;
  margin-top: 6px;
  background: #fff;
  color: #404040;
  overflow: hidden;
  -webkit-transform: translateZ(0);
}
.pack-step-sequencer-content h3 {
  margin: 0;
}
.pack-step-sequencer-content svg {
  width: 100%;
  display: none;
}
.pack-step-sequencer-content .files-list {
  margin-top: 20px;
}
.pack-step-sequencer-content .files-list .pack-file:nth-child(even) {
  background: #F7F7F7;
}
.pack-step-sequencer-content .pack-step-sequencer-wrapper {
  margin-top: 30px;
}
.pack-step-sequencer-content .pack-step-sequencer-wrapper .pack-step-sequencer-header {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.pack-step-sequencer-content .pack-step-sequencer-wrapper .pack-step-sequencer-header i {
  float: left;
  font-size: 23px;
  margin: 3px 8px 0 1px;
}
.pack-step-sequencer-content .pack-step-sequencer-wrapper .pack-step-sequencer-header .play-button.disabled {
  pointer-events: none;
  color: rgba(0, 0, 0, 0.5);
}
.pack-step-sequencer-content .pack-step-sequencer-wrapper .pack-step-sequencer-header .play-loops {
  font-size: 17px;
  float: left;
  margin-top: 2px;
}
.pack-step-sequencer-content .pack-step-sequencer-wrapper .pack-step-sequencer-header .info-toggle {
  font-size: 14px;
  margin: 7px 0 0 10px;
  cursor: pointer;
}
.pack-step-sequencer-content .pack-step-sequencer-wrapper .pack-step-sequencer-header .bpm {
  font-size: 17px;
}
.pack-step-sequencer-content .pack-step-sequencer-wrapper .info {
  position: absolute;
  background: #fff;
  z-index: 10;
  left: 77px;
  top: 70px;
  width: 300px;
  height: 99px;
  border: 1px solid black;
  padding: 10px;
  font-size: 14px;
  font-weight: 200;
}
.pack-step-sequencer-content .pack-step-sequencer-wrapper .info .bold {
  font-weight: bold;
}
.pack-step-sequencer-content .pack-step-sequencer-wrapper .pack-step-sequencer-progress {
  position: absolute;
  top: 68px;
  bottom: 10px;
  background-color: rgba(25, 25, 25, 0.05);
  border-right: 1px solid #d7d7d7;
}
.pack-step-sequencer-content .pack-step-sequencer-library {
  background: #EEE;
  width: 20%;
  height: 100%;
  float: left;
  margin-right: 1%;
  padding: 10px;
}
.pack-step-sequencer-content .pack-step-sequencer-table {
  width: 100%;
  background: transparent;
  margin-bottom: 10px;
  color: #404040;
}
.pack-step-sequencer-content .pack-step-sequencer-table tbody > tr {
  height: 25px;
  position: relative;
}
.pack-step-sequencer-content .pack-step-sequencer-table thead > tr > th,
.pack-step-sequencer-content .pack-step-sequencer-table tbody > tr > th,
.pack-step-sequencer-content .pack-step-sequencer-table tbody > tr > td {
  width: 2000px;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: transparent;
}
.pack-step-sequencer-content .pack-step-sequencer-table tbody > tr > th {
  padding: 0 15px;
  cursor: pointer;
}
.pack-step-sequencer-content .pack-step-sequencer-table tbody > tr > th .name {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pack-step-sequencer-content .pack-step-sequencer-table tbody > tr > td {
  position: relative;
}
.pack-step-sequencer-content .pack-step-sequencer-table tbody > tr > td:last-child {
  border-right: 0 none;
}
.pack-step-sequencer-content .pack-step-sequencer-table tbody {
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.pack-step-sequencer-content .pack-step-sequencer-table tbody > tr > th,
.pack-step-sequencer-content .pack-step-sequencer-table tbody > tr > td {
  background: transparent;
  border-color: #e6e6e6;
}
.pack-step-sequencer-content .pack-step-sequencer-table tbody > tr.file > th,
.pack-step-sequencer-content .pack-step-sequencer-table tbody > tr.file > td {
  border-color: #e6e6e6;
}
.pack-step-sequencer-content .pack-step-sequencer-table thead > tr > th:first-child,
.pack-step-sequencer-content .pack-step-sequencer-table tbody > tr > th {
  width: 150px;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  padding-left: 0;
}
.pack-step-sequencer-content .pack-step-sequencer-table thead > tr > th:first-child .actions,
.pack-step-sequencer-content .pack-step-sequencer-table tbody > tr > th .actions {
  position: absolute;
  top: 5px;
  right: 5px;
  opacity: 0.25;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
  padding-left: 8px;
}
.pack-step-sequencer-content .pack-step-sequencer-table thead > tr > th:first-child .actions i,
.pack-step-sequencer-content .pack-step-sequencer-table tbody > tr > th .actions i {
  color: #404040;
}
.pack-step-sequencer-content .pack-step-sequencer-table thead > tr > th:first-child .actions i:hover,
.pack-step-sequencer-content .pack-step-sequencer-table tbody > tr > th .actions i:hover {
  color: #eee;
}
.pack-step-sequencer-content .pack-step-sequencer-table thead > tr > th:first-child:hover .actions,
.pack-step-sequencer-content .pack-step-sequencer-table tbody > tr > th:hover .actions {
  opacity: 0.75;
}
.pack-step-sequencer-content .pack-step-sequencer-table thead > tr > th {
  visibility: hidden;
}
.pack-step-sequencer-content .pack-step-sequencer-table thead > tr > th:first-child {
  padding: 5px;
  visibility: visible;
}
.pack-step-sequencer-content .pack-step-sequencer-table thead > tr > th:first-child i {
  position: relative;
  top: 3px;
  margin-right: 5px;
  padding: 2px;
  font-size: 20px;
  cursor: pointer;
}
.pack-step-sequencer-content .pack-step-sequencer-table thead > tr > th:first-child input {
  width: 35px;
  text-align: center;
}
.pack-step-sequencer-content .pack-step-sequencer-table.playing col[data-beat].playing {
  background-color: rgba(255, 255, 255, 0.85);
}
.pack-step-sequencer-content .pack-step-sequencer-table tbody > tr.file > td {
  cursor: pointer;
}
.pack-step-sequencer-content .pack-step-sequencer-table tbody > tr.file > td span {
  content: '';
  position: absolute;
  height: 49%;
  left: 0;
  top: 7px;
  z-index: 1;
  pointer-events: none;
  background: #D7D7D7;
  display: none;
}
.pack-step-sequencer-content .pack-step-sequencer-table tbody > tr.file > td span svg .layer {
  fill: #eee !important;
}
.pack-step-sequencer-content .pack-step-sequencer-table tbody > tr.file > td:hover span,
.pack-step-sequencer-content .pack-step-sequencer-table tbody > tr.file > td.active span,
.pack-step-sequencer-content .pack-step-sequencer-table tbody > tr.file > td:active span {
  display: block;
}
.pack-step-sequencer-content .pack-step-sequencer-table tbody > tr.file > td:hover {
  background-color: #eee;
}
.pack-step-sequencer-content .pack-step-sequencer-table tbody > tr.file > td:hover span {
  background-color: rgba(173, 173, 173, 0.36);
}
.pack-step-sequencer-content .pack-step-sequencer-table tbody > tr.file > td.pre-deactived span,
.pack-step-sequencer-content .pack-step-sequencer-table tbody > tr.file > td.pre-active span {
  display: block;
  background-color: transparent;
  border: 1px dashed #ccc;
}
.pack-step-sequencer-content .pack-step-sequencer-table tbody > tr.file > td:active {
  background-color: #fff;
}
.pack-step-sequencer-content .pack-step-sequencer-table tbody > tr.file > td:active span {
  background-color: #fff;
}
.pack-step-sequencer-content .pack-step-sequencer-table tbody > tr.file th:first-child {
  border-left: none;
}
.pack-step-sequencer-content .pack-step-sequencer-table tbody > tr.no-border-top > th {
  border-top: none;
}
.pack-step-sequencer-content .pack-step-sequencer-table tbody > tr.dragged-over > th,
.pack-step-sequencer-content .pack-step-sequencer-table tbody > tr.dragged-over > td {
  background: rgba(230, 230, 230, 0.8);
}
.pack-step-sequencer-content .pack-step-sequencer-table.mousedown tbody > tr.file > td:active {
  background: #fff;
}
.pack-step-sequencer-content .pack-step-sequencer-table.mousedown tbody > tr.file > td.active:active {
  background-color: rgba(255, 255, 255, 0.8);
}
.pack-step-sequencer-content.widget {
  z-index: 6;
  top: auto;
  left: 10px;
  right: auto;
  bottom: 120px;
  height: 500px;
  width: 600px;
  box-shadow: 1px 1px 15px -2px rgba(0, 0, 0, 0.6);
  border: 1px solid #DDD;
}
.pack-step-sequencer-content.widget .step-sequencer-heading h3 {
  cursor: pointer;
}
.pack-step-sequencer-content.widget .pack-step-sequencer-wrapper {
  top: 45px;
}
.pack-step-sequencer-content.widget .pack-step-sequencer-library {
  display: none;
}
.pack-step-sequencer-content.widget .pack-step-sequencer-table {
  width: 100%;
}
.pack-step-sequencer-content.widget .pack-step-sequencer-table tbody > tr > th .name {
  font-size: 10px;
  width: 80%;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
}
.pack-step-sequencer-content.open svg {
  display: block;
}
.pack-step-sequencer-content.open.widget svg {
  display: none;
}
.pack-step-sequencer-content.minimized {
  z-index: 3;
  top: 0;
  cursor: pointer;
}
.pack-step-sequencer-content.minimized .pack-step-sequencer-heading {
  display: none;
}
.pack-step-sequencer-content.minimized .pack-step-sequencer-wrapper {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.pack-step-sequencer-content.minimized .pack-step-sequencer-wrapper .pack-step-sequencer-header {
  display: none;
}
.pack-step-sequencer-content.minimized .pack-step-sequencer-wrapper .pack-step-sequencer-library {
  display: none;
}
.pack-step-sequencer-content.minimized .pack-step-sequencer-wrapper .pack-step-sequencer-table {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.pack-step-sequencer-content.minimized .pack-step-sequencer-wrapper .pack-step-sequencer-table thead {
  display: none;
}
.pack-step-sequencer-content.minimized .pack-step-sequencer-wrapper .pack-step-sequencer-table tbody > tr {
  height: auto !important;
}
.pack-step-sequencer-content.minimized .pack-step-sequencer-wrapper .pack-step-sequencer-table tbody > tr > td {
  border-right: 0 none;
}
.pack-step-sequencer-content.minimized .pack-step-sequencer-wrapper .pack-step-sequencer-table tbody > tr > th {
  font-size: 7px;
  line-height: 0;
  padding: 0 3px;
  width: 36px;
  font-weight: normal;
  text-indent: -5000em;
}
.pack-step-sequencer-content.minimized .pack-step-sequencer-wrapper .pack-step-sequencer-table tbody > tr > th .actions {
  display: none;
}
.pack-step-sequencer-content.minimized .pack-step-sequencer-wrapper .pack-step-sequencer-table tbody > tr.file > td.active {
  background-color: rgba(0, 131, 203, 0.3);
}
.pack-step-sequencer-content.minimized:hover .pack-step-sequencer-wrapper .pack-step-sequencer-table,
.pack-step-sequencer-content.minimized:hover .pack-step-sequencer-wrapper .pack-step-sequencer-table tbody > tr > th,
.pack-step-sequencer-content.minimized:hover .pack-step-sequencer-wrapper .pack-step-sequencer-table tbody > tr > td {
  background: #e4f6ff;
  border-color: rgba(220, 220, 220, 0.4);
}
.pack-step-sequencer-content.minimized:hover .pack-step-sequencer-wrapper .pack-step-sequencer-table tbody > tr.file > td.active {
  background-color: rgba(0, 131, 203, 0.1);
}
.pack-step-sequencer-content.minimized.dragged-over .pack-step-sequencer-wrapper .pack-step-sequencer-table,
.pack-step-sequencer-content.minimized.dragged-over .pack-step-sequencer-wrapper .pack-step-sequencer-table tbody > tr > th,
.pack-step-sequencer-content.minimized.dragged-over .pack-step-sequencer-wrapper .pack-step-sequencer-table tbody > tr > td {
  background: #65c8ff;
}
.pack-step-sequencer-content.minimized.file-added .pack-step-sequencer-wrapper .pack-step-sequencer-table,
.pack-step-sequencer-content.minimized.file-added .pack-step-sequencer-wrapper .pack-step-sequencer-table tbody > tr > th,
.pack-step-sequencer-content.minimized.file-added .pack-step-sequencer-wrapper .pack-step-sequencer-table tbody > tr > td {
  background: rgba(153, 221, 153, 0.55);
}
@media screen and (max-height: 820px) {
  .pack-step-sequencer .pack-step-sequencer-wrapper .pack-step-sequencer-table tbody > tr > th .name {
    font-size: 10px;
  }
}
.pack-subnav {
  background: rgba(0, 0, 0, 0.75);
  margin: 0;
  padding-bottom: 2px;
  opacity: 1;
  overflow-x: auto;
  overflow-y: hidden;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pack-subnav .pack-subnav-inner {
  padding: 0 30px;
  overflow: hidden;
}
.pack-subnav .pack-subnav-inner .pack-new {
  display: none;
}
.pack-subnav .pack-subnav-left,
.pack-subnav .pack-subnav-right {
  display: block;
  position: absolute;
  top: 0;
  height: 120px;
  width: 30px;
  z-index: 4;
  background: rgba(0, 0, 0, 0.65);
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
.pack-subnav .pack-subnav-left i,
.pack-subnav .pack-subnav-right i {
  font-size: 28px;
  line-height: 120px;
}
.pack-subnav .pack-subnav-right {
  right: 130px;
}
.pack-subnav:hover .pack-subnav-left,
.pack-subnav:hover .pack-subnav-right {
  background: rgba(0, 0, 0, 0.75);
}
.pack-subnav .pack-subnav-left:hover,
.pack-subnav .pack-subnav-right:hover {
  background: rgba(0, 0, 0, 0.9);
}
.pack-subnav .pack-tile {
  display: block;
  position: relative;
  float: left;
  height: 120px;
  width: 120px;
  top: auto;
  left: auto;
}
.pack-subnav .pack-tile .pack-tile-playbutton {
  display: none !important;
}
.pack-subnav .pack-tile a .pack-tile-info .pack-tile-info-wrapper {
  display: block;
  top: 0;
}
.pack-subnav .pack-tile a .pack-tile-info .pack-tile-info-wrapper h2,
.pack-subnav .pack-tile a .pack-tile-info .pack-tile-info-wrapper .pack-tile-details {
  display: block;
  position: absolute;
  padding: 6px;
}
.pack-subnav .pack-tile a .pack-tile-info .pack-tile-info-wrapper h2 {
  top: 0;
  left: 0;
  font-size: 15px;
}
.pack-subnav .pack-tile a .pack-tile-info .pack-tile-info-wrapper .pack-tile-details-wrapper {
  max-height: 40px;
  opacity: 100;
}
.pack-subnav .pack-tile a .pack-tile-info .pack-tile-info-wrapper .pack-tile-details {
  right: 0;
  bottom: 0;
  font-size: 12px;
}
.pack-subnav .pack-tile a .pack-tile-info .pack-tile-info-wrapper .pack-tile-details .pack-tile-details-count,
.pack-subnav .pack-tile a .pack-tile-info .pack-tile-info-wrapper .pack-tile-details .pack-tile-details-key,
.pack-subnav .pack-tile a .pack-tile-info .pack-tile-info-wrapper .pack-tile-details .pack-tile-details-tempo {
  display: none;
}
.pack-subnav .pack-tile.active a {
  border: 4px solid rgba(255, 255, 255, 0.8);
}
.pack-subnav .pack-tile.active a,
.pack-subnav .pack-tile:hover a .pack-tile-info .pack-tile-info-wrapper .pack-tile-details .pack-tile-details-count {
  display: block;
}
.pack-subnav .pack-tile.upcoming .pack-tile-image {
  opacity: 0.5;
}
.pack-subnav .pack-tile.upcoming:before {
  top: auto;
  left: 0;
  right: 0;
  bottom: 15px;
  text-align: center;
  width: 100%;
  font-size: 13px;
  text-shadow: 0 0 2px #000;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.pack-subnav .pack-tile + .pack-tile a {
  margin-left: 1%;
  width: 99%;
}
.pack-subnav.ng-hide-add,
.pack-subnav.ng-hide-remove {
  display: block !important;
}
.pack-subnav.ng-hide {
  bottom: -200px;
}
@media (max-width: 800px) {
  .pack-subnav {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
  }
}
@media all and (max-height: 1000px) {
  .pack-subnav {
    height: 75px;
  }
  .pack-subnav .pack-subnav-left,
  .pack-subnav .pack-subnav-right {
    height: 75px;
  }
  .pack-subnav .pack-subnav-left i,
  .pack-subnav .pack-subnav-right i {
    line-height: 85px;
  }
  .pack-subnav .pack-tile {
    height: 75px;
    width: 75px;
  }
  .pack-subnav .pack-tile a .pack-tile-info .pack-tile-info-wrapper h2 {
    font-size: 11px;
  }
  .pack-subnav .pack-tile.upcoming:before {
    font-size: 9px;
  }
}
.pack-tile {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.pack-tile .pack-tile-playbutton {
  display: none;
  position: absolute;
  top: 5%;
  left: 5%;
  z-index: 3;
  color: #FFF;
  text-align: center;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  font-size: 32px;
  opacity: 0.7;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.pack-tile .pack-tile-playbutton .progress {
  left: 25%;
  width: 50%;
}
.pack-tile .pack-tile-playbutton:hover {
  opacity: 0.8;
  -webkit-transition: opacity 0s;
  -moz-transition: opacity 0s;
  -o-transition: opacity 0s;
  transition: opacity 0s;
}
.pack-tile .pack-tile-playbutton.playing {
  opacity: 0.9;
}
.pack-tile .pack-new {
  position: absolute;
  top: 5%;
  right: 5%;
  padding: 4px 10px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid black;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 9px;
  border-radius: 20px;
  z-index: 10;
  color: black;
  cursor: pointer;
}
.pack-tile a {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
}
.pack-tile a .pack-tile-image {
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: none;
  margin: 0;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.pack-tile a .pack-tile-info {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.85;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.pack-tile a .pack-tile-info .pack-tile-info-wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  color: #FFF;
  text-shadow: 1px 1px 3px #000;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.pack-tile a .pack-tile-info .pack-tile-info-wrapper h2 {
  margin: 0;
  padding: 8px 8px 6px;
  font-size: 17px;
  background: transparent;
}
.pack-tile a .pack-tile-info .pack-tile-info-wrapper .pack-tile-details-wrapper {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.pack-tile a .pack-tile-info .pack-tile-info-wrapper .pack-tile-details {
  overflow: hidden;
  padding: 0 8px 6px;
  margin: 0;
  white-space: nowrap;
  font-size: 12px;
}
.pack-tile a .pack-tile-info .pack-tile-info-wrapper .pack-tile-details li {
  float: left;
  padding-left: 0;
  padding-right: 8px;
}
.pack-tile a .pack-tile-info .pack-tile-info-wrapper .pack-tile-details i {
  opacity: 0.65;
  padding-right: 1px;
}
.pack-tile.active .pack-tile-info {
  display: block;
  opacity: 0.8;
}
.pack-tile.upcoming .pack-tile-info,
.pack-tile:hover .pack-tile-info {
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
}
.pack-tile.upcoming .pack-tile-info .pack-tile-info-wrapper,
.pack-tile:hover .pack-tile-info .pack-tile-info-wrapper {
  background: transparent;
}
.pack-tile.upcoming .pack-tile-info,
.pack-tile:hover .pack-tile-info,
.pack-tile.upcoming .pack-tile-playbutton,
.pack-tile:hover .pack-tile-playbutton {
  display: block;
}
.pack-tile:hover .pack-tile-info .pack-tile-info-wrapper .pack-tile-details-wrapper {
  max-height: 40px;
  opacity: 100;
  -webkit-transition: all 0.4s 0.2s;
  -moz-transition: all 0.4s 0.2s;
  -o-transition: all 0.4s 0.2s;
  transition: all 0.4s 0.2s;
}
.pack-tile.upcoming {
  cursor: default;
}
.pack-tile.upcoming a {
  cursor: default;
}
.pack-tile.upcoming .pack-tile-info {
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
}
.pack-tile.upcoming .pack-tile-image {
  opacity: 0.9;
}
.pack-tile.upcoming .pack-tile-details {
  display: none !important;
}
.pack-tile.upcoming:before {
  content: 'Coming Soon';
  position: absolute;
  top: 34px;
  right: -96px;
  font-size: 12px;
  font-weight: bold;
  display: block;
  z-index: 3;
  text-transform: uppercase;
  text-align: center;
  width: 267px;
  color: #FFF;
  background-color: #333;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media all and (max-width: 880px) {
  .pack-tile a .pack-tile-info .pack-tile-info-wrapper h2 {
    font-size: 15px;
  }
  .pack-tile a .pack-tile-info .pack-tile-info-wrapper .pack-tile-details {
    display: none;
  }
}
@media all and (max-width: 420px) {
  .pack-tile .pack-tile-playbutton {
    display: none;
  }
  .pack-tile a .pack-tile-info .pack-tile-info-wrapper h2 {
    font-size: 11px;
  }
}
.sample-tile {
  display: inline;
  position: relative;
  float: left;
}
.sample-tile .file {
  position: relative;
  float: left;
  background-color: #FFFFFF;
  width: 110px;
  height: 110px;
  margin: 8px 16px 8px 0;
}
.sample-tile .file .waveform-container {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 1px solid #d4cfcf;
  cursor: pointer;
}
.sample-tile .file .waveform-container .waveform {
  padding: 0 10px;
  width: 100%;
  height: 50%;
  position: absolute;
  top: 25%;
  cursor: pointer;
}
.sample-tile .file .waveform-container .waveform svg .layer {
  fill: #e6e6e6 !important;
}
.sample-tile .file .waveform-container:hover {
  border: 1px solid black;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.sample-tile .file .waveform-container:hover .waveform svg .layer {
  fill: #000 !important;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.sample-tile .file .name {
  position: absolute;
  font-size: 16px;
  bottom: 0px;
  left: 0;
  right: 0;
  padding: 0 3px;
  color: #8b8b8b;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sample-tile .file:hover .name {
  color: #000;
}
.sample-view {
  float: left;
  position: relative;
  width: 230px;
  height: 255px;
  min-width: 195px;
  max-width: 250px;
  max-height: 300px;
  width: 23%;
  margin: 0 0% 2% 0;
}
.sample-view .card {
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  width: 100%;
  height: 100%;
}
.sample-view .card.flipped {
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.sample-view .card .derivative-sample-wrapper {
  background: white;
  position: absolute;
  margin: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  width: 100%;
  height: 100%;
  padding: 20px;
  border: 2px solid #000;
  border-radius: 30px;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.sample-view .card .derivative-sample-wrapper.front {
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.sample-view .card .derivative-sample-wrapper.back {
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.sample-view .card .derivative-sample-wrapper:hover .user-details .user-name-img .user-name a {
  color: #555;
}
.sample-view .card .derivative-sample-wrapper .waveform-container-container {
  width: 100%;
  float: left;
}
.sample-view .card .derivative-sample-wrapper .waveform-container-container .waveform {
  padding: 20px 12px;
  height: 100px;
  width: 96%;
  display: inline-block;
}
.sample-view .card .derivative-sample-wrapper .waveform-container-container .waveform-circle {
  height: 150px;
  width: 150px;
  margin: auto;
}
.sample-view .card .derivative-sample-wrapper .waveform-container-container .waveform-circle .radial-progress .circle .mask {
  -webkit-backface-visibility: visible;
}
.sample-view .card .derivative-sample-wrapper .user-details {
  float: left;
  margin-top: 20px;
  width: 100%;
  font-size: 13px;
  text-align: center;
}
.sample-view .card .derivative-sample-wrapper .user-details .user-name-img img {
  border-radius: 1000px;
  width: 20%;
  float: left;
  margin-right: 5%;
}
.sample-view .card .derivative-sample-wrapper .user-details .user-name-img .user-name {
  text-transform: uppercase;
  font-weight: bold;
  float: left;
  display: block;
  margin-top: 6px;
  width: 75%;
  overflow: hidden;
}
.sample-view .card .derivative-sample-wrapper .user-details .user-name-img .user-name a {
  text-overflow: ellipsis;
  text-decoration: none;
  color: #000;
  white-space: nowrap;
  float: left;
}
.sample-view .card .derivative-sample-wrapper .user-details .sample-name {
  float: left;
}
.sharing-modal {
  color: black;
  font-size: 22px;
}
.sharing-modal .modal {
  display: block;
  background: #FFF;
  z-index: 1031;
  top: 170px;
  left: 15%;
  right: 15%;
  bottom: auto;
  overflow: auto;
  height: 200px;
  padding: 25px;
  overflow: hidden;
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.75);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.75);
}
.sharing-modal .modal .title {
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 10px;
}
.sharing-modal .modal .share-label {
  font-size: 20px;
  font-weight: 200;
}
.sharing-modal .modal input[type="text"] {
  padding: 10px;
  border: 2px solid #000;
  border-radius: 10px;
  font-weight: 200;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.sharing-modal .modal input[type="text"]:hover {
  border: 2px solid #999;
}
.sharing-modal .modal .share-url {
  width: 100%;
  color: #000;
  font-size: 20px;
}
.sharing-modal .modal .dismiss {
  color: #ccc;
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 5px;
}
.sharing-modal .modal .dismiss:hover {
  color: black;
}
.sharing-modal .modal-backdrop {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.65);
}
.signup-module {
  position: relative;
}
.signup-module .bold {
  font-weight: bold;
}
.signup-module .signup-home-module {
  width: 100%;
}
.signup-module .signup-home-module .media-object {
  display: block;
  float: left;
  width: 25%;
}
.signup-module .signup-home-module .logo-copy {
  float: left;
  width: 75%;
}
.signup-module .signup-text {
  font-weight: 200;
  letter-spacing: -0.01em;
  font-size: 28px;
  text-align: center;
  color: #000;
  margin-bottom: 32px;
}
.signup-module .signup-button {
  display: block;
  margin: auto;
  padding: 8px 75px;
  font-weight: bold;
  color: #000;
  font-size: 20px;
  border: 3px solid #000;
  background-color: transparent;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.signup-module .signup-button:hover {
  color: #fff;
  background-color: #000;
}
.signup-module .signup-button:focus {
  outline: none;
}
.signup-module .signup-button.home {
  padding: 2px 28px;
  font-size: 15px;
  float: left;
  margin-top: 14px;
  border: 2px solid #000;
}
.signup-module .close-button {
  position: absolute;
  top: 20px;
  right: -20px;
  font-size: 20px;
  color: #ccc;
  cursor: pointer;
}
.signup-module .close-button i {
  color: #000;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.signup-module .close-button i:hover {
  color: #474747;
}
@media all and (max-width: 420px) {
  .signup-module .signup-home-module .logo-copy {
    width: 100%;
  }
  .signup-module .signup-button {
    width: 100%;
    padding: 4px 0;
    font-size: 18px;
  }
  .signup-module .signup-button.home {
    padding: 7px 28px;
    width: 100%;
  }
  .signup-module .close-button {
    top: 0;
    right: 0;
  }
}
.site-stats table {
  width: 100%;
  height: 100%;
  background: none;
  border: 1px solid black;
}
.site-stats table td {
  width: 124px;
  height: 35px;
  padding: 1%;
  text-align: center;
}
.site-stats table td:first-child {
  border-right: 1px solid #555;
}
.site-stats table tr:first-child td {
  border-bottom: 1px solid #555;
}
.site-stats small {
  display: inline-block;
  position: relative;
  top: 1px;
  font-size: 12px;
  line-height: 11px;
  text-align: left;
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
}
.site-stats img {
  position: relative;
  top: -0.25vw;
}
.site-stats .icon-stems {
  height: 0.65vw;
}
.site-stats .icon-loops {
  height: 1.33vw;
}
.site-stats .icon-one-shots {
  height: 16px;
}
.site-stats .total-time td {
  border-top: 1px solid black;
  background: #000;
  width: 0;
  height: 0;
}
.site-stats .total-time .total-time-copy {
  font-size: 11px;
  color: white;
  margin-left: 0;
  text-transform: uppercase;
}
.site-stats span {
  display: inline-block;
  margin-left: 5%;
  font-size: 1.5vw;
  color: #000;
  font-weight: bold;
}
@media all and (min-width: 1860px) {
  .site-stats .icon-stems {
    height: 0.55vw;
  }
  .site-stats .icon-loops {
    height: 0.8vw;
  }
  .site-stats span {
    font-size: 1.2vw;
  }
}
@media all and (min-width: 2256px) {
  .site-stats .icon-stems {
    height: 0.4vw;
  }
  .site-stats .icon-loops {
    height: 0.6vw;
  }
  .site-stats small {
    font-size: 0.5vw;
  }
  .site-stats span {
    font-size: 0.9vw;
  }
}
@media all and (max-width: 768px) {
  .site-stats .icon-stems {
    height: 1vw;
  }
  .site-stats .icon-loops {
    height: 1.4vw;
  }
  .site-stats .icon-one-shots {
    height: 2.8vw;
  }
  .site-stats small {
    font-size: 1.3vw;
    line-height: 1.75vw;
  }
  .site-stats span {
    font-size: 1.9vw;
  }
}
.social-sharing {
  color: #000;
  background: #fff;
  border: 1px solid black;
  padding: 5px 18px;
  border-radius: 20px;
}
.social-sharing i.icon {
  color: #000;
  font-size: 14px;
  margin-top: 5px;
}
.social-sharing i.share-icon {
  cursor: pointer;
  font-size: 17px;
  margin-left: 15px;
}
.social-sharing i.share-icon:hover {
  color: #aaa;
}
.social-sharing .share-copy {
  font-weight: bold;
  display: inline;
  font-size: 14px;
  letter-spacing: -0.02em;
}
.sortable-trash-zone {
  z-index: 1;
  display: none;
}
.sortable-trash-zone-blur.active {
  filter: blur(3px);
  -moz-filter: blur(3px);
  -webkit-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');
  filter: url(/images/filters/svg_blur.svg#blur);
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .sortable-trash-zone-blur.active {
    opacity: 0.4;
    z-index: 10;
  }
}
.step-sequencer {
  display: none;
  position: fixed;
  z-index: 14;
  top: 31px;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  padding: 10px;
  background: rgba(0, 0, 0, 0.95);
  box-shadow: 1px 1px 30px -1px #000000;
  color: #fff;
  -webkit-transform: translateZ(0);
}
.step-sequencer h3 {
  margin: 0;
}
.step-sequencer svg {
  width: 100%;
  display: none;
}
.step-sequencer .step-sequencer-heading {
  margin: 0px;
  overflow: hidden;
}
.step-sequencer .step-sequencer-heading h3 {
  margin: 0 40px 0 0;
}
.step-sequencer .step-sequencer-heading .step-sequencer-expand,
.step-sequencer .step-sequencer-heading .step-sequencer-collapse {
  display: block;
  z-index: 1;
  position: relative;
  float: right;
  top: 0px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-size: 26px;
  color: #BBB;
  text-decoration: none;
  text-align: center;
}
.step-sequencer .step-sequencer-heading .step-sequencer-expand:hover,
.step-sequencer .step-sequencer-heading .step-sequencer-collapse:hover {
  color: #999;
}
.step-sequencer .step-sequencer-wrapper {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
}
.step-sequencer .step-sequencer-wrapper .step-sequencer-header {
  float: left;
}
.step-sequencer .step-sequencer-wrapper .step-sequencer-header i {
  float: left;
  font-size: 19px;
  margin-right: 8px;
}
.step-sequencer .step-sequencer-wrapper .step-sequencer-header .sequencer-bpm {
  width: 31px;
  border: 0;
  margin-right: 5px;
}
.step-sequencer .step-sequencer-library {
  background: #EEE;
  width: 20%;
  height: 100%;
  float: left;
  margin-right: 1%;
  padding: 10px;
}
.step-sequencer .step-sequencer-table {
  width: 79%;
  background: transparent;
  margin-bottom: 10px;
  color: #fff;
  table-layout: fixed;
}
.step-sequencer .step-sequencer-table tbody > tr {
  height: 60px;
  position: relative;
}
.step-sequencer .step-sequencer-table thead > tr > th,
.step-sequencer .step-sequencer-table tbody > tr > th,
.step-sequencer .step-sequencer-table tbody > tr > td {
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: transparent;
}
.step-sequencer .step-sequencer-table tbody > tr > th {
  padding: 0 15px;
  cursor: pointer;
}
.step-sequencer .step-sequencer-table tbody > tr > th .name {
  font-size: 14px;
}
.step-sequencer .step-sequencer-table tbody > tr > td {
  position: relative;
}
.step-sequencer .step-sequencer-table tbody > tr > td:nth-child(4n + 5) {
  border-right: 2px solid #000;
}
.step-sequencer .step-sequencer-table tbody > tr > td:last-child {
  border-right: 0 none;
}
.step-sequencer .step-sequencer-table tbody {
  border-right: 1px solid rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.step-sequencer .step-sequencer-table tbody > tr > th,
.step-sequencer .step-sequencer-table tbody > tr > td {
  background: rgba(230, 230, 230, 0.4);
  border-color: rgba(0, 0, 0, 0);
}
.step-sequencer .step-sequencer-table tbody > tr.file > th,
.step-sequencer .step-sequencer-table tbody > tr.file > td {
  background: rgba(230, 230, 230, 0.4);
  border-color: rgba(0, 0, 0, 0);
}
.step-sequencer .step-sequencer-table tbody > tr.dragged-over > th,
.step-sequencer .step-sequencer-table tbody > tr.dragged-over > td {
  background: rgba(230, 230, 230, 0.65);
  border-color: rgba(220, 220, 220, 0.65);
}
.step-sequencer .step-sequencer-table thead > tr > th:first-child,
.step-sequencer .step-sequencer-table tbody > tr > th {
  width: 150px;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  padding-left: 8px;
}
.step-sequencer .step-sequencer-table thead > tr > th:first-child .actions,
.step-sequencer .step-sequencer-table tbody > tr > th .actions {
  position: absolute;
  top: 5px;
  right: 5px;
  opacity: 0.25;
  -webkit-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
  padding-left: 8px;
}
.step-sequencer .step-sequencer-table thead > tr > th:first-child .actions i,
.step-sequencer .step-sequencer-table tbody > tr > th .actions i {
  color: #fff;
}
.step-sequencer .step-sequencer-table thead > tr > th:first-child .actions i:hover,
.step-sequencer .step-sequencer-table tbody > tr > th .actions i:hover {
  color: #eee;
  text-shadow: 1px 1px 1px rgba(0, 131, 203, 0.5);
}
.step-sequencer .step-sequencer-table thead > tr > th:first-child:hover .actions,
.step-sequencer .step-sequencer-table tbody > tr > th:hover .actions {
  opacity: 0.75;
}
.step-sequencer .step-sequencer-table thead > tr > th {
  visibility: hidden;
}
.step-sequencer .step-sequencer-table thead > tr > th:first-child {
  padding: 5px;
  visibility: visible;
}
.step-sequencer .step-sequencer-table thead > tr > th:first-child i {
  position: relative;
  top: 3px;
  margin-right: 5px;
  padding: 2px;
  font-size: 20px;
  cursor: pointer;
}
.step-sequencer .step-sequencer-table thead > tr > th:first-child input {
  width: 35px;
  text-align: center;
}
.step-sequencer .step-sequencer-table.playing col[data-beat].playing {
  background-color: rgba(255, 255, 255, 0.85);
}
.step-sequencer .step-sequencer-table tbody > tr.file > td {
  cursor: pointer;
}
.step-sequencer .step-sequencer-table tbody > tr.file > td:hover span,
.step-sequencer .step-sequencer-table tbody > tr.file > td.active span,
.step-sequencer .step-sequencer-table tbody > tr.file > td:active span {
  content: '';
  display: block;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
}
.step-sequencer .step-sequencer-table tbody > tr.file > td:hover {
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 12px 0 0 12px;
}
.step-sequencer .step-sequencer-table tbody > tr.file > td:hover span {
  background-color: rgba(255, 255, 255, 0.15000000000000002);
}
.step-sequencer .step-sequencer-table tbody > tr.file > td.active {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 12px 0 0 12px;
}
.step-sequencer .step-sequencer-table tbody > tr.file > td.active span {
  background-color: rgba(255, 255, 255, 0.35);
}
.step-sequencer .step-sequencer-table tbody > tr.file > td:active {
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 12px 0 0 12px.;
}
.step-sequencer .step-sequencer-table tbody > tr.file > td:active span {
  background-color: rgba(255, 255, 255, 0.5);
}
.step-sequencer .step-sequencer-table tbody > tr.dragged-over > th,
.step-sequencer .step-sequencer-table tbody > tr.dragged-over > td {
  background: rgba(230, 230, 230, 0.8);
}
.step-sequencer .step-sequencer-table.mousedown tbody > tr.file > td:active {
  background: #fff;
}
.step-sequencer .step-sequencer-table.mousedown tbody > tr.file > td.active:active {
  background-color: rgba(255, 255, 255, 0.8);
}
.step-sequencer.widget {
  z-index: 6;
  top: auto;
  left: 10px;
  right: auto;
  bottom: 120px;
  height: 500px;
  width: 600px;
  box-shadow: 1px 1px 15px -2px rgba(0, 0, 0, 0.6);
  border: 1px solid #DDD;
}
.step-sequencer.widget .step-sequencer-heading h3 {
  cursor: pointer;
}
.step-sequencer.widget .step-sequencer-wrapper {
  top: 45px;
}
.step-sequencer.widget .step-sequencer-library {
  display: none;
}
.step-sequencer.widget .step-sequencer-table {
  width: 100%;
}
.step-sequencer.widget .step-sequencer-table tbody > tr > th .name {
  font-size: 10px;
  width: 80%;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
}
.step-sequencer.open svg {
  display: block;
}
.step-sequencer.open.widget svg {
  display: none;
}
.step-sequencer.minimized {
  z-index: 3;
  top: 0;
  cursor: pointer;
}
.step-sequencer.minimized .step-sequencer-heading {
  display: none;
}
.step-sequencer.minimized .step-sequencer-wrapper {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.step-sequencer.minimized .step-sequencer-wrapper .step-sequencer-header {
  display: none;
}
.step-sequencer.minimized .step-sequencer-wrapper .step-sequencer-library {
  display: none;
}
.step-sequencer.minimized .step-sequencer-wrapper .step-sequencer-table {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.step-sequencer.minimized .step-sequencer-wrapper .step-sequencer-table thead {
  display: none;
}
.step-sequencer.minimized .step-sequencer-wrapper .step-sequencer-table tbody > tr {
  height: auto !important;
}
.step-sequencer.minimized .step-sequencer-wrapper .step-sequencer-table tbody > tr > td {
  border-right: 0 none;
}
.step-sequencer.minimized .step-sequencer-wrapper .step-sequencer-table tbody > tr > th {
  font-size: 7px;
  line-height: 0;
  padding: 0 3px;
  width: 36px;
  font-weight: normal;
  text-indent: -5000em;
}
.step-sequencer.minimized .step-sequencer-wrapper .step-sequencer-table tbody > tr > th .actions {
  display: none;
}
.step-sequencer.minimized .step-sequencer-wrapper .step-sequencer-table tbody > tr.file > td.active {
  background-color: rgba(0, 131, 203, 0.3);
}
.step-sequencer.minimized:hover .step-sequencer-wrapper .step-sequencer-table,
.step-sequencer.minimized:hover .step-sequencer-wrapper .step-sequencer-table tbody > tr > th,
.step-sequencer.minimized:hover .step-sequencer-wrapper .step-sequencer-table tbody > tr > td {
  background: #e4f6ff;
  border-color: rgba(220, 220, 220, 0.4);
}
.step-sequencer.minimized:hover .step-sequencer-wrapper .step-sequencer-table tbody > tr.file > td.active {
  background-color: rgba(0, 131, 203, 0.1);
}
.step-sequencer.minimized.dragged-over .step-sequencer-wrapper .step-sequencer-table,
.step-sequencer.minimized.dragged-over .step-sequencer-wrapper .step-sequencer-table tbody > tr > th,
.step-sequencer.minimized.dragged-over .step-sequencer-wrapper .step-sequencer-table tbody > tr > td {
  background: #65c8ff;
}
.step-sequencer.minimized.file-added .step-sequencer-wrapper .step-sequencer-table,
.step-sequencer.minimized.file-added .step-sequencer-wrapper .step-sequencer-table tbody > tr > th,
.step-sequencer.minimized.file-added .step-sequencer-wrapper .step-sequencer-table tbody > tr > td {
  background: rgba(153, 221, 153, 0.55);
}
@media screen and (max-height: 820px) {
  .step-sequencer .step-sequencer-wrapper .step-sequencer-table tbody > tr > th .name {
    font-size: 10px;
  }
}
.tagged-sample {
  margin-bottom: 2px;
  float: left;
  width: 49.5%;
  margin-left: 0.5%;
  background: #eee;
  padding: 10px;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tagged-sample .sample-playbutton {
  position: relative;
  float: left;
  font-size: 13px;
  color: black;
  margin-top: 7px;
}
.tagged-sample .sample-playbutton:hover {
  color: #222;
}
.tagged-sample .main-info {
  float: left;
  margin-left: 20px;
}
.tagged-sample .main-info .sample-name {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tagged-sample .main-info .pack-name {
  clear: both;
  display: block;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
  font-size: 12px;
  letter-spacing: -0.04em;
}
.tagged-sample .pack-image {
  float: right;
  width: 40px;
}
.tagged-sample .pack-image:hover {
  border: 1px solid #ddd;
}
.tagged-sample .more-info {
  clear: both;
  position: absolute;
  bottom: 19px;
  left: 56px;
}
.tagged-sample .more-info .normal-weight {
  font-weight: normal;
}
.tagged-sample .more-info .info-tags {
  float: left;
  margin-right: 10px;
  font-size: 16px;
  font-weight: bold;
}
@media all and (max-width: 700px) {
  .tagged-sample {
    width: 100%;
  }
}
.tutorial-videos {
  position: relative;
  margin-left: -50px;
  margin-right: -50px;
  margin-top: 52px;
  background-color: #000;
}
.tutorial-videos iframe {
  width: 100%;
  min-height: 700px;
}
@media all and (max-width: 420px) {
  .tutorial-videos iframe {
    min-height: 0;
  }
}
.twitter-feed {
  color: #000;
}
.twitter-feed .twitter-copy {
  font-size: 16px;
  padding: 0 22px;
  line-height: 1.3;
}
.twitter-feed .twitter-copy .crt-hashtag {
  font-weight: bold;
}
@media (max-width: 980px) {
  .twitter-feed .twitter-top-copy {
    font-size: 20px;
    float: left;
    margin: 8px 12px;
  }
  .twitter-feed .twitter-copy {
    font-size: 14px;
    padding: 0;
    float: none;
  }
}
@media all and (max-width: 420px) {
  .twitter-feed .twitter-copy {
    font-size: 12px;
  }
}
.upcoming-packs .upcoming-packs {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}
.upcoming-packs .upcoming-pack {
  display: table;
  position: relative;
  margin: 0;
  padding: 0;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.upcoming-packs .upcoming-pack-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.45);
  padding: 10px;
  color: #EEE;
  text-shadow: 1px 1px 1px #000;
}
.upcoming-packs h4 {
  margin: 20px 0 0 6px;
  padding: 0;
  font-size: 16px;
}
.upcoming-packs .upcoming-pack-details {
  white-space: nowrap;
  font-size: 13px;
  margin: 6px 0 0 6px;
}
.upcoming-packs .upcoming-pack-details > li {
  padding-left: 2px;
  padding-right: 2px;
}
.upcoming-packs .upcoming-pack-available-at {
  position: absolute;
  bottom: 0;
  text-transform: uppercase;
  font-size: 12px;
  right: 12px;
}
.user-submitted-track {
  width: 50%;
  padding-right: 5%;
  margin-bottom: 30px;
  display: inline-block;
}
.user-submitted-track .user-image {
  float: left;
}
.user-submitted-track .user-image img {
  border-radius: 1000px;
  width: 100px;
  height: 100px;
}
.user-submitted-track .track-header {
  font-size: 17px;
  margin: 34px 0 0 15px;
  float: left;
}
.user-submitted-track .track-header .user-name {
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
}
.user-submitted-track .track-header .user-name a {
  text-decoration: none;
}
.user-submitted-track .track-header .track-name {
  color: #000;
}
.user-submitted-track .track-header .track-name a {
  text-decoration: none;
}
.user-submitted-track .file-playbutton {
  width: 4%;
  float: left;
  font-size: 15px;
  margin-top: 31px;
  margin-left: 1%;
  color: #000;
  z-index: 1;
}
.user-submitted-track .file-playbutton:hover {
  color: #333;
}
.user-submitted-track .waveform {
  display: inline-block;
  background: white;
  padding: 20px 12px;
  height: 75px;
  width: 100%;
  margin-top: -52px;
  margin-left: 47px;
}
.user-submitted-track .track-info {
  margin: 5px 0 20px 60px;
}
.user-submitted-track .track-info .duration {
  float: right;
  position: relative;
}
.user-submitted-track .track-info .waveform-icon {
  cursor: pointer;
  border-radius: 50px;
  width: 20px;
  height: 20px;
  border: 2px solid black;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  margin-right: 2px;
}
.user-submitted-track .track-info .waveform-icon:hover {
  background: #000;
  color: #fff;
}
.user-submitted-track .track-info .waveform-icon.active {
  background: #000;
  color: #fff;
}
.user-submitted-track .track-info .waveform-icon.disabled {
  pointer-events: none;
  color: #bbb;
  border-color: #bbb;
}
.user-submitted-track .track-info .waveform-icon.soundcloud i {
  font-size: 10px;
}
.user-submitted-track .track-info .waveform-icon i {
  font-size: 12px;
  display: block;
  padding: 3px 2px 0 0;
}
.user-submitted-track .track-info .waveform-icon i.fa-code-fork {
  padding-top: 3px;
}
.user-submitted-track .track-info .action-button {
  float: right;
  background: #989898;
  color: #fff;
  font-size: 12px;
  padding: 4px 16px;
  border-radius: 100px;
  text-transform: uppercase;
  cursor: pointer;
  margin-left: 8px;
  font-weight: bold;
}
.user-submitted-track .track-info .action-button i {
  margin-right: 5px;
}
.user-submitted-track .track-info .action-button:hover {
  background: #333;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.user-submitted-track .track-info .action-button.delete i {
  font-size: 14px;
}
.user-submitted-track .active-samples {
  margin-top: -22px;
  margin-bottom: 25px;
  position: relative;
}
.user-submitted-track .active-samples .spacer-container {
  width: 100%;
  margin-left: 66px;
  height: 26px;
}
.user-submitted-track .active-samples .spacer-container .spacer-lines {
  width: 20px;
  border-left: 2px solid black;
  border-bottom: 2px solid black;
  height: 36px;
}
.user-submitted-track .active-samples .spacer-container .spacer-nothing {
  width: 98%;
}
.user-submitted-track .active-samples .sample-headline h4 {
  font-size: 17px;
  font-weight: bold;
  margin: 0 0 8px 95px;
}
.user-submitted-track .active-samples .pagination {
  position: absolute;
  right: 0px;
  top: 0px;
  cursor: pointer;
}
.user-submitted-track .active-samples .pagination i.disabled {
  pointer-events: none;
  color: #bbb;
}
.user-submitted-track .active-samples .sample-container {
  padding-left: 63px;
  width: 100%;
}
.user-submitted-track .active-samples .sample-container .tagged-sample .sample-playbutton {
  position: relative;
  float: left;
  color: #000;
  font-size: 12px;
  left: 0;
  top: 0;
  margin-top: 8px;
}
.user-submitted-track .active-samples .sample-container .tagged-sample .sample-playbutton:hover {
  color: #808080;
}
.waveform-circle {
  position: relative;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  display: block;
  cursor: pointer;
}
.waveform-circle:hover .radial-progress {
  background: #ddd;
}
.waveform-circle .file-playbutton {
  position: absolute;
}
.waveform-circle .waveform-display {
  position: absolute;
  width: 60%;
  height: 60%;
  left: 21%;
  top: 22.5%;
  box-sizing: border-box;
}
.waveform-circle .waveform-display .duration {
  position: absolute;
  right: 0;
  top: -30px;
  font-weight: bold;
}
.waveform-circle .radial-progress {
  width: 150px;
  height: 150px;
  background-color: #f9f9f9;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.waveform-circle .radial-progress .circle .mask,
.waveform-circle .radial-progress .circle .fill,
.waveform-circle .radial-progress .circle .shadow {
  width: 150px;
  height: 150px;
  position: absolute;
  border-radius: 50%;
}
.waveform-circle .radial-progress .circle .mask,
.waveform-circle .radial-progress .circle .fill {
  -webkit-backface-visibility: hidden;
  border-radius: 50%;
}
.waveform-circle .radial-progress .circle .mask {
  clip: rect(0px, 150px, 150px, 75px);
}
.waveform-circle .radial-progress .circle .mask .fill {
  clip: rect(0px, 75px, 150px, 0px);
  background-color: #000000;
}
.waveform-circle .radial-progress .inset {
  width: 140px;
  height: 140px;
  position: absolute;
  margin-left: 5px;
  margin-top: 5px;
  background-color: #ffffff;
  border-radius: 50%;
}
.waveform {
  position: relative;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  display: block;
  cursor: text;
}
.waveform .play-progress {
  position: absolute;
  top: -10px;
  bottom: -10px;
  background-color: rgba(25, 25, 25, 0.1);
  border-right: 3px solid rgba(25, 25, 25, 0.5);
  width: 0px;
}
.waveform .waveform-display {
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.waveform .waveform-display .duration {
  position: absolute;
  right: 0;
  top: -30px;
  font-weight: bold;
}
.page.about {
  background-color: #fff;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
}
.page.about .about-section-wrapper {
  position: relative;
  background-color: #eee;
  margin-top: 0;
}
.page.about .about-section-wrapper .video-wrapper {
  height: 100%;
  width: 100%;
  position: relative;
}
.page.about .about-section-wrapper .video-wrapper iframe {
  width: 100%;
  height: 100%;
}
.page.about .about-copy-wrapper {
  background-color: #eee;
}
.page.about .about-copy-wrapper .about-section {
  position: relative;
  clear: both;
  background-color: #fff;
  width: 100%;
  color: #000;
  padding: 20px;
}
.page.about .about-copy-wrapper .about-section .about-content {
  max-width: 1200px;
  margin: 0 auto;
}
.page.about .about-copy-wrapper .about-section .about-content h3 {
  margin-bottom: 20px;
}
.page.about .about-copy-wrapper .about-section .about-content .lead {
  margin-bottom: 35px;
  font-size: 19px;
}
.page.about .about-copy-wrapper .about-section .about-content .section {
  clear: both;
  padding-bottom: 50px;
  margin-top: 65px;
  font-weight: 200;
}
.page.about .about-copy-wrapper .about-section .about-content .section.converse .about-picture img {
  width: 263px;
  float: right;
}
.page.about .about-copy-wrapper .about-section .about-content .section .content {
  float: left;
  padding-left: 50px;
  width: 50%;
  font-size: 16px;
  margin-bottom: 40px;
}
.page.about .about-copy-wrapper .about-section .about-content .section .about-picture {
  float: left;
  padding-left: 10px;
  width: 50%;
  max-width: 450px;
}
.page.about .about-copy-wrapper .about-section .about-content .section .about-picture img {
  width: 100%;
}
@media all and (max-height: 700px) {
  .page.about .about-section-wrapper .video-wrapper iframe {
    height: 65%;
  }
}
.activate {
  color: black;
  width: 100%;
  margin: auto;
  left: 0;
  right: 0;
  padding: 50px;
  position: relative;
  font-size: 24px;
  font-weight: 200;
}
.activate .section {
  width: 800px;
  margin: auto;
}
.activate .headline {
  font-weight: bold;
  font-size: 40px;
  margin: 0 0 5px 0;
}
.activate .copy {
  margin-bottom: 40px;
}
.activate .activating {
  margin: 0 auto 40px auto;
  font-weight: bold;
  font-size: 30px;
}
.activate .activating .loading-copy {
  margin-left: 10px;
}
.activate .message {
  margin: 0 auto 40px auto;
  padding: 14px;
  font-size: 18px;
  border: 3px solid black;
  border-radius: 8px;
  font-weight: bold;
}
.activate .request-form button {
  width: 27%;
  height: 42px;
  border-radius: 8px;
  float: right;
  margin-top: 20px;
  background: black;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: -0.01em;
}
.activate .request-form button:hover {
  background: #666;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.activate .request-form input[type="text"] {
  width: 100%;
  height: 48px;
  padding: 14px;
  border: 1px solid black;
  font-size: 20px;
  font-weight: 200;
}
.activate .request-form input[type="text"]:focus {
  border: 1px solid #aaa;
  outline: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.activate .whats-next .learn-more-link {
  font-weight: bold;
  text-decoration: none;
}
.activate .whats-next .learn-more-link:hover {
  color: #333;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.activate .whats-next .next-step-buttons .next-step-button {
  float: left;
  padding: 12px 20px;
  color: white;
  background: black;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 8px;
  margin-right: 10px;
  cursor: pointer;
  text-decoration: none;
  font-size: 16px;
  width: 25%;
  text-align: center;
}
.activate .whats-next .next-step-buttons .next-step-button:hover {
  background: #666;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.page.collection {
  padding: 20px 50px;
  color: black;
  position: relative;
}
.page.collection .edit-button {
  padding: 10px 20px;
  color: #fff;
  background: #000;
  cursor: pointer;
  font-weight: bold;
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 8px;
}
.page.collection .edit-button:hover {
  background: #333;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.page.collection .collection-info {
  width: 100%;
  margin-bottom: 30px;
  display: inline-block;
}
.page.collection .collection-info .user-image {
  float: left;
  margin: 24px 0 27px 0;
  width: 10%;
}
.page.collection .collection-info .user-image img {
  border-radius: 1000px;
  width: 125px;
  height: 125px;
}
.page.collection .collection-info .header {
  font-size: 40px;
  margin-left: 20px;
  float: left;
  letter-spacing: -0.04em;
  width: 85%;
  background: #fff;
  padding: 20px;
}
.page.collection .collection-info .header .user-name {
  text-transform: uppercase;
  font-weight: bold;
}
.page.collection .collection-info .header .user-name a {
  text-decoration: none;
}
.page.collection .collection-info .header .name-edit {
  width: auto;
}
.page.collection .collection-info .header .description-edit {
  width: 100%;
  font-size: 16px;
  height: 68px;
  padding: 3px 8px;
  border: 1px solid #c5c5c5;
  margin-top: 7px;
}
.page.collection .collection-info .header .description {
  font-weight: 200;
  font-size: 16px;
  letter-spacing: -0.01em;
}
.page.collection .collection-info .tab-container {
  position: relative;
  float: left;
  width: 100%;
  min-height: 300px;
  padding: 10px;
  border-width: 2px 0 0 2px;
  border-color: #000000;
  border-style: solid;
}
.page.collection .collection-info .tab-container .tab-content {
  position: relative;
  float: left;
  width: 100%;
}
.page.collection .collection-info .tab-container .tab-content.force-height {
  height: 0;
  padding-bottom: 60%;
  margin: 42px 0 0 42px;
}
.page.collection .collection-info .tab-container .tab-content:not(.force-height) {
  height: auto;
  padding: 50px;
}
.page.collection .collection-info .tab-container .tab-content .file-browser {
  position: relative;
  width: 80%;
  top: -34px;
}
.page.collection .collection-info .tab-container .tab-content .file-browser .table th.performers,
.page.collection .collection-info .tab-container .tab-content .file-browser .table td.performers,
.page.collection .collection-info .tab-container .tab-content .file-browser .table th.name,
.page.collection .collection-info .tab-container .tab-content .file-browser .table td.name,
.page.collection .collection-info .tab-container .tab-content .file-browser .table th.instruments,
.page.collection .collection-info .tab-container .tab-content .file-browser .table td.instruments,
.page.collection .collection-info .tab-container .tab-content .file-browser .table th.genre,
.page.collection .collection-info .tab-container .tab-content .file-browser .table td.genre {
  min-width: 0;
}
.page.collection .collection-info .tab-container .sample-tile .waveform-container {
  border-radius: 300px;
  overflow: hidden;
  width: 60%;
  height: 60%;
}
.page.collection .collection-info .tab-container .sample-tile .waveform-container:hover {
  border: 3px solid black;
}
.page.collection .collection-info .tab-container .sample-tile .name {
  font-weight: normal;
  width: 60%;
  height: 25px;
  position: relative;
  text-transform: uppercase;
  margin-top: 10px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.page.collection .collection-info .tab-container .sample-tile .song-name {
  padding-left: 9%;
}
.page.collection .collection-info .tab-container .sample-tile:hover .name {
  color: #000;
  font-weight: bold;
}
.page.collection .collection-info .pagination {
  position: absolute;
  margin: 0;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.page.collection .collection-info .pagination i.disabled {
  pointer-events: none;
  color: #bbb;
}
@media all and (max-width: 1300px) {
  .page.collection .tab-content .table th.genre,
  .page.collection .tab-content .table td.genre,
  .page.collection .tab-content .table th.key,
  .page.collection .tab-content .table td.key,
  .page.collection .tab-content .table th.bpm,
  .page.collection .tab-content .table td.bpm,
  .page.collection .tab-content .table th.time,
  .page.collection .tab-content .table td.time {
    display: none;
  }
}
.page.collections {
  color: black;
  background: #fff;
  letter-spacing: -0.1em;
  padding: 50px;
  position: relative;
}
.page.collections .social-sharing {
  display: inline-block;
  margin: 17px 0 0 25px;
  vertical-align: top;
  float: left;
}
.page.collections .crt-header {
  font-weight: 100;
  float: left;
}
.page.collections .bold {
  font-weight: bold;
}
.page.collections .global-cta {
  font-weight: 100;
  font-size: 24px;
  margin: 20px 0 48px 0;
  clear: both;
}
.faq {
  padding: 50px;
  font-size: 20px;
  color: #000;
}
.faq .faq-link {
  font-weight: bold;
  text-decoration: none;
}
.faq .question-header {
  font-weight: bold;
  font-size: 24px;
}
.faq .faq-header {
  font-weight: 200;
  font-size: 30px;
  letter-spacing: -0.04em;
  margin-bottom: 5px;
}
.faq .small-text {
  font-size: 14px;
  margin-bottom: 38px;
}
.faq .small-text a {
  text-decoration: none;
  color: #bbb;
}
.faq .small-text a:hover {
  color: #333;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.faq .q-and-a {
  margin: 50px 0;
}
.faq .q-and-a .question {
  font-weight: bold;
  margin-bottom: 10px;
}
.faq .q-and-a .answer {
  font-weight: 200;
}
.page.favorites {
  padding: 20px 50px;
  color: black;
  position: relative;
  min-width: 695px;
}
.page.favorites .edit-button {
  padding: 10px 20px;
  color: #fff;
  background: #000;
  cursor: pointer;
  font-weight: bold;
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 8px;
}
.page.favorites .edit-button:hover {
  background: #333;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.page.favorites .info {
  width: 100%;
  display: inline-block;
}
.page.favorites .info img {
  border-radius: 1000px;
  width: 125px;
  height: 125px;
  min-width: 125px;
  max-width: 125px;
}
.page.favorites .info img.user-image {
  position: absolute;
  margin: 24px 0 27px 0;
}
.page.favorites .info .header {
  font-size: 54px;
  float: left;
  letter-spacing: -0.04em;
  width: 85%;
  background: #fff;
  padding: 20px;
  white-space: nowrap;
  margin: 28px 0 28px 142px;
}
.page.favorites .info .header .name {
  font-weight: bold;
}
.page.favorites .info .header .user-name {
  text-transform: uppercase;
  font-weight: bold;
}
.page.favorites .info .header .user-name a {
  text-decoration: none;
}
.page.favorites .info .header .name-edit {
  width: auto;
}
.page.favorites .info .header .description-edit {
  width: 100%;
  font-size: 16px;
  height: 68px;
  padding: 3px 8px;
  border: 1px solid #c5c5c5;
  margin-top: 7px;
}
.page.favorites .info .header .description {
  font-weight: 200;
  font-size: 16px;
  letter-spacing: -0.01em;
}
.page.favorites .favorites-container {
  position: relative;
  float: left;
  width: 100%;
  min-height: 300px;
  padding: 10px;
  border-width: 2px 0 0 2px;
  border-color: #000000;
  border-style: solid;
}
.page.favorites .favorites-container.force-height {
  height: 0;
  padding-bottom: 32%;
  margin: 42px 0 0 42px;
}
.page.favorites .favorites-container:not(.force-height) {
  height: auto;
  padding: 26px 250px 0 10px;
}
.page.favorites .favorites-container.file-dragged .favorites-dropzone {
  display: block;
  z-index: 20;
}
.page.favorites .favorites-container .favorites-dropzone {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 1;
}
.page.favorites .favorites-container .favorites-dropzone.dragged-over {
  background: rgba(0, 0, 0, 0.1);
}
.page.favorites .favorites-container .favorites-browser {
  position: relative;
  width: 100%;
  float: left;
}
.page.favorites .favorites-container .favorites-browser .file-browser-wrapper {
  top: 66px;
}
.page.favorites .favorites-container .favorites-browser .table th.performers,
.page.favorites .favorites-container .favorites-browser .table td.performers,
.page.favorites .favorites-container .favorites-browser .table th.name,
.page.favorites .favorites-container .favorites-browser .table td.name,
.page.favorites .favorites-container .favorites-browser .table th.instruments,
.page.favorites .favorites-container .favorites-browser .table td.instruments,
.page.favorites .favorites-container .favorites-browser .table th.genre,
.page.favorites .favorites-container .favorites-browser .table td.genre {
  min-width: 0;
}
.page.favorites .favorites-container .favorites-browser .table td.song_name,
.page.favorites .favorites-container .favorites-browser .table th.song_name {
  display: none;
}
.page.favorites .favorites-container .collection-list {
  float: left;
  width: 20%;
  margin-top: 5px;
}
.page.favorites .favorites-container .collection-list a {
  text-decoration: none;
}
.page.favorites .favorites-container .collection-list .collection-list-title {
  font-weight: bold;
  font-size: 17px;
  color: #fff;
  margin: 0;
  padding: 10px 20px;
  cursor: pointer;
  background: #000;
  border: 1px solid transparent;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
.page.favorites .favorites-container .collection-list .collection-list-title .collection-favorites-sample-number {
  font-size: 18px;
  float: right;
}
.page.favorites .favorites-container .collection-list .collection-list-title .collection-favorites-sample-number img {
  margin-bottom: 2px;
  width: 21px;
}
.page.favorites .favorites-container .collection-list .collection-list-title:hover {
  background: #4a4a4a;
}
.page.favorites .favorites-container .collection-list .collection-list-header {
  font-weight: bold;
  color: #000;
  margin: 0;
  text-transform: uppercase;
  padding: 20px;
  background: #fff;
  font-size: 17px;
  border-bottom: 1px solid #f4f4f4;
}
.page.favorites .favorites-container .collection-list .collection-list-header .new-collection {
  float: right;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  border: 2px solid #000;
  padding: 4px;
  font-size: 16px;
  margin-top: -4px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.page.favorites .favorites-container .collection-list .collection-list-header .new-collection:hover {
  width: 27px;
  height: 27px;
  font-size: 18px;
  padding: 3px;
  margin-top: -5px;
  border: 3px solid #000;
}
.page.favorites .favorites-container .collection-list .new-collection {
  cursor: pointer;
}
.page.favorites .favorites-container .collection-list .collection {
  color: #000;
  font-size: 17px;
  font-weight: 200;
  padding: 10px 20px;
  cursor: pointer;
  border: 1px solid #fff;
  white-space: nowrap;
  width: auto;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.page.favorites .favorites-container .collection-list .collection:nth-child(even) {
  background: #f8f8f8;
  border: 1px solid #f8f8f8;
}
.page.favorites .favorites-container .collection-list .collection:hover {
  border: 1px solid #c4c4c4;
}
.page.favorites .favorites-container .collection-list .collection.active {
  background: #000;
  border: 1px solid #000;
  font-weight: bold;
}
.page.favorites .favorites-container .collection-list .collection.active a:focus {
  text-decoration: none;
}
.page.favorites .favorites-container .collection-list .collection.active .item-title {
  color: #fff;
}
.page.favorites .favorites-container .collection-list .collection a {
  text-decoration: none;
}
.page.favorites .favorites-container .collection-list .collection .item-title {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 15px;
  font-weight: 200;
  cursor: pointer;
  color: #222;
  margin: 0;
}
.page.favorites .empty-favorites {
  margin: 30px 40px;
}
.page.favorites .empty-favorites .empty-favorites-header h3 {
  font-weight: bold;
  font-size: 30px;
}
.page.favorites .empty-favorites .empty-favorites-instructions p {
  font-size: 21px;
  font-weight: 200;
}
.page.favorites .pagination {
  position: absolute;
  margin: 0;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.page.favorites .pagination i.disabled {
  pointer-events: none;
  color: #bbb;
}
@media all and (max-width: 1300px) {
  .page.favorites .favorites-container .file-browser .table th.genre,
  .page.favorites .favorites-container .file-browser .table td.genre,
  .page.favorites .favorites-container .file-browser .table th.key,
  .page.favorites .favorites-container .file-browser .table td.key,
  .page.favorites .favorites-container .file-browser .table th.bpm,
  .page.favorites .favorites-container .file-browser .table td.bpm,
  .page.favorites .favorites-container .file-browser .table th.time,
  .page.favorites .favorites-container .file-browser .table td.time {
    display: none;
  }
}
@media all and (max-width: 910px) {
  .page.favorites .info img {
    width: 70px;
    height: 70px;
    min-width: 70px;
    max-width: 70px;
  }
  .page.favorites .info img.user-image {
    margin-top: 14px;
  }
  .page.favorites .info .header {
    font-size: 39px;
    margin: 2px 0 13px 83px;
  }
}
@media all and (max-width: 800px) {
  .page.favorites {
    padding: 20px 9px;
  }
  .page.favorites .favorites-container {
    border-style: none;
  }
  .page.favorites .favorites-container .file-browser .file-browser-wrapper {
    left: -4px;
  }
  .page.favorites .info img.user-image {
    margin-left: 20px;
  }
  .page.favorites .info .header {
    margin-left: 103px;
  }
}
@media all and (max-width: 700px) {
  .page.favorites .info .header {
    font-size: 30px;
  }
}
@media all and (max-width: 680px) {
  .page.favorites .favorites-container .file-browser {
    width: 100%;
  }
}
@media all and (max-height: 1000px) {
  .page.favorites .info img {
    width: 70px;
    height: 70px;
    min-width: 70px;
    max-width: 70px;
  }
  .page.favorites .info img.user-image {
    margin-top: 14px;
  }
  .page.favorites .info .header {
    font-size: 39px;
    margin: 2px 0 13px 83px;
  }
}
.page.home .home-section-wrapper {
  background-color: #eee;
  position: relative;
  z-index: 1;
  background: #fff;
  padding-bottom: 50px;
}
.page.home .home-section {
  clear: both;
  width: 80%;
  max-width: 1200px;
  margin: 0px auto;
}
.page.home .home-section .no-content-message.loading {
  position: absolute;
  left: 0;
  right: 0;
}
.page.home .home-section .no-content-message.loading .loading-content {
  float: left;
  padding-left: 30%;
}
.page.home .home-section .no-content-message.loading .loading-content .fa-star {
  float: left;
  font-size: 60px;
  margin-top: 15px;
}
.page.home .home-section .no-content-message.loading .loading-content h1 {
  font-weight: 200;
  font-size: 47px;
  margin-left: 45px;
  float: left;
  letter-spacing: -0.04em;
}
.page.home .home-section .no-content-message.loading .loading-content h1 .bold {
  font-weight: bold;
}
.page.home .home-signup-module .signup-module {
  min-height: auto;
}
.page.home .home-section .section-title {
  display: block;
  color: #444;
  margin: 0;
  padding-top: 20px;
  padding-bottom: 30px;
}
.page.home .home-section .section-title.media > .pull-left {
  margin-right: 30px;
}
.page.home .home-section .section-title .social-sharing {
  position: absolute;
  top: 10px;
  right: 9px;
}
@media (max-width: 1000px) {
  .page.home .home-section .section-title h2 {
    font-size: 22px;
  }
}
@media (max-width: 800px) {
  .page.home .home-section .section-title h2 {
    font-size: 18px;
  }
}
.page.home .home-section-text .section-title {
  padding-top: 40px;
}
.page.home .home-section-text .section-title .media-body {
  position: relative;
  top: -5px;
  padding-left: 10px;
}
.page.home .home-section-text .section-title h2 {
  font-size: 17px;
  line-height: 1.5em;
  width: 65.66%;
  float: left;
  margin-right: 1%;
  font-weight: 200;
  color: #000;
}
.page.home .home-section-text .section-title .stats-module {
  display: block;
  float: right;
  position: relative;
  width: 29.33%;
  margin-top: 28px;
}
.page.home .home-section-text .section-title .stats-module h3 {
  display: block;
  margin: 0;
  padding: 0 7px;
  height: 25px;
  font-weight: bold;
  line-height: 26px;
  background: #000;
  color: #FFF;
  font-size: 14px;
  text-transform: uppercase;
}
.page.home .home-section-text .section-title h2 + h2 {
  margin-top: 10px;
}
.page.home .home-section-text .section-title .learn-more-link {
  display: block;
  clear: both;
  font-size: 17px;
}
.page.home .home-section-text .section-title .no-wrap {
  white-space: nowrap;
}
.page.home .home-section-modules {
  position: relative;
  display: table;
  width: 100%;
  margin-bottom: 5px;
}
.page.home .homepage-module {
  display: block;
  float: left;
  height: 120px;
  position: relative;
  border-right: 2px solid transparent;
  border-left: 3px solid transparent;
}
.page.home .homepage-module h3 {
  display: block;
  margin: 0;
  padding: 0 7px;
  height: 25px;
  line-height: 26px;
  background: #000;
  color: #FFF;
  font-size: 14px;
  text-transform: uppercase;
}
.page.home .homepage-module h3 .pull-right {
  font-size: 90%;
  color: #CCC;
}
.page.home .homepage-module .module-content {
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #333333;
}
.page.home .homepage-module.twitter-feed {
  width: 25%;
}
.page.home .homepage-module.upcoming-packs {
  width: 50%;
}
.page.home .homepage-module.site-stats {
  width: 25%;
}
@media (max-width: 980px) {
  .page.home .homepage-module {
    display: inline-block;
  }
  .page.home .homepage-module.twitter-feed {
    width: 100%;
    margin-bottom: 5px;
    height: 45px;
  }
  .page.home .homepage-module.upcoming-packs {
    width: 50%;
  }
  .page.home .homepage-module.site-stats {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .page.home .home-section-modules {
    margin-bottom: 5px;
  }
  .page.home .home-section-modules .homepage-module.twitter-feed {
    display: none;
  }
  .page.home .home-section-modules .homepage-module.upcoming-packs {
    width: 50%;
  }
  .page.home .home-section-modules .homepage-module.site-stats {
    width: 50%;
  }
}
.page.home .home-section.home-section-packages {
  min-height: 500px;
}
.page.home .home-section.home-section-packages .home-section-social-media-tagline {
  font-weight: 200;
  font-size: 16px;
  color: #000;
  margin-bottom: 15px;
}
.page.home .home-section.home-section-packages .home-section-social-media-tagline .bold {
  font-weight: bold;
}
.page.home #masonry-container {
  padding: 0;
  height: auto;
  margin: 0 auto 60px;
  clear: both;
}
.page.home #masonry-container .item {
  width: 25%;
  overflow: hidden;
  opacity: 0;
}
.page.home #masonry-container .item.shown {
  opacity: 1;
}
.page.home #masonry-container .pack-tile {
  height: 98%;
  width: 98%;
  margin: 0 1% 1%;
}
.page.home #masonry-container.effect-6 {
  -webkit-perspective: 1300px;
  -moz-perspective: 1300px;
  perspective: 1300px;
}
.page.home #masonry-container.effect-6 li.animate {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transform: rotateX(-80deg);
  -moz-transform: rotateX(-80deg);
  transform: rotateX(-80deg);
  -webkit-animation: flip 0.8s ease-in-out forwards;
  -moz-animation: flip 0.8s ease-in-out forwards;
  animation: flip 0.8s ease-in-out forwards;
}
@-webkit-keyframes flip {
  100% {
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes flip {
  100% {
    -moz-transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flip {
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
.page.home .intro {
  margin: 50px 30px 15px;
  overflow: visible;
}
.page.home .intro .intro-text {
  overflow: hidden;
  opacity: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.page.home .intro .intro-text.ng-hide-add,
.page.home .intro .intro-text.ng-hide {
  opacity: 0;
}
.page.home .intro h1 {
  font-size: 56px;
  text-shadow: 1px 1px 1px #000;
}
.page.home .intro p.lead {
  font-size: 26px;
  line-height: 1.35em;
  max-width: 1000px;
  text-shadow: 1px 1px 1px #000;
}
.page.home .intro input.packs-filter {
  height: 30px;
  background: transparent;
  border-width: 0;
  border-bottom: 2px solid #AAA;
  color: #DDD;
  font-size: 18px;
}
.page.home .intro input.packs-filter:focus {
  outline: 0;
}
@media all and (max-width: 1000px) {
  .page.home .home-section {
    width: 95%;
  }
  .page.home .home-section-text .section-title h2 {
    width: 100%;
  }
  .page.home .home-section-text .section-title .stats-module {
    display: none;
  }
}
@media all and (max-width: 800px) {
  .page.home #masonry-container .item {
    width: 33.33%;
  }
}
@media all and (max-width: 700px) {
  .page.home .home-section .no-content-message.loading .loading-content {
    padding-left: 20%;
  }
  .page.home .home-section .no-content-message.loading .loading-content .fa-star {
    font-size: 40px;
    margin-top: 20px;
  }
  .page.home .home-section .no-content-message.loading .loading-content h1 {
    font-size: 35px;
    margin-left: 20px;
  }
  .page.home .home-section-text .section-title {
    padding-bottom: 10px;
  }
  .page.home .home-section-text .section-title .media-body h2 {
    font-size: 14px;
  }
  .page.home .home-section-text .section-title .media-object {
    height: 83px;
  }
  .page.home .home-section-packages .home-section-modules {
    display: none;
  }
}
@media all and (max-width: 420px) {
  .page.home .home-section-wrapper .home-section-text .section-title {
    padding-top: 10px;
  }
  .page.home .home-section-wrapper .home-section-text .section-title .learn-more-link {
    font-size: 15px;
  }
  .page.home .home-section-text .section-title.media > .pull-left {
    margin-right: 0;
    width: 100%;
  }
  .page.home .home-section-text .section-title .media-body h2 {
    margin-top: 0;
  }
  .page.home .home-section-text .section-title .media-object {
    margin: auto;
    margin-bottom: 35px;
    height: 150px;
  }
}
@media all and (min-width: 1050px) and (max-height: 1000px) {
  .page.home #masonry-container .item {
    width: 20%;
  }
}
.intro {
  position: relative;
  padding: 50px;
  color: #000;
  height: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.intro .bold {
  font-weight: bold;
}
.intro .intro-page {
  text-align: center;
}
.intro .intro-page h2 {
  font-weight: 200;
  letter-spacing: -0.03em;
}
.intro .intro-page p {
  font-size: 24px;
  text-align: left;
  font-weight: 200;
}
.intro .intro-page .intro-content {
  width: 100%;
}
.intro .intro-page .intro-content .content-container {
  float: left;
  width: 50%;
  padding: 5%;
}
.intro .intro-page.page-1 .page-1-image {
  margin: 50px 0;
  width: 100%;
  max-width: 800px;
}
.intro .intro-page.page-1 .tagline .tagline-main {
  font-weight: 200;
  font-size: 33px;
  text-align: center;
}
.intro .intro-page.page-1 .tagline .tagline-sub {
  font-weight: bold;
  font-size: 23px;
  text-align: center;
}
.intro .intro-page.page-2 .intro-content {
  opacity: 1;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}
.intro .intro-page.page-2 .intro-content .content-container img {
  width: 100%;
  right: 50%;
  position: absolute;
  max-width: 900px;
  -webkit-transition: all 0.5s cubic-bezier(0, 0.31, 0.36, 1.42) 0.5s;
  -moz-transition: all 0.5s cubic-bezier(0, 0.31, 0.36, 1.42) 0.5s;
  -o-transition: all 0.5s cubic-bezier(0, 0.31, 0.36, 1.42) 0.5s;
  transition: all 0.5s cubic-bezier(0, 0.31, 0.36, 1.42) 0.5s;
}
.intro .intro-page.page-2 .intro-content .content-container.text {
  padding-top: 25%;
}
.intro .intro-page.page-2.ng-hide .intro-content {
  opacity: 0;
}
.intro .intro-page.page-2.ng-hide .intro-content .content-container img {
  right: 56%;
}
.intro .intro-page.page-3 .intro-content {
  opacity: 1;
  -webkit-transition: opacity 0.7s;
  -moz-transition: opacity 0.7s;
  -o-transition: opacity 0.7s;
  transition: opacity 0.7s;
}
.intro .intro-page.page-3 .intro-content .content-container img {
  width: 100%;
  max-width: 336px;
  margin-left: 0;
  -webkit-transition: all 0.5s cubic-bezier(0, 0.31, 0.36, 1.42) 0.3s;
  -moz-transition: all 0.5s cubic-bezier(0, 0.31, 0.36, 1.42) 0.3s;
  -o-transition: all 0.5s cubic-bezier(0, 0.31, 0.36, 1.42) 0.3s;
  transition: all 0.5s cubic-bezier(0, 0.31, 0.36, 1.42) 0.3s;
}
.intro .intro-page.page-3 .intro-content .content-container.text {
  padding-top: 10%;
}
.intro .intro-page.page-3.ng-hide .intro-content {
  opacity: 0;
}
.intro .intro-page.page-3.ng-hide .intro-content .content-container img {
  margin-left: -100px;
}
.intro .intro-page.page-4 .page-4-content {
  opacity: 1;
  -webkit-transition: opacity 0.7s;
  -moz-transition: opacity 0.7s;
  -o-transition: opacity 0.7s;
  transition: opacity 0.7s;
}
.intro .intro-page.page-4 .page-4-content .page-4-image {
  margin: 70px 0;
}
.intro .intro-page.page-4 .page-4-content p {
  max-width: 960px;
  margin: 20px auto;
}
.intro .intro-page.page-4 .page-4-content img {
  margin: 50px 0 90px;
  width: 100%;
  max-width: 800px;
}
.intro .intro-page.page-4 .page-4-content .ableton-plugin-button {
  position: absolute;
  display: block;
  padding: 16px 50px;
  font-weight: bold;
  font-size: 20px;
  color: #000;
  border: 3px solid #000;
  text-decoration: none;
  left: 50%;
  transform: translate(-50%, 0);
  margin-bottom: 30px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.intro .intro-page.page-4 .page-4-content .ableton-plugin-button:hover {
  background: #000;
  color: #fff;
}
.intro .intro-page.page-4.ng-hide .page-4-content {
  opacity: 0;
}
.intro .nav {
  position: relative;
  width: 100%;
  margin-bottom: 60px;
}
.intro .nav .nav-buttons {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
.intro .nav .nav-buttons .nav-button {
  float: left;
  border: 1px solid #000;
  margin: 0 11px;
  height: 17px;
  width: 17px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.intro .nav .nav-buttons .nav-button:hover {
  background: #000;
}
.intro .nav .nav-buttons .nav-button.active {
  background: #000;
}
@media all and (max-height: 900px) {
  .intro {
    padding: 20px;
  }
  .intro .intro-page h2 {
    font-size: 26px;
  }
  .intro .intro-page p {
    font-size: 18px;
  }
  .intro .intro-page.page-1 .page-1-image {
    margin: 4% 0;
    max-width: 600px;
  }
  .intro .intro-page.page-2 .intro-content .content-container.text {
    padding-top: 15%;
  }
  .intro .intro-page.page-3 .intro-content .content-container img {
    max-width: 220px;
  }
  .intro .intro-page.page-3 .intro-content .content-container.text {
    padding-top: 15%;
  }
  .intro .intro-page.page-4 .page-4-image {
    margin: 40px 0;
  }
  .intro .intro-page.page-4 img {
    max-width: 600px;
    margin: 30px 0 45px;
  }
  .intro .intro-page.page-4 .ableton-plugin-button {
    font-size: 16px;
    padding: 12px 30px;
  }
  .intro .nav {
    margin-top: 20px;
  }
}
.page.kit {
  padding: 20px 50px;
  color: black;
  position: relative;
  overflow: scroll;
  height: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.page.kit .edit-button {
  padding: 10px 20px;
  color: #fff;
  background: #000;
  cursor: pointer;
  font-weight: bold;
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 8px;
  z-index: 20;
}
.page.kit .edit-button:hover {
  background: #333;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.page.kit .kit-info {
  width: 100%;
  margin-bottom: 30px;
  display: inline-block;
}
.page.kit .kit-info .header {
  font-size: 40px;
  float: left;
  letter-spacing: -0.04em;
  width: 100%;
  background: transparent;
  position: relative;
  min-height: 156px;
  margin: 20px 0;
}
.page.kit .kit-info .header .user-image {
  position: absolute;
  margin-top: 9px;
}
.page.kit .kit-info .header .user-image img {
  border-radius: 1000px;
  width: 125px;
  height: 125px;
}
.page.kit .kit-info .header .kit-details {
  margin-bottom: 20px;
  padding-left: 150px;
  margin-top: 40px;
}
.page.kit .kit-info .header .kit-details .user-name {
  text-transform: uppercase;
  font-weight: bold;
}
.page.kit .kit-info .header .kit-details .user-name a {
  text-decoration: none;
}
.page.kit .kit-info .header .kit-details .description {
  font-weight: 200;
  font-size: 16px;
  letter-spacing: -0.01em;
}
.page.kit .kit-info .header .tab-content-action-buttons {
  width: 300px;
  position: absolute;
  right: 0;
  bottom: -10px;
}
.page.kit .kit-info .header .tab-content-action-buttons .kit-main-view-action-button {
  background: #000;
  padding: 10px 20px;
  color: #fff;
  font-weight: bold;
  font-size: 17px;
  border-radius: 10px;
  text-align: center;
  width: 140px;
  height: 44px;
  margin-left: 10px;
  cursor: pointer;
  float: right;
  letter-spacing: -0.025em;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.page.kit .kit-info .header .tab-content-action-buttons .kit-main-view-action-button i {
  margin-right: 10px;
}
.page.kit .kit-info .header .tab-content-action-buttons .kit-main-view-action-button:hover {
  background: #484848;
}
.page.kit .kit-info .tab-container {
  position: relative;
  float: left;
  width: 100%;
  min-height: 300px;
  padding: 10px 10px 0;
  border-width: 2px 0 0 2px;
  border-color: #000000;
  border-style: solid;
}
.page.kit .kit-info .tab-container .tab-content {
  position: relative;
  float: left;
  width: 100%;
}
.page.kit .kit-info .tab-container .tab-content:not(.force-height) {
  height: auto;
  padding: 10px 10px 0;
}
.page.kit .kit-info .tab-container .tab-content .mpc-container {
  padding-bottom: 30%;
  width: 56%;
  margin: 2%;
  float: left;
}
.page.kit .kit-info .tab-container .tab-content .mpc-container .mpc {
  width: 58%;
  margin: 2%;
  max-width: 800px;
  max-height: 425px;
}
.page.kit .kit-info .tab-container .tab-content .mpc-container .mpc .mpc-content {
  position: inherit;
  top: 0;
  left: 0;
}
.page.kit .kit-info .tab-container .tab-content .mpc-container .mpc .mpc-content .pads .pad {
  width: 23%;
  height: 50%;
}
.page.kit .kit-info .tab-container .tab-content .mpc-container .mpc .mpc-content .pads .pad.with-file {
  background: #f4f4f4;
}
.page.kit .kit-info .tab-container .tab-content .mpc-container .mpc .mpc-content .pads .pad.active {
  border: 1px solid #000;
}
.page.kit .kit-info .tab-container .tab-content .mpc-container .mpc .mpc-content .pads .pad.playing {
  border: 1px solid #000;
}
.page.kit .kit-info .tab-container .tab-content .mpc-container .mpc .mpc-content .pads .pad .waveform-container .waveform {
  padding: 0 15px;
  height: 30%;
  top: 38%;
}
.page.kit .kit-info .tab-container .tab-content .mpc-container .mpc .pad-key {
  display: none;
}
.page.kit .kit-info .tab-container .tab-content .mpc-container .mpc.active .pad-key {
  display: block;
}
.page.kit .kit-info .tab-container .tab-content .file-browser {
  position: relative;
  width: 100%;
  float: left;
  margin-top: 22px;
  padding: 10px 10px 0;
}
.page.kit .kit-info .tab-container .tab-content .file-browser .file-browser-wrapper {
  top: 0;
}
.page.kit .kit-info .tab-container .tab-content .file-browser .table th.performers,
.page.kit .kit-info .tab-container .tab-content .file-browser .table td.performers,
.page.kit .kit-info .tab-container .tab-content .file-browser .table th.name,
.page.kit .kit-info .tab-container .tab-content .file-browser .table td.name,
.page.kit .kit-info .tab-container .tab-content .file-browser .table th.instruments,
.page.kit .kit-info .tab-container .tab-content .file-browser .table td.instruments,
.page.kit .kit-info .tab-container .tab-content .file-browser .table th.genre,
.page.kit .kit-info .tab-container .tab-content .file-browser .table td.genre {
  min-width: 0;
}
.page.kit .kit-info .tab-container .tab-content .file-browser .table td.song_name,
.page.kit .kit-info .tab-container .tab-content .file-browser .table th.song_name {
  display: none;
}
.page.kit .kit-info .tab-container.edit .tab-content .mpc-container {
  width: 100%;
  position: relative;
  float: left;
  padding-bottom: 12.5%;
  margin: 0;
}
.page.kit .kit-info .tab-container.edit .tab-content .mpc-container .mpc {
  width: 100%;
  left: auto;
  max-height: none;
  max-width: none;
  right: auto;
  margin: 0;
}
.page.kit .kit-info .tab-container.edit .tab-content .mpc-container .mpc .mpc-content {
  top: 0;
  right: -16px;
  left: 9px;
}
.page.kit .kit-info .tab-container.edit .tab-content .mpc-container .mpc .mpc-content .pads .pad {
  width: 10.5%;
  height: 100%;
}
.page.kit .kit-info .tab-container.edit .tab-content .mpc-container .mpc .mpc-content .pads .pad:first-child {
  margin-left: 0;
}
.page.kit .kit-info .tab-container.edit .tab-content .mpc-container .mpc .mpc-content .pads .pad:nth-child(8) {
  margin-right: 0;
}
.page.kit .kit-info .pagination {
  position: absolute;
  margin: 0;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.page.kit .kit-info .pagination i.disabled {
  pointer-events: none;
  color: #bbb;
}
@media all and (max-width: 960px) {
  .page.kit .tab-content .table th.genre,
  .page.kit .tab-content .table td.genre,
  .page.kit .tab-content .table th.key,
  .page.kit .tab-content .table td.key,
  .page.kit .tab-content .table th.bpm,
  .page.kit .tab-content .table td.bpm,
  .page.kit .tab-content .table th.time,
  .page.kit .tab-content .table td.time {
    display: none;
  }
  .page.kit .kit-info .header {
    font-size: 27px;
    margin-bottom: 0;
  }
  .page.kit .kit-info .header .kit-details {
    padding-left: 126px;
  }
  .page.kit .kit-info .header .kit-details .name-edit {
    font-size: 23px;
  }
  .page.kit .kit-info .header .user-image img {
    width: 100px;
    height: 100px;
  }
}
@media all and (max-width: 770px) {
  .page.kit .kit-info .tab-container.edit .tab-content .mpc-container {
    padding-bottom: 50%;
  }
  .page.kit .kit-info .tab-container.edit .tab-content .mpc-container .mpc .mpc-content .pads .pad {
    width: 23%;
    height: 50%;
  }
  .page.kit .kit-info .tab-container.edit .tab-content .mpc-container .mpc .mpc-content .pads .pad:first-child {
    margin-left: 0;
  }
  .page.kit .kit-info .tab-container.edit .tab-content .mpc-container .mpc .mpc-content .pads .pad:nth-child(5) {
    margin-left: 0;
  }
  .page.kit .kit-info .tab-container.edit .tab-content .mpc-container .mpc .mpc-content .pads .pad:nth-child(8) {
    margin-right: 1%;
  }
}
@media all and (max-width: 700px) {
  .page.kit .kit-info .header {
    font-size: 25px;
  }
  .page.kit .kit-info .header .kit-details .name-edit {
    font-size: 20px;
  }
}
@media all and (max-width: 580px) {
  .page.kit {
    padding: 20px 9px;
  }
  .page.kit .edit-button {
    padding: 7px 13px;
    font-size: 12px;
  }
  .page.kit .kit-info .tab-container {
    border-style: none;
  }
  .page.kit .kit-info .tab-container .tab-content .file-browser {
    padding-right: 0;
  }
  .page.kit .kit-info .tab-container .tab-content .file-browser .file-browser-wrapper {
    width: 100%;
  }
  .page.kit .kit-info .header {
    font-size: 23px;
    min-height: 80px;
  }
  .page.kit .kit-info .header .kit-details {
    padding-left: 100px;
  }
  .page.kit .kit-info .header .kit-details .description-edit {
    height: 37px;
  }
  .page.kit .kit-info .header .kit-details .name-edit {
    font-size: 17px;
  }
  .page.kit .kit-info .header .user-image img {
    width: 80px;
    height: 80px;
  }
}
.page.kits {
  color: black;
  background: #fff;
  letter-spacing: -0.1em;
  padding: 50px;
}
.page.kits .pagination {
  position: fixed;
  top: 50%;
  cursor: pointer;
  margin: 0;
  z-index: 100;
  width: 100%;
  left: 0;
}
.page.kits .pagination i {
  position: absolute;
  font-size: 39px;
  opacity: 0.5;
  padding: 26px 23px 23px 30px;
  border-radius: 100%;
  height: 90px;
  width: 90px;
  color: #000;
  background: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.page.kits .pagination i.pagination-left {
  left: -43px;
  padding-left: 45px;
  border: 2px solid #000;
}
.page.kits .pagination i.pagination-left:hover {
  opacity: 1;
  left: 5px;
  padding-left: 23px;
  padding-top: 21px;
  border: 6px solid #000;
}
.page.kits .pagination i.pagination-right {
  right: -40px;
  padding-left: 15px;
  border: 2px solid #000;
}
.page.kits .pagination i.pagination-right:hover {
  opacity: 1;
  right: 5px;
  padding-left: 27px;
  padding-top: 21px;
  border: 6px solid #000;
}
.page.kits .pagination i.disabled {
  pointer-events: none;
  color: #bbb;
  opacity: 0;
}
.page.kits .social-sharing {
  display: inline-block;
  margin: 17px 0 0 25px;
  vertical-align: top;
  float: left;
}
.page.kits .crt-header {
  font-weight: 100;
  float: left;
}
.page.kits .bold {
  font-weight: bold;
}
.page.kits .global-cta {
  font-weight: 100;
  font-size: 24px;
  margin: 20px 0 10px 0;
  clear: both;
}
.page.kits .new-kit-copy {
  margin-bottom: 38px;
  font-size: 17px;
  letter-spacing: -0.04em;
}
.page.kits .kit-tabs {
  position: relative;
  margin-bottom: 28px;
}
.page.kits .kit-tabs .kit-tab {
  padding: 10px 40px;
  border-radius: 30px;
  color: #aaa;
  background: #fff;
  border: 2px solid #aaa;
  float: left;
  cursor: pointer;
  width: 213px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  margin: 0 30px 20px 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.page.kits .kit-tabs .kit-tab:hover {
  border: 2px solid #000;
  color: #000;
}
.page.kits .kit-tabs .kit-tab.active {
  background: #000;
  color: #fff;
  border: 2px solid #000;
}
.page.kits .kits-container {
  position: relative;
  float: left;
  width: 100%;
}
@media all and (max-width: 601px) {
  .page.kits .social-sharing {
    display: none;
  }
  .page.kits .kit-tabs .kit-tab {
    width: 100%;
  }
}
@media all and (max-width: 420px) {
  .page.kits {
    padding: 0 20px;
  }
  .page.kits .crt-header {
    margin-top: 0;
    font-size: 27px;
  }
  .page.kits .global-cta {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .page.kits .new-kit-copy {
    font-size: 14px;
    display: none;
  }
  .page.kits .kit-tabs .kit-tab {
    padding: 5px 0;
    margin-bottom: 10px;
  }
  .page.kits .kits-container .kit-view {
    padding-right: 0;
  }
  .page.kits .kits-container .kit-view .header {
    margin-top: 0;
    margin-left: 60px;
    font-size: 15px;
  }
  .page.kits .kits-container .kit-view .user-image {
    width: 50px;
    height: 50px;
  }
  .page.kits .kits-container .kit-view .user-image img {
    width: 50px;
    height: 50px;
  }
  .page.kits .kits-container .kit-view .samples {
    margin-left: 25px;
  }
  .page.kits .kits-container .kit-view .samples .mpc-container {
    margin-top: 25px;
  }
  .page.kits .kits-container .kit-view .samples .mpc-container .mpc .mpc-content {
    top: 2px;
    left: 2px;
    bottom: 2px;
    right: 2px;
  }
  .page.kits .kits-container .kit-view .samples .mpc-container .mpc .mpc-content .pads .pad .pad-file {
    font-size: 9px;
  }
  .page.kits .kits-container .kit-view .kit-actions {
    left: -5px;
    top: 74px;
  }
  .page.kits .kits-container .kit-view .kit-actions .mpc-icon.fa-plus:hover {
    margin-left: -12px;
  }
  .page.kits .kits-container .kit-view .kit-actions .mpc-icon.fa-share:hover {
    margin-left: -12px;
  }
  .page.kits .pagination {
    top: 47%;
  }
  .page.kits .pagination i {
    font-size: 27px;
    height: 80px;
    width: 80px;
  }
}
.page.mix {
  padding: 20px 50px;
  color: black;
  position: relative;
}
.page.mix .edit-button {
  padding: 10px 20px;
  color: #fff;
  background: #000;
  cursor: pointer;
  font-weight: bold;
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 8px;
}
.page.mix .edit-button:hover {
  background: #333;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.page.mix .track {
  width: 100%;
  margin-bottom: 30px;
  display: inline-block;
}
.page.mix .track .user-image {
  float: left;
  margin: 24px 0 27px 0;
  width: 10%;
}
.page.mix .track .user-image img {
  border-radius: 1000px;
  width: 125px;
  height: 125px;
}
.page.mix .track .action-button {
  background: #989898;
  color: #fff;
  font-size: 12px;
  padding: 4px 16px;
  border-radius: 100px;
  text-transform: uppercase;
  cursor: pointer;
  margin-left: 8px;
  font-weight: bold;
}
.page.mix .track .action-button.right {
  float: right;
}
.page.mix .track .action-button i {
  margin-right: 5px;
}
.page.mix .track .action-button:hover {
  background: #333;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.page.mix .track .action-button.delete i {
  font-size: 14px;
}
.page.mix .track .track-header {
  font-size: 40px;
  margin-left: 20px;
  float: left;
  letter-spacing: -0.04em;
  width: 85%;
  background: #fff;
  padding: 20px;
}
.page.mix .track .track-header .user-name {
  text-transform: uppercase;
  font-weight: bold;
}
.page.mix .track .track-header .user-name a {
  text-decoration: none;
}
.page.mix .track .track-header .track-name-edit {
  width: 25%;
}
.page.mix .track .track-header .track-description-edit {
  width: 100%;
  font-size: 16px;
  height: 68px;
  padding: 3px 8px;
  border: 1px solid #c5c5c5;
  margin-top: 7px;
}
.page.mix .track .track-header .track-description {
  font-weight: 200;
  font-size: 16px;
  letter-spacing: -0.01em;
}
.page.mix .track .waveform-container-container {
  width: 100%;
  clear: both;
}
.page.mix .track .waveform-container-container .playbutton {
  width: 4%;
  float: left;
  font-size: 20px;
  margin-top: 30px;
  color: #000;
  z-index: 10;
  display: inline-block;
}
.page.mix .track .waveform-container-container .playbutton:hover {
  color: #333;
}
.page.mix .track .waveform-container-container .waveform {
  background: white;
  padding: 20px 12px;
  height: 100px;
  width: 96%;
  display: inline-block;
}
.page.mix .track .packs-container {
  width: 100%;
  margin-top: 65px;
}
.page.mix .track .packs-container .tagging-directions {
  width: 100%;
  clear: both;
  border-bottom: 2px solid #000;
  padding-bottom: 10px;
}
.page.mix .track .packs-container .tagging-directions .tagging-cta {
  font-size: 24px;
  font-weight: 200;
}
.page.mix .track .packs-container .tagging-directions .tagging-cta .action-button {
  text-transform: uppercase;
  font-weight: bold;
  float: right;
  background: none;
  color: black;
  font-size: 30px;
  margin-top: -9px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.page.mix .track .packs-container .tagging-directions .tagging-cta .action-button:hover {
  color: #858585;
}
.page.mix .track .packs-container .tagging-container {
  border-left: 2px solid #000;
  padding: 26px 0 0 26px;
}
.page.mix .track .packs-container .tagging-container .packs {
  margin: 0 31px 45px 0;
  float: left;
  width: 250px;
}
.page.mix .track .packs-container .tagging-container .packs.selected .pack-text {
  border: 1px solid black;
  background: black;
}
.page.mix .track .packs-container .tagging-container .packs.selected .pack-text .pack-artist-name {
  color: white;
}
.page.mix .track .packs-container .tagging-container .packs.selected .pack-text:hover {
  background: black;
}
.page.mix .track .packs-container .tagging-container .packs .pack-image {
  width: 55px;
  height: 55px;
  border-radius: 1000px;
}
.page.mix .track .packs-container .tagging-container .packs .pack-text {
  position: absolute;
  width: 220px;
  height: 44px;
  line-height: 1em;
  margin-left: 25px;
  margin-top: -28px;
  border: 1px solid #eee;
  padding: 7px 40px 0 10px;
  background: #fff;
  z-index: 10;
  cursor: pointer;
  font-size: 11px;
}
.page.mix .track .packs-container .tagging-container .packs .pack-text .pack-artist-name {
  font-weight: 800;
  text-transform: uppercase;
}
.page.mix .track .packs-container .tagging-container .packs .pack-text:hover {
  background-color: #eee;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.page.mix .track .packs-container .sample-container {
  margin-bottom: 20px;
  height: 100%;
  opacity: 1;
}
.page.mix .track .packs-container .sample-container.ng-hide {
  opacity: 0;
}
.page.mix .track .packs-container .sample-container.ng-hide-add-active {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.page.mix .track .packs-container .sample-container.ng-hide-remove-active {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.page.mix .track .packs-container .sample-container .sample {
  width: 250px;
  padding: 20px 30px;
  float: left;
  margin: 10px 10px 10px 0;
  background: #fafafa;
  cursor: pointer;
}
.page.mix .track .packs-container .sample-container .sample:hover {
  background: #eee;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.page.mix .track .packs-container .sample-container .sample.active {
  background: #dfdfdf;
}
.page.mix .track .packs-container .sample-container .sample .sample-playbutton {
  float: left;
}
.page.mix .track .packs-container .sample-container .sample .sample-playbutton:hover {
  color: #6b6b6b;
}
.page.mix .track .packs-container .sample-container .sample .sample-name {
  float: left;
  max-width: 150px;
  text-transform: uppercase;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 3px 0 0 5px;
}
.page.mix .track .samples-container {
  margin-top: 42px;
  width: 100%;
}
.page.mix .track .samples-container.edit .remove-tagged-sample {
  display: block;
}
.page.mix .track .samples-container.edit .tagged-sample {
  width: 44.5%;
}
.page.mix .track .samples-container .remove-tagged-sample {
  font-size: 20px;
  line-height: 55px;
  text-align: center;
  font-weight: bold;
  display: none;
  height: 60px;
  width: 4.5%;
  border: 1px solid #eee;
  float: left;
  cursor: pointer;
  color: #bbb;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.page.mix .track .samples-container .remove-tagged-sample:hover {
  color: #000;
  border: 1px solid #000;
}
.page.mix .track .samples-container .tagged-sample {
  float: left;
  margin: 0 0.5% 0.25% 0;
  height: 60px;
  width: 49.5%;
}
.page.mix .track .samples-container .tagged-sample:hover {
  background: #ddd;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.page.mix .track .samples-container .tagged-sample.active {
  width: 99.5%;
  margin: 1% 0 1% 0.5%;
}
.page.mix .track .samples-container .tagged-sample.active .sample-playbutton {
  font-size: 18px;
}
.page.mix .track .samples-container .tagged-sample.active .main-info {
  float: none;
}
.page.mix .track .samples-container .tagged-sample.active .main-info .sample-name {
  float: left;
  display: inline-block;
  margin: 7px 0 0 11px;
  font-size: 24px;
}
.page.mix .track .samples-container .tagged-sample.active .main-info .pack-name {
  clear: none;
  float: left;
  display: inline-block;
  margin: 10px 0 0 20px;
  font-size: 20px;
}
.page.mix .track .samples-container .tagged-sample.active .pack-image {
  width: 75px;
}
.page.mix .track .samples-container .sample-progress {
  position: absolute;
  width: 0;
  background-color: #000;
  bottom: 0;
  left: 0;
  height: 2px;
}
@media all and (max-width: 800px) {
  .page.mix .track .samples-container .tagged-sample {
    width: 99%;
  }
  .page.mix .track .samples-container.edit .remove-tagged-sample {
    width: 6.5%;
  }
  .page.mix .track .samples-container.edit .tagged-sample {
    width: 92.5%;
  }
  .page.mix .track .samples-container.edit .tagged-sample .more-info .info-tags {
    font-size: 12px;
  }
  .page.mix .track .packs-container .tagging-directions .tagging-cta {
    font-size: 19px;
  }
  .page.mix .track .packs-container .tagging-directions .tagging-cta .action-button {
    font-size: 24px;
  }
}
@media all and (max-width: 670px) {
  .page.mix .track .user-image img {
    width: 75px;
    height: 75px;
  }
  .page.mix .track .track-header {
    font-size: 30px;
    margin: 17px 0 0 15px;
  }
  .page.mix .track .samples-container .tagged-sample.active .sample-row .song-name {
    clear: both;
    font-size: 17px;
    margin: -3px 0 0 37px;
    width: 190px;
  }
  .page.mix .track .samples-container .tagged-sample.active .pack-image {
    margin-top: -43px;
    margin-bottom: 55px;
  }
}
@media all and (max-width: 510px) {
  .page.mix .track .track-header {
    font-size: 24px;
  }
}
@media all and (max-width: 445px) {
  .page.mix .track .track-header {
    font-size: 20px;
  }
}
@media all and (max-width: 420px) {
  .page.mix {
    padding: 0 20px;
  }
  .page.mix .track .waveform-container-container .playbutton {
    width: 10%;
  }
  .page.mix .track .waveform-container-container .waveform {
    width: 90%;
  }
  .page.mix .track .samples-container {
    margin-top: 20px;
  }
  .page.mix .track .user-image {
    width: 18%;
  }
  .page.mix .track .track-header {
    width: 77%;
  }
}
.page.mixes-submit {
  width: 100%;
  background: #fff;
  color: #000;
  padding: 50px;
  letter-spacing: -0.05em;
}
.page.mixes-submit .file-playbutton {
  color: #000;
}
.page.mixes-submit .file-playbutton:hover {
  color: #444;
}
.page.mixes-submit .upload-header {
  float: left;
  width: 100%;
}
.page.mixes-submit .upload-header h2 {
  font-weight: 100;
  white-space: nowrap;
  float: left;
}
.page.mixes-submit .upload-header h2 .uppercase-bold {
  font-weight: bold;
}
.page.mixes-submit .upload-header .upload-progress {
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
  margin-right: 5px;
}
.page.mixes-submit .upload-header .upload-progress .processing-indicator {
  font-size: 24px;
}
.page.mixes-submit .upload-cta {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
  display: block;
}
.page.mixes-submit .nav {
  margin: 26px 0 50px 30px;
  position: relative;
  float: left;
}
.page.mixes-submit .nav .nav-element {
  display: inline-block;
  float: left;
  position: relative;
  width: 25px;
  height: 25px;
  background: #fff;
  border: 3px solid black;
  border-radius: 30px;
  margin-right: 14px;
  text-decoration: none;
}
.page.mixes-submit .nav .nav-element.active {
  background: #000;
}
.page.mixes-submit .nav .nav-element.disabled {
  pointer-events: none;
  border: 3px solid #ccc;
  cursor: not-allowed;
}
.page.mixes-submit .nav .nav-element.disabled:before {
  color: #ccc;
}
.page.mixes-submit .nav .nav-element:before {
  content: '-';
  color: black;
  font-size: 40px;
  margin-left: 21px;
  line-height: 15px;
}
.page.mixes-submit .nav .nav-element:last-child:before {
  content: none;
}
.page.mixes-submit .upload .upload-button-container {
  width: 100%;
  margin-top: 80px;
  text-align: center;
}
.page.mixes-submit .upload .upload-button-container .upload-button-alignment {
  display: inline-block;
  position: relative;
  margin: auto;
}
.page.mixes-submit .upload .upload-button-container .upload-button-alignment label.upload-button input[type="file"] {
  position: fixed;
  top: -10000px;
}
.page.mixes-submit .upload .upload-button-container .upload-button-alignment .upload-button {
  float: left;
  cursor: pointer;
  background: #000;
  color: #fff;
  padding: 10px 40px;
  text-transform: uppercase;
  border-radius: 20px;
  margin-right: 20px;
}
.page.mixes-submit .upload .upload-button-container .upload-button-alignment .upload-button:hover {
  background-color: #6e6e6e;
}
.page.mixes-submit .upload .upload-button-container .upload-button-alignment .upload-copy {
  float: left;
  font-size: 24px;
  font-weight: 200;
}
.page.mixes-submit .upload .progress {
  width: 100%;
  margin: 80px 0 10px 0;
  box-shadow: none;
  border-radius: 0;
  background-color: #e8e8e8;
}
.page.mixes-submit .upload .progress .progress-bar {
  width: 0%;
  background: #000;
  height: 100%;
}
.page.mixes-submit .upload .upload-percent {
  clear: both;
  float: right;
  font-weight: bold;
  font-size: 24px;
  margin-right: 5px;
}
.page.mixes-submit .upload .detail-inputs {
  width: 100%;
  margin-top: 80px;
}
.page.mixes-submit .upload .detail-inputs .upload-input {
  font-size: 24px;
  font-weight: 200;
  padding: 10px;
}
.page.mixes-submit .upload .detail-inputs .upload-name {
  width: 66.66%;
}
.page.mixes-submit .upload .detail-inputs .upload-description {
  width: 100%;
  height: 200px;
}
.page.mixes-submit .upload .detail-inputs .description-text {
  font-weight: bold;
}
.page.mixes-submit .upload .detail-inputs .description-text.description {
  margin-top: 50px;
}
.page.mixes-submit .upload .detail-inputs input,
.page.mixes-submit .upload .detail-inputs textarea {
  border: 1px solid #c5c5c5;
}
.page.mixes-submit .upload .detail-inputs input:focus,
.page.mixes-submit .upload .detail-inputs textarea:focus {
  outline: none;
  border: 2px solid black;
}
.page.mixes-submit .tagging .tagging-cta {
  font-size: 24px;
  margin: 15px 0 40px 26px;
  font-weight: 200;
}
.page.mixes-submit .tagging .tagging-content-container {
  width: 100%;
}
.page.mixes-submit .tagging .tagging-content-container .pack-side {
  width: 100%;
  float: left;
}
.page.mixes-submit .tagging .tagging-content-container .pack-side .packs-container {
  width: 100%;
  margin: 45px 0 0 26px;
}
.page.mixes-submit .tagging .tagging-content-container .pack-side .packs-container .packs {
  margin: 0 30px 45px 0;
  float: left;
  width: 250px;
}
.page.mixes-submit .tagging .tagging-content-container .pack-side .packs-container .packs.selected {
  width: 100%;
  margin: 0 0 5px 0;
  padding: 25px 0;
  cursor: pointer;
}
.page.mixes-submit .tagging .tagging-content-container .pack-side .packs-container .packs.selected .pack-image {
  width: 75px;
  height: 75px;
  float: left;
}
.page.mixes-submit .tagging .tagging-content-container .pack-side .packs-container .packs.selected .pack-text {
  background: none;
  border: none;
  width: 100%;
  margin: 5px 0 0 57px;
  float: left;
}
.page.mixes-submit .tagging .tagging-content-container .pack-side .packs-container .packs.selected .pack-text:hover {
  background: none;
  color: black;
}
.page.mixes-submit .tagging .tagging-content-container .pack-side .packs-container .packs.selected .pack-text .pack-artist-name {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 19px 0 0 44px;
  display: inline-block;
}
.page.mixes-submit .tagging .tagging-content-container .pack-side .packs-container .packs.selected:hover {
  background: #eee;
  padding-left: 10px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.page.mixes-submit .tagging .tagging-content-container .pack-side .packs-container .packs .pack-image {
  width: 55px;
  height: 55px;
  border-radius: 1000px;
}
.page.mixes-submit .tagging .tagging-content-container .pack-side .packs-container .packs .pack-text {
  position: absolute;
  width: 220px;
  height: 44px;
  line-height: 1em;
  margin-left: 25px;
  margin-top: -28px;
  border: 1px solid #eee;
  padding: 7px 40px 0 10px;
  background: #fff;
  z-index: 10;
  cursor: pointer;
  font-size: 12px;
}
.page.mixes-submit .tagging .tagging-content-container .pack-side .packs-container .packs .pack-text .pack-artist-name {
  font-weight: 800;
  text-transform: uppercase;
}
.page.mixes-submit .tagging .tagging-content-container .pack-side .packs-container .packs .pack-text:hover {
  background-color: #eee;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.page.mixes-submit .tagging .tagging-content-container .pack-side .packs-container {
  margin-top: 20px;
}
.page.mixes-submit .tagging .tagging-content-container .pack-side .packs-container .packs-selected {
  width: 100%;
}
.page.mixes-submit .tagging .tagging-content-container .pack-side .packs-container .packs-selected .packs-selected-line-item {
  padding: 25px 0;
  cursor: pointer;
  margin-bottom: 5px;
}
.page.mixes-submit .tagging .tagging-content-container .pack-side .packs-container .packs-selected .packs-selected-line-item:hover,
.page.mixes-submit .tagging .tagging-content-container .pack-side .packs-container .packs-selected .packs-selected-line-item.active {
  background: #eee;
  padding-left: 20px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.page.mixes-submit .tagging .tagging-content-container .pack-side .packs-container .packs-selected .packs-selected-line-item .pack-image {
  width: 75px;
  height: 75px;
  border-radius: 1000px;
  float: left;
}
.page.mixes-submit .tagging .tagging-content-container .pack-side .packs-container .packs-selected .packs-selected-line-item .pack-text-container {
  white-space: nowrap;
}
.page.mixes-submit .tagging .tagging-content-container .pack-side .packs-container .packs-selected .packs-selected-line-item .pack-text-container .pack-text {
  float: left;
}
.page.mixes-submit .tagging .tagging-content-container .pack-side .packs-container .packs-selected .packs-selected-line-item .pack-text-container .pack-text .pack-artist-name {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 18px 0 0 36px;
  display: inline-block;
}
.page.mixes-submit .tagging .tagging-content-container .pack-side .packs-container .packs-selected .sample-container {
  margin-bottom: 20px;
  height: 100%;
  opacity: 1;
}
.page.mixes-submit .tagging .tagging-content-container .pack-side .packs-container .packs-selected .sample-container.ng-hide {
  opacity: 0;
}
.page.mixes-submit .tagging .tagging-content-container .pack-side .packs-container .packs-selected .sample-container.ng-hide-add-active {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.page.mixes-submit .tagging .tagging-content-container .pack-side .packs-container .packs-selected .sample-container.ng-hide-remove-active {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.page.mixes-submit .tagging .tagging-content-container .pack-side .packs-container .packs-selected .sample-container .sample {
  width: 250px;
  padding: 20px 30px;
  float: left;
  margin: 10px 10px 10px 0;
  background: #fafafa;
  cursor: pointer;
}
.page.mixes-submit .tagging .tagging-content-container .pack-side .packs-container .packs-selected .sample-container .sample:hover {
  background: #eee;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.page.mixes-submit .tagging .tagging-content-container .pack-side .packs-container .packs-selected .sample-container .sample.active {
  background: #dfdfdf;
}
.page.mixes-submit .tagging .tagging-content-container .pack-side .packs-container .packs-selected .sample-container .sample .sample-playbutton {
  float: left;
}
.page.mixes-submit .tagging .tagging-content-container .pack-side .packs-container .packs-selected .sample-container .sample .sample-playbutton:hover {
  color: #6b6b6b;
}
.page.mixes-submit .tagging .tagging-content-container .pack-side .packs-container .packs-selected .sample-container .sample .sample-name {
  float: left;
  max-width: 150px;
  text-transform: uppercase;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 3px 0 0 5px;
}
.page.mixes-submit .publish .song-and-data-container {
  margin-left: 25px;
}
.page.mixes-submit .publish .song-and-data-container .song-name-container {
  width: 100%;
}
.page.mixes-submit .publish .song-and-data-container .song-name-container .song-playbutton {
  float: left;
  font-size: 20px;
}
.page.mixes-submit .publish .song-and-data-container .song-name-container .song-playbutton.disabled {
  pointer-events: none;
  cursor: not-allowed;
  color: #aaa;
}
.page.mixes-submit .publish .song-and-data-container .song-name-container .song-name {
  font-size: 28px;
  margin: 0 0 0 10px;
  float: left;
  font-weight: 200;
}
.page.mixes-submit .publish .song-and-data-container .waveform-container {
  width: 100%;
  height: 90px;
  margin: 40px 0 10px 0;
  position: relative;
}
.page.mixes-submit .publish .song-and-data-container .waveform-container.processing {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.65) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.65) 50%, rgba(255, 255, 255, 0.65) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  background-color: #eee;
  animation: progress-bar-stripes 2s linear infinite;
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
}
.page.mixes-submit .publish .song-and-data-container .waveform-container .play-progress {
  position: absolute;
  height: 100%;
  background-color: rgba(25, 25, 25, 0.1);
  border-right: 3px solid rgba(25, 25, 25, 0.5);
  width: 0px;
}
.page.mixes-submit .publish .song-and-data-container .waveform-container .waveform {
  position: absolute;
  width: 100%;
  height: 90px;
}
.page.mixes-submit .publish .song-and-data-container .waveform-container .placeholder-waveform {
  width: 100%;
  height: 80px;
  margin-top: 5px;
  opacity: 0.3;
  filter: blur(3px);
  -moz-filter: blur(3px);
  -webkit-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');
  filter: url(/images/filters/svg_blur.svg#blur);
}
.page.mixes-submit .publish .song-and-data-container .spacer-container {
  width: 100%;
  margin-left: 17px;
  height: 26px;
}
.page.mixes-submit .publish .song-and-data-container .spacer-container .spacer-lines {
  width: 20px;
  border-left: 2px solid black;
  border-bottom: 2px solid black;
  height: 36px;
}
.page.mixes-submit .publish .song-and-data-container .spacer-container .spacer-nothing {
  width: 98%;
}
.page.mixes-submit .publish .song-and-data-container .sample-headline h4 {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 18px 45px;
}
.page.mixes-submit .publish .song-and-data-container .sample-container .sample {
  float: left;
  width: 32%;
  margin-left: 0.5%;
  padding: 10px;
  margin-top: 5px;
  background: #eee;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page.mixes-submit .publish .song-and-data-container .sample-container .sample .sample-playbutton {
  float: left;
}
.page.mixes-submit .publish .song-and-data-container .sample-container .sample .sample-playbutton:first-child {
  margin-left: 13px;
}
.page.mixes-submit .publish .song-and-data-container .sample-container .sample .sample-name {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14;
}
.page.mixes-submit .publish .song-and-data-container .sample-container .sample .sample-name a {
  color: #000;
}
.page.mixes-submit .publish .song-and-data-container .sample-container .sample .sample-name a:hover {
  text-decoration: none;
  color: #808080;
}
.page.mixes-submit .publish .social-container {
  width: 100%;
  margin: 66px 0 66px 25px;
}
.page.mixes-submit .publish .social-container .social-image {
  width: 45px;
  height: 45px;
  float: left;
  margin-top: 4px;
}
.page.mixes-submit .publish .social-container .social-content {
  float: left;
  margin-left: 10px;
}
.page.mixes-submit .publish .social-container .social-content span {
  font-size: 16px;
}
.page.mixes-submit .publish .social-container .social-content .social-checkboxes {
  margin-top: 5px;
}
.page.mixes-submit .publish .social-container .social-content .social-checkboxes span.checkbox-font {
  font-family: 'FontAwesome';
}
.page.mixes-submit .publish .social-container .social-content .social-checkboxes .big-checkbox {
  font-size: 16px;
}
.page.mixes-submit .publish .social-container .social-content .social-checkboxes .small-checkbox {
  margin-left: 10px;
  color: #bdbdbd;
  font-size: 12px;
  font-weight: normal;
}
.page.mixes-submit .publish .social-container .social-content .social-checkboxes .small-checkbox .small-checkbox-copy {
  font-size: 12px;
}
.page.mixes-submit .publish .social-container .social-content .social-checkboxes input[type="checkbox"].big-checkbox,
.page.mixes-submit .publish .social-container .social-content .social-checkboxes input[type="checkbox"].small-checkbox {
  position: relative;
  top: -10000px;
  overflow: hidden;
}
.page.mixes-submit .publish .social-container .social-content .social-checkboxes input[type='checkbox'].small-checkbox + span.checkbox-font:after,
.page.mixes-submit .publish .social-container .social-content .social-checkboxes input[type='checkbox'].big-checkbox + span.checkbox-font:after {
  content: '\f096';
  display: inline-block;
  margin-left: -16px;
  margin-right: 4px;
}
.page.mixes-submit .publish .social-container .social-content .social-checkboxes input[type='checkbox'].small-checkbox:checked + span.checkbox-font:after,
.page.mixes-submit .publish .social-container .social-content .social-checkboxes input[type='checkbox'].big-checkbox:checked + span.checkbox-font:after {
  content: "\f046";
}
.page.mixes-submit .publish .social-container .social-content .social-checkboxes input[type='checkbox'].small-checkbox + span.checkbox-font:after {
  margin-top: 2px;
  font-size: 12px;
}
.page.mixes-submit .publish .social-container .upload-facebook {
  width: 33.33%;
  float: left;
}
.page.mixes-submit .publish .social-container .upload-twitter {
  width: 33.33%;
  float: left;
}
.page.mixes-submit .publish .social-container .upload-soundcloud {
  width: 33.33%;
  float: left;
}
.page.mixes-submit .publish .publish-button-container {
  width: 100%;
}
.page.mixes-submit .publish .publish-button-container .publish-button {
  display: block;
  position: relative;
  margin: 40px auto;
  background: #000;
  color: #fff;
  padding: 10px 40px;
  border-radius: 60px;
  font-weight: bold;
  width: 200px;
  font-size: 20px;
  text-align: center;
}
.page.mixes-submit .publish .publish-button-container .publish-button.disabled {
  pointer-events: none;
  background: #ccc;
}
.page.mixes-submit .publish .publish-button-container .publish-button:hover {
  text-decoration: none;
  background: #6e6e6e;
}
.page.mixes-submit .upload-footer {
  width: 100%;
  margin-top: 40px;
}
.page.mixes-submit .upload-footer .upload-footer-copy {
  font-size: 24px;
  font-weight: 200;
  float: right;
  margin: 24px 20px 0 0;
}
.page.mixes-submit .upload-footer .upload-next-button {
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  float: right;
  color: black;
  text-decoration: none;
  margin-top: 20px;
}
.page.mixes-submit .upload-footer .upload-next-button.disabled {
  color: #ddd;
  cursor: not-allowed;
  pointer-events: none;
}
.page.mixes-submit .upload-footer .upload-next-button:hover {
  color: #6e6e6e;
}
@media all and (max-width: 720px) {
  .page.mixes-submit .publish .song-and-data-container .sample-container .sample {
    width: 49.5%;
  }
}
.page.mixes {
  color: black;
  background: #fff;
  letter-spacing: -0.1em;
  padding: 50px;
  position: relative;
}
.page.mixes .upload-cta {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  background: #000;
  border-radius: 8px;
  letter-spacing: -0.01em;
}
.page.mixes .upload-cta:hover {
  background: #5f5f5f;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.page.mixes .social-sharing {
  display: inline-block;
  margin: 17px 0 0 25px;
  vertical-align: top;
  float: left;
}
.page.mixes .crt-header {
  font-weight: 100;
  float: left;
}
.page.mixes .bold {
  font-weight: bold;
}
.page.mixes .global-cta {
  font-weight: 100;
  font-size: 24px;
  margin: 20px 0 48px 0;
  clear: both;
}
.page.mixes .mix-tabs {
  position: relative;
  margin-bottom: 28px;
}
.page.mixes .mix-tabs .mix-tab {
  padding: 10px 40px;
  border-radius: 30px;
  color: #aaa;
  background: #fff;
  border: 2px solid #aaa;
  float: left;
  cursor: pointer;
  width: 224px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  margin: 0 30px 20px 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.page.mixes .mix-tabs .mix-tab:hover {
  border: 2px solid #000;
  color: #000;
}
.page.mixes .mix-tabs .mix-tab.active {
  background: #000;
  color: #fff;
  border: 2px solid #000;
}
.page.mixes .gallery-content {
  margin-top: 40px;
}
.page.mixes .gallery-content .user-submitted-track .active-samples .sample-container .tagged-sample .main-info {
  width: 108px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media all and (min-width: 2090px) {
  .page.mixes .gallery-content .user-submitted-track {
    width: 33.33%;
  }
}
@media all and (max-width: 1070px) {
  .page.mixes .gallery-content .user-submitted-track {
    width: 100%;
  }
}
@media all and (max-width: 740px) {
  .page.mixes .upload-cta {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .page.mixes .social-sharing {
    display: none;
  }
}
@media all and (max-width: 601px) {
  .page.mixes .mix-tabs .mix-tab {
    width: 100%;
  }
}
@media all and (max-width: 600px) {
  .page.mixes .gallery-content .user-submitted-track .user-image img {
    width: 50px;
    height: 50px;
    float: left;
  }
  .page.mixes .gallery-content .user-submitted-track .waveform-container {
    margin-top: 0;
    margin-left: 0;
  }
  .page.mixes .gallery-content .user-submitted-track .waveform-container .waveform {
    width: 85%;
    margin-left: 9%;
  }
  .page.mixes .gallery-content .user-submitted-track .file-playbutton {
    font-size: 13px;
    margin-top: 0;
    margin-bottom: 36px;
  }
  .page.mixes .gallery-content .user-submitted-track .track-header {
    margin: 0;
    margin-left: 13px;
  }
  .page.mixes .gallery-content .user-submitted-track .track-info {
    margin: 5px 0 20px 51px;
  }
  .page.mixes .gallery-content .user-submitted-track .audio-samples-container .audio-samples-spacer {
    margin-left: 60px;
  }
  .page.mixes .gallery-content .user-submitted-track .audio-samples-container .audio-samples-header {
    margin-left: 87px;
  }
  .page.mixes .gallery-content .user-submitted-track .audio-samples-container .samples-container {
    padding: 20px 0 0 84px;
  }
  .page.mixes .gallery-content .user-submitted-track .audio-samples-container .samples-container .sample {
    width: 100%;
  }
}
@media all and (max-width: 420px) {
  .page.mixes {
    padding: 0 20px;
  }
  .page.mixes .crt-header {
    margin-top: 0;
    font-size: 27px;
  }
  .page.mixes .global-cta {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .page.mixes .gallery-content .user-submitted-track {
    margin-bottom: 9px;
  }
  .page.mixes .gallery-content .user-submitted-track .track-header {
    font-size: 14px;
    margin-left: 17px;
    margin-top: 2px;
  }
  .page.mixes .gallery-content .user-submitted-track .waveform {
    margin-left: 25px;
  }
  .page.mixes .gallery-content .user-submitted-track .waveform .waveform-display .duration {
    bottom: -30px;
  }
  .page.mixes .gallery-content .user-submitted-track .track-info {
    margin-top: 0;
  }
  .page.mixes .gallery-content .user-submitted-track .active-samples .sample-container .tagged-sample .main-info {
    width: 200px;
  }
  .page.mixes .gallery-content .user-submitted-track .active-samples .sample-container .tagged-sample .sample-playbutton {
    margin-bottom: 0;
  }
}
.page.pack .pack-signup-module {
  padding-right: 50px;
  padding-left: 50px;
  padding-bottom: 30px;
  background: #FAFAFA;
  margin-top: -15px;
}
.page.pack .pack-signup-module .signup-text {
  margin-top: 40px;
}
.page.pack .active-pack-column.right {
  padding-left: 35px;
}
.page.pack .page-content .social-sharing {
  position: absolute;
  right: 30px;
  top: 27px;
}
.page.pack .page-content .sortable-trash-zone {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page.pack .page-content .page-content-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
}
.page.pack .page-content .rt-image {
  display: block;
  position: absolute;
  z-index: 2;
  right: 25px;
  top: 25px;
  width: 179px;
  height: 128px;
  margin: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.page.pack .page-content .rt-image object {
  height: 100%;
  pointer-events: none;
}
.active-pack-container {
  margin-top: 65px;
  padding-bottom: 150px;
  background: #ffffff;
  color: #000;
  min-height: 1000px;
  font-weight: 200;
}
.page.pack.browse .active-pack-column {
  visibility: hidden;
}
.page.pack.ng-scope.browse {
  height: 100%;
}
.page.pack.ng-scope.browse .page-content {
  height: 100%;
}
.page.pack.ng-scope.browse .page-content .active-pack-container {
  height: 100%;
}
.active-pack-tabs {
  display: table;
  width: 100%;
  position: relative;
  top: -40px;
  z-index: 1;
}
.active-pack-tabs a {
  display: table-cell;
  width: 50%;
  height: 40px;
  vertical-align: middle;
  padding: 5px 0 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  line-height: 1em;
  color: #777;
  background-color: #fff;
}
.active-pack-tabs a:first-child {
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  background-color: #eee;
  border-top: 1px solid #dfdfdf;
}
.active-pack-tabs a:last-child {
  border-bottom: 1px solid black;
  background-color: #eee;
  border-top: 1px solid #dfdfdf;
}
.active-pack-tabs a .badge {
  border-radius: 4px;
  background-color: #EEE;
  color: #999;
  position: relative;
  top: -2px;
  margin-left: 4px;
  font-size: 16px;
  font-weight: bold;
  padding: 3px 5px 3px 4px;
}
.active-pack-tabs a:hover {
  background-color: rgba(221, 221, 221, 0.9);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.active-pack-tabs a.active {
  color: #000;
  background-color: #fff;
  text-shadow: none;
  box-shadow: none;
  padding-top: 10px;
  border-bottom: none;
  border-top: 1px solid black;
}
.active-pack-tabs a.active .badge {
  color: #FFF;
  background: #262626;
  box-shadow: none;
  text-shadow: none;
}
.active-pack-name {
  font-size: 42px;
  text-transform: uppercase;
  margin-right: 200px;
  margin-left: 30px;
}
.active-pack-name a {
  text-decoration: none;
  color: #000;
  cursor: pointer;
  font-size: 27px;
  margin-left: 3px;
  text-shadow: none;
  font-weight: bold;
  letter-spacing: -0.04em;
  white-space: nowrap;
}
.active-pack {
  margin: 0 0 0;
  position: relative;
}
.active-pack > .row {
  margin: 0 15px;
}
.active-pack .pack-section-switch {
  color: #FFF;
  text-decoration: none;
  font-size: 22px;
  line-height: 1em;
  padding: 12px 16px 8px;
  position: absolute;
  top: -44px;
  right: 0;
  background: rgba(0, 131, 203, 0.85);
  opacity: 0.9;
  border-radius: 14px 0 0 0;
  box-shadow: inset -1px -1px 2px 0px rgba(0, 0, 0, 0.15);
}
.active-pack .pack-section-switch i {
  position: relative;
  top: 1px;
  margin-right: 2px;
}
.active-pack .active-pack-tagline {
  font-size: 20px;
  line-height: 1.35em;
  margin: 0 0 15px;
  color: #000;
  font-weight: normal;
  letter-spacing: -0.05em;
}
.active-pack .active-pack-download-all {
  margin: 0;
}
.active-pack .active-pack-download-all:hover {
  background: #949494;
}
.active-pack .active-pack-original-song {
  margin: 0 0 30px;
  line-height: 1.25em;
}
.active-pack .active-pack-original-song .file-playbutton {
  color: #000;
}
.active-pack .active-pack-original-song .file-playbutton:hover {
  color: #444;
}
.active-pack .active-pack-original-song .active-pack-original-song-name {
  position: relative;
  top: 7px;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
}
.active-pack .original-song-playbutton {
  float: left;
  font-size: 18px;
  line-height: 2.4em;
  padding-right: 5px;
}
.active-pack .active-pack-main-info {
  margin-bottom: 20px;
}
.active-pack .active-pack-contest-module {
  border: 2px solid black;
  padding: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.active-pack .active-pack-contest-module .active-pack-contest-module-header {
  font-size: 20px;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.active-pack .active-pack-contest-module .active-pack-contest-cta {
  font-size: 16px;
  font-weight: 200;
}
.active-pack .active-pack-contest-module .active-pack-contest-module-download-button {
  padding: 5px 40px;
  background: black;
  display: block;
  width: 100%;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  border: none;
  text-align: center;
  margin: 20px 0;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.active-pack .active-pack-contest-module .active-pack-contest-module-download-button:hover {
  background: #4d4d4d;
  text-decoration: none;
}
.active-pack .active-pack-contest-module .active-pack-contest-module-download-button:focus {
  outline: none;
  border: none;
  text-decoration: none;
}
.active-pack .active-pack-embed {
  width: 100%;
  margin: 40px 0;
}
.active-pack .active-pack-embed iframe {
  width: 100%;
  height: 100%;
}
.active-pack .active-pack-description {
  margin: 30px 0;
  font-size: 15px;
  font-weight: normal;
  color: #1b1b1b;
}
.active-pack .active-pack-description p {
  line-height: 1.5em;
}
.active-pack .active-pack-description p:last-child {
  display: inline;
}
.active-pack .active-pack-description p a {
  color: #999;
}
.active-pack .active-pack-description p a:hover {
  color: #666;
}
.active-pack .show-more {
  cursor: pointer;
  font-size: 17px;
  vertical-align: middle;
}
.active-pack .show-more .fa {
  margin-left: 10px;
}
.active-pack .show-more .fa.fa-angle-double-down {
  margin-left: 15px;
}
.active-pack .show-more .fa.fa-angle-double-down:after {
  content: '...';
  margin-left: -25px;
}
.active-pack .pack-details {
  position: relative;
  width: 100%;
  float: left;
  border: 1px solid #e6e6e6;
  border-top: none;
  padding: 0 0 20px;
}
.active-pack .pack-details .pack-date {
  margin-left: 6px;
}
.active-pack .pack-details .pack-date:first-child {
  margin-left: 0;
}
.active-pack .pack-details .pack-date::after {
  content: ',';
}
.active-pack .pack-details .pack-date:last-child::after {
  content: '';
}
.active-pack .pack-details .pack-details-nav {
  overflow: hidden;
}
.active-pack .pack-details .pack-details-nav .pack-details-tab {
  float: left;
  width: 50%;
  color: black;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  border: 1px solid #e6e6e6;
  background-color: #eee;
  font-size: 14px;
  list-style: none;
  cursor: pointer;
  padding: 2px 0;
}
.active-pack .pack-details .pack-details-nav .pack-details-tab:hover {
  background-color: #dfdfdf;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.active-pack .pack-details .pack-details-nav .pack-details-tab.active {
  background-color: #fff;
  border-bottom: none;
  border-right: none;
  border-left: none;
  box-shadow: none;
}
.active-pack .active-pack-details,
.active-pack .active-pack-performers {
  padding: 10px 0 0 20px;
  float: left;
  width: 100%;
}
.active-pack .active-pack-details dl,
.active-pack .active-pack-performers dl {
  margin: 0;
  font-size: 16px;
}
.active-pack .active-pack-details dl dd + dt,
.active-pack .active-pack-performers dl dd + dt {
  margin-top: 10px;
}
.active-pack .active-pack-social-links .list-inline {
  float: right;
  margin-bottom: 10px;
}
.active-pack .active-pack-social-links ul {
  margin: 0;
}
.active-pack .active-pack-social-links ul li:first-child {
  padding-left: 0;
}
.active-pack .active-pack-social-links ul li + li {
  margin-top: 10px;
}
.active-pack .active-pack-social-links ul li a {
  display: table;
  text-decoration: none;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
}
.active-pack .active-pack-social-links ul li a object {
  pointer-events: none;
}
.active-pack .active-pack-social-links ul li a i {
  display: table-cell;
  width: 40px;
  text-align: center;
  font-size: 19px;
  color: #999;
  padding: 0 2px;
  width: auto;
  text-align: left;
}
.active-pack .active-pack-social-links ul li a span {
  display: table-cell;
  vertical-align: middle;
  padding-left: 6px;
  font-size: 16px;
  color: #888;
  display: none;
}
.active-pack .active-pack-social-links ul li a .fa-stop {
  padding-top: 5px;
  position: relative;
  top: -3px;
  font-size: 14px;
  -ms-transform: skew(-30deg);
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
}
.active-pack .active-pack-social-links ul li a:hover i,
.active-pack .active-pack-social-links ul li a:hover span {
  color: #444;
  text-shadow: 1px 1px 1px #FFF;
}
.active-pack .active-pack-social-links ul .active-pack-social-links-indaba {
  padding: 0;
}
.active-pack .active-pack-social-links ul .active-pack-social-links-indaba a {
  display: inline-block;
  height: 19px;
  width: 19px;
}
.active-pack .active-pack-social-links h3 {
  margin: 0 0 8px;
}
.active-pack .active-pack-details dl,
.active-pack .active-pack-performers dl {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
.active-pack .active-pack-details dl div,
.active-pack .active-pack-performers dl div {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}
.active-pack .active-pack-details dl div dt,
.active-pack .active-pack-performers dl div dt {
  font-size: 18px;
}
.active-pack .active-pack-details dl div dd,
.active-pack .active-pack-performers dl div dd {
  margin-bottom: 10px;
  font-size: 14px;
}
.active-pack .active-pack-performers {
  font-size: 18px;
}
.active-pack .active-pack-performers .performer {
  font-weight: bold;
}
.active-pack .active-pack-performers .performer-equipment {
  font-size: 14px;
  display: block;
  margin-bottom: 23px;
}
.active-pack .active-pack-files {
  font-size: 20px;
}
.active-pack .active-pack-files .audio-files-list-group-list > li + li {
  margin-top: 0.75em;
}
.active-pack .active-pack-files .audio-files-list-group-list > li > ul {
  margin-top: 5px;
  font-size: 16px;
  line-height: 1.5em;
}
.active-pack .active-pack-files .audio-files-list-group-list > li > ul li {
  position: relative;
}
.active-pack .active-pack-files .audio-files-list-group-list > li > ul li .pack-file .file-mpc-remove-button {
  display: none;
}
@media (max-width: 840px) {
  .page.pack .page-content-header {
    height: 200px;
  }
  .page.pack .rt-image {
    height: 113px;
    margin: 0 0 0 -90px;
    left: 50%;
    top: 30px;
  }
  .page.pack .intro {
    margin: 15px;
    clear: both;
  }
  .page.pack .intro .active-pack-name {
    font-size: 32px;
  }
  .page.pack .intro .intro-text {
    margin-right: 30px;
  }
  .page.pack .intro.inner {
    clear: none;
  }
  .active-pack .active-pack-name {
    margin: 0 13px 20px !important;
    color: #000 !important;
    text-shadow: none !important;
    white-space: initial !important;
  }
  .active-pack .active-pack-name a {
    margin-left: 0;
  }
  .active-pack .active-pack-description {
    margin-top: 20px !important;
  }
}
@media all and (max-height: 1000px) {
  .page.pack .rt-image {
    top: 10px;
    height: 93px;
    width: 110px;
  }
}
@media all and (max-width: 500px) {
  .active-pack-container .active-pack .active-pack-main-info .active-pack-tagline {
    font-size: 16px;
  }
  .active-pack-container .active-pack .active-pack-main-info .active-pack-download-all {
    display: none;
  }
  .active-pack-container .active-pack .active-pack-main-info .active-pack-original-song .original-song-playbutton {
    line-height: 0;
  }
  .active-pack-container .active-pack .active-pack-main-info .active-pack-original-song .active-pack-original-song-name {
    top: 0;
    font-size: 22px;
  }
  .active-pack-container .active-pack .active-pack-social-links .list-inline > li {
    width: 15%;
  }
  .page.pack .page-content .active-pack-container .active-pack-name {
    margin-top: -121px;
  }
  .page.pack .page-content .active-pack-container .active-pack-name a {
    font-size: 5.25vw;
    margin-left: -7px;
  }
  .active-pack-tabs a {
    font-size: 13px;
  }
  .active-pack-tabs a .badge {
    font-size: 13px;
  }
}
@media all and (max-width: 420px) {
  .page.pack .page-content .social-sharing {
    display: none;
  }
  .page.pack .page-content .active-pack > .row {
    margin: 0;
  }
  .page.pack .page-content .active-pack > .row .active-pack-original-song {
    margin-bottom: 10px;
  }
  .page.pack .page-content .active-pack .active-pack-social-links .list-inline {
    width: 100%;
  }
  .page.pack .page-content .active-pack .active-pack-social-links .list-inline > li {
    width: 12.33%;
    text-align: center;
  }
  .page.pack .page-content .active-pack-name {
    font-size: 0;
    margin: 0;
    text-align: center;
  }
  .page.pack .page-content .active-pack-name a {
    font-size: 20px;
    white-space: normal;
  }
  .page.pack .pack-signup-module {
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  .page.pack .pack-signup-module .signup-text {
    margin-top: 15px;
    font-size: 19px;
  }
  .page.pack .active-pack-column.right {
    padding-left: 16px;
  }
}
.password-reset {
  padding: 50px;
  padding-left: 25%;
  padding-right: 25%;
  color: #000;
  text-align: center;
}
.password-reset h2 {
  font-weight: bold;
  margin-top: 0;
  font-size: 50px;
  letter-spacing: -0.04em;
}
.password-reset p {
  font-size: 30px;
  letter-spacing: -0.04em;
  font-weight: 200;
}
.password-reset .headline {
  font-weight: bold;
  font-size: 40px;
  margin: 0 0 5px 0;
}
.password-reset .password-reset-container {
  margin-top: 50px;
}
.password-reset .password-reset-container .password-reset-form .password-reset-input {
  width: 100%;
  height: 50px;
  padding: 10px;
  font-size: 20px;
  font-weight: 200;
  border: 1px solid #222;
  margin-bottom: 15px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.password-reset .password-reset-container .password-reset-form .password-reset-input:focus {
  border: 2px solid #000;
  outline: none;
}
.password-reset .password-reset-container .password-reset-form .error-message {
  padding: 10px;
  background: black;
  color: white;
  position: relative;
  margin-bottom: 15px;
}
.password-reset .password-reset-container .password-reset-form .error-message span {
  clear: both;
  margin-bottom: 5px;
}
.password-reset .password-reset-container .password-reset-form .reset-button {
  width: 25%;
  margin-left: 2%;
  background: #000;
  color: #fff;
  border: none;
  border-radius: 5px;
  height: 40px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.password-reset .password-reset-container .password-reset-form .reset-button:focus {
  outline: none;
}
.password-reset .password-reset-container .password-reset-form .reset-button:hover {
  background: #555;
}
.password-reset .password-reset-container .password-reset-form .reset-button[disabled] {
  opacity: 0.25;
  cursor: no-drop;
}
.password-reset .password-reset-container .password-reset-form .reset-button[disabled]:hover {
  background: #000;
}
@media all and (max-width: 590px) {
  .password-reset {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.pp {
  padding: 50px;
  color: #000;
}
.pp table {
  background-color: transparent;
}
.pp ul {
  margin-left: 30px;
}
.profile {
  padding: 50px;
  background: #fff;
  color: #000;
  position: relative;
}
.profile .edit-button {
  padding: 10px 20px;
  color: #fff;
  background: #000;
  cursor: pointer;
  font-weight: bold;
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 8px;
  text-transform: uppercase;
}
.profile .edit-button:hover {
  background: #333;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.profile .profile-header {
  position: relative;
  margin-bottom: 21px;
}
.profile .profile-header .user-image-container {
  position: relative;
  float: left;
  margin-bottom: -24px;
}
.profile .profile-header .user-image-container .user-image-loading-indicator {
  position: absolute;
  top: 28px;
  left: 32px;
  font-size: 120px;
  color: #fff;
  opacity: 0.75;
  display: none;
}
.profile .profile-header .user-image-container .upload-button-alignment label.upload-button input[type="file"] {
  position: fixed;
  top: -10000px;
}
.profile .profile-header .user-image-container .upload-button-alignment .upload-button {
  position: absolute;
  cursor: pointer;
  background: #000;
  color: #fff;
  padding: 2px 13px;
  text-transform: uppercase;
  border-radius: 20px;
  margin-right: 20px;
  z-index: 10;
  font-size: 12px;
  margin: 28px;
  border: 1px solid #474747;
}
.profile .profile-header .user-image-container .upload-button-alignment .upload-button:hover {
  background-color: #6e6e6e;
}
.profile .profile-header .user-image-container .user-image {
  border-radius: 1000px;
  width: 175px;
}
.profile .profile-header .user-image-container .user-image.image-edit {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  cursor: pointer;
}
.profile .profile-header .user-image-container.uploading .user-image-loading-indicator {
  display: block;
}
.profile .profile-header .user-name {
  font-size: 30px;
  font-weight: 200;
  margin-left: 20px;
  float: left;
}
.profile .profile-header .user-name .bold {
  font-weight: bold;
}
.profile .profile-header .user-name .user-name-edit {
  font-weight: 200;
  padding-left: 10px;
  width: 138px;
  font-size: 28px;
}
.profile .profile-header .bio {
  font-size: 16px;
  color: #444;
  clear: both;
}
.profile .profile-header .bio .user-tagline-edit {
  font-size: 16px;
  width: 100%;
  margin-top: 10px;
}
.profile .profile-header .social-edit-copy {
  font-size: 10px;
  font-weight: bold;
  position: absolute;
  right: 50px;
  top: 111px;
}
.profile .profile-header .social-links {
  float: right;
  margin-top: 50px;
  font-size: 16px;
}
.profile .profile-header .social-links .social-link-input {
  display: none;
  width: 450px;
}
.profile .profile-header .social-links .social-icon {
  width: 27px;
  height: 27px;
  cursor: pointer;
  border-radius: 50px;
  border: 2px solid black;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
}
.profile .profile-header .social-links .social-icon i {
  color: black;
}
.profile .profile-header .social-links .social-icon i.fa-stop {
  transform: skew(-30deg);
  font-size: 13px;
  vertical-align: middle;
  padding: 0 1px 2px 0;
}
.profile .profile-header .social-links .social-icon:hover {
  background: #000;
}
.profile .profile-header .social-links .social-icon:hover i {
  color: white;
}
.profile .profile-header .social-links .social-icon object {
  width: 20px;
  height: 20px;
  padding: 2px 1px 0 0;
  pointer-events: none;
}
.profile .profile-header .social-links .social-icon .facebook-icon {
  padding: 5px 1px 0 0;
}
.profile .profile-header .social-links.edit {
  position: absolute;
  right: 0px;
  top: 53px;
  z-index: 10;
  border-color: #000;
  border-width: 0 0 2px 2px;
  border-style: solid;
  background: #fff;
  padding: 0px 0 5px 15px;
}
.profile .profile-header .social-links.edit .social-link-input {
  display: block;
  float: right;
}
.profile .profile-header .social-links.edit .social-icon {
  float: left;
  clear: both;
  margin-right: 5px;
  margin-bottom: 5px;
}
.profile .pagination {
  position: relative;
  cursor: pointer;
  margin: 0;
  z-index: 100;
  float: right;
  height: 30px;
  margin-top: -3px;
}
.profile .pagination i {
  font-size: 11px;
  opacity: 1;
  padding: 3px 1px 0 5px;
  border-radius: 100%;
  height: 20px;
  width: 20px;
  color: #fff;
  border: 2px solid #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.profile .pagination i:hover {
  opacity: 0.8;
  left: 5px;
}
.profile .pagination i.pagination-left {
  padding: 3px 1px 0 3px;
}
.profile .pagination i.disabled {
  pointer-events: none;
  color: #bbb;
  opacity: 0;
}
.profile .content-positioning {
  position: relative;
  margin-top: -83px;
  margin-left: 87px;
}
.profile .content-positioning .content-container {
  position: absolute;
  width: 100%;
  background: #fff;
  border-left: 2px solid #000;
  min-height: 150px;
}
.profile .content-positioning .content-container .profile-tabs {
  position: relative;
  margin-bottom: 28px;
  background: #000;
  width: 100%;
  padding: 11px 20px 0 20px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.profile .content-positioning .content-container .profile-tabs .profile-tab {
  color: #fff;
  background: transparent;
  float: left;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  margin: 0 30px 13px 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.profile .content-positioning .content-container .profile-tabs .profile-tab:hover {
  color: #aaa;
}
.profile .content-positioning .content-container .profile-tabs .profile-tab.active {
  color: #aaa;
}
.profile .content-positioning .content-container .profile-tabs .profile-tab .tab-content-count {
  font-weight: 200;
}
.profile .content-positioning .content-container .no-content {
  margin-top: 50px;
  font-size: 20px;
  position: absolute;
  left: 50px;
  font-weight: 200;
}
.profile .content-positioning .content-container .no-content .no-content-mixes-link {
  font-weight: bold;
}
.profile .content-positioning .content-container .no-content .no-content-mixes-link a {
  text-decoration: none;
}
.profile .content-positioning .content-container .file-list {
  margin-left: 20px;
}
.profile .content-positioning .content-container .file-list .file {
  position: relative;
  float: left;
}
.profile .content-positioning .content-container .file-list .file.kit {
  width: 50%;
}
.profile .content-positioning .content-container .file-list .file.track {
  width: 100%;
}
.profile .content-positioning .content-container .file-list .file.derived-sample {
  width: 25%;
}
.profile .content-positioning .content-container .file-list .file.derived-sample .derived-sample-wrapper {
  width: 100%;
  margin: 0 0 20% 0;
  max-width: 149px;
  height: 280px;
}
.profile .content-positioning .content-container .file-list .file.derived-sample .derived-sample-wrapper .waveform-circle {
  width: 150px;
  height: 150px;
  margin: auto;
}
.profile .content-positioning .content-container .file-list .file.derived-sample .derived-sample-wrapper .sample-metadata {
  font-size: 13px;
  margin-top: 15px;
  text-align: center;
}
.profile .content-positioning .content-container .file-list .file.derived-sample .derived-sample-wrapper .sample-metadata .metadata-title {
  font-weight: bold;
}
.profile .content-positioning .content-container .user-submitted-track {
  width: 100%;
  margin-left: 44px;
  position: relative;
}
.profile .content-positioning .content-container .user-submitted-track .file-playbutton {
  font-size: 16px;
  margin-top: 0;
}
.profile .content-positioning .content-container .user-submitted-track .track-header {
  font-size: 20px;
  margin: 0 0 0 10px;
}
.profile .content-positioning .content-container .user-submitted-track .track-header .track-name {
  font-weight: bold;
}
.profile .content-positioning .content-container .user-submitted-track .track-header .track-name a {
  color: #000;
}
.profile .content-positioning .content-container .user-submitted-track .track-header .track-name a:hover {
  color: #555;
}
.profile .content-positioning .content-container .user-submitted-track .waveform {
  margin: 0;
}
.profile .content-positioning .content-container .user-submitted-track .track-info {
  margin-left: 10px;
}
.profile .content-positioning .content-container .user-submitted-track .active-samples .spacer-container {
  margin-left: 18px;
}
.profile .content-positioning .content-container .user-submitted-track .active-samples .sample-headline h4 {
  margin-left: 50px;
}
.profile .content-positioning .content-container .user-submitted-track .active-samples .sample-container {
  border: 1px solid #d9d9d9;
  padding: 10px 10px 10px 6px;
  color: #555;
  margin-left: 18px;
  width: 98%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.profile .content-positioning .content-container .user-submitted-track .active-samples .sample-container .tagged-sample .sample-playbutton {
  font-size: 15px;
  margin-top: 5px;
  color: #555;
}
.profile .content-positioning .content-container .user-submitted-track .active-samples .sample-container:hover {
  border: 1px solid #000;
}
.profile .content-positioning .content-container .user-submitted-track.edit {
  filter: blur(3px);
  -moz-filter: blur(3px);
  -webkit-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');
  filter: url(/images/filters/svg_blur.svg#blur);
}
.profile .content-positioning .content-container .kit-view {
  width: 100%;
  margin: 0;
  padding-right: 2%;
}
.profile .content-positioning .content-container .kit-view .header {
  margin-left: 53px;
}
.profile .content-positioning .content-container .kit-view .header .name a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
  font-size: 17px;
}
.profile .content-positioning .content-container .kit-view .header .name a:hover {
  text-decoration: none;
  color: #555;
}
.profile .content-positioning .content-container .kit-view .samples .mpc-container .mpc .mpc-content .pads .pad .pad-file {
  font-weight: bold;
  line-height: 15px;
  text-transform: uppercase;
}
.profile .content-positioning .content-container .kit-view .kit-actions {
  top: 44px;
}
@media all and (max-width: 980px) {
  .profile .edit-button {
    padding: 5px 20px;
  }
}
@media all and (max-width: 885px) {
  .profile .profile-header {
    margin-bottom: 49px;
  }
  .profile .profile-header .user-name {
    font-size: 26px;
  }
  .profile .profile-header .user-image-container .user-image {
    width: 146px;
  }
  .profile .content-positioning {
    margin-left: 69px;
  }
  .profile .content-positioning .content-container .user-submitted-track {
    margin-bottom: 15px;
  }
  .profile .content-positioning .content-container .user-submitted-track .track-name {
    font-size: 21px;
    left: 89px;
  }
  .profile .content-positioning .content-container .user-submitted-track .file-playbutton {
    font-size: 16px;
  }
  .profile .content-positioning .content-container .user-submitted-track .waveform-container {
    height: 58px;
  }
  .profile .content-positioning .content-container .user-submitted-track .waveform-container .waveform {
    height: 35px;
  }
}
@media all and (max-width: 800px) {
  .profile .edit-button {
    top: 10px;
    left: 10px;
    right: auto;
    padding: 5px 10px;
  }
  .profile .profile-header .user-name.small-screen-edit {
    margin: 46px 0 0 0;
    clear: both;
  }
  .profile .profile-header .user-image-container .upload-button-alignment .upload-button {
    width: 126px;
    margin: 36px 0 0 107px;
  }
  .profile .profile-header .user-image-container .user-image {
    width: 95px;
  }
  .profile .profile-header .social-links {
    position: absolute;
    top: -80px;
    right: -33px;
  }
  .profile .profile-header .social-links.edit {
    top: 169px;
    width: 100%;
  }
  .profile .profile-header .social-links .social-link-input {
    width: 88%;
  }
  .profile .profile-header .social-edit-copy {
    display: none;
  }
  .profile .content-positioning {
    margin-left: 0;
    width: 100%;
    margin-top: 0;
  }
  .profile .content-positioning .content-container {
    padding-top: 0;
    border: none;
  }
  .profile .content-positioning .content-container .user-submitted-track {
    margin-left: 0;
  }
  .profile .content-positioning .content-container .user-submitted-track .file-playbutton {
    left: 0;
  }
  .profile .content-positioning .content-container .user-submitted-track .track-name {
    margin-left: 20px;
  }
}
@media all and (max-width: 745px) {
  .profile .content-positioning .content-container .file.derived-sample {
    width: 50%;
  }
}
@media all and (max-width: 700px) {
  .profile .content-positioning .content-container .file.kit {
    width: 100%;
  }
}
@media all and (max-width: 680px) {
  .profile .content-positioning .content-container .user-submitted-track .active-samples .sample-container .sample {
    width: 100%;
  }
  .profile .content-positioning .content-container .user-submitted-track .active-samples .sample-container .sample .sample-name {
    max-width: none;
  }
}
@media all and (max-width: 636px) {
  .profile .profile-header .user-name {
    white-space: nowrap;
    margin-left: 10px;
  }
}
@media all and (max-width: 622px) {
  .profile .profile-header .user-name {
    margin: 46px 0 0 0;
  }
  .profile .content-positioning .user-submitted-track .file-playbutton {
    font-size: 14px;
    margin-top: 6px;
  }
  .profile .content-positioning .user-submitted-track .tagged-sample .main-info {
    margin-left: 30px;
  }
}
@media all and (max-width: 498px) {
  .profile .content-positioning .content-container .kit-view .samples .mpc-container .mpc .mpc-content .pads .pad .pad-file {
    font-size: 9px;
    line-height: 10px;
  }
}
@media all and (max-width: 420px) {
  .profile {
    padding: 0 10px;
  }
  .profile .edit-button {
    display: none;
  }
  .profile .profile-header {
    margin-bottom: 20px;
  }
  .profile .profile-header .user-image-container {
    float: none;
  }
  .profile .profile-header .user-image-container .user-image {
    width: 220px;
    display: block;
    margin: auto;
  }
  .profile .profile-header .user-name {
    margin-top: 44px;
  }
  .profile .profile-header .social-links {
    top: -45px;
    right: 0;
  }
  .profile .profile-header .social-links .social-icon {
    background: #fff;
  }
  .profile .content-positioning .content-container .file-list {
    margin-left: 0;
    margin-bottom: 10px;
  }
  .profile .content-positioning .content-container .file-list .file.kit {
    width: 100%;
  }
  .profile .content-positioning .content-container .file-list .file .kit-view .header {
    margin-left: 0;
  }
  .profile .content-positioning .content-container .file-list .file .kit-view .samples {
    margin: 0;
  }
  .profile .content-positioning .content-container .file-list .file.derived-sample .derived-sample-wrapper {
    margin-top: 25px;
    height: 207px;
  }
  .profile .content-positioning .content-container .file-list .file.derived-sample .derived-sample-wrapper .sample-metadata {
    font-size: 12px;
  }
  .profile .content-positioning .content-container .profile-tabs {
    margin-bottom: 0;
  }
  .profile .content-positioning .user-submitted-track {
    margin-top: 10px;
  }
  .profile .content-positioning .user-submitted-track .track-name {
    font-size: 17px;
  }
}
.register.page {
  padding: 0 50px 50px 50px;
  background: #000;
  color: #000;
  position: relative;
  background-size: cover;
  background-attachment: fixed;
  min-height: 101.25%;
  margin-top: -65px;
}
.register.page .register-closed {
  background: #fff;
  min-height: 300px;
}
.register.page .hubweek-lockup-main {
  position: absolute;
  bottom: 50px;
  left: 50px;
  width: 85px;
}
.register.page .hubweek-header {
  display: block;
  margin: 50px auto;
  padding-top: 52px;
  width: 80%;
}
.register.page .hubweek-header .register-header-image {
  display: inline-block;
}
.register.page .hubweek-header .register-header-image-left {
  width: 25%;
  margin-right: 5%;
}
.register.page .hubweek-header .register-header-image-right {
  width: 69%;
}
.register.page .hubweek-toggles {
  margin: 60px 0 120px 0;
}
.register.page .hubweek-toggles .tagline-cta {
  font-size: 22px;
}
.register.page .bold {
  font-weight: bold;
}
.register.page .bold.nowrap {
  white-space: nowrap;
}
.register.page .hubweek-image {
  float: right;
  width: 125px;
  margin: 57px 0 0 40px;
}
.register.page .section-header {
  font-weight: bold;
  font-size: 24px;
  margin: 20px 0;
  padding-left: 20%;
  padding-right: 20%;
}
.register.page .hackathon-list {
  text-align: left;
  list-style-type: none;
}
.register.page .registration-header {
  color: #fff;
  font-size: 88px;
  font-weight: 200;
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 0.7;
  margin-left: -5px;
  padding-top: 62px;
  letter-spacing: -0.1em;
}
.register.page .tagline-cta {
  font-size: 31px;
  color: #fff;
  line-height: 0.8;
  margin-bottom: 16px;
  letter-spacing: -0.05em;
}
.register.page .upper-register-button {
  padding: 30px;
  border-radius: 57px;
  border: 1px solid #fff;
  background: transparent;
  display: block;
  width: 33.33%;
  color: #fff;
  text-align: center;
  margin: 40px auto;
  font-size: 26px;
  font-weight: 200;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.register.page .upper-register-button:hover {
  background: rgba(255, 255, 255, 0.2);
  text-decoration: none;
}
.register.page input:focus {
  outline: none;
}
.register.page .back-button {
  color: #000;
  font-weight: bold;
  margin: 10px 20px 20px 0;
  font-size: 20px;
  display: inline-block;
  float: right;
}
.register.page .section {
  text-decoration: none;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 2%;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  color: #000;
  width: 100%;
  float: left;
  margin-right: 2%;
  overflow: hidden;
  border-radius: 30px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.register.page .section:hover {
  text-decoration: none;
}
.register.page .section:hover {
  background: rgba(200, 200, 200, 0.8);
}
.register.page .section h3 {
  text-transform: uppercase;
  font-weight: 700;
  text-align: left;
  letter-spacing: -0.05em;
  margin-top: 10px;
}
.register.page .section h4 {
  text-align: left;
}
.register.page .section .hubweek-pitch {
  text-align: left;
  margin: 60px 0 30px 0;
  font-size: 20px;
}
.register.page .section .small-description {
  text-align: left;
  font-size: 16px;
}
.register.page .section.deactivated {
  opacity: 0.5;
  cursor: default;
  font-size: 50px;
}
.register.page .section.deactivated:hover {
  background: rgba(255, 255, 255, 0.8);
}
.register.page .section-register {
  padding-bottom: 40px;
  text-align: center;
  background: #fff;
  color: #000;
}
.register.page .section-register h3 {
  text-transform: uppercase;
  text-align: left;
  font-size: 45px;
  letter-spacing: -0.05em;
}
.register.page .section-register h4 {
  text-align: left;
  font-weight: bold;
}
.register.page .section-register p {
  text-align: left;
}
.register.page .section-register .ep {
  padding-left: 20%;
  padding-right: 20%;
  text-align: left;
  font-size: 24px;
}
.register.page .section-register .details {
  padding-left: 20%;
  padding-right: 20%;
  font-size: 16px;
}
.register.page .section-register.submitted {
  padding-bottom: 0;
}
.register.page .section-register.submitted p {
  text-transform: uppercase;
  font-weight: 200;
  font-size: 70px;
  padding: 30px;
  letter-spacing: -0.05em;
  text-align: center;
}
.register.page .section-register .register-button {
  padding: 20px 40px;
  color: white;
  background: #000;
  border-radius: 50px;
  margin: 40px auto;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  width: 33.33%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.register.page .section-register .register-button:hover {
  background: #444;
}
.register.page .section-register.info {
  padding-bottom: 4px;
  padding-top: 30px;
}
.register.page .section-register.form {
  padding-top: 20px;
  padding-left: 20%;
  padding-right: 20%;
}
.register.page .section-register .section-register-header {
  padding: 50px;
  margin-bottom: 40px;
  color: #fff;
  border: 10px solid #fff;
  overflow: hidden;
  position: relative;
}
.register.page .section-register .section-register-header a {
  position: absolute;
  color: #fff;
  font-size: 25px;
  text-decoration: none;
  top: 0;
  right: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.register.page .section-register .section-register-header a:hover {
  color: #aaa;
}
.register.page .section-register .section-register-header .hubweek-lockup {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 60px;
}
.register.page .section-register .section-register-header h3 {
  font-size: 45px;
}
.register.page .section-register .section-register-header h4 {
  font-size: 26px;
  font-weight: 200;
  letter-spacing: -0.05em;
}
.register.page .section-register .section-register-header.workshop {
  background: url('/images/hubweek/workshop.jpg') no-repeat center;
  background-size: cover;
}
.register.page .section-register .section-register-header.jamathon {
  background: url('/images/hubweek/jamathon.jpg') no-repeat center;
  background-size: cover;
}
.register.page .section-register .section-register-header.hackathon {
  background: url('/images/hubweek/hackathon.jpg') no-repeat center;
  background-size: cover;
}
.register.page .field-name {
  color: black;
  margin-right: 15px;
  text-transform: uppercase;
  text-align: left;
  margin-top: 10px;
}
.register.page .field {
  margin: 15px 0;
  position: relative;
  float: left;
  width: 100%;
}
.register.page .field .left-col {
  width: 20%;
  text-align: left;
  position: relative;
  float: left;
}
.register.page .field .right-col {
  position: relative;
  float: right;
  width: 80%;
  text-align: left;
}
.register.page .input-radio-wrap {
  margin-right: 10px;
}
.register.page .input-field {
  padding: 3px 5px;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 200;
  height: 38px;
  width: 250px;
}
.register.page .input-field.ng-invalid {
  border-color: black;
}
.register.page .input-field.ng-valid {
  border-color: black;
}
.register.page .input-area {
  padding: 3px 5px;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 200;
  height: 100px;
  width: 100%;
  border-width: 2px;
}
.register.page .input-area.ng-invalid {
  border-color: rgba(255, 0, 0, 0.5);
}
.register.page .input-area.ng-valid {
  border-color: black;
}
.register.page .input-area:focus {
  outline: none;
}
.register.page .input-checkbox {
  margin: 50px 0;
}
.register.page .input-select {
  width: 250px;
  height: 25px;
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: white;
  font-size: 20px;
  font-weight: 200;
  height: 38px;
  border-width: 2px;
}
.register.page .input-select.large {
  font-size: 30px;
  width: 100%;
  height: 50px;
}
.register.page .input-select:focus {
  outline: none;
}
.register.page .input-select.ng-invalid-required {
  color: black;
}
.register.page .input-select.ng-valid-required {
  color: black;
}
.register.page .submit-button {
  margin: 45px 0 31px 0;
  color: #fff;
  font-size: 20px;
  padding: 16px 74px;
  border-radius: 37px;
  border: none;
  text-transform: uppercase;
  background: #000;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.register.page .submit-button:hover {
  background: #555;
}
.register.page .submit-button:disabled {
  background-color: #aaa;
  color: #bbb;
  cursor: not-allowed;
  border: none;
}
.register.page rzslider {
  position: relative;
  display: inline-block;
  width: 250px;
  height: 4px;
  margin: 20px 0 15px 0;
  vertical-align: middle;
}
.register.page rzslider span {
  position: absolute;
  display: inline-block;
  white-space: nowrap;
}
.register.page rzslider span.rz-base {
  width: 100%;
  height: 100%;
  padding: 0;
}
.register.page rzslider span.rz-bar-wrapper {
  left: 0;
  width: 100%;
  height: 32px;
  padding-top: 16px;
  margin-top: -16px;
  box-sizing: border-box;
}
.register.page rzslider span.rz-bar {
  left: 0;
  z-index: 0;
  width: 100%;
  height: 2px;
  background: #999;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.register.page rzslider span.rz-bar.rz-selection {
  z-index: 1;
  background: black;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.register.page rzslider span.rz-pointer {
  top: -10px;
  z-index: 2;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-color: black;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.register.page rzslider span.rz-pointer:after {
  position: absolute;
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  background: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  content: '';
}
.register.page rzslider span.rz-pointer:hover:after {
  background-color: #ffffff;
}
.register.page rzslider span.rz-pointer.rz-active:after {
  background-color: #ffffff;
}
.register.page rzslider span.rz-bubble {
  top: -32px;
  left: -5px;
  padding: 1px 3px;
  color: #55637d;
  cursor: default;
}
.register.page rzslider span.rz-bubble.rz-selection {
  top: 16px;
}
.register.page rzslider span.rz-bubble.rz-limit {
  color: #55637d;
}
@media all and (max-width: 970px) {
  .register.page .section-register.form {
    padding-left: 6%;
    padding-right: 6%;
  }
  .register.page .section-register .ep {
    padding-left: 6%;
    padding-right: 6%;
  }
  .register.page .section-register .details {
    padding-left: 6%;
    padding-right: 6%;
  }
}
@media all and (max-width: 860px) {
  .register.page .hubweek-image {
    width: 170px;
  }
  .register.page .registration-header {
    font-size: 100px;
  }
  .register.page .tagline-cta {
    font-size: 37px;
  }
}
@media all and (max-width: 740px) {
  .register.page .field .left-col {
    width: 100%;
  }
  .register.page .field .left-col .field-name {
    margin-bottom: 20px;
  }
  .register.page .field .right-col {
    width: 100%;
  }
}
@media all and (max-width: 700px) {
  .register.page .hubweek-image {
    width: 130px;
  }
  .register.page .registration-header {
    font-size: 75px;
  }
  .register.page .tagline-cta {
    font-size: 24px;
  }
}
@media all and (max-width: 700px) {
  .register.page .hubweek-image {
    display: none;
  }
}
@media all and (max-width: 600px) {
  .register.page {
    padding: 0 10px 50px 10px;
  }
}
.sample.page {
  padding: 20px 50px;
  color: black;
  position: relative;
}
.sample.page h1 {
  font-size: 31.5px;
  font-weight: 200;
  letter-spacing: -0.04em;
}
.sample.page .global-cta {
  font-weight: 100;
  font-size: 24px;
  letter-spacing: -0.04em;
  margin-bottom: 59px;
  clear: both;
}
.sample.page .bold {
  font-weight: bold;
}
.sample.page .original-sample .sample-info-wrap {
  margin-left: 340px;
  padding-left: 35px;
  border-left: 5px solid black;
  min-height: 300px;
}
.sample.page .original-sample .sample-info-wrap .sample-header {
  font-size: 28px;
  letter-spacing: -0.04em;
  padding: 20px 20px 20px 0;
  text-transform: uppercase;
}
.sample.page .original-sample .sample-info-wrap .sample-info-header {
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 20px;
}
.sample.page .original-sample .sample-info-wrap .sample-info-bit {
  width: 50%;
  float: left;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 200;
  padding-bottom: 13px;
}
.sample.page .original-sample .waveform-top-container {
  float: left;
  position: absolute;
}
.sample.page .original-sample .waveform-top-container .waveform-display {
  left: 20%;
}
.sample.page .original-sample .waveform-top-container .waveform-circle {
  height: 300px;
  width: 300px;
  float: left;
}
.sample.page .original-sample .waveform-top-container .radial-progress {
  width: 300px;
  height: 300px;
  float: left;
}
.sample.page .original-sample .waveform-top-container .radial-progress .circle .mask,
.sample.page .original-sample .waveform-top-container .radial-progress .circle .fill {
  width: 300px;
  height: 300px;
  border-radius: 50%;
}
.sample.page .original-sample .waveform-top-container .radial-progress .circle .mask {
  clip: rect(0px, 300px, 300px, 150px);
}
.sample.page .original-sample .waveform-top-container .radial-progress .circle .mask .fill {
  clip: rect(0px, 150px, 300px, 0px);
}
.sample.page .original-sample .waveform-top-container .radial-progress .inset {
  width: 280px;
  height: 280px;
  margin-left: 10px;
  margin-top: 10px;
  border-radius: 50%;
}
.sample.page .original-sample .waveform-top-container .waveform {
  padding: 20px 12px;
  height: 100px;
  width: 96%;
  display: inline-block;
}
.sample.page .derivatives-wrap {
  position: relative;
  float: left;
  padding: 80px 0 0 40px;
  margin: 70px 50px 0 0;
  border-left: 2px solid black;
  width: 100%;
}
.sample.page .derivatives-wrap .sample-header {
  position: relative;
  float: left;
}
.sample.page .derivatives-wrap .sample-header .derivative-sample-header {
  font-size: 25px;
  color: white;
  text-transform: uppercase;
  letter-spacing: -0.04em;
}
.sample.page .derivatives-wrap .header-bar {
  position: absolute;
  background: #000;
  width: 100%;
  top: 0;
  left: 0;
  padding: 5px 20px 5px 20px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.sample.page .derivatives-wrap .header-bar .pagination {
  position: relative;
  cursor: pointer;
  margin: 0;
  z-index: 100;
  float: right;
  height: 30px;
  margin-top: 6px;
}
.sample.page .derivatives-wrap .header-bar .pagination i {
  font-size: 11px;
  opacity: 1;
  padding: 3px 1px 0 5px;
  border-radius: 100%;
  height: 20px;
  width: 20px;
  color: #fff;
  border: 2px solid #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.sample.page .derivatives-wrap .header-bar .pagination i:hover {
  opacity: 0.8;
  left: 5px;
}
.sample.page .derivatives-wrap .header-bar .pagination i.pagination-left {
  padding: 3px 1px 0 3px;
}
.sample.page .derivatives-wrap .header-bar .pagination i.disabled {
  pointer-events: none;
  color: #bbb;
  opacity: 0;
}
.sample.page .sample-view.highlight {
  border-style: dotted;
}
.sample.page #derivatives-timeline {
  width: 100%;
  margin-bottom: 50px;
  position: relative;
  float: left;
}
.sample.page #derivatives-timeline .zoom {
  fill: transparent;
  cursor: pointer;
}
.sample.page #derivatives-timeline .y-axis path,
.sample.page #derivatives-timeline .y-axis line,
.sample.page #derivatives-timeline .x-axis path,
.sample.page #derivatives-timeline .x-axis line {
  stroke: black;
  fill: none;
  stroke-width: 1px;
}
.sample.page #derivatives-timeline .y-axis path path,
.sample.page #derivatives-timeline .y-axis line path,
.sample.page #derivatives-timeline .x-axis path path,
.sample.page #derivatives-timeline .x-axis line path,
.sample.page #derivatives-timeline .y-axis path line,
.sample.page #derivatives-timeline .y-axis line line,
.sample.page #derivatives-timeline .x-axis path line,
.sample.page #derivatives-timeline .x-axis line line {
  stroke: black;
  fill: none;
  stroke-width: 1px;
}
.sample.page #derivatives-timeline .y-axis g line {
  stroke: grey;
  fill: none;
  stroke-width: 1px;
}
.sample.page #derivatives-timeline .graph-body .line circle {
  opacity: 1;
  -webkit-transition: r 0.3s;
  -moz-transition: r 0.3s;
  -o-transition: r 0.3s;
  transition: r 0.3s;
}
.sample.page #derivatives-timeline .graph-body .line circle.hover {
  stroke-width: 2px;
  stroke: #444;
  r: 15;
}
.sample.page #derivatives-timeline .graph-body .line circle.active {
  stroke-width: 2px;
  stroke: #444;
  r: 20;
  opacity: 0.9;
}
.sample.page .selected-derivative {
  position: relative;
  float: left;
}
@media all and (max-width: 980px) {
  .sample.page .original-sample .sample-info-wrap .sample-info-bit {
    width: 100%;
  }
}
@media all and (max-width: 680px) {
  .sample.page .derivatives-wrap {
    border: none;
    padding: 80px 0 0;
  }
  .sample.page .original-sample .waveform-top-container {
    float: none;
    position: relative;
  }
  .sample.page .original-sample .sample-info-wrap {
    margin-left: 0;
    border-left: none;
    padding-left: 0;
  }
}
@media all and (max-width: 420px) {
  .sample.page {
    padding: 0 20px;
  }
  .sample.page h1 {
    font-size: 27px;
  }
  .sample.page .global-cta {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .sample.page .original-sample .waveform-top-container {
    margin-left: 17px;
  }
  .sample.page .original-sample .sample-info-wrap {
    min-height: 0;
  }
  .sample.page .original-sample .sample-info-wrap .sample-header {
    font-size: 22px;
    padding: 15px 0 2px 0;
    text-align: center;
  }
  .sample.page .original-sample .sample-info-wrap .sample-info-header {
    font-size: 17px;
    margin: 10px 0 5px 0;
  }
  .sample.page .original-sample .sample-info-wrap .sample-info-bit {
    font-size: 13px;
    padding-bottom: 0;
  }
  .sample.page .derivatives-wrap {
    margin-top: 30px;
    padding-top: 60px;
  }
  .sample.page .derivatives-wrap .header-bar {
    padding-bottom: 0;
  }
  .sample.page .derivatives-wrap .header-bar .pagination {
    margin-top: 3px;
  }
  .sample.page .derivatives-wrap .sample-header {
    margin-top: 2px;
  }
  .sample.page .derivatives-wrap .sample-header .derivative-sample-header {
    font-size: 18px;
  }
  .sample.page .derivatives-wrap .sample-view {
    margin-left: 42px !important;
  }
}
.tools {
  position: relative;
  padding: 50px;
  color: #000;
  height: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tools .bold {
  font-weight: bold;
}
.tools .tools-page {
  text-align: center;
}
.tools .tools-page h2 {
  font-weight: 200;
  letter-spacing: -0.03em;
  font-size: 33px;
}
.tools .tools-page p {
  font-size: 24px;
  text-align: left;
  font-weight: 200;
}
.tools .tools-page .tools-content {
  width: 100%;
}
.tools .tools-page .tools-content .content-container {
  float: left;
  width: 50%;
  padding: 5%;
}
.tools .tools-page.overview {
  opacity: 0;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}
.tools .tools-page.overview .overview-image {
  margin: 50px 0;
  width: 100%;
  max-width: 800px;
}
.tools .tools-page.overview .tagline .tagline-main {
  font-weight: 200;
  font-size: 18px;
  text-align: center;
}
.tools .tools-page.overview .tagline .tagline-sub {
  font-weight: bold;
  font-size: 23px;
  text-align: center;
}
.tools .tools-page.overview .previews {
  max-width: 960px;
  margin: 50px auto;
}
.tools .tools-page.overview .previews .preview {
  float: left;
  margin-bottom: 75px;
  width: 100%;
}
.tools .tools-page.overview .previews .preview a {
  display: block;
}
.tools .tools-page.overview .previews .preview a.learn-more {
  display: inline;
  font-size: 17px;
  padding: 5px 20px;
}
.tools .tools-page.overview .previews .preview p {
  font-size: 24px;
  margin: 20px 0;
  text-align: center;
}
.tools .tools-page.overview .previews .preview img {
  width: 33.33%;
  clear: both;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tools .tools-page.overview .previews .preview.ios img {
  width: 30%;
}
.tools .tools-page.overview .previews .preview.ios img:hover {
  width: 31%;
  margin-top: 1%;
}
.tools .tools-page.overview .previews .preview.kit img {
  border: 2px solid #000;
  width: 75%;
}
.tools .tools-page.overview .previews .preview.kit img:hover {
  width: 80%;
}
.tools .tools-page.overview .previews .preview.ableton img {
  width: 95%;
}
.tools .tools-page.overview .previews .preview.ableton img:hover {
  width: 100%;
}
.tools .tools-page.overview.active {
  opacity: 1;
}
.tools .tools-page.kits .tools-content {
  opacity: 0;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}
.tools .tools-page.kits .tools-content .content-container img {
  width: 100%;
  right: 56%;
  position: absolute;
  max-width: 900px;
  -webkit-transition: all 0.5s cubic-bezier(0, 0.31, 0.36, 1.42) 0.5s;
  -moz-transition: all 0.5s cubic-bezier(0, 0.31, 0.36, 1.42) 0.5s;
  -o-transition: all 0.5s cubic-bezier(0, 0.31, 0.36, 1.42) 0.5s;
  transition: all 0.5s cubic-bezier(0, 0.31, 0.36, 1.42) 0.5s;
}
.tools .tools-page.kits .tools-content .content-container img.active {
  right: 50%;
}
.tools .tools-page.kits .tools-content .content-container.text {
  padding-top: 25%;
}
.tools .tools-page.kits .tools-content.active {
  opacity: 1;
}
.tools .tools-page.ios .tools-content {
  opacity: 0;
  -webkit-transition: opacity 0.7s;
  -moz-transition: opacity 0.7s;
  -o-transition: opacity 0.7s;
  transition: opacity 0.7s;
}
.tools .tools-page.ios .tools-content .content-container img {
  width: 100%;
  max-width: 336px;
  margin-left: -100px;
  -webkit-transition: all 0.5s cubic-bezier(0, 0.31, 0.36, 1.42) 0.3s;
  -moz-transition: all 0.5s cubic-bezier(0, 0.31, 0.36, 1.42) 0.3s;
  -o-transition: all 0.5s cubic-bezier(0, 0.31, 0.36, 1.42) 0.3s;
  transition: all 0.5s cubic-bezier(0, 0.31, 0.36, 1.42) 0.3s;
}
.tools .tools-page.ios .tools-content .content-container img.active {
  margin-left: 0;
}
.tools .tools-page.ios .tools-content .content-container img.app-store {
  width: auto;
  float: left;
  margin: 40px 0 0 0;
}
.tools .tools-page.ios .tools-content .content-container.text {
  padding-top: 10%;
}
.tools .tools-page.ios .tools-content.active {
  opacity: 1;
}
.tools .tools-page.ableton .ableton-plugin-button {
  display: block;
  padding: 16px 50px;
  font-weight: bold;
  font-size: 20px;
  color: #000;
  border: 3px solid #000;
  text-decoration: none;
  margin: 48px 0 30px 0;
  margin-left: 25%;
  margin-right: 25%;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tools .tools-page.ableton .ableton-plugin-button:hover {
  background: #000;
  color: #fff;
}
.tools .tools-page.ableton .ableton-content {
  opacity: 0;
  -webkit-transition: opacity 0.7s;
  -moz-transition: opacity 0.7s;
  -o-transition: opacity 0.7s;
  transition: opacity 0.7s;
}
.tools .tools-page.ableton .ableton-content .ableton-image {
  margin: 70px 0 32px 0;
}
.tools .tools-page.ableton .ableton-content p {
  max-width: 960px;
  margin: 20px auto;
}
.tools .tools-page.ableton .ableton-content img {
  margin: 145px 0 40px;
  width: 100%;
  max-width: 945px;
}
.tools .tools-page.ableton .ableton-content .tech-specs {
  margin-top: 42px;
}
.tools .tools-page.ableton .ableton-content .tech-specs p {
  font-size: 18px;
  font-weight: bold;
}
.tools .tools-page.ableton .ableton-content .tech-specs ul {
  max-width: 960px;
  margin: auto;
}
.tools .tools-page.ableton .ableton-content .tech-specs li {
  font-size: 18px;
  margin-left: 20px;
  line-height: 1.7;
  text-align: left;
}
.tools .tools-page.ableton .ableton-content.active {
  opacity: 1;
  margin-bottom: 50px;
}
.tools .tools-page.ableton .ableton-content #tutorials {
  text-align: left;
  border-top: 8px solid #000;
  padding-top: 50px;
  margin: 60px 50px 50px 50px;
}
.tools .tools-page.ableton .ableton-content #tutorials .tutorials-header {
  animation: buzz 0.005s linear infinite;
  animation-play-state: paused;
}
.tools .tools-page.ableton .ableton-content #tutorials .tutorials-header:hover {
  animation-play-state: running;
}
.tools .tools-page.ableton .ableton-content #tutorials .tutorial-main-section {
  border-bottom: 1px solid #000;
  padding-bottom: 27px;
}
.tools .tools-page.ableton .ableton-content #tutorials h2 {
  font-weight: bold;
  margin: 0;
}
.tools .tools-page.ableton .ableton-content #tutorials h3 {
  font-weight: bold;
  margin: 0;
  font-size: 27px;
}
.tools .tools-page.ableton .ableton-content #tutorials .tutorial-section {
  margin: 30px 0;
}
.tools .tools-page.ableton .ableton-content #tutorials .tutorial-section .tutorial-section-header {
  width: 100%;
  clear: both;
  font-size: 18px;
  margin-bottom: 31px;
  font-weight: bold;
}
.tools .tools-page.ableton .ableton-content #tutorials .tutorial-section .tutorial-image {
  position: relative;
  width: 30%;
  margin: 0 5% 0 0;
  float: left;
  border: 1px solid #000;
}
.tools .tools-page.ableton .ableton-content #tutorials .tutorial-section .tutorial-image img {
  margin: 0;
}
.tools .tools-page.ableton .ableton-content #tutorials .tutorial-section .tutorial-text {
  position: relative;
  width: 65%;
  margin: 0;
  float: left;
}
.tools .tools-page.ableton .ableton-content #tutorials .tutorial-section .tutorial-text p {
  margin: 0 0 10px 0;
  max-width: auto;
  font-size: 16px;
}
.tools .tools-page.ableton .ableton-content #tutorials .getting-started {
  margin-top: 30px;
}
.tools .tools-page.ableton .ableton-content #tutorials .getting-started .getting-started-header {
  font-size: 20px;
  font-weight: 200;
  margin: 0;
  margin-top: 14px;
}
.tools .nav {
  text-align: center;
  margin-bottom: 45px;
  min-width: 473px;
}
.tools .nav-button {
  border: 2px solid #000;
  margin: 0 auto;
  cursor: pointer;
  color: #000;
  font-weight: bold;
  border-radius: 30px;
  padding: 7px 23px;
  width: 150px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tools .nav-button:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}
.tools .nav-button.sub-nav {
  border: none;
  width: auto;
  text-align: center;
  padding: 5px 20px;
  font-size: 12px;
  border: 2px solid #000;
  margin: 0 10px;
  text-decoration: none;
}
.tools .nav-button.sub-nav:hover {
  background: #000;
  color: #fff;
}
.tools .nav-button.sub-nav.active {
  background: #000;
  color: #fff;
}
@media all and (max-height: 900px) {
  .tools {
    padding: 20px;
  }
  .tools .tools-page p {
    font-size: 18px;
  }
  .tools .tools-page.overview .overview-image {
    margin: 4% 0;
    max-width: 600px;
  }
  .tools .tools-page.kits .tools-content .content-container.text {
    padding-top: 15%;
  }
  .tools .tools-page.ios .tools-content .content-container img {
    max-width: 220px;
  }
  .tools .tools-page.ios .tools-content .content-container.text {
    padding-top: 15%;
  }
  .tools .tools-page.ableton .ableton-image {
    margin: 40px 0;
  }
  .tools .tools-page.ableton img {
    max-width: 600px;
    margin: 30px 0 45px;
  }
  .tools .tools-page.ableton .ableton-plugin-button {
    font-size: 16px;
    padding: 12px 30px;
  }
  .tools .nav {
    margin-top: 20px;
  }
}
@media all and (max-width: 700px) {
  .tools .tools-page .tools-content .content-container {
    width: 100%;
  }
  .tools .tools-page.kits .tools-content .content-container img {
    position: inherit;
  }
  .tools .tools-page.kits .tools-content .content-container.text {
    padding-top: 0;
  }
}
@media all and (max-width: 420px) {
  .tools {
    padding: 0 20px;
  }
  .tools .nav {
    min-width: 0;
    margin-top: 0;
    margin-bottom: 35px;
  }
  .tools .nav-button.sub-nav {
    width: 100%;
    display: block;
    margin: 0 0 4px 0;
  }
  .tools .tools-page h2 {
    font-size: 24px;
  }
  .tools .tools-page .tagline .tagline-main {
    display: none;
  }
  .tools .tools-page .tagline .tagline-sub {
    font-size: 19px;
  }
  .tools .tools-page.overview .previews .preview {
    margin-bottom: 30px;
  }
  .tools .tools-page.overview .previews .preview p {
    font-size: 18px;
  }
  .tools .tools-page.overview .previews .preview a.learn-more {
    display: block;
    width: 100%;
    font-size: 12px;
    margin-top: 14px;
  }
  .tools .tools-page.ios .tools-content {
    margin-top: 20px;
  }
  .tools .tools-page.ableton .ableton-plugin-button {
    display: none;
  }
  .tools .tools-page.ableton .ableton-content #tutorials {
    margin: 40px 0 0 0;
  }
  .tools .tools-page.ableton .ableton-content #tutorials .tutorial-section .tutorial-image {
    width: 100%;
  }
  .tools .tools-page.ableton .ableton-content #tutorials .tutorial-section .tutorial-text {
    width: 100%;
    margin-top: 30px;
  }
}
@keyframes buzz {
  from {
    margin-left: 0;
  }
  to {
    margin-left: -10px;
  }
}
@-webkit-keyframes buzz {
  from {
    margin-left: 0;
  }
  to {
    margin-left: -10px;
  }
}
.toronto-showcase {
  padding: 50px;
  position: relative;
}
.toronto-showcase-image-header {
  margin: -75px -50px 0 -50px;
  padding: 75px;
  background: #000;
}
.toronto-showcase-image--left {
  width: 25%;
  margin-right: 5%;
}
.toronto-showcase-image--right {
  width: 69%;
}
.toronto-showcase-header {
  color: #000;
  letter-spacing: -0.02em;
  margin-top: 95px;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
}
.toronto-showcase-header--thin {
  font-weight: 200;
  text-transform: none;
}
.toronto-showcase-container {
  padding: 0 7%;
  max-width: 1400px;
  margin: auto;
}
.toronto-showcase-video-container {
  position: relative;
  width: 100%;
  padding-top: 56%;
  margin: 50px 0;
}
.toronto-showcase-video-container--small {
  position: relative;
  width: 100%;
  padding-top: 30%;
  margin: 50px 0;
}
.toronto-showcase-video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.toronto-showcase-video--small--left {
  position: absolute;
  width: 48%;
  margin-right: 1%;
  top: 0;
  height: 100%;
}
.toronto-showcase-video--small--right {
  position: absolute;
  width: 48%;
  margin-left: 1%;
  top: 0;
  right: 0;
  height: 100%;
}
.toronto-showcase-video-caption {
  font-size: 12px;
  color: #000;
  margin-top: -30px;
}
.toronto-showcase-copy-container {
  padding: 30px 0;
}
.toronto-showcase-copy {
  color: #000;
  letter-spacing: -0.01em;
  font-weight: 200;
  font-size: 20px;
}
.toronto-showcase-copy-link-header {
  color: #000;
  letter-spacing: -0.01em;
  font-weight: 200;
  font-size: 20px;
  margin-top: 40px;
}
.toronto-showcase-link {
  display: block;
  float: left;
  clear: both;
}
.toronto-showcase-track {
  margin-top: 50px;
}
.toronto-showcase-track.user-submitted-track {
  width: 100%;
}
.toronto-showcase-track.user-submitted-track .waveform .waveform-display .duration {
  color: #000;
}
.toronto-showcase-track.user-submitted-track .active-samples .sample-headline h4 {
  color: #000;
}
.toronto-showcase-track.user-submitted-track .track-info {
  color: #000;
}
.toronto-showcase-track.user-submitted-track .track-info .waveform-icon {
  color: #000;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.toronto-showcase-track.user-submitted-track .track-info .waveform-icon:hover {
  color: #fff;
}
.toronto-showcase-track.user-submitted-track .track-info .waveform-icon.active {
  color: #fff;
}
.toronto-showcase-track.user-submitted-track .tagged-sample {
  min-height: 60px;
}
.toronto-showcase-track.user-submitted-track .tagged-sample .sample-name {
  color: #000;
}
.toronto-showcase-footer {
  font-weight: 200;
  font-size: 24px;
  letter-spacing: -0.01em;
  color: #000;
}
.tos {
  padding: 50px;
  color: #000;
}
