
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

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

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  font-family: Avenir, sans-serif;
  font-size: 16px;
  line-height: 1.428571429;
  color: #fff;
  background-color: black;
}

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

a {
  color: #33bbff;
  text-decoration: none;
}
a:hover, a:focus {
  color: #33bbff;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

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

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: black;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

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

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

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

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

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

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

p {
  margin: 0 0 11px;
}

.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}

small,
.small {
  font-size: 87%;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #33bbff;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #00aaff;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #33bbff;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #00aaff;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee;
}

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

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

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

dl {
  margin-top: 0;
  margin-bottom: 22px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " ";
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid transparent;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #8a9199;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid transparent;
  border-left: 0;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.428571429;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container:before, .container:after {
  display: table;
  content: " ";
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container-fluid:before, .container-fluid:after {
  display: table;
  content: " ";
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row:before, .row:after {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

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

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

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .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.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .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.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}
table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: black;
}

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

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

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

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

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

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

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

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

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

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

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

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

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

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

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

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

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

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}
input[type=radio][disabled], input[type=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

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

input[type=range] {
  display: block;
  width: 100%;
}

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

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

output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.428571429;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  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;
  -o-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: #33bbff;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(51, 187, 255, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(51, 187, 255, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
  input[type=time].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control {
    line-height: 36px;
  }
  input[type=date].input-sm, .input-group-sm input[type=date],
  input[type=time].input-sm,
  .input-group-sm input[type=time],
  input[type=datetime-local].input-sm,
  .input-group-sm input[type=datetime-local],
  input[type=month].input-sm,
  .input-group-sm input[type=month] {
    line-height: 33px;
  }
  input[type=date].input-lg, .input-group-lg input[type=date],
  input[type=time].input-lg,
  .input-group-lg input[type=time],
  input[type=datetime-local].input-lg,
  .input-group-lg input[type=datetime-local],
  input[type=month].input-lg,
  .input-group-lg input[type=month] {
    line-height: 49px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 22px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-top: 4px \9 ;
  margin-left: -20px;
}

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

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

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

.form-control-static {
  min-height: 38px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg, .form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}

.input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 33px;
  line-height: 33px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 33px;
  min-height: 36px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
}

.input-lg {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg {
  height: 49px;
  line-height: 49px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 49px;
  min-height: 42px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 45px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -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: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -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: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -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: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 27px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

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

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
.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 .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn.active {
  background-image: none;
  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 {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #33bbff;
  border-color: #1ab3ff;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #00aaff;
  border-color: #006699;
}
.btn-primary:hover {
  color: #fff;
  background-color: #00aaff;
  border-color: #0092db;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #00aaff;
  background-image: none;
  border-color: #0092db;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #0092db;
  border-color: #006699;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #33bbff;
  border-color: #1ab3ff;
}
.btn-primary .badge {
  color: #33bbff;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #33bbff;
  border-color: #1ab3ff;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #00aaff;
  border-color: #006699;
}
.btn-success:hover {
  color: #fff;
  background-color: #00aaff;
  border-color: #0092db;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #00aaff;
  background-image: none;
  border-color: #0092db;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #0092db;
  border-color: #006699;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #33bbff;
  border-color: #1ab3ff;
}
.btn-success .badge {
  color: #33bbff;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #33bbff;
  border-color: #1ab3ff;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #00aaff;
  border-color: #006699;
}
.btn-info:hover {
  color: #fff;
  background-color: #00aaff;
  border-color: #0092db;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #00aaff;
  background-image: none;
  border-color: #0092db;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #0092db;
  border-color: #006699;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #33bbff;
  border-color: #1ab3ff;
}
.btn-info .badge {
  color: #33bbff;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  font-weight: 400;
  color: #33bbff;
  border-radius: 0;
}
.btn-link, .btn-link:active, .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: #33bbff;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

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

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

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.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: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #33bbff;
}
.nav .nav-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.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: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: black;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.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: #fff;
  background-color: #33bbff;
}

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

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: black;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

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

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

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.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;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

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

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

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

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

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

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

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

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

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

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

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.rounded, .type-school .episode .img-responsive, .type-hardware .panel-hardwarebox, .btn, .panel-default {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}

h1,
h2,
h3,
h4 {
  letter-spacing: -0.02em;
  text-rendering: optimizelegibility;
}

h2 {
  font-family: "Avenir Next", sans-serif;
  font-weight: 100;
}

.nav > li > a {
  font-weight: normal;
  font-size: 15px;
}

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

.navbar-nav {
  margin: 0 0 0 0;
}

.navbar {
  border: 0;
}

/*old product nav */
ul.nav.nav-productheader {
  margin-top: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  min-height: 60px;
}
ul.nav.nav-productheader li a.logo {
  padding-left: 0;
  padding-top: 16px;
}
ul.nav.nav-productheader li a.logo:hover,
ul.nav.nav-productheader li a.logo:active,
ul.nav.nav-productheader li a.logo:focus {
  background: none;
}
ul.nav.nav-productheader li.button a {
  margin-top: 18px;
  margin-left: 10px;
  padding: 4px 7px;
  color: white;
  transition: background-color 0.7s ease;
}
ul.nav.nav-productheader li.button a:hover {
  background-color: #33bbff;
}
ul.nav.nav-productheader li.pull-right a {
  padding: 4px 10px;
}
ul.nav.nav-productheader li.button-blue a {
  background-color: #33bbff;
  -moz-box-shadow: 0 0 10px #33bbff;
  -webkit-box-shadow: 0 0 10px #33bbff;
  box-shadow: 0 0 10px #33bbff;
  transition: background-color 0.7s ease;
}
ul.nav.nav-productheader li.button-blue a:hover {
  background-color: #33bbff;
}

/*new product nav */
.wrap-productnav {
  background: #1a1a1a;
  box-shadow: inset 0 0 3px #000000;
}

.container.nav-productheader {
  position: relative;
}
.container.nav-productheader .navbar-main,
.container.nav-productheader .navbar-right {
  padding-top: 10px;
}
.container.nav-productheader .navbar-main > li > a,
.container.nav-productheader .navbar-right > li > a {
  color: #fff;
}
.container.nav-productheader .navbar-main > li.active > a,
.container.nav-productheader .navbar-right > li.active > a {
  color: #33bbff;
}
.container.nav-productheader ul.nav > li > a:hover,
.container.nav-productheader ul.nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}
.container.nav-productheader ul.navbar-right .btn-blue,
.container.nav-productheader ul.navbar-right .btn-video {
  padding: 6px 15px 6px 15px;
}
.container.nav-productheader ul.navbar-right .btn-video {
  padding-left: 40px;
  margin-right: 15px;
  color: #33bbff;
}
.container.nav-productheader ul.navbar-right .btn-video:hover {
  background-color: #0b2633;
}
.container.nav-productheader ul.navbar-right .btn-blue {
  background-color: #33bbff;
  transition: background-color 0.7s ease;
  color: white;
}
.container.nav-productheader ul.navbar-right .btn-blue:hover {
  background-color: #33bbff;
}

.coverbg {
  background: no-repeat center center;
  background-size: cover;
}

.notfoundbg {
  background: no-repeat center center;
  background-size: cover;
  background-image: url(/assets/bg-404-4671854eed84192347515f41b806e4d95c09710a89c54c4f0c738abca27e87ba.jpg);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  .notfoundbg {
    background-image: url(/assets/bg-404@2x-3af9147a3c811446b5392ff8dc443f032c23277c10f8b2a5a3a6699d797e2806.jpg);
  }
}

.bg-lg {
  background-color: #f9f9f9;
}

.bg-dg {
  background-color: #f1f1f1;
}

.bg-black {
  background-color: black;
}

.bg-greyblack {
  background-color: #1a1a1a;
}

.bg-grey {
  background-color: #edf0f2;
}

.bg-gradientgrey {
  background: black; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(black, #555555);
  background: -o-linear-gradient(black, #555555);
  background: -moz-linear-gradient(black, #555555);
  background: linear-gradient(black, #555555);
}

.bg-gradientgreybottom {
  background: black; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(black, black, #555555);
  background: -o-linear-gradient(black, black, #555555);
  background: -moz-linear-gradient(black, black, #555555);
  background: linear-gradient(black, black, #555555);
}

.bg-bluegradient {
  background-image: radial-gradient(circle at 49% 15%, #2e384d, #020214 45%, #000000);
}

.award {
  color: black;
  text-align: center;
}
.award img {
  margin-top: 60px;
  margin-bottom: 25px;
}
.award h4 {
  font-family: "Avenir Next", sans-serif;
  font-weight: 100;
  font-size: 22px;
  margin-top: 25px;
  margin-bottom: 0px;
  min-height: 48px;
}
@media only screen and (max-device-width: 480px) {
  .award h4 {
    font-weight: 300;
  }
}
.award h4 strong {
  font-weight: 600;
}
.award blockquote {
  padding: 0 0 0 0;
  margin: 10px 0 20px 0;
  font-size: 16px;
  border-left: none;
  line-height: 1.1;
}
.award p {
  color: #7c7c7c;
  padding-bottom: 55px;
  font-size: 13px;
  font-family: "Avenir Next", sans-serif;
  font-weight: 100;
  font-weight: 400;
}
@media only screen and (max-device-width: 480px) {
  .award p {
    font-weight: 300;
  }
}
.award p strong {
  font-weight: 600;
}

.mediacoverage h4 {
  font-family: "Avenir Next", sans-serif;
  font-weight: 100;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  margin: 60px 40px 40px 40px;
  min-height: 90px;
}
@media only screen and (max-device-width: 480px) {
  .mediacoverage h4 {
    font-weight: 300;
  }
}
.mediacoverage h4 strong {
  font-weight: 600;
}
.mediacoverage .img-responsive {
  margin-bottom: 60px;
}

h2 .right,
h4 .right {
  float: right;
}

.type-djay h1 {
  font-family: "Avenir Next", sans-serif;
  font-weight: bold;
  font-size: 52pt;
  margin-top: 60px;
  margin-bottom: 0;
}
.type-djay h1.tech {
  margin-bottom: 20px;
}
.type-djay h2 {
  font-size: 28pt;
  color: #33bbff;
  margin-top: 0;
  margin-bottom: 60px;
  font-weight: 100;
  line-height: 1.3;
}
.type-djay h4 {
  font-size: 24px;
}
.type-djay p {
  color: #999;
}
.type-djay p.subhead {
  font-family: "Avenir Next", sans-serif;
  font-weight: 100;
  color: #fff;
  font-size: 22px;
  margin-bottom: 40px;
}
.type-djay p.subhead b {
  font-weight: 500;
}
.type-djay p.subhead.head {
  font-size: 27px;
  font-weight: 300;
  font-family: Avenir, sans-serif;
}
.type-djay .wrap-dl {
  margin-top: 10px;
  margin-bottom: 45px;
}
.type-djay .photo-vjay,
.type-djay .ipadkeyboard,
.type-djay .photo-library-1,
.type-djay .photo-hardware {
  margin-top: 60px;
  margin-bottom: 60px;
}
.type-djay .photo-hardware {
  margin-top: 20px;
}
.type-djay .fullwidth {
  width: 100%;
}

.djaywin h1 {
  margin-top: 0;
  font-size: 46pt;
}
.djaywin h2.djaywin__subtitle {
  font-size: 38pt;
  margin-bottom: 20px;
}
.djaywin .btn-link {
  padding: 0 0 0 0;
  border-radius: 0 0 0 0;
  background-color: #0078d5;
  height: 56px;
  border: none;
}
.djaywin .btn-trial,
.djaywin .btn-trial:hover {
  border-radius: 0 0 0 0;
  margin-right: 10px;
  background-color: #0b2633;
  color: #33bbff;
}
.djaywin .btn-trial svg circle,
.djaywin .btn-trial:hover svg circle {
  stroke: #33bbff;
}
.djaywin .btn-trial svg path,
.djaywin .btn-trial:hover svg path {
  fill: #33bbff;
}
.djaywin p.requirements {
  margin-top: 20px;
  margin-bottom: 60px;
}

.djmacdl .mce-EMAIL,
.djaywindl .mce-EMAIL {
  font-size: 20px;
  height: 57px;
}

.djaywindl .mce-EMAIL {
  border-radius: 0 0 0 0;
}

.panel-default {
  background: white;
  color: #8a9199;
}

.panel-body {
  padding: 24px;
  overflow: auto;
}

.imagebox {
  margin: 20px 0 30px;
}
.imagebox .top.left {
  float: left;
}
.imagebox > h4,
.imagebox > p {
  margin-left: 80px;
}
.imagebox > h4 {
  line-height: 48px;
  font-size: 23px;
}
.imagebox > p {
  color: #999;
}

hr {
  margin-top: 45px;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  border: 0;
}

hr.grey {
  background: #e6e6e6;
}

#teaservideobox {
  text-align: right;
  margin-top: 25px;
  margin-bottom: 70px;
}
#teaservideobox span {
  position: absolute;
  height: 180px;
  width: 320px;
  background-image: "button-play.png";
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
#teaservideobox a:hover span {
  background-image: "button-play-hover.png";
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

p.teaserdesc {
  margin-top: 25px;
  margin-bottom: 60px;
  font-size: 16px;
  line-height: 1.65;
  color: #999;
}

.fullwidth {
  width: 100%;
}

.btn {
  color: white;
  font-weight: 500;
}

.btn,
.btn-visit {
  background: #999;
}

.btn-visit,
.btn-visit:hover,
.btn-visit:focus,
.btn-visit:active {
  color: white;
  background-color: #33bbff;
}

.btn-link {
  background: none;
}

.btn-amazon,
.btn-amazon:hover,
.btn-amazon:active,
.btn-amazon:focus {
  padding-left: 40px;
  color: white;
  background-color: #ffaa00;
  background-image: url(/assets/icon/icon-buy-f91463d1c7eeef0505063ea08cdf8feb0d27f7a3bc03759d841fb8d764818b16.png);
  background-repeat: no-repeat;
  background-position: 12px 50%;
  background-size: 16px;
}

.btn-watch,
.btn-watch:hover,
.btn-watch:active,
.btn-watch:focus {
  padding-left: 40px;
  color: white;
  background-color: #33bbff;
  background-image: url(/assets/icon/icon-watch-video-e0101f541e01ffd377a83ce06d07ee52c4bd9085c9cac162f269526c422adac1.svg);
  background-repeat: no-repeat;
  background-position: 12px 50%;
  background-size: 16px;
}

.btn-watch.black {
  background-color: black;
  border-radius: 9px;
  border-color: #575757;
  color: #fff;
}

.btn-company {
  display: inline-block;
  padding-left: 46px;
  color: #33bbff;
  font-family: "Avenir Next", sans-serif;
  font-weight: 100;
  font-weight: 100;
  color: white;
  background-color: #0b2633;
  background-image: url(/assets/icon/icon-buy-f91463d1c7eeef0505063ea08cdf8feb0d27f7a3bc03759d841fb8d764818b16.png);
  background-repeat: no-repeat;
  background-position: 12px 50%;
}

.btn.mail {
  background-image: url(/assets/icon/icon-mail-2fcc535ec33f0289d789e6627cd12177b0978bfe1ed50a981ce2164861f9e878.svg);
}

.btn.support {
  background-image: url(/assets/icon/icon-support-a43e20653b893d8f52ab06c0525e0e4dc1a432e31decf1cdc9b886dd08f8aa08.svg);
}

.btn.download {
  background-image: url(/assets/icon/icon-download-ba00c29e7f1ec2a6927f8099767d7385ec6f53c9cf7cae16589642bd2cd4730a.svg);
}

.btn-company:hover,
.btn-company:active,
.btn-company:focus,
.btn-video:hover,
.btn-video:active,
.btn-video:focus {
  color: #33bbff;
}

.btn-amazon:hover,
.btn-amazon:active,
.btn-amazon:focus {
  background-color: #ffbb33;
}

.btn-video {
  padding: 7px 17px;
  padding-left: 40px;
  color: #33bbff;
  background-color: #0b2633;
  background-image: url(/assets/icon/icon-video-f97d1aa06c96ff783ba20da23361d61ed14be247bf5d891da3fecb61a896a310.svg);
  background-repeat: no-repeat;
  background-position: 12px 50%;
}

.btn-download {
  padding: 7px 17px;
  padding-left: 40px;
  color: #33bbff;
  background-color: #0b2633;
  background-image: url(/assets/icon/icon-download-ba00c29e7f1ec2a6927f8099767d7385ec6f53c9cf7cae16589642bd2cd4730a.svg);
  background-repeat: no-repeat;
  background-position: 12px 50%;
}

.btn-download:hover,
.btn-download:active,
.btn-download:focus {
  color: #33bbff;
  background-image: url(/assets/icon/icon-download-ba00c29e7f1ec2a6927f8099767d7385ec6f53c9cf7cae16589642bd2cd4730a.svg);
}

.btn-support {
  background: #33bbff;
}

.btn-support:hover {
  background: #00aaff;
  color: white;
}

.btn-more {
  color: white;
  background: #33bbff;
  padding: 7px 17px;
}

.btn-more.light {
  color: #33bbff;
  background-color: #ebf9ff;
}

.btn-more.dark {
  background-color: #0b2633;
  color: #33bbff;
}

.btn-more:hover,
.btn-more:focus,
.btn-more:active {
  background-color: #555555;
  color: white;
  transition: background-color 0.7s ease;
}

.btn-trial,
.btn-trial:hover {
  color: white;
  background: #33bbff;
  font-size: 20px;
  padding: 13px 33px;
  margin-top: 0;
  margin-bottom: 0;
}
.btn-trial svg.download,
.btn-trial:hover svg.download {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

footer {
  background: black;
  color: #999;
}
footer a,
footer a:hover,
footer a:active {
  color: #999;
  text-decoration: underline;
}
footer p {
  font-size: 12px;
}
footer .fb {
  text-align: right;
}

footer.navbottom {
  background: white;
  color: #999;
}
footer.navbottom .navs {
  line-height: 2;
  margin-top: 30px;
  margin-bottom: 30px;
}
footer.navbottom .navs a {
  display: block;
  text-decoration: none;
  font-family: "Avenir Next", sans-serif;
  font-weight: 100;
}
footer.navbottom .navs a b {
  font-weight: 600;
}
footer.navbottom .navs a:hover,
footer.navbottom .navs a:active,
footer.navbottom .navs a:focus {
  text-decoration: underline;
}
footer.navbottom .logo {
  margin-bottom: 20px;
}

footer.navbottom.white ul.social svg g,
footer.navbottom.white ul.social svg path {
  fill: #000;
}

footer.navbottom.black {
  background: black;
}

body.footer-light footer {
  background: white;
}

.type-nlsub {
  background: #eeeeee;
}
.type-nlsub p {
  color: #8a9199;
  font-family: "Avenir Next", sans-serif;
  font-size: 21pt;
  font-weight: 500;
  margin-top: 80px;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
.type-nlsub .form-inline {
  margin-top: 80px;
}
.type-nlsub .form-inline .mc-embedded-subscribe,
.type-nlsub .form-inline .mc-embedded-subscribe:hover,
.type-nlsub .form-inline .mc-embedded-subscribe:active,
.type-nlsub .form-inline .mc-embedded-subscribe:focus {
  background-color: #33bbff;
  color: white;
}
.type-nlsub .form-inline .mce-response {
  margin-bottom: 80px;
  font-family: "Avenir Next", sans-serif;
  font-weight: 100;
  color: #fff;
  font-size: 22px;
}
.type-nlsub .nlinfo {
  font-size: 14px;
  font-weight: normal;
  margin-top: 20px;
  margin-bottom: 80px;
}

.type-nlsub.black {
  background: #000;
}

.type-nlsub.grey {
  background: #222222;
}

.type-nlsub.white .mce-response {
  color: #999;
}

.type-nlsub.bg-news1 p,
.type-nlsub.bg-news1 .form-inline {
  margin-top: 0;
}
.type-nlsub.bg-news1 .form-inline .form-control {
  border: 1px solid #ccc;
}

.type-notfound {
  min-height: 75vh;
}
.type-notfound .notfound {
  margin-top: 150px;
}
.type-notfound h2 {
  font-size: 45pt;
  margin-top: 0;
  margin-bottom: 40px;
  font-weight: 600;
}
.type-notfound h3 {
  margin-top: 0;
}
.type-notfound h3,
.type-notfound p {
  color: #999;
}

.bg-news1 .article span.image-list:nth-child(1) > a > img,
.bg-news1 .article span.image-list:nth-child(1) > img {
  float: right;
  margin: 0 0 15px 15px;
  max-width: 100%;
}

#promos-inline {
  margin-top: 60px;
  color: white;
}

.bg-playfullscreen {
  position: relative;
}
.bg-playfullscreen span {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
  opacity: 0.9;
  width: 160px;
  height: 160px;
  background-image: "djay-pro/button-play.svg";
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.bg-playfullscreen a:hover span {
  opacity: 1;
}
.bg-playfullscreen .breakout {
  position: relative;
  top: 80px;
}

.breakout-45 {
  position: relative;
  top: 45px;
}

.iconbox svg,
.iconbox img.left {
  float: left;
}
.iconbox h4,
.iconbox p {
  margin-top: 0;
  margin-left: 70px;
}
.iconbox h4 svg,
.iconbox p svg {
  float: none;
}
.iconbox p {
  margin-bottom: 40px;
}

.apps-shop-banner-title {
  margin: 60px auto 15px;
}

.wrap-apps-shop-banner {
  margin-top: 20px;
  margin-bottom: 80px;
}
.wrap-apps-shop-banner a {
  color: black;
}
.wrap-apps-shop-banner .platform {
  color: black;
  font-size: 18px;
  text-align: center;
  margin: 5px 0 15px;
}

.spacer60 {
  padding-bottom: 60px;
}

p.requirements {
  font-size: 14px;
  color: #8a9199;
}

.m-reset {
  margin: 0 0 0 0;
}

.p-reset {
  padding: 0 0 0 0;
}

.m-b-0 {
  margin-bottom: 0;
}

.m-t-0 {
  margin-top: 0;
}

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

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

.m-b-30 {
  margin-bottom: 30px;
}

.m-b-40 {
  margin-bottom: 40px;
}

.m-b-50 {
  margin-bottom: 50px;
}

.m-b-60 {
  margin-bottom: 60px;
}

.m-b-70 {
  margin-bottom: 70px;
}

.p-b-50 {
  padding-bottom: 50px;
}

.p-b-60 {
  padding-bottom: 60px;
}

.m-b-80 {
  margin-bottom: 80px;
}

.p-b-80 {
  padding-bottom: 80px;
}

.m-b-100 {
  margin-bottom: 100px;
}

.p-b-100 {
  padding-bottom: 100px;
}

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

.m-t-30 {
  margin-top: 30px;
}

.m-t-40 {
  margin-top: 40px;
}

.m-t-50 {
  margin-top: 50px;
}

.m-t-60 {
  margin-top: 60px;
}

.m-t-70 {
  margin-top: 70px;
}

.m-t-80 {
  margin-top: 80px;
}

.p-t-50 {
  padding-top: 50px;
}

.m-t-100 {
  margin-top: 100px;
}

.m-t-120 {
  margin-top: 120px;
}

.m-b-120 {
  margin-bottom: 120px;
}

.m-t-140 {
  margin-top: 140px;
}

.m-b-130 {
  margin-bottom: 130px;
}

.m-b-140 {
  margin-bottom: 140px;
}

.m-b-160 {
  margin-bottom: 160px;
}

.m-t-150 {
  margin-top: 150px;
}

.p-t-100 {
  padding-top: 100px;
}

.p-t-200 {
  padding-top: 200px;
}

.p-t-220 {
  padding-top: 220px;
}

.m-r-20 {
  margin-right: 20px;
}

input:required {
  box-shadow: none;
}

.library-image-hidden.unveil-loaded {
  display: none;
}

.dlmsg,
.askmailchimp {
  padding-top: 10px;
}

.proTxt {
  background-image: linear-gradient(to right, #2faeff 0%, #7947ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.type-djay.djmacdl .btn-trial,
.bg-djaypro2 .btn-trial {
  padding: 12px 20px;
  margin-right: 10px;
}
.type-djay.djmacdl .btn-link,
.bg-djaypro2 .btn-link {
  padding: 0 0 0 0;
  background: none;
  height: 56px;
}

.bg-djaypro2 .btn-trial,
.type-djay.djmacdl .btn-trial {
  background: #2faeff;
  background: linear-gradient(to right, #2faeff 0%, #7947ff 100%);
  border-right-color: #7947ff;
}

.hideoverflow {
  overflow: hidden;
}

.type-ai .nav > li {
  display: inline-block;
}
.type-ai .nav > li.button a {
  color: #ffffff;
}
.type-ai .nav > li.button.active a,
.type-ai .nav > li.button a:hover {
  color: #33bbff;
}
.type-ai h1,
.type-ai h2 {
  font-size: 32px;
  line-height: 1.25;
  letter-spacing: -0.33px;
  color: #ffffff;
}
.type-ai h2 {
  color: #737780;
}
.type-ai h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.14px;
  margin: 14px 0 10px 0;
}
.type-ai h1.big {
  font-size: 48px;
  line-height: 1;
  letter-spacing: -0.5px;
}
.type-ai p {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: normal;
  color: #737780;
}
.type-ai .btn-link {
  padding: 6px 6px 6px 6px;
}

.bg-home3 h2,
.bg-homehardware h2,
.bg-homedjs h2 {
  font-family: "Avenir Next", sans-serif;
  font-weight: bold;
  font-size: 52pt;
  margin-top: 60px;
  margin-bottom: 0;
}
.bg-home3 h3,
.bg-homehardware h3,
.bg-homedjs h3 {
  font-size: 28pt;
  color: #33bbff;
  margin-top: 0;
  margin-bottom: 60px;
  font-family: "Avenir Next", sans-serif;
  font-weight: 100;
  line-height: 1.3;
}

.bg-home1 .logo {
  margin-top: 100px;
  margin-bottom: 200px;
}
.bg-home1 h1 {
  font-family: "Avenir Next", sans-serif;
  font-weight: bold;
  font-size: 38pt;
  margin-top: 0px;
  margin-bottom: 20px;
}
.bg-home1 h2 {
  font-size: 28pt;
  color: #33bbff;
  font-weight: 300;
  line-height: 1.3;
  margin-top: 20px;
  margin-bottom: 40px;
}
.bg-home1 .hero {
  position: relative;
  top: -100px;
}
.bg-home1 p.sub {
  font-size: 21px;
  margin-bottom: 60px;
}
.bg-home1 .btn-trial {
  margin-bottom: 10px;
}

.bg-home2 {
  background-color: white;
}
.bg-home2 .wrap-apps-shop-banner .platform {
  color: black;
}

.homespotify1 .hero {
  margin-top: 80px;
}

.homespotify2 {
  background: white;
  padding-bottom: 60px;
}
.homespotify2 h2,
.homespotify2 p.subhead {
  color: black;
}
.homespotify2 h2 {
  margin-top: 0;
  margin-bottom: 40px;
  font-family: "Avenir Next", sans-serif;
  font-weight: bold;
  font-size: 38pt;
}

.bg-home3 {
  background: white;
}
.bg-home3 h2,
.bg-home3 p {
  color: black;
}
.bg-home3 p {
  margin-bottom: 60px;
}

.bg-homehardware h2 {
  margin-top: 80px;
  color: white;
}
.bg-homehardware h2,
.bg-homehardware h3 {
  margin-bottom: 20px;
}

.bg-cover-homedjs {
  background-image: url(/assets/home/bg-djs-37541d49789aa60eef6856d0942166f58c81e3f3b9ea4d6a9f426eda5b647bfd.jpg);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  .bg-cover-homedjs {
    background-image: url(/assets/home/bg-djs@2x-9f51e17f4018f8b5cbe9184b98b14030256632caf6763052e1bbdfdf417fe00f.jpg);
  }
}

.bg-homedjs h2 {
  margin-top: 350px;
  color: white;
}
.bg-homedjs h3 {
  margin-bottom: 0;
}
.bg-homedjs h4 {
  margin-top: 60px;
}
.bg-homedjs .vid {
  margin-top: 80px;
}

.bg-home4 {
  background: white;
}

.error-message {
  color: #ff0000 !important;
}

.rounded, .type-school .episode .img-responsive, .type-hardware .panel-hardwarebox, .panel-default, .btn {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}

.bg-company-ada, .bg-company1, .bg-ambassadors, .bg-ambassadorsbig1, .bg-ambassadorsbig2, .bg-ambassadorsbig3, .bg-ambassadorsbig4, .bg-ambassadorsbig5, .bg-ambassadordjtay {
  background-color: black;
}

body.company {
  background: white;
}

.type-company {
  color: #8a9199;
}
.type-company ul.nav.nav-productheader {
  color: black;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.type-company ul.nav.nav-productheader li h3 {
  margin-right: 40px;
  margin-top: 15px;
}
.type-company ul.nav.nav-productheader li.button a {
  padding: 7px 17px;
  color: black;
}
.type-company ul.nav.nav-productheader li.button.active a {
  color: white;
  background: #33bbff;
}
.type-company ul.nav.nav-productheader li.button a.btn-company {
  padding-left: 40px;
  color: #33bbff;
  background-color: #ebf9ff;
  border: 0;
}
.type-company ul.nav.nav-productheader-light {
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.type-company ul.nav.nav-productheader-light li h3, .type-company ul.nav.nav-productheader-light li.button a {
  color: white;
}
.type-company ul.nav.nav-productheader-light li.button.active a {
  background: #33bbff;
}
.type-company ul.nav.nav-productheader-light li.button a.btn-company {
  background-color: #0b2633;
}
.type-company .box {
  background-color: #eeeeee;
  border: 1px solid #d4d7d9;
  border-radius: 4px;
  padding: 18px;
}
.type-company .box.top {
  background-color: white;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}
.type-company h1 {
  font-family: "Avenir Next", sans-serif;
  font-weight: bold;
  font-size: 52pt;
  margin-top: 60px;
  margin-bottom: 20px;
}
.type-company h2 {
  font-size: 28pt;
  color: #33bbff;
  margin-bottom: 10px;
  font-weight: 100;
  line-height: 1.3;
}
.type-company h1, .type-company h3, .type-company h4 {
  color: black;
}
.type-company .contact {
  margin-top: 60px;
}
.type-company .newsbox {
  margin-top: 40px;
}
.type-company li.release {
  margin-bottom: 40px;
}
.type-company .btn-more {
  background-color: #0b2633;
  color: #33bbff;
}

.bg-company1 h1 {
  color: white;
  font-size: 55px;
  margin-bottom: 0;
  margin-top: 0;
}
.bg-company1 .logo {
  margin-top: 240px;
  margin-bottom: 320px;
}

.bg-company-ada .btn-company {
  margin: 20px 20px 40px 0;
  padding-left: 40px;
}
.bg-company-ada h2 {
  margin-bottom: 0;
  margin-top: 0;
}
.bg-company-ada h3, .bg-company-ada p {
  color: white;
}
.bg-company-ada h3, .bg-company-ada p.lite {
  font-family: "Avenir Next", sans-serif;
  font-weight: 100;
  line-height: 1.5;
}
.bg-company-ada h3 {
  text-align: center;
  margin: 40px 40px 60px 40px;
  font-size: 20px;
}

.bg-company-ada2, .bg-brandpartner {
  background: black;
}

.bg-brandpartner p {
  margin-top: 20px;
  margin-bottom: 40px;
}
.bg-brandpartner .brand p {
  margin-bottom: 80px;
}
.bg-brandpartner h4 {
  font-size: 20px;
  font-family: "Avenir Next", sans-serif;
  font-weight: 100;
  line-height: 1.5;
  margin: 0 30px 40px 30px;
}
.bg-brandpartner .brand .img-responsive {
  margin-bottom: 40px;
}
.bg-brandpartner .btn-more {
  margin-top: 0;
  margin-bottom: 80px;
}

.bg-fans h3 {
  font-size: 20px;
  color: black;
  font-family: "Avenir Next", sans-serif;
  font-weight: 100;
  line-height: 1.5;
}

.bg-brandpartner h1, .bg-brandpartner h4 {
  color: white;
}

.bg-mediacoverage {
  background: black;
}
.bg-mediacoverage h1.media, .bg-mediacoverage h4 {
  color: white;
}
.bg-mediacoverage h1.media {
  margin-bottom: 60px;
}

.bg-applekn {
  background: black;
  padding-top: 60px;
  padding-bottom: 80px;
}
.bg-applekn h1 {
  color: white;
  margin-top: 0;
}

.bg-artists {
  background-color: white;
  padding-bottom: 80px;
}
.bg-artists h1.artists {
  color: black;
}
.bg-artists h2 {
  color: black;
}
.bg-artists .artist h3 {
  color: black;
}
.bg-artists .artist p {
  line-height: 1.5;
}
.bg-artists .artist img {
  margin-top: 60px;
}

.bg-company2 h1.awards {
  margin-top: 80px;
  margin-bottom: 40px;
}
.bg-company2 h3 {
  margin-bottom: 10px;
  font-size: 23px;
}
.bg-company2 h4 {
  font-size: 16px;
  margin-top: 30px;
}
.bg-company2 p.about {
  margin-bottom: 30px;
  line-height: 1.7;
}
.bg-company2 p.fanssub {
  font-size: 22px;
  font-family: "Avenir Next", sans-serif;
  font-weight: 100;
  color: black;
  margin-bottom: 60px;
}
@media only screen and (max-device-width: 480px) {
  .bg-company2 p.fanssub {
    font-weight: 300;
  }
}
.bg-company2 p.fanssub strong {
  font-weight: 600;
}
.bg-company2 .djay-pro-logo {
  margin-top: 30px;
  margin-bottom: 20px;
}

.bg-company3 {
  background: url(/assets/company/bg-ambassador-63ff2cefcf626beb4ab6c560171c724a00248a7128a5fb2c892fe2a285417935.jpg) no-repeat center center;
  background-size: cover;
}
.bg-company3 h1 {
  margin-top: 280px;
  color: white;
}

.bg-ambassadordjtay h1, .bg-ambassadordjtay h2, .bg-ambassadordjtay h4, .bg-ambassadordjtay blockquote p {
  color: white;
}

.ambassador-box {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.ambassador-box .btn {
  width: fit-content;
}

.ambassador {
  margin-bottom: 60px;
}
.ambassador h4 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: white;
}

.bg-ambassadors {
  padding-top: 60px;
}

.bg-company5 h2 {
  font-size: 22px;
  line-height: 1.5;
  color: black;
  margin-bottom: 0;
  font-weight: 300;
}
.bg-company5 .btn-more {
  margin-top: 20px;
  margin-bottom: 60px;
}

.bg-hardwarepartners .hardwarepartners img, .bg-hardwarepartners .hardwarepartners svg {
  margin-bottom: 60px;
}
.bg-hardwarepartners .hardwarepartners a > .img-responsive {
  margin-top: 60px;
  margin-bottom: 40px;
}

.bg-cover-techpartner {
  background-image: url(/assets/bg-technology-partners-9be02c14390a29f201634283a4d68cb35443b989e797bce2bc7c3b9765a764af.jpg);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  .bg-cover-techpartner {
    background-image: url(/assets/bg-technology-partners@2x-8af44b7d5ec65322d81e7291e07493374476fbf793828e887bb887a859caf32a.jpg);
  }
}

.bg-techpartner {
  background-color: black;
}
.bg-techpartner h1 {
  color: white;
  margin-top: 250px;
  margin-bottom: 0;
}
.bg-techpartner .logo {
  margin-top: 100px;
  margin-bottom: 20px;
}
.bg-techpartner hr {
  background: none;
}

.bg-imprint {
  background-color: #eeeeee;
}

.bg-news1 {
  background-color: white;
}
.bg-news1 ul.news-list > li {
  border-bottom: 1px solid #8a9199;
  margin-bottom: 60px;
}
.bg-news1 ul.news-list > li p.date {
  font-size: 20px;
  font-weight: 300;
  color: black;
}
.bg-news1 ul.news-list > li h3 {
  margin-top: 0;
  margin-bottom: 40px;
}
.bg-news1 ul.news-list > li h3 a {
  color: black;
}
.bg-news1 .form-inline .mce-response {
  color: #8a9199;
}
.bg-news1 .contact .mce-response {
  padding-top: 20px;
}

.bg-newsshow h1 {
  font-size: 50px;
}
.bg-newsshow div.article {
  margin-bottom: 20px;
}
.bg-newsshow div.date {
  font-size: 12px;
}

.bg-reviews1 {
  background-color: white;
  color: black;
}
.bg-reviews1 ul#reviews li {
  display: block;
  padding: 40px 0 40px 0;
  border-bottom: 1px solid #999;
}
.bg-reviews1 ul#reviews li > a h4 {
  color: black;
}
.bg-reviews1 ul#reviews li > a p {
  max-width: 700px;
  margin-bottom: 0;
  color: #999;
}
.bg-reviews1 ul#reviews li > a img {
  margin-top: 20px;
  float: right;
}
.bg-reviews1 ul#reviews li > a:hover, .bg-reviews1 ul#reviews li > a:active, .bg-reviews1 ul#reviews li > a:focus {
  color: black;
  text-decoration: none;
}

.bg-press1 h1.products {
  margin-bottom: 75px;
}
.bg-press1 .photo {
  margin-top: 40px;
  margin-bottom: 40px;
}
.bg-press1 ul.list-unstyled {
  margin-top: 40px;
}
.bg-press1 ul.list-unstyled li img, .bg-press1 ul.list-unstyled li svg {
  float: left;
  margin-right: 20px;
}
.bg-press1 ul.list-unstyled li a {
  text-decoration: underline;
}
.bg-press1 ul.list-unstyled li h4 > a, .bg-press1 ul.list-unstyled li h4 > a:hover, .bg-press1 ul.list-unstyled li h4 > a:active, .bg-press1 ul.list-unstyled li h4 > a:focus, .bg-press1 ul.list-unstyled li h4 > a:visited {
  color: black;
  text-decoration: none;
}
.bg-press1 ul.list-unstyled li hr {
  margin-top: 30px;
  margin-bottom: 30px;
}
.bg-press1 h1.accessories {
  margin-top: 100px;
}

.type-company.bg-press1 p.apptitle {
  color: #000;
}

.bg-pressreleases h1 {
  margin-top: 120px;
  margin-bottom: 60px;
}
.bg-pressreleases ul li {
  display: block;
  border-bottom: 1px solid #e5e5e5;
  padding-left: 50px;
  margin-bottom: 30px;
  background-image: url(/assets/icon/icon-pressrelease-4aca8d67c1cf569d0f60ddbf3d7c00d18104e045297fa4b846a585b4a51bc6b5.svg);
  background-repeat: no-repeat;
  background-position: left top;
}
.bg-pressreleases ul li .date {
  font-weight: 100;
}
.bg-pressreleases ul li > a {
  color: black;
  display: block;
  margin-bottom: 20px;
  font-weight: 500;
}
.bg-pressreleases ul li > a:hover, .bg-pressreleases ul li > a:active, .bg-pressreleases ul li > a:focus {
  color: black;
  text-decoration: none;
}

.bg-registration {
  padding-top: 40px;
}

.bg-cover-hero {
  background-image: url(/assets/home/background-hero-e5349ff7f3461f1c2431f4b2829860b747277f04563376725906a549c4b258b2.jpg);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  .bg-cover-hero {
    background-image: url(/assets/home/background-hero@2x-5938f16439903d8ca3ab84417a1d1546713c4747c89e088c670f87a77f728ccc.jpg);
  }
}

.bg-feedback {
  padding-top: 40px;
}
.bg-feedback h2.sub, .bg-feedback p.sub, .bg-feedback input.btn-support {
  margin-bottom: 40px;
}
.bg-feedback .thankyou, .bg-feedback .thankyou h1, .bg-feedback .thankyou p, .bg-feedback .box {
  color: #fff;
}
.bg-feedback .box {
  background-color: black;
  border: none;
}
.bg-feedback .box a {
  color: #000000;
}
.bg-feedback #errorExplanation {
  margin-bottom: 40px;
}
.bg-feedback .form-group {
  margin-bottom: 25px;
}

.type-pressai h1, .type-pressai h2 {
  line-height: 1.25;
  letter-spacing: -0.33px;
}
.type-pressai h1 {
  color: black;
  font-size: 46pt;
}
.type-pressai h2 {
  color: #737780;
  font-size: 32px;
}
.type-pressai p {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #8A9199;
}

.btn-press {
  background-color: black;
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-family: "Avenir";
  font-weight: bold;
  border-radius: 10px;
  padding: 6px 20px 6px 50px;
  background-image: url(/assets/icon/download-935a2a6aa722d3a988e297a30d13f577a8bfd617c26f4bcaba1bed9a50c6ad4c.svg);
  background-repeat: no-repeat;
  background-position: 16px center;
}

.btn-press:hover {
  color: white;
}

.btn-fom {
  background-color: white;
  color: black;
  border: 1px solid #8a9199;
  font-family: "Avenir";
  font-weight: bold;
  border-radius: 10px;
  padding: 6px 20px 6px 20px;
}

.type-jobs ul.nav.nav-productheader li h3 {
  margin-right: 40px;
  margin-top: 15px;
  color: black;
}
.type-jobs ul.nav.nav-productheader li.button a {
  padding: 7px 17px;
  color: black;
}
.type-jobs ul.nav.nav-productheader li.button a.btn-company {
  padding-left: 40px;
  color: #33bbff;
  background-color: #ebf9ff;
  border: 0;
}
.type-jobs .section-title {
  font-size: 32px;
  font-weight: normal;
  line-height: 1.25;
  letter-spacing: -0.33px;
  color: black;
  margin-bottom: 10px;
}
.type-jobs .job-title {
  font-size: 32px;
  font-weight: normal;
  line-height: 1.25;
  letter-spacing: -0.33px;
  color: black;
  margin-bottom: 0;
}
.type-jobs .job-subtitle {
  font-size: 16px;
  margin-bottom: 10px;
  color: #999;
}
.type-jobs h1.big {
  font-size: 48px;
  line-height: 1;
  letter-spacing: -0.5px;
}
.type-jobs h2 {
  font-size: 32px;
  font-weight: normal;
  line-height: 1.25;
  letter-spacing: -0.33px;
  color: #8a9199;
  margin-bottom: 70px;
}
.type-jobs h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.14px;
  color: black;
}
.type-jobs p, .type-jobs ul > li {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: black;
}
.type-jobs ul {
  list-style: none;
  padding-left: 0;
  margin-top: 30px;
}
.type-jobs .jobs ul li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
}
.type-jobs .jobs ul li:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  background-image: url(/assets/jobs/icon-feature-pro-f8c5ced437d93db306d6efa6af72bab2805a3d47c42b8f08caf3358d4da29485.svg);
  background-size: cover;
  background-position: center;
  left: 0;
  top: 10px;
  transform: translateY(-50%);
}
.type-jobs p.quote {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.4;
  color: black;
}
.type-jobs p.quote-note {
  font-size: 16px;
  font-weight: 900;
  line-height: 1.5;
  color: #8a9199;
  margin-bottom: 80px;
}
.type-jobs .applybox {
  background-color: rgba(51, 153, 255, 0.1);
  text-align: center;
  border-radius: 12px;
  padding: 40px;
}

.rounded, .type-school .episode .img-responsive, .type-hardware .panel-hardwarebox, .panel-default, .btn {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}

.nav-hardware > li h2 {
  font-size: 18px;
  margin-top: 40px;
  color: white;
}
.nav-hardware > li a {
  margin-top: 25px;
  padding: 7px 7px;
  color: white;
  transition: background-color 0.7s ease;
  font-size: 18px;
}
.nav-hardware > li a:hover {
  background: #33bbff;
}

.type-hardware h2 {
  font-weight: 400;
  color: black;
}
.type-hardware .panel-hardwarebox {
  background-color: #17181a;
  border-spacing: 0;
  border-collapse: initial;
  margin-bottom: 50px;
}
.type-hardware .panel-hardwarebox h3 {
  font-size: 32px;
}
.type-hardware .panel-hardwarebox td.desc {
  border-radius: 6px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border: 2px solid #17181a;
  border-right: 0;
  padding-left: 20px;
  padding-top: 40px;
}
.type-hardware .panel-hardwarebox td.desc p {
  margin-bottom: 40px;
  color: #8a9199;
  line-height: 1.6;
}
.type-hardware .panel-hardwarebox td.desc img.teaser {
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 50px;
  float: right;
}
.type-hardware .panel-hardwarebox td.desc svg.pioneer path {
  fill: white;
}
.type-hardware .panel-hardwarebox td.desc .vestax {
  margin-bottom: 20px;
}
.type-hardware .panel-hardwarebox td.desc .pull-left {
  max-width: 55%;
}
.type-hardware .panel-hardwarebox td.desc .btn {
  border-radius: 10px;
  border: solid 1px #8a9199;
  color: white;
  background-color: black;
}
.type-hardware .panel-hardwarebox td.desc .btn-amazon {
  border-color: #33bbff;
  background-color: #33bbff;
}
.type-hardware .panel-hardwarebox td.desc .btn-visit, .type-hardware .panel-hardwarebox td.desc .btn-watch, .type-hardware .panel-hardwarebox td.desc .btn-amazon {
  margin-right: 20px;
}
.type-hardware .panel-hardwarebox td.compatibility {
  background: #222426;
  text-align: center;
  border-radius: 6px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border: 2px solid #2e3133;
  border-left: 0;
  vertical-align: top;
  width: 68px;
  padding-top: 20px;
  font-size: 13px;
}
.type-hardware .panel-hardwarebox td.compatibility ul {
  margin-bottom: 0;
  padding-left: 0;
}
.type-hardware .panel-hardwarebox td.compatibility ul li {
  display: block;
  position: relative;
  margin-bottom: -1px;
  background: none;
  border: none;
  padding: 12px 10px;
}
.type-hardware .panel-hardwarebox td.compatibility ul li a, .type-hardware .panel-hardwarebox td.compatibility ul li a:hover {
  color: white;
}
.type-hardware .panel-hardwarebox td.compatibility ul li a img, .type-hardware .panel-hardwarebox td.compatibility ul li a:hover img {
  margin-bottom: 7px;
}
.type-hardware .panel-hardwarebox td.compatibility ul li span {
  color: #383a3c;
}
.type-hardware .panel-hardwarebox .pcertified {
  margin-left: 10px;
  margin-top: -10px;
}

.bg-hardware2 h1 {
  font-family: Avenir, sans-serif;
  font-size: 48px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.83;
  letter-spacing: -0.5px;
  color: #ffffff;
}
.bg-hardware2 h2 {
  font-family: Avenir, sans-serif;
  font-size: 32px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: -0.3px;
  text-align: center;
  color: #33bbff;
}
.bg-hardware2 p {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #8a9199;
}

.bg-hardware3 h2 {
  color: white;
}

.bg-hardware4 {
  background: #f7f9fa;
}
.bg-hardware4 h3, .bg-hardware4 p, .bg-hardware4 .btn, .bg-hardware4 li {
  color: black;
}
.bg-hardware4 h3 {
  font-size: 32px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: -0.3px;
}
.bg-hardware4 .btn {
  border-radius: 16px;
  border: 1px solid black;
  background: #f7f9fa;
  margin: 5px;
}
.bg-hardware4 .btn.active {
  background-color: black;
  color: white;
}
.bg-hardware4 #midilinks ul {
  list-style: none;
  padding-left: 0;
}
.bg-hardware4 #midilinks a {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: black;
  text-decoration: underline;
}
.bg-hardware4 .midifootnotes {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #8a9199;
}
.bg-hardware4 .midiinfobox {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: black;
  border: 1px solid black;
  border-radius: 10px;
  padding: 20px 30px 0 55px;
  background-image: url(/assets/icon/info-e808ecdb7cbd4cd1745a75a3b80668ad1cd50f2b873aab17681f304c0d4e0e60.svg);
  background-repeat: no-repeat;
  background-position: 20px 20px;
  background-size: 24px;
}
.bg-hardware4 .midiinfobox .midinote {
  margin-bottom: 20px;
}

.bg-cdj1 {
  background: url(/assets/hardware/cdj/background-djay-and-pioneer-2bc3a19bb0bc9cbe124ae5bf4f77caccb120e2babd26e779656f8106bcb526ca.jpg) no-repeat center center;
  background-size: cover;
  margin: 0 0 20px 0;
}
.bg-cdj1 h2 {
  margin: 270px 0 10px 0;
}
.bg-cdj1 h3 {
  font-size: 30px;
  font-weight: 300;
}

.bg-cdj3 {
  margin-bottom: 80px;
}
.bg-cdj3 h2 {
  margin-top: 40px;
  font-size: 42px;
  font-weight: 500;
  color: white;
}
.bg-cdj3 h3 {
  color: #33bbff;
}
.bg-cdj3 p.subhead {
  color: #555555;
}
.bg-cdj3 img {
  margin-top: 50px;
}

.bg-djayprodownload1.djayle h2 {
  font-size: 32px;
  margin-bottom: 20px;
}
.bg-djayprodownload1.djayle p {
  font-size: 20px;
}

.bg-precueing {
  background-image: url(/assets/hardware/background-precueing-85b9b72e193f325811fb1e1734f8e816e103e22831b6cbef54666caa527fc4cf.jpg);
  background-position: center top;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  .bg-precueing {
    background-image: url(/assets/hardware/background-precueing@2x-15d84e37740a2ed320a49e2f5653aef8957dd28207bfa8d97e85fadd8d1da946.jpg);
  }
}

.type-precueing h1 {
  font-size: 32px;
  line-height: 1.25;
  letter-spacing: -0.33px;
  color: #fff;
}
.type-precueing h1.big {
  font-size: 48px;
  line-height: 1;
  letter-spacing: -0.5px;
}
.type-precueing h2 {
  font-size: 32px;
  line-height: 1.25;
  letter-spacing: -0.33px;
  color: #8a9199;
}
.type-precueing p {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: normal;
  color: #8a9199;
}
.type-precueing .btn-default, .type-precueing .btn-contact, .type-precueing .btn-faq {
  background: black;
  border-radius: 9px;
  border-color: #575757;
}
.type-precueing .btn-default:hover, .type-precueing .btn-contact:hover, .type-precueing .btn-faq:hover {
  color: white;
}
.type-precueing .btn-contact svg, .type-precueing .btn-faq svg {
  float: left;
  margin-right: 10px;
}
.type-precueing svg.fillgrey {
  float: left;
  margin-top: 2px;
  margin-right: 5px;
}
.type-precueing svg.fillgrey path {
  fill: #8a9199;
}

.rounded, .type-school .episode .img-responsive, .panel-default, .btn, .type-hardware .panel-hardwarebox {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}

.type-djay.bg-djaypro16 h2 {
  margin-bottom: 60px;
}
.type-djay.bg-djaypro16 ul {
  margin-bottom: 30px;
  padding-left: 20px;
}
.type-djay.bg-djaypro16 ul li {
  color: #999;
}

.bg-djayprodownload1 {
  margin-top: 40px;
  margin-bottom: 60px;
}
.bg-djayprodownload1 h1 {
  font-size: 42px;
  margin-top: 30px;
  margin-bottom: 0;
  color: white;
  font-weight: 500;
}
.bg-djayprodownload1 p {
  font-size: 24px;
}
.bg-djayprodownload1 .btn-dl-image {
  margin-top: 20px;
  padding: 0 0 0 0;
  background-image: "button-download.png";
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: transparent;
  background-position: center center;
  display: block;
  height: 80px;
  background-position: center 0%;
}
.bg-djayprodownload1 .btn-dl-image:hover, .bg-djayprodownload1 .btn-dl-image:focus {
  background-position: center 100%;
}
.bg-djayprodownload1 .dlwrap {
  font-size: 12px;
  color: #999;
}

.bg-djayprodownload2 {
  margin-bottom: 80px;
}
.bg-djayprodownload2 h3 {
  color: white;
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 10px;
}
.bg-djayprodownload2 p {
  font-size: 16px;
}
.bg-djayprodownload2 ol, .bg-djayprodownload2 ul {
  color: #999;
  padding-left: 20px;
}

.bg-cover-ai {
  background-image: url(/assets/bg-ai-485c6bd9424ba0db3549df0ad7cf599e46c51b98858137299fb589ddfe004451.jpg);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  .bg-cover-ai {
    background-image: url(/assets/bg-ai@2x-dc48ee8eb537c45aae3fd412f97422a637f82d0870d64b6e2470eca454cc2daa.jpg);
  }
}

.type-ios .btn-default, .type-neural .btn-default {
  background-color: #000;
  border-radius: 9px;
  border-color: #575757;
}
.type-ios .btn-default:hover, .type-neural .btn-default:hover {
  color: #fff;
}
.type-ios .btn-appstore, .type-neural .btn-appstore {
  padding: 0 0 0 0;
  height: 40px;
  background: none;
}
.type-ios .nextappstore, .type-neural .nextappstore {
  height: 40px;
  margin-top: 3px;
}

.type-ios h1.hero {
  font-size: 48px;
  line-height: 0.83;
  letter-spacing: -0.5px;
  height: 50px;
}
.type-ios h1 {
  font-size: 32px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: -0.3px;
}
.type-ios h2 {
  font-size: 32px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: -0.3px;
  color: #8a9199;
}
.type-ios h3 {
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.4;
  letter-spacing: -0.1px;
}
.type-ios p {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #8a9199;
}
.type-ios p.iconlist {
  color: #fff;
  font-weight: bold;
  margin-top: 10px;
}
.type-ios p.apptitle {
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.4;
  letter-spacing: -0.1px;
  color: #fff;
}
.type-ios p.apptitle.bl {
  color: black;
}
.type-ios .appstore {
  display: block;
}
.type-ios .requirements {
  font-size: 14px;
}
.type-ios svg.logoLine {
  position: relative;
  top: 7px;
}
.type-ios .btn-trial {
  font-size: 16px;
  padding: 5px 12px;
}
.type-ios .type-nlsub p {
  margin: 0 0 0 0;
  color: #fff;
}
.type-ios .type-nlsub #interests {
  margin-top: 30px;
}
.type-ios .type-nlsub .askmailchimp {
  margin-bottom: 30px;
}
.type-ios ul.nav.nav-productheader {
  margin-top: 0;
}
.type-ios ul.nav.nav-productheader li h3 {
  margin-right: 40px;
  margin-top: 20px;
}
.type-ios ul.nav.nav-productheader li.button a {
  padding: 7px 17px;
  color: #8a9199;
  border-radius: 10px;
  font-size: 14px;
}
.type-ios ul.nav.nav-productheader li.button.active a {
  background: none;
  color: white;
}
.type-ios ul.nav.nav-productheader li.button a.btn-company {
  padding-left: 34px;
  margin-bottom: 13px;
  color: white;
  background-color: black;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.type-ios ul.nav.nav-productheader .btn.mail {
  background-image: url(/assets/icon/email-db3b28a8c588cfef4bae45afa915cb7b0e996d4ce7a33346077cba92197717ca.svg);
}
.type-ios a.btn-company {
  background-color: black;
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-family: "Avenir";
  font-weight: bold;
  border-radius: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.type-ios a.btn-company:hover {
  color: white;
}
.type-ios .btn.mail {
  background-image: url(/assets/icon/email-24-b325337a31ac9976377e4851bfeab190b2b1ca6c961bf38795043854a888f12e.svg);
}
.type-ios .btn.download {
  background-image: url(/assets/icon/download-935a2a6aa722d3a988e297a30d13f577a8bfd617c26f4bcaba1bed9a50c6ad4c.svg);
}
.type-ios .white {
  color: white;
}
.type-ios .apptype {
  font-size: 12px;
  margin-top: 10px;
}

.type-ios.bg-greyblack .type-nlsub.black {
  background: #1a1a1a;
}

body.releasenotes_inapp {
  background: white;
  color: black;
  font-family: system-ui, sans-serif;
  padding: 1em;
}
body.releasenotes_inapp > ul {
  list-style-type: none;
  padding: 0;
}
body.releasenotes_inapp > ul ul {
  list-style-type: disc;
}
body.releasenotes_inapp .release {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #d6d6d6;
}
body.releasenotes_inapp .release:last-child {
  border-bottom: none;
}
body.releasenotes_inapp .date {
  display: block;
  float: right;
  color: #333;
  font-size: 12px;
}
body.releasenotes_inapp h4 {
  font-size: 16px;
  margin-top: 0;
}
@media (prefers-color-scheme: dark) {
  body.releasenotes_inapp {
    background-color: black;
    color: white;
  }
  body.releasenotes_inapp .release {
    border-bottom-color: #323232;
  }
  body.releasenotes_inapp .date {
    color: #CCCCCC;
  }
}

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

.cntnpacks h4 {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  text-align: center;
}

.rounded, .type-school .episode .img-responsive, .panel-default, .btn, .type-hardware .panel-hardwarebox {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}

@media (min-width: 768px) {
  .windows-beta-form_email {
    width: 300px !important;
    margin-right: 10px;
  }
}

.windows-beta-form_submit {
  background-color: #33bbff;
}

.bg-cover-windows {
  background-image: url(/assets/djay-pro-windows/covers-d4d6a8ce142afc85b2f608fb18d3daaca4fc677217fb955b7d01fc67687975ef.jpg);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  .bg-cover-windows {
    background-image: url(/assets/djay-pro-windows/covers@2x-9b143a8a8fbc0dee1f998041588411b641c33189792b22f685b5f1a1a6737d17.jpg);
  }
}

.bg-cover-windows-waveform {
  background-image: url(/assets/djay-pro-windows/waveform-c3f3a468f6d1b47df07370060e8b09c37c9f9ad79aa1036cb86f3af98ebbb9fd.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  .bg-cover-windows-waveform {
    background-image: url(/assets/djay-pro-windows/waveform@2x-1cf846ab8eee165adb532360ef650ec19aee0be6fc291b25e800199b9e139f4f.png);
  }
}

.bg-cover-windows-blur {
  background-image: url(/assets/djay-pro/bg-blur-9c5e21aee4a9c4e854574477facac5852d0924c187655a9d8b06bdb7459fa0e8.jpg);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  .bg-cover-windows-blur {
    background-image: url(/assets/djay-pro/bg-blur@2x-c54b6873f6f8bbcb1ab2f2976fbf17a79deb03363ae54a4ec58bef75939aec4e.jpg);
  }
}

.rounded, .type-school .episode .img-responsive, .panel-default, .btn, .type-hardware .panel-hardwarebox {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}

.bg-android {
  background-image: url(/assets/djay-android/background-102251a272703d795b6a6c7712b1c14212e85c5a3f10ab484ce1a1cd12791219.jpg);
  background-size: cover;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  .bg-android {
    background-image: url(/assets/djay-android/background@2x-5ac61a0b8df5d5bca58b0e991b20c684f004c38d4624ba1b9985782ed9f966ba.jpg);
  }
}

.type-djayandroid h1 {
  font-size: 32px;
  line-height: 1.25;
  letter-spacing: -0.33px;
  color: #fff;
}
.type-djayandroid h1.big {
  font-size: 48px;
  line-height: 1;
  letter-spacing: -0.5px;
}
.type-djayandroid h1.logo {
  line-height: 26px;
  font-size: 26px;
}
.type-djayandroid h1.logo svg {
  float: left;
  margin-right: 10px;
}
.type-djayandroid h2 {
  font-size: 32px;
  line-height: 1.25;
  letter-spacing: -0.33px;
  color: #8a9199;
}
.type-djayandroid h3 {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -0.14px;
}
.type-djayandroid p {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: normal;
  color: #8a9199;
}
.type-djayandroid .requires {
  font-size: 13px;
  line-height: 1.31;
}
.type-djayandroid .iconlist {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.38;
  color: #fff;
  margin-top: 20px;
}
.type-djayandroid .btn-default {
  background: black;
  border-radius: 9px;
  border-color: #575757;
}
.type-djayandroid .btn-tidal {
  background-color: #00ffff;
  color: black;
}
.type-djayandroid .btn-soundcloud {
  background-color: #ff5500;
}
.type-djayandroid .btn-soundcloud:hover {
  color: #fff;
}
.type-djayandroid .btn-tidal .logoicon,
.type-djayandroid .btn-soundcloud .logoicon {
  float: left;
  margin-right: 10px;
}
.type-djayandroid .library svg {
  margin-left: 10px;
  margin-right: 10px;
}
.type-djayandroid .nextplaystore {
  height: 40px;
  line-height: 28px;
}
.type-djayandroid .btn-watch {
  background-color: black;
  border-radius: 9px;
  border-color: #575757;
  color: #fff;
}

.rounded, .type-school .episode .img-responsive, .panel-default, .btn, .type-hardware .panel-hardwarebox {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}

.type-school .logo {
  margin-top: 80px;
}
.type-school h1 {
  font-family: "Avenir Next", sans-serif;
  font-weight: bold;
  font-size: 46pt;
  margin-top: 20px;
  margin-bottom: 0;
}
.type-school h2 {
  font-size: 28pt;
  color: #33bbff;
  font-weight: 100;
  margin-top: 0;
  margin-bottom: 0;
}
.type-school h2.logo {
  margin-top: 10px;
  margin-bottom: 100px;
  font-size: 32pt;
}
.type-school p, .type-school p.sub {
  color: #999;
}
.type-school p.sub {
  margin-top: 40px;
  margin-bottom: 60px;
}
.type-school .episode {
  padding-bottom: 80px;
}
.type-school .episode h4 {
  font-family: "Avenir Next", sans-serif;
  font-weight: 100;
  color: #33bbff;
  margin-top: 30px;
  margin-bottom: 0px;
}
.type-school .episode h3 {
  margin-top: 10px;
}
.type-school .episode .btn-download, .type-school .episode .btn-video {
  margin-top: 20px;
}
.type-school-acticle1 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.type-subscription .intro {
  font-size: 20px;
  color: #666;
  margin: 0 3em 2em;
}
@media (max-width: 767px) {
  .type-subscription .intro {
    font-size: 18px;
    margin-left: 0;
    margin-right: 0;
  }
}
.type-subscription .section-header h2 {
  font-weight: normal;
  color: #000;
  margin-top: 60px;
}
.type-subscription .section-header h2 .sub {
  color: #999;
}
.type-subscription ul.features {
  list-style: none;
}
.type-subscription ul.features > li {
  position: relative;
  padding-left: 30px;
}
.type-subscription ul.features > li:before {
  position: absolute;
  top: 2px;
  left: 0;
  content: " ";
  width: 50px;
  height: 50px;
  background: url("data:image/svg+xml;utf8,<?xml version='1.0' encoding='utf-8'?><svg width='18' height='18' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'><path d='M1671 566q0 40-28 68l-724 724-136 136q-28 28-68 28t-68-28l-136-136-362-362q-28-28-28-68t28-68l136-136q28-28 68-28t68 28l294 295 656-657q28-28 68-28t68 28l136 136q28 28 28 68z'/></svg>") no-repeat;
}

.rounded, .panel-default, .btn, .type-hardware .panel-hardwarebox, .type-school .episode .img-responsive {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}

body.streaming.content-light,
body.soundcloud,
.type-streaming.sc {
  background-color: #fafbfc;
}

.bg-tidal {
  background-image: url(/assets/streaming/background-tidal-88941128831f938ad772f521e4953e0619c90941b8d240bc140733b3d3503b41.jpg);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  .bg-tidal {
    background-image: url(/assets/streaming/background-tidal@2x-899c21c4a8d0327ddfea831ccc455fadc0d3be75341d6acf3482612cacd4ab1b.jpg);
  }
}

.bg-beatport {
  background-image: url(/assets/streaming/background-beatport-7d12323c320817263f8c07540b35576f42c034dfd82c041c2e761efe4acf83d7.jpg);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  .bg-beatport {
    background-image: url(/assets/streaming/background-beatport@2x-9cd95ae9bb5efc7a3c8bcc4502e39b0a4f55779fd3eefd634f07539cf2828903.jpg);
  }
}

.bg-beatsource {
  background-image: url(/assets/streaming/background-beatsource-76de9c1ef1934dce239b28acc370f8a6128e0d8926cf99b27f1e843479ed2a52.jpg);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  .bg-beatsource {
    background-image: url(/assets/streaming/background-beatsource@2x-019ddc40f670445c3cc8ae2f5c71525cf57f6e93812736eb5d759ce1a88f7ef6.jpg);
  }
}

.bg-soundcloud {
  background-image: url(/assets/streaming/background-sc-f569f5eda86675b4d3938ff64afd7b44970d2a4d29a8ee493fc06e71cab2db55.jpg);
}

.type-streaming .hero-breakout {
  position: relative;
  top: 80px;
}
.type-streaming h1 {
  font-family: Avenir, sans-serif;
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: -0.33px;
  color: #ffffff;
}
.type-streaming h1.bigger {
  font-size: 48px;
}
.type-streaming h2 {
  font-family: Avenir, sans-serif;
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: -0.33px;
  color: #8a9199;
  margin-top: 0;
}
.type-streaming h3 {
  font-family: Avenir, sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  color: #ffffff;
  margin-top: 16px;
}
.type-streaming p {
  font-family: Avenir, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #8a9199;
}
.type-streaming .btn-tidal {
  border-radius: 15px !important;
  background-color: #00ffff !important;
  color: black;
  font-family: Avenir;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.5 !important;
  padding: 18px 35px 18px 35px !important;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.type-streaming .btn-soundcloud {
  border-radius: 15px !important;
  background-color: #ff5500 !important;
  color: white;
  font-family: Avenir;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.5 !important;
  padding: 18px 35px 18px 35px !important;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.type-streaming .btn-soundcloud:hover,
.type-streaming .btn-tidal:hover {
  color: black;
}
.type-streaming .btn-tidal .logoicon,
.type-streaming .btn-soundcloud .logoicon {
  float: left;
  margin-right: 10px;
}
.type-streaming .btn-beatport,
.type-streaming .btn-beatsource {
  border-radius: 15px;
  background-color: #01ff95;
  color: black;
  font-family: Avenir;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.5;
  padding: 18px 35px 18px 35px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.type-streaming .btn-beatsource {
  color: white;
  background-color: #017edd;
}
@media (min-width: 992px) {
  .type-streaming .nobrnoxs {
    white-space: nowrap;
  }
}
.type-streaming .features {
  border-radius: 20px;
  background-color: #1a1b1d;
  padding: 30px;
}
.type-streaming .features h3 {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -0.14px;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 0;
}
.type-streaming .features ul {
  list-style: none;
  padding-left: 0px;
  margin-top: 30px;
}
.type-streaming .features li {
  line-height: 1.8;
  background: url(/assets/streaming/check-df2ccb51623d3c49f113ed97538ff7e37b5f9f14f4646e42129403a822d20c07.svg) left top no-repeat;
  padding-left: 34px;
}
.type-streaming .features.beatport li {
  background: url(/assets/streaming/check-green-171d6c47cdddeae6a8ad59973ccaafb18a9c992f894217b73dbc48e52c3eaa9a.svg) left top no-repeat;
}
.type-streaming .features.beatsource li {
  background: url(/assets/streaming/check-blue-3d1ff7413b1ddf35419f7e279289fb834c7e4f2161b5ed174a7f9a4f9d037366.svg) left top no-repeat;
}
.type-streaming .faq h3 {
  background: url(/assets/streaming/help-399091dad6cbab733f7f5a3a263046aae5a7062e3182746c352f4467033ac4a8.svg) left 2px no-repeat;
  padding-left: 34px;
  margin-top: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.14px;
}
.type-streaming .faq ol {
  color: #8a9199;
}
.type-streaming .powertunemymusic {
  color: black;
  margin-top: 20px;
  margin-bottom: 20px;
}
.type-streaming .circle {
  margin: 0 auto;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  color: white;
  background-color: black;
  font-size: 40px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: -0.28px;
}
.type-streaming .circle.grey {
  color: black;
  background-color: #b8becc;
}
.type-streaming hr {
  background: #b8becc;
}
.type-streaming a.btn.btn-outline.m-reset {
  margin: 0 0 0 0 !important;
}
.type-streaming .infobox h4 {
  color: black;
  font-size: 16px;
  font-weight: normal;
  line-height: 35px;
  letter-spacing: normal;
}
.type-streaming .infobox h4 img {
  margin-right: 5px;
}
.type-streaming .infobox h4 span.info {
  display: block;
  margin-left: 10px;
  font-size: 13px;
  color: #8a9199;
}
.type-streaming .infobox h4 span.info svg path {
  fill: #8a9199;
}
.type-streaming .infobox .mce-response {
  color: #8a9199;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .type-streaming .infobox.half {
    margin-bottom: 60px;
  }
}
.type-streaming .infobox.half > h1 {
  margin-bottom: 20px;
}
.type-streaming .infobox.half > p {
  color: #8a9199;
  margin-bottom: 20px;
}
.type-streaming .infobox.half .form-inline .form-control,
.type-streaming .infobox.half .form-inline .mc-embedded-subscribe.btn {
  margin-bottom: 0;
}
.type-streaming .infobox.half .form-inline .form-control {
  border-color: #f1f2f6;
  height: 42px;
}
@media (max-width: 1199px) {
  .type-streaming .infobox.half .form-inline .form-control {
    width: 160px;
  }
}
@media (max-width: 767px) {
  .type-streaming .infobox.half .form-inline .form-control {
    width: 100%;
    margin-bottom: 10px;
  }
}
.type-streaming .infobox.half .form-inline .mc-embedded-subscribe.btn {
  background: #33bbff;
}
.type-streaming .infobox.half .form-inline .succFadeOut {
  margin-bottom: 0;
}
.type-streaming h3.dual {
  min-height: 56px;
}

.type-streaming.upgrade .features {
  background: none;
  padding: 0 0 0 0;
}
.type-streaming.upgrade .features h3 {
  color: black;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.14px;
  margin-top: 70px;
}
.type-streaming.upgrade .features > ul {
  margin-top: 20px;
}
.type-streaming.upgrade .features > ul > li > ul {
  margin-top: 20px;
}
.type-streaming.upgrade .features > ul > li > ul > li > ul {
  margin-top: 10px;
  margin-bottom: 20px;
}
.type-streaming.upgrade .features li {
  color: black;
}
.type-streaming.upgrade .features li {
  background: url(/assets/streaming/check-bl-3c16ae335e5a2ecf9b702f5bdd059e69928775ae67e2f223a6e1c52f0d985a2f.svg) left top no-repeat;
}

.type-streaming.sc h1,
.type-streaming.sc h3 {
  color: black;
}
.type-streaming.sc p {
  color: #8a9199;
}
.type-streaming.sc .features {
  background-color: #edf0f5;
}
.type-streaming.sc .features h3,
.type-streaming.sc .features li {
  color: black;
}
.type-streaming.sc .features li {
  background: url(/assets/streaming/check-sc-f63220af9c1b98608bc48197490cfab8237e89f535eb8779406fac24187edf88.svg) left top no-repeat;
}
.type-streaming.sc .faq h3 {
  background-image: url(/assets/streaming/help-bl-dd8657a242ce29fbc383bf20412190d5ea717f1f53ae14c08f493b78e546f3f7.svg);
}

.infobox {
  border-radius: 20px;
  background-color: #f1f2f6;
  padding: 30px;
}
.infobox h3 {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -0.14px;
  color: black;
  margin-top: 0;
  margin-bottom: 20px;
}
.infobox h3 svg {
  float: left;
  margin-right: 10px;
}
.infobox p {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: normal;
  color: #000000;
}

.btn-tidal.big,
.btn-soundcloud.big {
  padding: 18px 30px 18px 30px;
}

body.streaming.content-light h1,
body.streaming.content-light p.bl,
body.streaming.content-light .type-streaming .faq h3,
body.streaming.content-light .type-streaming .transition h3,
body.streaming.content-light .type-streaming h3.bl {
  color: black;
}

body.streaming.djay .type-streaming h1.big {
  font-size: 48px;
  line-height: 1;
  letter-spacing: -0.5px;
}
body.streaming.djay .type-streaming .btn {
  border-radius: 10px;
  padding: 8px 20px 8px 20px;
  background-color: black;
  line-height: 1.5;
}
body.streaming.djay .type-streaming .btn:hover {
  color: white;
}
body.streaming.djay .type-streaming .btn-outline {
  background-color: #fafbfc;
  border: 1px solid #eaebed;
  color: black;
  margin-top: 20px;
  margin-right: 20px;
}
body.streaming.djay .type-streaming .btn-outline:hover {
  color: black;
}
body.streaming.djay .type-streaming .btn-outline.btn-find {
  border: 1px solid black;
  margin-top: 0;
}
body.streaming.djay .type-streaming .btn-contact svg {
  float: left;
  margin-right: 10px;
}
body.streaming.djay .type-streaming .faq h3 {
  background-image: url(/assets/streaming/help-bl-dd8657a242ce29fbc383bf20412190d5ea717f1f53ae14c08f493b78e546f3f7.svg);
  margin-bottom: 20px;
}
body.streaming.djay .type-streaming .transition h3 {
  margin-top: 40px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.14px;
}
body.streaming.djay .type-streaming .table,
body.streaming.djay .type-streaming .table h3,
body.streaming.djay .type-streaming .table h2 {
  color: black;
}
body.streaming.djay .type-streaming .table h2 {
  font-size: 30px;
  margin-bottom: 0;
}
body.streaming.djay .type-streaming .table > thead > tr > th,
body.streaming.djay .type-streaming .table > tbody > tr > td {
  border-bottom: 0;
  border-top: 0;
}
body.streaming.djay .type-streaming .table > thead > tr > th > div.border-b,
body.streaming.djay .type-streaming .table > thead > tr > th > div.border-g {
  border-bottom: 2px solid black;
}
body.streaming.djay .type-streaming .table > thead > tr > th > div.border-g {
  border-color: #ccc;
}
body.streaming.djay .type-streaming .table > tbody > tr > td > div.border-b {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 10px;
}
body.streaming.djay .type-streaming .table > tbody > tr > td > div.border-b.dual {
  min-height: 57px;
}
body.streaming.djay .type-streaming .table > tbody > tr > td > div.border-b.trip {
  min-height: 100px;
}
body.streaming.djay .type-streaming .table > tbody > tr > td > a.btn-outline {
  font-size: 20px;
  margin-top: 0;
  margin-right: 0;
  border: 1px solid black;
}
body.streaming.djay .type-streaming .table > tbody > tr > th {
  border-top: 0;
  border-bottom: 1px solid #dddddd;
}
body.streaming.djay .type-streaming .table > thead > tr > th,
body.streaming.djay .type-streaming .table > tbody > tr > td,
body.streaming.djay .type-streaming .table > tbody > tr > th {
  padding: 16px;
}
body.streaming.djay .type-streaming .table .grey {
  color: #a3a3a3 !important;
}
body.streaming.djay .type-streaming .btn-soundcloud {
  color: black;
}

.type-migration h1 {
  font-size: 48px;
  line-height: 1;
  letter-spacing: -0.5px;
}
.type-migration h1, .type-migration.type-migration__info, .type-migration.type-migration__instructions {
  margin-top: 40px;
}
.type-migration h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.14px;
  margin: 0 0 30px 0;
}
.type-migration h3.sub {
  margin-top: 8px;
}
.type-migration p.infobox {
  background-color: #1c1d1f;
  padding: 30px;
  font-size: 16px;
  color: white;
  margin: 0 0 60px 0;
}
.type-migration p.infobox svg {
  margin-right: 6px;
}
.type-migration p.infobox svg path {
  fill: white;
}
.type-migration p.infobox a {
  color: white;
  text-decoration: underline;
}
.type-migration .circle {
  margin: 0 auto;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  color: black;
  background-color: #00ffff;
  font-size: 40px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: -0.28px;
}
.type-migration .circle.grey {
  background-color: #8a9199;
}
.type-migration .circle.sc {
  background-color: #ff5500;
}
.type-migration .circle.bp {
  background-color: #01ff95;
}
.type-migration .circle.bs {
  background-color: #017edd;
}
.type-migration .circle-desc {
  margin-top: 22px;
  min-height: 99px;
}
.type-migration .btn-outline,
.type-migration #tidal_registration_email {
  min-height: 40px;
}
.type-migration .btn-outline {
  background-color: black;
  border: 1px solid #8a9199;
  color: white;
  width: 100%;
  line-height: 1.6;
}
.type-migration #tidal_registration_email {
  border-radius: 9px;
  background-color: #323438;
  border-color: #323438;
  color: #fff;
}
.type-migration form label {
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
  text-align: left;
}
.type-migration p.note {
  margin-top: 30px;
  font-size: 14px;
  color: #8a9199;
  font-family: "Avenir Next", sans-serif;
}
@media (max-width: 991px) {
  .type-migration p.note {
    margin-top: 57px;
  }
}
@media (max-width: 767px) {
  .type-migration p.note {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .type-migration .circle-desc {
    min-height: 68px;
  }
  .type-migration .btn-outline {
    margin-right: 0;
  }
  .type-migration .djay-logo {
    display: none;
  }
  .type-migration h1, .type-migration.type-migration__info, .type-migration.type-migration__instructions {
    margin-top: 30px;
  }
}

.type-migration__instructions hr {
  margin-top: 15px;
  margin-bottom: 15px;
}
.type-migration__instructions .btn {
  border-radius: 16px;
  background-color: #1c1d1f;
  margin: 0px 2px 0 2px;
  padding: 4px 4px 4px 4px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .type-migration__instructions .btn {
    margin: 4px;
    padding: 6px;
  }
}
@media (min-width: 1199px) {
  .type-migration__instructions .btn {
    margin: 0px 6px 0 6px;
    padding: 6px 8px 6px 8px;
  }
}
.type-migration__instructions .btn:hover {
  color: white;
}
.type-migration__instructions .btn.active {
  background-color: white;
  color: #141414;
  cursor: default;
}
.type-migration__instructions h3.desc {
  margin-top: 20px;
  margin-bottom: 60px;
}

.tidal-option-tidal-newsletter {
  color: #8a9199;
}

.tidal-upgrade {
  color: #8a9199;
  margin-top: 30px;
  margin-bottom: 64px;
}
@media (max-width: 1199px) {
  .tidal-upgrade {
    margin-bottom: 64px;
  }
}
@media (max-width: 991px) {
  .tidal-upgrade {
    margin-top: 58px;
    margin-bottom: 66px;
  }
}
@media (max-width: 767px) {
  .tidal-upgrade {
    margin-bottom: 30px;
  }
}

.tidal-important {
  color: #8a9199;
  margin-top: 29px;
  margin-bottom: 22px;
}
@media (max-width: 1199px) {
  .tidal-important {
    margin-bottom: 22px;
  }
}
@media (max-width: 991px) {
  .tidal-important {
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .tidal-important {
    margin-bottom: 30px;
  }
}

.btn-tidal-start-trial {
  margin-top: -3px;
}

.btn-souncloud-start-trial {
  margin-top: 0px;
}
@media (max-width: 1199px) {
  .btn-souncloud-start-trial {
    margin-top: 0px;
  }
}
@media (max-width: 991px) {
  .btn-souncloud-start-trial {
    margin-top: 55px;
  }
}

.btn-soundcloud-transfer {
  margin-top: 13px;
}

.btn-beatport-transfer {
  margin-top: 13px;
}

.btn-beatsource-transfer {
  margin-top: 13px;
}

.streaming-service-container {
  padding: 0 15px;
  margin: 0 auto;
  box-sizing: content-box;
}
@media (min-width: 991px) {
  .streaming-service-container {
    width: 970px;
    display: flex;
  }
}
@media (min-width: 1199px) {
  .streaming-service-container {
    width: 1170px;
    display: flex;
  }
}

.streaming-service-column {
  text-align: center;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

.rounded, .panel-default, .btn, .type-hardware .panel-hardwarebox, .type-school .episode .img-responsive {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}

.bg-neural {
  background-image: url(/assets/bg-neural-a11f4b5316c8441632aa2a33170f6a73c8e8f17a2d27673a1db3aec6e2de2fc0.jpg);
  background-size: cover;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi) {
  .bg-neural {
    background-image: url(/assets/bg-neural@2x-6adc500904cb9f41db8e49279ee1a7923a95abcd153c03fe2ef45062cd93b416.jpg);
  }
}

.container.nav-productheader.neural ul.navbar-left li {
  margin: 0 15px;
}
.container.nav-productheader.neural ul.navbar-right .btn-video {
  border-radius: 9px;
  border-color: #575757;
  color: #fff;
  padding-left: 35px;
  margin-right: 10px;
  background-color: #000;
  background-image: url(/assets/icon/play-0eb56494ed192586ab47eb8c9a5d0b4f62e86966bcd8b9e4068ced04c69643bc.svg);
  background-position: 10px 50%;
}
.container.nav-productheader.neural ul.navbar-right .btn-video:hover {
  color: #fff;
}
.container.nav-productheader.neural ul.navbar-right .btn-dl {
  padding: 6px 15px 6px 15px;
  font-size: 15px;
  line-height: 1.42857143;
  background: #33bbff;
  border-radius: 9px;
}

.type-neural h1 {
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: -0.33px;
}
.type-neural h1.hero {
  font-size: 48px;
  line-height: 1;
  letter-spacing: -0.5px;
}
.type-neural h2 {
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: -0.33px;
  color: #8a9199;
}
.type-neural p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  color: #8a9199;
}
.type-neural h1.neural-waveform {
  margin-bottom: 70px;
}
@media (max-width: 1199px) {
  .type-neural h1.neural-waveform {
    margin-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .type-neural h1.neural-waveform {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .type-neural h1.neural-waveform {
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .type-neural h1.neural-isolate {
    margin-bottom: 21px;
  }
}
@media (max-width: 991px) {
  .type-neural h1.neural-isolate {
    margin-bottom: 23px;
  }
}
@media (max-width: 767px) {
  .type-neural h1.neural-isolate {
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .type-neural h1.neural-coreml {
    margin-bottom: 61px;
  }
}
@media (max-width: 991px) {
  .type-neural h1.neural-coreml {
    margin-bottom: 23px;
  }
}
@media (max-width: 767px) {
  .type-neural h1.neural-coreml {
    margin-bottom: 30px;
  }
}
.type-neural svg.logoLine {
  position: relative;
  top: 7px;
}
.type-neural svg.logoLine.neural {
  height: 30.5px;
}
.type-neural p.apptitle {
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.4;
  letter-spacing: -0.1px;
  color: #fff;
}

.type-neural.artists {
  background-color: #101112;
  padding-top: 120px;
  padding-bottom: 40px;
}

.neuralartist-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 30px;
  row-gap: 30px;
  width: 1140px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991px) {
  .neuralartist-container {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1199px) {
  .neuralartist-container {
    width: 1030px;
  }
}
@media (max-width: 991px) {
  .neuralartist-container {
    width: 500px;
  }
}
@media (max-width: 767px) {
  .neuralartist-container {
    width: 100%;
  }
}

.neuralartists h3.neuralmixlogo {
  font-size: 42px;
  margin: 0 0 0 0;
  display: inline-block;
  position: relative;
  top: -10px;
}

.neuralartist {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 40px;
  overflow: hidden;
  width: 555px;
}
@media (max-width: 1199px) {
  .neuralartist {
    width: 500px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .neuralartist {
    width: 100%;
  }
}

.neuralartist-content {
  padding: 40px;
}
.neuralartist-content blockquote {
  padding: 0 0 0 0;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: -0.33px;
  color: #ffffff;
  margin-bottom: 25px;
}
.neuralartist-content p.name {
  font-size: 32px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  color: #ffffff;
  margin-bottom: 25px;
}
.neuralartist-content p.intro {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 25px;
}
.neuralartist-content .btn-video {
  border-radius: 9px;
  border-color: #575757;
  color: #fff;
  padding-left: 35px;
  margin-right: 10px;
  background-color: transparent;
  background-image: url(/assets/icon/play-0eb56494ed192586ab47eb8c9a5d0b4f62e86966bcd8b9e4068ced04c69643bc.svg);
  background-position: 10px 50%;
}

@media (max-width: 767px) {
  .type-company h1 {
    font-size: 50px;
  }
  .type-company h2 {
    font-size: 25px;
  }
  .logo-djayspotify {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .bg-brandpartner h4 {
    margin: 60px 0 20px 0px;
  }
  .bg-brandpartner .btn-more {
    margin-bottom: 0;
  }
  .bg-brandpartner .brand:nth-child(1) p {
    margin-bottom: 0;
  }
  .bg-company2 h2,
  .bg-artists h2,
  .bg-company3 h2 {
    font-size: 23px;
  }
  .bg-company1 h1 {
    margin-bottom: 0;
  }
  .bg-company3 h1 {
    font-size: 40px;
  }
  .bg-company2 h1,
  .bg-mediacoverage h1,
  .bg-artists h1.artists,
  .bg-company5 h1 {
    font-size: 50px;
  }
  .bg-news1,
  .bg-reviews1,
  .bg-press1 {
    padding-top: 10px;
  }
  .bg-reviews1 ul#reviews li > a img {
    float: none;
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 45px;
  }
  .bg-press1 .photo {
    margin-top: 80px;
    margin-bottom: 60px;
  }
  .bg-press1 p {
    margin-bottom: 60px;
  }
  .bg-news1 .article img {
    float: none !important;
    display: block;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 100% !important;
    height: auto !important;
  }
  .bg-company1 .logo {
    margin-top: 100px;
    margin-bottom: 80px;
    max-width: 200px;
  }
  .bg-techpartner h1 {
    margin-top: 50px;
  }
  .bg-techpartner .logo {
    margin-top: 60px;
    margin-bottom: 40px;
  }
  .bg-djayandroid1 .breakout-wrap .breakout {
    top: 200px;
    max-width: 287px;
  }
  .bg-djayandroid2 {
    padding-top: 0;
    padding-bottom: 20px;
  }
  .bg-djayandroid3 h1 {
    margin-top: 0;
  }
  .bg-djayandroid6 h4 {
    margin-top: 0;
    text-align: center;
  }
  .bg-djayandroid6 .sample {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  body.djay_pro_windows {
    min-height: 100%;
  }
  .cwrapper {
    margin-bottom: -200px;
  }
  .type-djay p.subhead.head {
    font-size: 20px;
  }
  .bg-playfullscreen {
    margin-top: 40px;
    margin-bottom: 130px;
  }
  .type-djay.bg-djayprodownload1 {
    margin-bottom: 50px;
  }
  .type-djay.bg-djayprodownload2 h3 {
    margin-top: 20px;
  }
  .bg-djaywatch1 .head-watch {
    margin-top: 30px;
  }
  .bg-djaywatch1 .head-hero {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .type-djay .bg-djaywatch2 {
    text-align: center;
  }
  .type-djay .bg-djaywatch2 #teaservideobox {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
  }
  .type-school h2.logo {
    font-size: 20pt;
  }
  .type-school p {
    height: auto !important;
  }
  ul.navbar-nav > li {
    padding-left: 14px;
    font-size: 17px;
  }
  ul.navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  ul.navbar-nav > li ul.dropdown-menu {
    padding-left: 0px;
    list-style: none;
  }
  ul.navbar-nav > li ul.dropdown-menu li {
    padding: 8px 0px 8px 30px;
  }
  ul.navbar-nav > li ul.dropdown-menu li > a {
    display: block;
    color: white;
  }
  ul.navbar-nav > li ul.dropdown-menu li a:hover,
  ul.navbar-nav > li ul.dropdown-menu li a:focus {
    text-decoration: none;
  }
  ul.navbar-nav > li.social {
    text-align: center;
  }
  ul.navbar-nav > li.social > a {
    display: inline-block;
  }
  .type-djay h1 {
    font-size: 32pt;
  }
  .type-djay h2,
  .type-djay h2.header {
    font-size: 18pt;
  }
  .type-djay h3 {
    font-size: 24px;
  }
  .type-notfound h2 {
    font-size: 54pt;
  }
  footer.navbottom {
    padding-top: 0;
  }
  .type-nlsub .text-right {
    text-align: center;
    margin-bottom: 0;
  }
  .type-nlsub .form-inline {
    margin-top: 20px;
    text-align: center;
  }
  .type-nlsub .mc-embedded-subscribe {
    margin-top: 15px;
    width: 100%;
  }
  .bg-hardware3 .panel-body {
    padding: 10px;
  }
  .bg-hardware3 .panel-body h2 {
    font-size: 48px;
  }
  .bg-hardware3 .panel-hardwarebox td.desc {
    padding: 20px 10px 0 10px;
    font-size: 14px;
    width: auto;
  }
  .bg-hardware3 .panel-hardwarebox td.desc h3 {
    font-size: 28px;
  }
  .bg-hardware3 .panel-hardwarebox td.desc p img {
    margin-top: 60px;
    margin-bottom: 20px;
  }
  .bg-hardware3 .panel-hardwarebox td.desc .pull-left {
    max-width: 100%;
  }
  .bg-hardware3 .panel-hardwarebox td.desc .btn-visit,
  .bg-hardware3 .panel-hardwarebox td.desc .btn-watch,
  .bg-hardware3 .panel-hardwarebox td.desc .btn-amazon {
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .bg-hardware3 .panel-hardwarebox td.compatibility ul li {
    padding: 12px 0px;
  }
  .bg-hardware3 .panel-hardwarebox .pcertified {
    margin-left: 0;
    margin-top: 20px;
    display: block;
  }
  .type-hardware.bg-cdj1 h2 {
    margin: 120px 0 10px 0;
  }
  .type-hardware.bg-cdj1 h3 {
    font-size: 23px;
    line-height: 1.3;
  }
  .type-hardware.bg-cdj2 p#teaservideobox {
    text-align: center;
    margin-bottom: 20px;
  }
  .type-hardware.bg-cdj2 p.teaserdesc {
    text-align: center;
  }
  .bg-precueing2 h2 {
    font-size: 47px;
  }
  .bg-precueing2 .compatibility {
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
  }
  .bg-precueing2 .compatibility span {
    padding: 12px;
    line-height: 65px;
  }
  .bg-precueing2 .img-responsive.center-block {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .bg-precueing2 .btn {
    margin-bottom: 10px;
  }
  .bg-spin1 img {
    margin-top: 20px;
  }
  .bg-hardware3.djayle h2 {
    font-size: 38px;
  }
  .bg-home3 p {
    white-space: nowrap;
  }
  .bg-home3 img {
    margin-bottom: 30px;
  }
  .bg-home3 h2,
  .bg-homehardware h2,
  .bg-homedjs h2 {
    font-size: 32pt;
  }
  .bg-home3 h3,
  .bg-homehardware h3,
  .bg-homedjs h3 {
    font-size: 18pt;
  }
  .type-mixoncontest .topwrap {
    margin: 20px 0 20px 0;
  }
  .type-mixoncontest .logo {
    margin: 20px 0 20px 0;
  }
  .type-mixoncontest h1 {
    margin: 30px 0 30px 0;
    font-size: 60px;
  }
  .type-mixoncontest h2 {
    font-size: 25px;
    margin-top: 0;
  }
  .djaywin .btn-trial,
  .djmacdl .btn-trial {
    margin: 10px 0 0 0;
    width: 100%;
  }
  .bg-ambassadordjtay.coverbg h1 {
    margin-top: 235px;
  }
  .bg-ambassadordjtay blockquote {
    padding: 20px 0 20px 0;
  }
  .bg-home1 .hero {
    top: -60px;
  }
  .bg-home1 .logo {
    margin-top: 45px;
    margin-bottom: 180px;
  }
  .type-ios h1.hero {
    height: auto;
    margin-bottom: 30px;
  }
  .type-ios p.iconlist {
    height: 48px;
    margin-bottom: 20px;
  }
  .type-ios .btn-default {
    white-space: normal;
  }
  .type-streaming .hero-breakout {
    top: 50px;
  }
  .type-streaming .icons > .col-xs-6 {
    min-height: 190px;
  }
  .type-streaming .features {
    margin-left: 10px;
    margin-right: 10px;
  }
  .type-streaming .features ul {
    margin-top: 0;
    margin-bottom: 0;
  }
  .type-streaming .features h3 {
    margin-bottom: 30px;
  }
  .xs-m-t-60 {
    margin-top: 60px !important;
  }
  .bg-precueing {
    background-size: auto 300px;
  }
  .type-djayandroid .hero1 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .type-djayandroid .iconlist {
    margin-bottom: 25px;
  }
  .type-djayandroid .library h1 {
    margin-top: 20px;
  }
  .artistwrap {
    padding: 25px;
  }
  .artistwrap blockquote {
    font-size: 26px;
  }
}
.rounded, .panel-default, .btn, .type-hardware .panel-hardwarebox, .type-school .episode .img-responsive {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}

@media (min-width: 768px) {
  .bg-ambassadorsbig1, .bg-ambassadorsbig2, .bg-ambassadorsbig3, .bg-ambassadorsbig4, .bg-ambassadorsbig5 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
  }
  .bg-ambassadorsbig1 .ambassador, .bg-ambassadorsbig2 .ambassador, .bg-ambassadorsbig3 .ambassador, .bg-ambassadorsbig4 .ambassador, .bg-ambassadorsbig5 .ambassador {
    margin-top: 110px;
    margin-bottom: 90px;
  }
  .bg-cover-ambassadordjtay {
    background-image: url(/assets/company/bg-dj-tay-d7d1f1bf59f1a3c35af4e4a69e245ff1c0e07813290114bb85f4541d64ac8383.jpg);
  }
}
@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min-resolution: 192dpi) {
  .bg-cover-ambassadordjtay {
    background-image: url(/assets/company/bg-dj-tay@2x-6f32c65db8d15d56ae1acc908f64661e3f0d5e5654cc5c73657d4f899686db5b.jpg);
  }
}
@media (min-width: 768px) {
  .bg-ambassadorsbig1 {
    background-image: url(/assets/company/bg-dj-jucym-9888bcb4fd32cc623d3d68c9a0897a084159c05f51263adb51510aa879ccb048.jpg);
  }
}
@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min-resolution: 192dpi) {
  .bg-ambassadorsbig1 {
    background-image: url(/assets/company/bg-dj-jucym@2x-85ccf89e7b8123dd234f1bd3b3bc7421cf86affcc2a6e65fbb13d53b73569a13.jpg);
  }
}
@media (min-width: 768px) {
  .bg-ambassadorsbig2 {
    background-image: url(/assets/company/bg-dj-ravine-b80f6abb25b257894be679a5fa7003ffdc5a199cfb2b65b3abb015f59783fff8.jpg);
  }
}
@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min-resolution: 192dpi) {
  .bg-ambassadorsbig2 {
    background-image: url(/assets/company/bg-dj-ravine@2x-aec4c1be85da60e69754d2b6d5edd7d104fcad9d72fc37a1c34696b80aec22dd.jpg);
  }
}
@media (min-width: 768px) {
  .bg-ambassadorsbig3 {
    background-image: url(/assets/company/bg-dj-arch-jr-9304c98452f9848e55b15dfdda0ea4af0fb8f240bda8ca5257e71242578c859a.jpg);
  }
}
@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min-resolution: 192dpi) {
  .bg-ambassadorsbig3 {
    background-image: url(/assets/company/bg-dj-arch-jr@2x-05324a78bec603ceba3c210856f5d8bf90db7a3e3f18ff2f031bb8095a08c3d1.jpg);
  }
}
@media (min-width: 768px) {
  .bg-ambassadorsbig4 {
    background-image: url(/assets/company/bg-dj-sara-688f923032960cb83ea9a93d5e3f8272cbed1dac656725266bf7c6dce561a37b.jpg);
  }
}
@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min-resolution: 192dpi) {
  .bg-ambassadorsbig4 {
    background-image: url(/assets/company/bg-dj-sara@2x-e579de623f53dcb598cb43cbd564d29644c9af1175702a6f96f16a1ee79314bd.jpg);
  }
}
@media (min-width: 768px) {
  .bg-ambassadorsbig5 {
    background-image: url(/assets/company/bg-small-eyez-4ab7e664487e8ba91c30e214ac5b87796058310b21667e86a2f45935fc089f5a.jpg);
  }
}
@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min-resolution: 192dpi) {
  .bg-ambassadorsbig5 {
    background-image: url(/assets/company/bg-small-eyez@2x-4eb4a93f3485d1ddb4c3a5edb1daaa1c4ef3248ec513dca672e6e861fa3c8704.jpg);
  }
}
@media (min-width: 768px) {
  #mainNav > ul.nav.navbar-nav.navbar-left.navbar-logo.hidden-xs > li > a {
    padding-top: 13px;
  }
  nav.navbar > .container {
    padding: 0 0 0 0;
  }
  .navbar-main {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
    margin: auto;
  }
  .navbar-main > li {
    float: none;
    display: inline-block;
  }
  .navbar-header {
    display: none;
  }
  .navbar-right > li > a {
    padding: 13px 15px 10px 15px;
  }
  .navbar-fixed-top {
    border-width: 0px;
  }
  .navbar-right {
    margin-right: 0;
  }
  .type-nlsub .mc-embedded-subscribe {
    margin-left: 10px;
  }
  .bg-ambassadordjtay.coverbg h1 {
    margin-top: 600px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-nav > li > a, .navbar-right > li > a, .navbar-left > li > a, ul.nav.navbar-main > li > a {
    padding-left: 5px;
    padding-right: 5px;
  }
  .bg-company2 h2, .bg-company3 h2, .bg-artists h2 {
    font-size: 24px;
  }
  .bg-company1 .logo {
    margin-top: 130px;
    margin-bottom: 150px;
    max-width: 400px;
  }
  .type-company .nav-productheader li.button a {
    background-position: 9px 50%;
    padding: 5px 5px;
  }
  .type-company .nav-productheader li.button a.btn-company {
    padding-left: 35px;
  }
  .type-company .nav-productheader li h3 {
    margin-right: 0px;
  }
  .nav-productheader > li.button > a {
    margin-left: 0;
  }
  .type-djay p.subhead.head, .bg-djayiphone2 blockquote p, .bg-djayipad2 blockquote p {
    font-size: 20px;
  }
  .nav-productheader > li.button > a {
    margin-left: 5px;
  }
  .type-djay h3 {
    font-size: 25px;
  }
  .mediacoverage h4 {
    font-size: 15px;
    min-height: 180px;
  }
  .type-djay h1 {
    font-size: 44pt;
  }
  .type-hardware .panel-hardwarebox td.desc .pull-left {
    max-width: 100%;
  }
  .type-hardware .panel-hardwarebox td.desc .btn-visit, .type-hardware .panel-hardwarebox td.desc .btn-watch, .type-hardware .panel-hardwarebox td.desc .btn-amazon {
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .bg-home3 h2, .bg-homehardware h2, .bg-homedjs h2 {
    font-size: 44pt;
  }
  .bg-home3 h3, .bg-homehardware h3, .bg-homedjs h3 {
    font-size: 28pt;
  }
  .type-mixoncontest svg.logo {
    margin-top: 25px;
  }
  .ambassador .btn-more {
    max-width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .wrap-apps-shop-banner .platform {
    font-size: 11px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bg-company1 .logo {
    margin-top: 200px;
    margin-bottom: 250px;
  }
  .bg-djayandroid2 {
    padding-top: 190px;
  }
  .award h4 {
    font-size: 20px;
  }
  .type-hardware .panel-hardwarebox td.desc .pull-left {
    max-width: 100%;
  }
  .type-hardware .panel-hardwarebox td.desc .btn-visit, .type-hardware .panel-hardwarebox td.desc .btn-watch, .type-hardware .panel-hardwarebox td.desc .btn-amazon {
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .mediacoverage h4 {
    min-height: 135px;
  }
  .wrap-apps-shop-banner .platform {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .bg-proipad7 .visualizer span {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .bg-djayandroid2 {
    padding-top: 100px;
  }
  .bg-djayandroid2 p.teaserdesc {
    padding: 0 20%;
  }
  .type-school .episode {
    padding-left: 35px;
  }
  .type-school .col-lg-offset-1.episode {
    padding-right: 35px;
    padding-left: 15px;
  }
  .bg-home1.coverbg.unveil-loaded {
    background-position-y: -25px;
  }
  .bg-gradientgreybottom {
    background: black; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(black, black, black, #555555);
    background: -o-linear-gradient(black, black, black, #555555);
    background: -moz-linear-gradient(black, black, black, #555555);
    background: linear-gradient(black, black, black, #555555);
  }
  .bg-ambassadordjtay.coverbg h1 {
    margin-top: 700px;
  }
}
@media (min-width: 1500px) {
  .bg-ambassadordjtay.coverbg h1 {
    margin-top: 800px;
  }
  .bg-home1 .logo {
    margin-top: 100px;
    margin-bottom: 245px;
  }
}
.turbo-progress-bar {
  height: 5px;
  background-color: #33bbff;
}

#header {
  background-color: #262626;
  border-bottom: 1px solid #000000;
}

.header {
  min-height: 51px;
  background-color: #262626;
}

@media (min-width: 768px) {
  .header {
    height: 51px;
    max-width: 750px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .header {
    max-width: 940px;
  }
}
@media (min-width: 1200px) {
  .header {
    max-width: 1140px;
  }
}
.main-nav {
  font-size: 15px;
  line-height: normal;
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
  display: flex;
  justify-content: space-between;
}

.main-nav .active > a {
  color: #3bf;
}

.main-nav a:hover {
  color: #3bf;
  text-decoration: none;
}

.main-nav a {
  padding: 0 5px;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (min-width: 992px) {
  .main-nav a {
    padding: 13px 17px;
  }
}
#hamburger {
  display: none;
}

.header .logo {
  text-align: center;
  float: right;
  padding: 12px 14px 12px 0;
}

@media (min-width: 768px) {
  .header .logo {
    text-align: left;
  }
}
.header .logo img {
  max-height: 37px;
  vertical-align: middle;
}

/* social-bar and logo must be equal to center main-nav */
@media (min-width: 768px) {
  .header .social-bar,
  .header .logo {
    width: 120px;
  }
  .header .logo img {
    max-height: 37px;
    vertical-align: middle;
  }
}
@media (min-width: 992px) {
  .header .social-bar,
  .header .logo {
    width: 160px;
  }
}
.social-bar {
  margin: 15px auto;
  padding: 0;
  list-style: none;
  list-style-image: none;
  display: flex;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .social-bar {
    margin: 0;
  }
}
.social-bar li a {
  display: flex;
}

@media (max-width: 768px) {
  .main-nav a {
    display: block;
    margin: 15px;
    padding: 10px 0 10px 0;
  }
  #hamburger {
    display: inline-block;
    line-height: 0;
    cursor: pointer;
    padding: 12px 10px;
  }
  .main-nav,
  header .social-bar {
    display: none;
    justify-content: space-between;
    margin: auto;
  }
  header .social-bar {
    padding: 15px 0;
    width: 160px;
  }
}
.navbar-right {
  position: absolute;
  right: 0;
  top: 0;
}

.navbar-left {
  float: left;
}
