fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

input[type=search] {
  box-sizing: border-box;
}

input[type=checkbox],
input[type=radio] {
  margin: 4px 0 0;
  margin-top: 1px\9;
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%
}

select[multiple],
select[size] {
  height: auto;
}

input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .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[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

  input[type=date].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control,
  input[type=time].form-control {
    line-height: 34px;
  }

  .input-group-sm input[type=date],
  .input-group-sm input[type=datetime-local],
  .input-group-sm input[type=month],
  .input-group-sm input[type=time],
  input[type=date].input-sm,
  input[type=datetime-local].input-sm,
  input[type=month].input-sm,
  input[type=time].input-sm {
    line-height: 30px;
  }

  .input-group-lg input[type=date],
  .input-group-lg input[type=datetime-local],
  .input-group-lg input[type=month],
  .input-group-lg input[type=time],
  input[type=date].input-lg,
  input[type=datetime-local].input-lg,
  input[type=month].input-lg,
  input[type=time].input-lg {
    line-height: 46px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.checkbox,
.radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.checkbox label,
.radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px\9;
}

.checkbox+.checkbox,
.radio+.radio {
  margin-top: -5px;
}

.checkbox-inline,
.radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: 400;
  cursor: pointer;
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
  margin-top: 0;
  margin-left: 10px;
}

fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
  cursor: not-allowed;
}

.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
  cursor: not-allowed;
}

.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

select[multiple].input-sm,
textarea.input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

select[multiple].input-lg,
textarea.input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.form-group-lg .form-control+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.input-lg+.form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.form-group-sm .form-control+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.input-sm+.form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label~.form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only~.form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@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 .form-control,
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn {
    width: auto;
  }

  .form-inline .input-group>.form-control {
    width: 100%
  }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .checkbox,
  .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .checkbox label,
  .form-inline .radio label {
    padding-left: 0;
  }

  .form-inline .checkbox input[type=checkbox],
  .form-inline .radio input[type=radio] {
    position: relative;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .checkbox,
.form-horizontal .radio {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

.form-horizontal .form-group:after,
.form-horizontal .form-group:before {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width:768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width:768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.33333px;
    font-size: 18px;
  }
}

@media (min-width:768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

/*! 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: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

.artists p,
h1 {
  font-size: 2em;
  margin: .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: -.5em;
}

sub {
  bottom: -.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;
}

.new-modal .modal-body a,
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

.new-modal .modal-body a,
button {
  overflow: visible;
}

.new-modal .modal-body a,
button,
select {
  text-transform: none;
}

.new-modal .modal-body a,
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

.new-modal .modal-body a[disabled],
button[disabled],
html input[disabled] {
  cursor: default;
}

.new-modal .modal-body a::-moz-focus-inner,
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 silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

:after,
:before {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333;
  background-color: #fff;
}

.new-modal .modal-body a,
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:focus,
a:hover {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  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.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  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;
}

.animated-tutorials h3,
.artists p,
.device div p,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

.animated-tutorials h3 .small,
.animated-tutorials h3 small,
.artists p .small,
.artists p small,
.device div p .small,
.device div p 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,
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: #777;
}

.animated-tutorials h3,
.artists p,
.device div p,
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.animated-tutorials h3 .small,
.animated-tutorials h3 small,
.artists p .small,
.artists p small,
.device div p .small,
.device div p small,
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
  font-size: 65%
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-size: 75%
}

.artists p,
.h1,
h1 {
  font-size: 36px;
}

.animated-tutorials h3,
.device div p,
.h2,
h2 {
  font-size: 30px;
}

.h3,
h3 {
  font-size: 24px;
}

.h4,
h4 {
  font-size: 18px;
}

.h5,
h5 {
  font-size: 14px;
}

.h6,
h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width:768px) {
  .lead {
    font-size: 21px;
  }
}

.small,
small {
  font-size: 85%
}

.mark,
mark {
  background-color: #fcf8e3;
  padding: .2em;
}

.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;
}

.initialism,
.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:focus,
a.text-primary:hover {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:focus,
a.text-success:hover {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:focus,
a.text-info:hover {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:focus,
a.text-warning:hover {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:focus,
a.text-danger:hover {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:focus,
a.bg-primary:hover {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:focus,
a.bg-success:hover {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:focus,
a.bg-info:hover {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:focus,
a.bg-warning:hover {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:focus,
a.bg-danger:hover {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

ol,
ul {
  margin-top: 0;
  margin-bottom: 10px;
}

ol ol,
ol ul,
ul ol,
ul ul {
  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-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dd,
dt {
  line-height: 1.42857;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:after,
.dl-horizontal dd:before {
  content: " ";
  display: table;
}

.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[data-original-title],
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}

.initialism {
  font-size: 90%
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
  margin-bottom: 0;
}

blockquote .small,
blockquote footer,
blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #777;
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
  content: '\2014 \00A0'
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
  content: ''
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
  content: '\00A0 \2014'
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:after,
.container:before {
  content: " ";
  display: table;
}

.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 {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:after,
.container-fluid:before {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:after,
.row:before {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%
}

.col-xs-2 {
  width: 16.66667%
}

.col-xs-3 {
  width: 25%
}

.col-xs-4 {
  width: 33.33333%
}

.col-xs-5 {
  width: 41.66667%
}

.col-xs-6 {
  width: 50%
}

.col-xs-7 {
  width: 58.33333%
}

.col-xs-8 {
  width: 66.66667%
}

.col-xs-9 {
  width: 75%
}

.col-xs-10 {
  width: 83.33333%
}

.col-xs-11 {
  width: 91.66667%
}

.col-xs-12 {
  width: 100%
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%
}

.col-xs-pull-2 {
  right: 16.66667%
}

.col-xs-pull-3 {
  right: 25%
}

.col-xs-pull-4 {
  right: 33.33333%
}

.col-xs-pull-5 {
  right: 41.66667%
}

.col-xs-pull-6 {
  right: 50%
}

.col-xs-pull-7 {
  right: 58.33333%
}

.col-xs-pull-8 {
  right: 66.66667%
}

.col-xs-pull-9 {
  right: 75%
}

.col-xs-pull-10 {
  right: 83.33333%
}

.col-xs-pull-11 {
  right: 91.66667%
}

.col-xs-pull-12 {
  right: 100%
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%
}

.col-xs-push-2 {
  left: 16.66667%
}

.col-xs-push-3 {
  left: 25%
}

.col-xs-push-4 {
  left: 33.33333%
}

.col-xs-push-5 {
  left: 41.66667%
}

.col-xs-push-6 {
  left: 50%
}

.col-xs-push-7 {
  left: 58.33333%
}

.col-xs-push-8 {
  left: 66.66667%
}

.col-xs-push-9 {
  left: 75%
}

.col-xs-push-10 {
  left: 83.33333%
}

.col-xs-push-11 {
  left: 91.66667%
}

.col-xs-push-12 {
  left: 100%
}

.col-xs-offset-0 {
  margin-left: 0;
}

.col-xs-offset-1 {
  margin-left: 8.33333%
}

.col-xs-offset-2 {
  margin-left: 16.66667%
}

.col-xs-offset-3 {
  margin-left: 25%
}

.col-xs-offset-4 {
  margin-left: 33.33333%
}

.col-xs-offset-5 {
  margin-left: 41.66667%
}

.col-xs-offset-6 {
  margin-left: 50%
}

.col-xs-offset-7 {
  margin-left: 58.33333%
}

.col-xs-offset-8 {
  margin-left: 66.66667%
}

.col-xs-offset-9 {
  margin-left: 75%
}

.col-xs-offset-10 {
  margin-left: 83.33333%
}

.col-xs-offset-11 {
  margin-left: 91.66667%
}

.col-xs-offset-12 {
  margin-left: 100%
}

@media (min-width:768px) {

  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333%
  }

  .col-sm-2 {
    width: 16.66667%
  }

  .col-sm-3 {
    width: 25%
  }

  .col-sm-4 {
    width: 33.33333%
  }

  .col-sm-5 {
    width: 41.66667%
  }

  .col-sm-6 {
    width: 50%
  }

  .col-sm-7 {
    width: 58.33333%
  }

  .col-sm-8 {
    width: 66.66667%
  }

  .col-sm-9 {
    width: 75%
  }

  .col-sm-10 {
    width: 83.33333%
  }

  .col-sm-11 {
    width: 91.66667%
  }

  .col-sm-12 {
    width: 100%
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.33333%
  }

  .col-sm-pull-2 {
    right: 16.66667%
  }

  .col-sm-pull-3 {
    right: 25%
  }

  .col-sm-pull-4 {
    right: 33.33333%
  }

  .col-sm-pull-5 {
    right: 41.66667%
  }

  .col-sm-pull-6 {
    right: 50%
  }

  .col-sm-pull-7 {
    right: 58.33333%
  }

  .col-sm-pull-8 {
    right: 66.66667%
  }

  .col-sm-pull-9 {
    right: 75%
  }

  .col-sm-pull-10 {
    right: 83.33333%
  }

  .col-sm-pull-11 {
    right: 91.66667%
  }

  .col-sm-pull-12 {
    right: 100%
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.33333%
  }

  .col-sm-push-2 {
    left: 16.66667%
  }

  .col-sm-push-3 {
    left: 25%
  }

  .col-sm-push-4 {
    left: 33.33333%
  }

  .col-sm-push-5 {
    left: 41.66667%
  }

  .col-sm-push-6 {
    left: 50%
  }

  .col-sm-push-7 {
    left: 58.33333%
  }

  .col-sm-push-8 {
    left: 66.66667%
  }

  .col-sm-push-9 {
    left: 75%
  }

  .col-sm-push-10 {
    left: 83.33333%
  }

  .col-sm-push-11 {
    left: 91.66667%
  }

  .col-sm-push-12 {
    left: 100%
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%
  }

  .col-sm-offset-3 {
    margin-left: 25%
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%
  }

  .col-sm-offset-6 {
    margin-left: 50%
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%
  }

  .col-sm-offset-9 {
    margin-left: 75%
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%
  }

  .col-sm-offset-12 {
    margin-left: 100%
  }
}

@media (min-width:992px) {

  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333%
  }

  .col-md-2 {
    width: 16.66667%
  }

  .col-md-3 {
    width: 25%
  }

  .col-md-4 {
    width: 33.33333%
  }

  .col-md-5 {
    width: 41.66667%
  }

  .col-md-6 {
    width: 50%
  }

  .col-md-7 {
    width: 58.33333%
  }

  .col-md-8 {
    width: 66.66667%
  }

  .col-md-9 {
    width: 75%
  }

  .col-md-10 {
    width: 83.33333%
  }

  .col-md-11 {
    width: 91.66667%
  }

  .col-md-12 {
    width: 100%
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333%
  }

  .col-md-pull-2 {
    right: 16.66667%
  }

  .col-md-pull-3 {
    right: 25%
  }

  .col-md-pull-4 {
    right: 33.33333%
  }

  .col-md-pull-5 {
    right: 41.66667%
  }

  .col-md-pull-6 {
    right: 50%
  }

  .col-md-pull-7 {
    right: 58.33333%
  }

  .col-md-pull-8 {
    right: 66.66667%
  }

  .col-md-pull-9 {
    right: 75%
  }

  .col-md-pull-10 {
    right: 83.33333%
  }

  .col-md-pull-11 {
    right: 91.66667%
  }

  .col-md-pull-12 {
    right: 100%
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333%
  }

  .col-md-push-2 {
    left: 16.66667%
  }

  .col-md-push-3 {
    left: 25%
  }

  .col-md-push-4 {
    left: 33.33333%
  }

  .col-md-push-5 {
    left: 41.66667%
  }

  .col-md-push-6 {
    left: 50%
  }

  .col-md-push-7 {
    left: 58.33333%
  }

  .col-md-push-8 {
    left: 66.66667%
  }

  .col-md-push-9 {
    left: 75%
  }

  .col-md-push-10 {
    left: 83.33333%
  }

  .col-md-push-11 {
    left: 91.66667%
  }

  .col-md-push-12 {
    left: 100%
  }

  .col-md-offset-0 {
    margin-left: 0;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%
  }

  .col-md-offset-2 {
    margin-left: 16.66667%
  }

  .col-md-offset-3 {
    margin-left: 25%
  }

  .col-md-offset-4 {
    margin-left: 33.33333%
  }

  .col-md-offset-5 {
    margin-left: 41.66667%
  }

  .col-md-offset-6 {
    margin-left: 50%
  }

  .col-md-offset-7 {
    margin-left: 58.33333%
  }

  .col-md-offset-8 {
    margin-left: 66.66667%
  }

  .col-md-offset-9 {
    margin-left: 75%
  }

  .col-md-offset-10 {
    margin-left: 83.33333%
  }

  .col-md-offset-11 {
    margin-left: 91.66667%
  }

  .col-md-offset-12 {
    margin-left: 100%
  }
}

@media (min-width:1200px) {

  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33333%
  }

  .col-lg-2 {
    width: 16.66667%
  }

  .col-lg-3 {
    width: 25%
  }

  .col-lg-4 {
    width: 33.33333%
  }

  .col-lg-5 {
    width: 41.66667%
  }

  .col-lg-6 {
    width: 50%
  }

  .col-lg-7 {
    width: 58.33333%
  }

  .col-lg-8 {
    width: 66.66667%
  }

  .col-lg-9 {
    width: 75%
  }

  .col-lg-10 {
    width: 83.33333%
  }

  .col-lg-11 {
    width: 91.66667%
  }

  .col-lg-12 {
    width: 100%
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33333%
  }

  .col-lg-pull-2 {
    right: 16.66667%
  }

  .col-lg-pull-3 {
    right: 25%
  }

  .col-lg-pull-4 {
    right: 33.33333%
  }

  .col-lg-pull-5 {
    right: 41.66667%
  }

  .col-lg-pull-6 {
    right: 50%
  }

  .col-lg-pull-7 {
    right: 58.33333%
  }

  .col-lg-pull-8 {
    right: 66.66667%
  }

  .col-lg-pull-9 {
    right: 75%
  }

  .col-lg-pull-10 {
    right: 83.33333%
  }

  .col-lg-pull-11 {
    right: 91.66667%
  }

  .col-lg-pull-12 {
    right: 100%
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33333%
  }

  .col-lg-push-2 {
    left: 16.66667%
  }

  .col-lg-push-3 {
    left: 25%
  }

  .col-lg-push-4 {
    left: 33.33333%
  }

  .col-lg-push-5 {
    left: 41.66667%
  }

  .col-lg-push-6 {
    left: 50%
  }

  .col-lg-push-7 {
    left: 58.33333%
  }

  .col-lg-push-8 {
    left: 66.66667%
  }

  .col-lg-push-9 {
    left: 75%
  }

  .col-lg-push-10 {
    left: 83.33333%
  }

  .col-lg-push-11 {
    left: 91.66667%
  }

  .col-lg-push-12 {
    left: 100%
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%
  }

  .col-lg-offset-3 {
    margin-left: 25%
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%
  }

  .col-lg-offset-6 {
    margin-left: 50%
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%
  }

  .col-lg-offset-9 {
    margin-left: 75%
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%
  }

  .col-lg-offset-12 {
    margin-left: 100%
  }
}

.fade {
  opacity: 0;
  transition: opacity .15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: .35s;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropdown,
.dropup {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 0 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
  color: #777;
}

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}

.open>.dropdown-menu {
  display: block;
}

.open>a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right>.dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid\9;
  content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width:768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }

  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav:after,
.nav:before {
  content: " ";
  display: table;
}

.nav:after {
  clear: both;
}

.nav>li {
  position: relative;
  display: block;
}

.nav>li>a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav>li>a:focus,
.nav>li>a:hover {
  text-decoration: none;
  background-color: #eee;
}

.nav>li.disabled>a {
  color: #777;
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
  color: #777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
  background-color: #eee;
  border-color: #337ab7;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 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.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs>li>a:hover {
  border-color: #eee #eee #ddd;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.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:focus,
.nav-pills>li.active>a:hover {
  color: #fff;
  background-color: #337ab7;
}

.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 {
  text-align: center;
  margin-bottom: 5px;
}

.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-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
  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-justified>.active>a:focus,
  .nav-tabs-justified>.active>a:hover,
  .nav-tabs.nav-justified>.active>a,
  .nav-tabs.nav-justified>.active>a:focus,
  .nav-tabs.nav-justified>.active>a:hover {
    border-bottom-color: #fff;
  }
}

.tab-content>.tab-pane {
  display: none;
}

.tab-content>.active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

.navbar:after,
.navbar:before {
  content: " ";
  display: table;
}

.navbar:after {
  clear: both;
}

@media (min-width:768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:after,
.navbar-header:before {
  content: " ";
  display: table;
}

.navbar-header:after {
  clear: both;
}

@media (min-width:768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:after,
.navbar-collapse:before {
  content: " ";
  display: table;
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width:768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .navbar-collapse.in {
    overflow-y: visible;
  }

  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width:480px) and (orientation:landscape) {

  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    max-height: 200px;
  }
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width:768px) {

  .container-fluid>.navbar-collapse,
  .container-fluid>.navbar-header,
  .container>.navbar-collapse,
  .container>.navbar-header {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width:768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-bottom,
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width:768px) {

  .navbar-fixed-bottom,
  .navbar-fixed-top {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}

.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}

.navbar-brand>img {
  display: block;
}

@media (min-width:768px) {

  .navbar>.container .navbar-brand,
  .navbar>.container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 4px;
}

@media (min-width:768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width:767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }

  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu>li>a {
    padding: 5px 15px 5px 25px;
  }

  .navbar-nav .open .dropdown-menu>li>a {
    line-height: 20px;
  }

  .navbar-nav .open .dropdown-menu>li>a:focus,
  .navbar-nav .open .dropdown-menu>li>a:hover {
    background-image: none;
  }
}

@media (min-width:768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }

  .navbar-nav>li {
    float: left;
  }

  .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (min-width:768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .navbar-form .form-control-static {
    display: inline-block;
  }

  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .navbar-form .input-group .form-control,
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn {
    width: auto;
  }

  .navbar-form .input-group>.form-control {
    width: 100%
  }

  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .checkbox,
  .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .checkbox label,
  .navbar-form .radio label {
    padding-left: 0;
  }

  .navbar-form .checkbox input[type=checkbox],
  .navbar-form .radio input[type=radio] {
    position: relative;
    margin-left: 0;
  }

  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width:767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }

  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width:768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}

.navbar-nav>li>.dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width:768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width:768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }

  .navbar-right~.navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #a874de;
  border-color: none;
}

.navbar-default .navbar-brand {
  color: rgba(255, 255, 255, .43);
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
  color: rgba(230, 230, 230, .43);
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav>li>a {
  color: rgba(255, 255, 255, .43);
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
  color: #fff;
  background-color: transparent;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
  color: #555;
  background-color: #9759d8;
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.disabled>a:hover {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: none;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: none;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #000;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: none;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
  background-color: #9759d8;
  color: #555;
}

@media (max-width:767px) {
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: rgba(255, 255, 255, .43);
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #fff;
    background-color: transparent;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
    color: #555;
    background-color: #9759d8;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: rgba(255, 255, 255, .43);
}

.navbar-default .navbar-link:hover {
  color: #fff;
}

.navbar-default .btn-link {
  color: rgba(255, 255, 255, .43);
}

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
  color: #fff;
}

.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav>li>a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
  color: #fff;
  background-color: #090909;
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:focus,
.navbar-inverse .navbar-nav>.disabled>a:hover {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
  background-color: #090909;
  color: #fff;
}

@media (max-width:767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
    border-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #9d9d9d;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #fff;
    background-color: transparent;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
    color: #fff;
    background-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
  color: #444;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20);
}

.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
  filter: alpha(opacity=50);
}

.new-modal .modal-body a.close,
button.close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(https://assets.onlinepianist.com/assets/fonts/bootstrap/glyphicons-halflings-regular.eot);
  src: url(https://assets.onlinepianist.com/assets/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(https://assets.onlinepianist.com/assets/fonts/bootstrap/glyphicons-halflings-regular.woff2) format("woff2"), url(https://assets.onlinepianist.com/assets/fonts/bootstrap/glyphicons-halflings-regular.woff) format("woff"), url(https://assets.onlinepianist.com/assets/fonts/bootstrap/glyphicons-halflings-regular.ttf) format("truetype"), url(https://assets.onlinepianist.com/assets/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
}

.glyphicon {
  position: relative;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "\2a"
}

.glyphicon-plus:before {
  content: "\2b"
}

.glyphicon-eur:before,
.glyphicon-euro:before {
  content: "\20ac"
}

.glyphicon-minus:before {
  content: "\2212"
}

.glyphicon-cloud:before {
  content: "\2601"
}

.glyphicon-envelope:before {
  content: "\2709"
}

.glyphicon-pencil:before {
  content: "\270f"
}

.glyphicon-glass:before {
  content: "\e001"
}

.glyphicon-music:before {
  content: "\e002"
}

.glyphicon-search:before {
  content: "\e003"
}

.glyphicon-heart:before {
  content: "\e005"
}

.glyphicon-star:before {
  content: "\e006"
}

.glyphicon-star-empty:before {
  content: "\e007"
}

.glyphicon-user:before {
  content: "\e008"
}

.glyphicon-film:before {
  content: "\e009"
}

.glyphicon-th-large:before {
  content: "\e010"
}

.glyphicon-th:before {
  content: "\e011"
}

.glyphicon-th-list:before {
  content: "\e012"
}

.glyphicon-ok:before {
  content: "\e013"
}

.glyphicon-remove:before {
  content: "\e014"
}

.glyphicon-zoom-in:before {
  content: "\e015"
}

.glyphicon-zoom-out:before {
  content: "\e016"
}

.glyphicon-off:before {
  content: "\e017"
}

.glyphicon-signal:before {
  content: "\e018"
}

.glyphicon-cog:before {
  content: "\e019"
}

.glyphicon-trash:before {
  content: "\e020"
}

.glyphicon-home:before {
  content: "\e021"
}

.glyphicon-file:before {
  content: "\e022"
}

.glyphicon-time:before {
  content: "\e023"
}

.glyphicon-road:before {
  content: "\e024"
}

.glyphicon-download-alt:before {
  content: "\e025"
}

.glyphicon-download:before {
  content: "\e026"
}

.glyphicon-upload:before {
  content: "\e027"
}

.glyphicon-inbox:before {
  content: "\e028"
}

.glyphicon-play-circle:before {
  content: "\e029"
}

.glyphicon-repeat:before {
  content: "\e030"
}

.glyphicon-refresh:before {
  content: "\e031"
}

.glyphicon-list-alt:before {
  content: "\e032"
}

.glyphicon-lock:before {
  content: "\e033"
}

.glyphicon-flag:before {
  content: "\e034"
}

.glyphicon-headphones:before {
  content: "\e035"
}

.glyphicon-volume-off:before {
  content: "\e036"
}

.glyphicon-volume-down:before {
  content: "\e037"
}

.glyphicon-volume-up:before {
  content: "\e038"
}

.glyphicon-qrcode:before {
  content: "\e039"
}

.glyphicon-barcode:before {
  content: "\e040"
}

.glyphicon-tag:before {
  content: "\e041"
}

.glyphicon-tags:before {
  content: "\e042"
}

.glyphicon-book:before {
  content: "\e043"
}

.glyphicon-bookmark:before {
  content: "\e044"
}

.glyphicon-print:before {
  content: "\e045"
}

.glyphicon-camera:before {
  content: "\e046"
}

.glyphicon-font:before {
  content: "\e047"
}

.glyphicon-bold:before {
  content: "\e048"
}

.glyphicon-italic:before {
  content: "\e049"
}

.glyphicon-text-height:before {
  content: "\e050"
}

.glyphicon-text-width:before {
  content: "\e051"
}

.glyphicon-align-left:before {
  content: "\e052"
}

.glyphicon-align-center:before {
  content: "\e053"
}

.glyphicon-align-right:before {
  content: "\e054"
}

.glyphicon-align-justify:before {
  content: "\e055"
}

.glyphicon-list:before {
  content: "\e056"
}

.glyphicon-indent-left:before {
  content: "\e057"
}

.glyphicon-indent-right:before {
  content: "\e058"
}

.glyphicon-facetime-video:before {
  content: "\e059"
}

.glyphicon-picture:before {
  content: "\e060"
}

.glyphicon-map-marker:before {
  content: "\e062"
}

.glyphicon-adjust:before {
  content: "\e063"
}

.glyphicon-tint:before {
  content: "\e064"
}

.glyphicon-edit:before {
  content: "\e065"
}

.glyphicon-share:before {
  content: "\e066"
}

.glyphicon-check:before {
  content: "\e067"
}

.glyphicon-move:before {
  content: "\e068"
}

.glyphicon-step-backward:before {
  content: "\e069"
}

.glyphicon-fast-backward:before {
  content: "\e070"
}

.glyphicon-backward:before {
  content: "\e071"
}

.glyphicon-play:before {
  content: "\e072"
}

.glyphicon-pause:before {
  content: "\e073"
}

.glyphicon-stop:before {
  content: "\e074"
}

.glyphicon-forward:before {
  content: "\e075"
}

.glyphicon-fast-forward:before {
  content: "\e076"
}

.glyphicon-step-forward:before {
  content: "\e077"
}

.glyphicon-eject:before {
  content: "\e078"
}

.glyphicon-chevron-left:before {
  content: "\e079"
}

.glyphicon-chevron-right:before {
  content: "\e080"
}

.glyphicon-plus-sign:before {
  content: "\e081"
}

.glyphicon-minus-sign:before {
  content: "\e082"
}

.glyphicon-remove-sign:before {
  content: "\e083"
}

.glyphicon-ok-sign:before {
  content: "\e084"
}

.glyphicon-question-sign:before {
  content: "\e085"
}

.glyphicon-info-sign:before {
  content: "\e086"
}

.glyphicon-screenshot:before {
  content: "\e087"
}

.glyphicon-remove-circle:before {
  content: "\e088"
}

.glyphicon-ok-circle:before {
  content: "\e089"
}

.glyphicon-ban-circle:before {
  content: "\e090"
}

.glyphicon-arrow-left:before {
  content: "\e091"
}

.glyphicon-arrow-right:before {
  content: "\e092"
}

.glyphicon-arrow-up:before {
  content: "\e093"
}

.glyphicon-arrow-down:before {
  content: "\e094"
}

.glyphicon-share-alt:before {
  content: "\e095"
}

.glyphicon-resize-full:before {
  content: "\e096"
}

.glyphicon-resize-small:before {
  content: "\e097"
}

.glyphicon-exclamation-sign:before {
  content: "\e101"
}

.glyphicon-gift:before {
  content: "\e102"
}

.glyphicon-leaf:before {
  content: "\e103"
}

.glyphicon-fire:before {
  content: "\e104"
}

.glyphicon-eye-open:before {
  content: "\e105"
}

.glyphicon-eye-close:before {
  content: "\e106"
}

.glyphicon-warning-sign:before {
  content: "\e107"
}

.glyphicon-plane:before {
  content: "\e108"
}

.glyphicon-calendar:before {
  content: "\e109"
}

.glyphicon-random:before {
  content: "\e110"
}

.glyphicon-comment:before {
  content: "\e111"
}

.glyphicon-magnet:before {
  content: "\e112"
}

.glyphicon-chevron-up:before {
  content: "\e113"
}

.glyphicon-chevron-down:before {
  content: "\e114"
}

.glyphicon-retweet:before {
  content: "\e115"
}

.glyphicon-shopping-cart:before {
  content: "\e116"
}

.glyphicon-folder-close:before {
  content: "\e117"
}

.glyphicon-folder-open:before {
  content: "\e118"
}

.glyphicon-resize-vertical:before {
  content: "\e119"
}

.glyphicon-resize-horizontal:before {
  content: "\e120"
}

.glyphicon-hdd:before {
  content: "\e121"
}

.glyphicon-bullhorn:before {
  content: "\e122"
}

.glyphicon-bell:before {
  content: "\e123"
}

.glyphicon-certificate:before {
  content: "\e124"
}

.glyphicon-thumbs-up:before {
  content: "\e125"
}

.glyphicon-thumbs-down:before {
  content: "\e126"
}

.glyphicon-hand-right:before {
  content: "\e127"
}

.glyphicon-hand-left:before {
  content: "\e128"
}

.glyphicon-hand-up:before {
  content: "\e129"
}

.glyphicon-hand-down:before {
  content: "\e130"
}

.glyphicon-circle-arrow-right:before {
  content: "\e131"
}

.glyphicon-circle-arrow-left:before {
  content: "\e132"
}

.glyphicon-circle-arrow-up:before {
  content: "\e133"
}

.glyphicon-circle-arrow-down:before {
  content: "\e134"
}

.glyphicon-globe:before {
  content: "\e135"
}

.glyphicon-wrench:before {
  content: "\e136"
}

.glyphicon-tasks:before {
  content: "\e137"
}

.glyphicon-filter:before {
  content: "\e138"
}

.glyphicon-briefcase:before {
  content: "\e139"
}

.glyphicon-fullscreen:before {
  content: "\e140"
}

.glyphicon-dashboard:before {
  content: "\e141"
}

.glyphicon-paperclip:before {
  content: "\e142"
}

.glyphicon-heart-empty:before {
  content: "\e143"
}

.glyphicon-link:before {
  content: "\e144"
}

.glyphicon-phone:before {
  content: "\e145"
}

.glyphicon-pushpin:before {
  content: "\e146"
}

.glyphicon-usd:before {
  content: "\e148"
}

.glyphicon-gbp:before {
  content: "\e149"
}

.glyphicon-sort:before {
  content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"
}

.glyphicon-sort-by-order:before {
  content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154"
}

.glyphicon-sort-by-attributes:before {
  content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"
}

.glyphicon-unchecked:before {
  content: "\e157"
}

.glyphicon-expand:before {
  content: "\e158"
}

.glyphicon-collapse-down:before {
  content: "\e159"
}

.glyphicon-collapse-up:before {
  content: "\e160"
}

.glyphicon-log-in:before {
  content: "\e161"
}

.glyphicon-flash:before {
  content: "\e162"
}

.glyphicon-log-out:before {
  content: "\e163"
}

.glyphicon-new-window:before {
  content: "\e164"
}

.glyphicon-record:before {
  content: "\e165"
}

.glyphicon-save:before {
  content: "\e166"
}

.glyphicon-open:before {
  content: "\e167"
}

.glyphicon-saved:before {
  content: "\e168"
}

.glyphicon-import:before {
  content: "\e169"
}

.glyphicon-export:before {
  content: "\e170"
}

.glyphicon-send:before {
  content: "\e171"
}

.glyphicon-floppy-disk:before {
  content: "\e172"
}

.glyphicon-floppy-saved:before {
  content: "\e173"
}

.glyphicon-floppy-remove:before {
  content: "\e174"
}

.glyphicon-floppy-save:before {
  content: "\e175"
}

.glyphicon-floppy-open:before {
  content: "\e176"
}

.glyphicon-credit-card:before {
  content: "\e177"
}

.glyphicon-transfer:before {
  content: "\e178"
}

.glyphicon-cutlery:before {
  content: "\e179"
}

.glyphicon-header:before {
  content: "\e180"
}

.glyphicon-compressed:before {
  content: "\e181"
}

.glyphicon-earphone:before {
  content: "\e182"
}

.glyphicon-phone-alt:before {
  content: "\e183"
}

.glyphicon-tower:before {
  content: "\e184"
}

.glyphicon-stats:before {
  content: "\e185"
}

.glyphicon-sd-video:before {
  content: "\e186"
}

.glyphicon-hd-video:before {
  content: "\e187"
}

.glyphicon-subtitles:before {
  content: "\e188"
}

.glyphicon-sound-stereo:before {
  content: "\e189"
}

.glyphicon-sound-dolby:before {
  content: "\e190"
}

.glyphicon-sound-5-1:before {
  content: "\e191"
}

.glyphicon-sound-6-1:before {
  content: "\e192"
}

.glyphicon-sound-7-1:before {
  content: "\e193"
}

.glyphicon-copyright-mark:before {
  content: "\e194"
}

.glyphicon-registration-mark:before {
  content: "\e195"
}

.glyphicon-cloud-download:before {
  content: "\e197"
}

.glyphicon-cloud-upload:before {
  content: "\e198"
}

.glyphicon-tree-conifer:before {
  content: "\e199"
}

.glyphicon-tree-deciduous:before {
  content: "\e200"
}

.glyphicon-cd:before {
  content: "\e201"
}

.glyphicon-save-file:before {
  content: "\e202"
}

.glyphicon-open-file:before {
  content: "\e203"
}

.glyphicon-level-up:before {
  content: "\e204"
}

.glyphicon-copy:before {
  content: "\e205"
}

.glyphicon-paste:before {
  content: "\e206"
}

.glyphicon-alert:before {
  content: "\e209"
}

.glyphicon-equalizer:before {
  content: "\e210"
}

.glyphicon-king:before {
  content: "\e211"
}

.glyphicon-queen:before {
  content: "\e212"
}

.glyphicon-pawn:before {
  content: "\e213"
}

.glyphicon-bishop:before {
  content: "\e214"
}

.glyphicon-knight:before {
  content: "\e215"
}

.glyphicon-baby-formula:before {
  content: "\e216"
}

.glyphicon-tent:before {
  content: "\26fa"
}

.glyphicon-blackboard:before {
  content: "\e218"
}

.glyphicon-bed:before {
  content: "\e219"
}

.glyphicon-apple:before {
  content: "\f8ff"
}

.glyphicon-erase:before {
  content: "\e221"
}

.glyphicon-hourglass:before {
  content: "\231b"
}

.glyphicon-lamp:before {
  content: "\e223"
}

.glyphicon-duplicate:before {
  content: "\e224"
}

.glyphicon-piggy-bank:before {
  content: "\e225"
}

.glyphicon-scissors:before {
  content: "\e226"
}

.glyphicon-bitcoin:before {
  content: "\e227"
}

.glyphicon-btc:before {
  content: "\e227"
}

.glyphicon-xbt:before {
  content: "\e227"
}

.glyphicon-yen:before {
  content: "\00a5"
}

.glyphicon-jpy:before {
  content: "\00a5"
}

.glyphicon-ruble:before {
  content: "\20bd"
}

.glyphicon-rub:before {
  content: "\20bd"
}

.glyphicon-scale:before {
  content: "\e230"
}

.glyphicon-ice-lolly:before {
  content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"
}

.glyphicon-education:before {
  content: "\e233"
}

.glyphicon-option-horizontal:before {
  content: "\e234"
}

.glyphicon-option-vertical:before {
  content: "\e235"
}

.glyphicon-menu-hamburger:before {
  content: "\e236"
}

.glyphicon-modal-window:before {
  content: "\e237"
}

.glyphicon-oil:before {
  content: "\e238"
}

.glyphicon-grain:before {
  content: "\e239"
}

.glyphicon-sunglasses:before {
  content: "\e240"
}

.glyphicon-text-size:before {
  content: "\e241"
}

.glyphicon-text-color:before {
  content: "\e242"
}

.glyphicon-text-background:before {
  content: "\e243"
}

.glyphicon-object-align-top:before {
  content: "\e244"
}

.glyphicon-object-align-bottom:before {
  content: "\e245"
}

.glyphicon-object-align-horizontal:before {
  content: "\e246"
}

.glyphicon-object-align-left:before {
  content: "\e247"
}

.glyphicon-object-align-vertical:before {
  content: "\e248"
}

.glyphicon-object-align-right:before {
  content: "\e249"
}

.glyphicon-triangle-right:before {
  content: "\e250"
}

.glyphicon-triangle-left:before {
  content: "\e251"
}

.glyphicon-triangle-bottom:before {
  content: "\e252"
}

.glyphicon-triangle-top:before {
  content: "\e253"
}

.glyphicon-console:before {
  content: "\e254"
}

.glyphicon-superscript:before {
  content: "\e255"
}

.glyphicon-subscript:before {
  content: "\e256"
}

.glyphicon-menu-left:before {
  content: "\e257"
}

.glyphicon-menu-right:before {
  content: "\e258"
}

.glyphicon-menu-down:before {
  content: "\e259"
}

.glyphicon-menu-up:before {
  content: "\e260"
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: 700;
}

.alert>p,
.alert>ul {
  margin-bottom: 0;
}

.alert>p+p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination>li {
  display: inline;
}

.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
  color: #777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform .3s ease-out;
}

.modal.in .modal-dialog {
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: .5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:after,
.modal-footer:before {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn+.btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn+.btn {
  margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width:768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }

  .modal-sm {
    width: 300px;
  }
}

@media (min-width:992px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 300px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #a874de;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #a874de;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #a874de;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #a874de;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #a874de;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #a874de;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #a874de;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #a874de;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #a874de;
}

.clearfix:after,
.clearfix:before {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: 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-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-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;
  }

  td.visible-xs,
  th.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;
  }

  td.visible-sm,
  th.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;
  }

  td.visible-md,
  th.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;
  }

  td.visible-lg,
  th.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;
  }

  td.visible-print,
  th.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;
  }
}

a {
  outline: 0 !important;
}

a:active,
a:focus,
a:hover {
  text-decoration: none;
}

.new-modal .modal-body a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: 0;
}

.open {
  display: block !important;
}

.fav-confirm-msg {
  display: none;
  position: absolute;
  background-color: #a874de;
  color: #fff;
  padding: 3px 6px 3px 6px;
  font-size: 12px;
  border-radius: 5px;
}

.hide-js {
  display: none !important;
}

.hide-js-regular {
  display: none;
}

.container-recommended {
  max-width: 1100px;
}

@media screen and (max-width:1024px) {
  .hidden-tablet {
    display: none !important;
  }
}

@media screen and (max-width:1024px) {
  .visible-tablet {
    display: block !important;
  }
}

@media screen and (max-width:1024px) {
  .visible-tablet-ilnine {
    display: inline-block !important;
  }
}

.legal {
  background-color: #e6e6e6;
  padding-bottom: 30px;
}

@media (max-width:1024px) {
  .legal {
    padding-bottom: 0;
  }
}

@media (max-width:767px) {
  .alert {
    padding: 0 0 1px 6px;
    margin-bottom: 14px;
  }
}

.error-container {
  margin: 0 auto;
}

.disabled {
  opacity: .6;
  pointer-events: none;
}

.player {
  position: relative;
}

.btn {
  border: none;
}

.divider {
  position: absolute;
  height: 900px;
  border-right: 1px solid silver;
  right: 106%
}

@media (max-width:1199px) {
  .divider {
    display: none;
  }
}

.header-songbook {
  margin-top: -40px !important;
  left: 46% !important;
}

.font-regular {
  font-family: Arial;
}

@media (min-width:925px) {
  .container-tablet-bigger {
    min-width: 850px;
  }
}

body section .container .row article .dots-add-remove-song-active,
body section .container .row article .dots-add-remove-song-not {
  display: none;
}

@media screen and (max-width:991px) {

  body section .container .row article .dots-add-remove-song-active>div,
  body section .container .row article .dots-add-remove-song-not>div {
    position: static;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-height: 22px;
  }
}

body section .container .row article .dots-add-remove-song-active.active,
body section .container .row article .dots-add-remove-song-not.active {
  display: inherit;
}

.dots-add-remove-song-active.active .locked-image {
  bottom: 8px !important;
}

.recommended-dots {
  font-family: 'Roboto', sans-serif;
}

@media screen and (max-width:991px) {
  img.mobile-right {
    margin-right: -10px !important;
  }
}

@media screen and (max-width:767px) {
  .songs-recently img.mobile-right {
    margin-right: 0 !important;
  }
}

.dots-add-remove-song-active {
  position: relative;
  top: 10px;
  font-size: 24px;
  left: 10px;
  color: #000;
  cursor: pointer;
}

.dots-add-remove-song-active.active {
  font-family: 'Roboto', sans-serif;
}

@media (max-width:767px) {
  .dots-add-remove-song-active {
    top: 0;
  }
}

.all-songs-song .dots-add-remove-song-active .col-xs-8 {
  padding-left: 5px;
  position: relative;
  bottom: 10px;
}

@media (max-width:767px) {
  .all-songs-song .dots-add-remove-song-active .col-xs-8 {
    bottom: 0;
  }
}

body .all-songs-song .remove-add {
  top: 0;
  right: 0;
}

body .all-songs-song .remove-add img {
  top: 4px;
  position: relative;
  margin-left: 2px;
}

body .all-songs-song .remove-add p {
  width: auto;
}

.all-songs-song {
  position: relative;
}

@media (max-width:1024px) {
  .col-tablet-12 {
    width: 100% !important;
  }

  .col-tablet-11 {
    width: 91.66667% !important;
  }
}

@media (min-width:768px) and (max-width:1024px) {
  .col-tablet-6 {
    width: 50%
  }

  .col-tablet-8 {
    width: 66.66667%
  }

  .col-tablet-4 {
    width: 33.33333%
  }

  .col-tablet-12 {
    width: 100%
  }

  .col-tablet-offset-4 {
    margin-left: 0;
    text-align: right;
  }
}

.recommended-for div.remove-add {
  right: 0;
}

@media (min-width:767px) {
  .recommended-for div.remove-add {
    top: 5px;
    right: -10px;
  }
}

.recommended-for div.remove-add img {
  position: relative;
  bottom: -3px;
}

body section article div.remove-add {
  display: none !important;
  position: absolute;
  top: 20px;
  background-color: #e7b812;
  padding-left: 10px;
  z-index: 1;
  right: 15px;
}

@media (max-width:767px) {
  body section article div.remove-add {
    top: -3px;
  }
}

body section article div.remove-add a {
  color: #000;
}

body section article div.remove-add a p {
  position: relative;
  top: 4px;
  left: 0;
  display: inline-block;
}

body section article div.remove-add a img {
  display: inline-block;
}

body section article div.remove-add.active {
  display: block !important;
}

body section article div.remove-add img {
  width: auto !important;
  margin-right: 10px;
}

#activate-msg,
.general-msg,
.player-msg {
  background-color: #9058ca;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  padding: 10px 14px;
}

#activate-msg a,
.general-msg a,
.player-msg a {
  color: #fff;
  text-decoration: underline;
  font-weight: 700;
}

#activate-msg .new-modal .modal-body a,
#activate-msg button,
.general-msg .new-modal .modal-body a,
.general-msg button,
.new-modal .modal-body #activate-msg a,
.new-modal .modal-body .general-msg a,
.new-modal .modal-body .player-msg a,
.player-msg .new-modal .modal-body a,
.player-msg button {
  color: #fff;
  opacity: 1;
}

#activate-msg span,
.general-msg span,
.player-msg span {
  position: absolute;
  margin: 3px 0 0 4px;
}

@media screen and (min-width:1025px) {
  .stick {
    position: fixed !important;
    width: 100%;
    z-index: 1000;
    background-color: #fff;
  }
}

.stick2 {
  position: fixed !important;
  width: 100%;
  z-index: 1000;
}

.header-upper {
  font-family: 'Roboto', sans-serif;
  padding: 6px;
  position: relative;
}

.header-upper .search-button-image {
  display: inline-block;
}

.header-upper-right-nav {
  float: right;
  margin-top: 9.5px;
  top: 2px;
  font-size: 16px;
  height: 32px;
}

.header-upper-right-nav-search {
  width: 30px;
  height: 30px;
  position: relative;
  border: 2px solid #000;
  border-radius: 50%
}

.header-upper-right-nav-search div {
  position: relative;
  left: 7px;
  top: 1px;
}

.header-upper-right-nav-user a img {
  border-radius: 50%;
  border: 2.5px solid #000;
}

.header-upper-right-nav ul {
  list-style: none;
}

.header-upper-right-nav ul li.menu-item {
  height: 38px;
  margin-top: 4px;
}

.header-upper-right-nav ul li {
  float: none;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
}

.header-upper-right-nav ul li a {
  color: #000;
}

.header-upper-right-nav ul li a:active,
.header-upper-right-nav ul li a:focus,
.header-upper-right-nav ul li a:hover {
  text-decoration: none;
  color: #000;
}

.header-upper-right-nav ul li a img {
  width: 30px;
  height: 30px;
}

.header-upper-sign {
  display: inline-block;
  background-color: #fcce2c;
  border-radius: 5px;
  margin-top: 8px;
  position: absolute;
  left: 50%;
  margin-left: -76px;
  cursor: pointer;
}

.header-upper-sign img {
  cursor: pointer;
}

.header-upper-sign a {
  color: #000;
  padding: 6px 8px;
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  display: inline-block;
}

.header-upper-login {
  background-color: #fcce2c;
  text-align: center;
  padding: 10px 10px;
  cursor: pointer;
}

.header-upper-login a {
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  display: inline-block;
  width: 30%
}

.header-upper-login a:first-child span {
  float: right;
  position: relative;
  top: 8px;
}

.header-upper-login a:last-child span {
  float: left;
  position: relative;
  top: 8px;
}

.header-upper-login div {
  margin-left: 5px;
  margin-right: 5px;
  cursor: pointer;
}

.header-upper form#search-form-mobile {
  position: absolute;
  width: 98%;
  background-color: #fff;
  padding: 10px;
}

.header-upper form input {
  border: none;
  border: 2px solid #000;
  border-radius: 20px;
  padding: 2px 1px 3px 10px;
  width: 200px;
  height: 22px;
}

.header-upper form .input-mobile {
  width: 90%
}

.header-upper form .new-modal .modal-body a,
.header-upper form button,
.new-modal .modal-body .header-upper form a {
  border: none;
  background-color: transparent;
  margin-left: -32px;
}

.header-upper form a {
  color: #000;
  margin-left: 5px;
  margin-right: 5px;
  box-shadow: none;
}

.header-upper ul.header-upper-right-nav-ul>li:last-child {
  position: relative;
  right: 10px;
}

.header-upper>a div {
  margin-top: 5px;
}

.header-upper-logo-large {
  margin-top: 4px;
}

@media screen and (max-width:400px) {
  .header-upper a.pull-left {
    width: 50%;
    float: left;
    margin-top: 5px;
  }

  .header-upper a.pull-left div {
    transform-origin: 0 0;
    transform: scale(.85);
    margin-top: 0;
  }

  .header-upper ul {
    padding-left: 0;
  }
}

@media screen and (max-width:1199px) {
  .header-upper>a {
    float: left;
  }
}

.footer {
  border-top: 2px solid #000;
  font-size: 14px;
}

.footer .container {
  max-width: none;
}

.footer-upper {
  margin-top: 30px;
}

.footer-upper .ul-container {
  width: 50%
}

.footer-upper .ul-container div {
  float: left;
}

@media screen and (max-width:992px) {
  .footer-upper .ul-container {
    width: 99%
  }
}

.footer-upper-dropdown {
  font-family: 'Roboto', sans-serif;
  text-align: center;
}

.footer-upper-dropdown a {
  border: none;
  background-color: #fcce2c !important;
  padding: 13px 30px 10px 30px;
  margin-bottom: 30px;
  display: inline-block;
  color: #000;
}

.footer-upper-dropdown a.dropdown-toggle {
  box-shadow: none !important;
}

.footer-upper-list ul {
  list-style: none;
  padding-left: 0;
  font-family: Roboto;
}

.footer-upper-list ul a {
  color: #000;
}

.footer-upper-list ul a:active,
.footer-upper-list ul a:focus,
.footer-upper-list ul a:hover {
  text-decoration: none;
}

.footer-upper-list ul li:first-child {
  font-weight: 700;
  margin-bottom: 6px;
}

.footer-upper-list ul li {
  margin-bottom: 4px;
}

@media screen and (max-width:992px) {
  .footer-upper-list {
    text-align: center;
  }

  .footer-upper-list li {
    margin-bottom: 5px;
  }
}

.footer-upper-buttons a {
  color: #000;
  background-color: #fcce2c;
  display: block;
  margin-bottom: 10px;
  max-width: 230px;
  padding: 10px;
  font-family: Roboto;
  border-radius: 5px;
  transition: .3s background-color;
}

.footer-upper-buttons a:active,
.footer-upper-buttons a:focus,
.footer-upper-buttons a:hover {
  text-decoration: none;
  background-color: #f2bd03;
}

.footer-upper-buttons a i {
  margin-right: 5px;
  font-size: 20px;
  margin-left: 5px;
}

.footer-upper-social-logos a div {
  float: right;
  margin-left: 15px;
}

.footer-upper-social-buttons {
  margin-top: 28px;
  text-align: right;
}

@media screen and (max-width:992px) {
  .footer-upper-social-buttons {
    text-align: center;
  }
}

.footer-upper-social-see {
  margin-top: 4px;
}

.footer-upper-social-see .spirite_logo-small {
  transform: scale(.5);
  transform-origin: right;
}

.footer-upper-social-see-in {
  float: right;
}

.footer-upper-social-see span {
  font-family: Roboto;
}

@media screen and (max-width:992px) {
  .footer-upper-social-logos {
    margin-top: 30px;
    text-align: center;
  }

  .footer-upper-social-logos a div {
    float: none;
  }

  .footer-upper-social-see {
    text-align: center;
  }

  .footer-upper-social-see-in {
    float: none;
  }
}

.footer-lower {
  margin-top: 50px;
}

.footer-lower p {
  font-family: Arial;
  color: #a3a3a3;
  font-size: 12px;
}

@media screen and (max-width:992px) {
  .footer-lower {
    position: relative;
    height: 150px;
    margin-top: 30px;
  }

  .footer-lower p {
    text-align: center;
  }

  .footer-lower-img {
    position: absolute;
    bottom: 0;
    text-align: center;
    padding-bottom: 30px;
  }
}

@media screen and (max-width:767px) {
  .footer-lower {
    height: 200px;
  }
}

.modal {
  font-family: 'Roboto', sans-serif;
  color: #000;
}

.modal-dialog {
  margin: 0 auto;
  margin-top: 20px;
}

.modal-header {
  text-transform: uppercase;
  border-bottom: none;
}

.modal-header h4 {
  font-size: 28px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}

.modal-header .close {
  opacity: 1;
  margin-top: 3.5px;
  font-size: 26px;
}

.modal-body {
  text-align: center;
  font-size: 18px;
  background-color: #fb628a;
}

.modal-body img {
  margin-bottom: 10px;
}

.modal-body button,
.new-modal .modal-body a {
  background-color: #fcce2c;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  width: 80%;
  border-radius: 4px;
  color: #000;
}

.modal-body button:hover,
.new-modal .modal-body a:hover {
  background-color: #fce12c;
}

.modal-body a,
.modal-body input {
  color: #000;
}

#PaymentPopup .modal-dialog,
.new-modal .modal-dialog {
  width: 80%;
  max-width: 980px;
}

#PaymentPopup .modal-body,
.new-modal .modal-body {
  background-color: #e6e6e6;
  padding-top: 8px;
}

#PaymentPopup .modal-body p,
.new-modal .modal-body p {
  margin-bottom: 30px;
}

#PaymentPopup .modal-header,
.new-modal .modal-header {
  background-color: #e6e6e6;
  color: #fff;
  padding: 8px;
}

#PaymentPopup .modal-header .close,
.new-modal .modal-header .close {
  color: #fff;
  text-shadow: none;
  line-height: initial;
  padding-right: 8px;
}

#PaymentPopup .modal-title,
.new-modal .modal-title {
  background-color: #000;
  border-radius: 6px;
  font-size: 22px;
  padding: 8px 8px 8px 22px;
}

.new-modal .modal-dialog {
  width: 40%;
  max-width: 600px;
}

.new-modal .modal-body p {
  font-size: 15px;
  margin: 2px 0 0 0;
}

.new-modal .modal-body a {
  width: 200px;
  font-size: 17px;
  padding: 10px;
  border: none;
  border-radius: 0;
  display: block;
  margin: 20px auto 0 auto;
  -webkit-appearance: none;
}

.new-modal .payment-page {
  width: 50%
}

#app-preview-video .modal-dialog {
  width: 50%
}

#app-preview-video .modal-header .new-modal .modal-body a,
#app-preview-video .modal-header button,
.new-modal .modal-body #app-preview-video .modal-header a {
  margin-top: -14px;
}

#app-preview-video .close {
  margin-top: -4px;
}

#premium-expired ul {
  font-size: 16px;
  text-align: left;
}

#premium-expired li {
  margin-top: 4px;
}

#premium-expired img {
  vertical-align: middle !important;
}

#premium-expired p {
  font-weight: 700;
  font-size: 19px;
}

#premium-expired .modal-body div {
  padding: 10px 10px 20px 20px;
  text-align: left;
  font-size: 16px;
}

#fav-locked-modal .modal-header h4,
#locked-songs-modal .modal-header h4,
#premium-expired .modal-header h4 {
  font-size: 24px;
}

#fav-locked-modal .modal-body img,
#fav-locked-modal .modal-body p,
#locked-songs-modal .modal-body img,
#locked-songs-modal .modal-body p,
#premium-expired .modal-body img,
#premium-expired .modal-body p {
  display: inline-block;
}

#fav-locked-modal .modal-body div,
#locked-songs-modal .modal-body div,
#premium-expired .modal-body div {
  vertical-align: top;
  margin-right: 2%
}

#fav-locked-modal .modal-body p,
#locked-songs-modal .modal-body p,
#premium-expired .modal-body p {
  width: 70%;
  text-align: left;
  color: #fff;
}

#fav-locked-modal .modal-body button,
#fav-locked-modal .new-modal .modal-body a,
#locked-songs-modal .modal-body button,
#locked-songs-modal .new-modal .modal-body a,
#premium-expired .modal-body button,
#premium-expired .new-modal .modal-body a,
.new-modal #fav-locked-modal .modal-body a,
.new-modal #locked-songs-modal .modal-body a,
.new-modal #premium-expired .modal-body a {
  width: 40%;
  padding: 8px;
  border: none;
}

#after-payment-thankyou .modal-header h3 {
  font-size: 26px;
}

#after-payment-thankyou .modal-body {
  text-align: center;
}

#after-payment-thankyou .modal-body h4 {
  font-size: 22px;
}

#after-payment-thankyou .modal-body h5 {
  font-size: 20px;
  padding-top: 4%
}

#after-payment-thankyou .modal-body p {
  width: 99%;
  font-size: 15px;
}

#after-payment-thankyou .modal-body button,
#after-payment-thankyou .new-modal .modal-body a,
.new-modal #after-payment-thankyou .modal-body a {
  width: 50%;
  padding: 6px;
}

.slideup {
  position: static !important;
}

@media screen and (max-width:1025px) {
  #gap-creator-3 {
    width: 100%;
    height: 52px;
  }
}

@media screen and (min-width:1025px) {
  #gap-creator-2 {
    width: 100%;
    height: 62.5px;
  }
}

#gap-creator {
  display: none;
  width: 100%;
  height: 222px;
}

@media screen and (max-width:991px) {
  #gap-creator {
    display: none !important;
  }
}

#forgotPassword,
#guestAfterPurchase,
#indexModal {
  display: none;
}

@media screen and (min-width:991px) {

  #forgotPassword,
  #guestAfterPurchase,
  #indexModal {
    position: fixed;
    width: 100%;
    z-index: 2002;
  }
}

#forgotPassword .modal-content-reset input[type=email],
#guestAfterPurchase .modal-content-reset input[type=email],
#indexModal .modal-content-reset input[type=email] {
  margin-left: -23px;
}

#forgotPassword .modal-content-reset .email-env,
#guestAfterPurchase .modal-content-reset .email-env,
#indexModal .modal-content-reset .email-env {
  left: 13px;
}

@media screen and (max-width:767px) {

  #forgotPassword .modal-content-reset .email-env,
  #guestAfterPurchase .modal-content-reset .email-env,
  #indexModal .modal-content-reset .email-env {
    left: 0;
  }

  #forgotPassword .modal-content-reset input[type=email],
  #guestAfterPurchase .modal-content-reset input[type=email],
  #indexModal .modal-content-reset input[type=email] {
    margin-left: 0;
  }

  #forgotPassword .modal-content-reset .modal-body,
  #guestAfterPurchase .modal-content-reset .modal-body,
  #indexModal .modal-content-reset .modal-body {
    margin-top: 10px;
    margin-bottom: 30px;
  }
}

#forgotPassword .modal-forgotten .modal-body,
#forgotPassword .modal-forgotten .modal-footer,
#forgotPassword .modal-forgotten .modal-header,
#guestAfterPurchase .modal-forgotten .modal-body,
#guestAfterPurchase .modal-forgotten .modal-footer,
#guestAfterPurchase .modal-forgotten .modal-header,
#indexModal .modal-forgotten .modal-body,
#indexModal .modal-forgotten .modal-footer,
#indexModal .modal-forgotten .modal-header {
  max-width: 500px !important;
}

#forgotPassword .modal-forgotten input[type=email],
#guestAfterPurchase .modal-forgotten input[type=email],
#indexModal .modal-forgotten input[type=email] {
  width: 85.5% !important;
}

#forgotPassword .modal-forgotten .sign-up,
#guestAfterPurchase .modal-forgotten .sign-up,
#indexModal .modal-forgotten .sign-up {
  margin-right: 74.5px !important;
}

#forgotPassword .modal-forgotten .open-login,
#guestAfterPurchase .modal-forgotten .open-login,
#indexModal .modal-forgotten .open-login {
  border-right: 1px solid #000;
  border-radius: 0;
  margin-right: 0 !important;
  padding-right: 5px;
  padding-right: 20px;
}

#forgotPassword .modal-forgotten .open-signup,
#guestAfterPurchase .modal-forgotten .open-signup,
#indexModal .modal-forgotten .open-signup {
  margin-right: 96.5px !important;
  padding-left: 20px;
}

@media screen and (max-width:767px) {

  #forgotPassword .modal-forgotten .modal-body,
  #forgotPassword .modal-forgotten .modal-footer,
  #forgotPassword .modal-forgotten .modal-header,
  #guestAfterPurchase .modal-forgotten .modal-body,
  #guestAfterPurchase .modal-forgotten .modal-footer,
  #guestAfterPurchase .modal-forgotten .modal-header,
  #indexModal .modal-forgotten .modal-body,
  #indexModal .modal-forgotten .modal-footer,
  #indexModal .modal-forgotten .modal-header {
    max-width: 400px !important;
  }

  #forgotPassword .modal-forgotten .modal-body,
  #guestAfterPurchase .modal-forgotten .modal-body,
  #indexModal .modal-forgotten .modal-body {
    margin-top: 5px;
    margin-bottom: 45px;
  }

  #forgotPassword .modal-forgotten input[type=email],
  #guestAfterPurchase .modal-forgotten input[type=email],
  #indexModal .modal-forgotten input[type=email] {
    width: 100% !important;
  }

  #forgotPassword .modal-forgotten .open-signup,
  #guestAfterPurchase .modal-forgotten .open-signup,
  #indexModal .modal-forgotten .open-signup {
    margin-right: 0 !important;
  }
}

#forgotPassword .modal-content-login .modal-body,
#forgotPassword .modal-content-login .modal-footer,
#forgotPassword .modal-content-login .modal-header,
#guestAfterPurchase .modal-content-login .modal-body,
#guestAfterPurchase .modal-content-login .modal-footer,
#guestAfterPurchase .modal-content-login .modal-header,
#indexModal .modal-content-login .modal-body,
#indexModal .modal-content-login .modal-footer,
#indexModal .modal-content-login .modal-header {
  max-width: 800px;
}

@media screen and (max-width:767px) {

  #forgotPassword .modal-content-login .modal-body,
  #forgotPassword .modal-content-login .modal-footer,
  #forgotPassword .modal-content-login .modal-header,
  #guestAfterPurchase .modal-content-login .modal-body,
  #guestAfterPurchase .modal-content-login .modal-footer,
  #guestAfterPurchase .modal-content-login .modal-header,
  #indexModal .modal-content-login .modal-body,
  #indexModal .modal-content-login .modal-footer,
  #indexModal .modal-content-login .modal-header {
    max-width: 400px;
  }
}

@media screen and (min-width:768px) {

  #forgotPassword .modal-content-login input[type=email],
  #guestAfterPurchase .modal-content-login input[type=email],
  #indexModal .modal-content-login input[type=email] {
    margin-left: -25px;
  }

  #forgotPassword .modal-content-login .email-env,
  #guestAfterPurchase .modal-content-login .email-env,
  #indexModal .modal-content-login .email-env {
    left: 12.5px;
  }
}

@media screen and (max-width:767px) {

  #forgotPassword .modal-content-login input[type=email],
  #guestAfterPurchase .modal-content-login input[type=email],
  #indexModal .modal-content-login input[type=email] {
    margin-bottom: -20px;
  }
}

#forgotPassword .modal-content-login input,
#guestAfterPurchase .modal-content-login input,
#indexModal .modal-content-login input {
  width: 48.5% !important;
}

#forgotPassword .modal-content-login .modal-footer,
#guestAfterPurchase .modal-content-login .modal-footer,
#indexModal .modal-content-login .modal-footer {
  width: 100%
}

#forgotPassword .modal-content-login .modal-footer>div,
#guestAfterPurchase .modal-content-login .modal-footer>div,
#indexModal .modal-content-login .modal-footer>div {
  width: 100%
}

#forgotPassword .modal-content-login .modal-footer>div div,
#guestAfterPurchase .modal-content-login .modal-footer>div div,
#indexModal .modal-content-login .modal-footer>div div {
  min-width: 210px;
}

#forgotPassword .modal-content-login .modal-footer>div div .new-modal .modal-body a,
#forgotPassword .modal-content-login .modal-footer>div div button,
#guestAfterPurchase .modal-content-login .modal-footer>div div .new-modal .modal-body a,
#guestAfterPurchase .modal-content-login .modal-footer>div div button,
#indexModal .modal-content-login .modal-footer>div div .new-modal .modal-body a,
#indexModal .modal-content-login .modal-footer>div div button,
.new-modal .modal-body #forgotPassword .modal-content-login .modal-footer>div div a,
.new-modal .modal-body #guestAfterPurchase .modal-content-login .modal-footer>div div a,
.new-modal .modal-body #indexModal .modal-content-login .modal-footer>div div a {
  margin-right: 19.5px;
}

@media screen and (max-width:991px) {

  #forgotPassword .modal-content-login .modal-footer>div div .new-modal .modal-body a,
  #forgotPassword .modal-content-login .modal-footer>div div button,
  #guestAfterPurchase .modal-content-login .modal-footer>div div .new-modal .modal-body a,
  #guestAfterPurchase .modal-content-login .modal-footer>div div button,
  #indexModal .modal-content-login .modal-footer>div div .new-modal .modal-body a,
  #indexModal .modal-content-login .modal-footer>div div button,
  .new-modal .modal-body #forgotPassword .modal-content-login .modal-footer>div div a,
  .new-modal .modal-body #guestAfterPurchase .modal-content-login .modal-footer>div div a,
  .new-modal .modal-body #indexModal .modal-content-login .modal-footer>div div a {
    margin-right: 2.5px;
  }
}

#forgotPassword .modal-content-login .modal-footer .sign-up,
#guestAfterPurchase .modal-content-login .modal-footer .sign-up,
#indexModal .modal-content-login .modal-footer .sign-up {
  padding-left: 80px;
  padding-right: 80px;
  margin-right: 7.5px;
}

@media screen and (max-width:767px) {

  #forgotPassword .modal-content-login .modal-footer .sign-up,
  #guestAfterPurchase .modal-content-login .modal-footer .sign-up,
  #indexModal .modal-content-login .modal-footer .sign-up {
    display: block;
    margin: 0 auto;
    width: 100%
  }
}

#forgotPassword .modal-content-login .modal-footer .f-password,
#guestAfterPurchase .modal-content-login .modal-footer .f-password,
#indexModal .modal-content-login .modal-footer .f-password {
  color: #000;
  font-size: 15px;
  border-right: 1px solid #000;
  padding-right: 12px;
}

#forgotPassword .modal-header,
#guestAfterPurchase .modal-header,
#indexModal .modal-header {
  display: block;
  width: 100%;
  border: none;
}

#forgotPassword .modal-header h4,
#forgotPassword .modal-header h5,
#guestAfterPurchase .modal-header h4,
#guestAfterPurchase .modal-header h5,
#indexModal .modal-header h4,
#indexModal .modal-header h5 {
  display: inline-block;
  text-transform: none;
}

#forgotPassword .modal-header h5,
#guestAfterPurchase .modal-header h5,
#indexModal .modal-header h5 {
  margin-left: 10px;
  font-size: 14px;
}

#forgotPassword .modal-header h5 a,
#guestAfterPurchase .modal-header h5 a,
#indexModal .modal-header h5 a {
  color: #337ab7;
}

#forgotPassword .modal-dialog,
#guestAfterPurchase .modal-dialog,
#indexModal .modal-dialog {
  max-width: none;
  width: 100%;
  margin-top: 0;
  border-radius: 0;
}

#forgotPassword .modal-body,
#forgotPassword .modal-content,
#guestAfterPurchase .modal-body,
#guestAfterPurchase .modal-content,
#indexModal .modal-body,
#indexModal .modal-content {
  background-color: #e1e1e1;
  border: none;
  box-shadow: none;
  border-radius: 0;
}

#forgotPassword .modal-body,
#forgotPassword .modal-footer,
#forgotPassword .modal-header,
#guestAfterPurchase .modal-body,
#guestAfterPurchase .modal-footer,
#guestAfterPurchase .modal-header,
#indexModal .modal-body,
#indexModal .modal-footer,
#indexModal .modal-header {
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 0;
}

@media screen and (max-width:1199px) {

  #forgotPassword .modal-body,
  #forgotPassword .modal-footer,
  #forgotPassword .modal-header,
  #guestAfterPurchase .modal-body,
  #guestAfterPurchase .modal-footer,
  #guestAfterPurchase .modal-header,
  #indexModal .modal-body,
  #indexModal .modal-footer,
  #indexModal .modal-header {
    max-width: 800px;
  }
}

@media screen and (max-width:991px) {

  #forgotPassword .modal-body,
  #forgotPassword .modal-footer,
  #forgotPassword .modal-header,
  #guestAfterPurchase .modal-body,
  #guestAfterPurchase .modal-footer,
  #guestAfterPurchase .modal-header,
  #indexModal .modal-body,
  #indexModal .modal-footer,
  #indexModal .modal-header {
    max-width: 600px;
  }
}

@media screen and (max-width:767px) {

  #forgotPassword .modal-body,
  #forgotPassword .modal-footer,
  #forgotPassword .modal-header,
  #guestAfterPurchase .modal-body,
  #guestAfterPurchase .modal-footer,
  #guestAfterPurchase .modal-header,
  #indexModal .modal-body,
  #indexModal .modal-footer,
  #indexModal .modal-header {
    max-width: 400px;
  }
}

#forgotPassword .modal-body,
#guestAfterPurchase .modal-body,
#indexModal .modal-body {
  text-align: left;
  font-family: Roboto;
  font-size: 14px;
}

#forgotPassword .modal-body img,
#guestAfterPurchase .modal-body img,
#indexModal .modal-body img {
  position: relative;
  left: 35px;
  top: 5px;
}

#forgotPassword .modal-body .user-logo,
#guestAfterPurchase .modal-body .user-logo,
#indexModal .modal-body .user-logo {
  left: 2px;
}

#forgotPassword .modal-body #form-container,
#guestAfterPurchase .modal-body #form-container,
#indexModal .modal-body #form-container {
  position: relative;
}

@media screen and (max-width:767px) {

  #forgotPassword .modal-body .user-logo,
  #guestAfterPurchase .modal-body .user-logo,
  #indexModal .modal-body .user-logo {
    top: 8px;
    left: 6px;
    position: absolute;
  }

  #forgotPassword .modal-body .email-env,
  #guestAfterPurchase .modal-body .email-env,
  #indexModal .modal-body .email-env {
    top: 38px;
    left: 10px;
  }

  #forgotPassword .modal-body .password-key,
  #guestAfterPurchase .modal-body .password-key,
  #indexModal .modal-body .password-key {
    top: 42px;
    left: 14px;
  }
}

#forgotPassword .modal-body input,
#guestAfterPurchase .modal-body input,
#indexModal .modal-body input {
  padding-left: 40px;
  border: none;
  border-radius: 5px;
  width: 31.9%;
  height: 42.5px;
  margin-right: 0;
}

@media screen and (max-width:1199px) {

  #forgotPassword .modal-body input,
  #guestAfterPurchase .modal-body input,
  #indexModal .modal-body input {
    width: 31.2%
  }
}

@media screen and (max-width:991px) {

  #forgotPassword .modal-body input,
  #guestAfterPurchase .modal-body input,
  #indexModal .modal-body input {
    width: 30.5%
  }
}

@media screen and (max-width:767px) {

  #forgotPassword .modal-body input,
  #guestAfterPurchase .modal-body input,
  #indexModal .modal-body input {
    display: block;
    width: 100% !important;
    margin-bottom: -10px;
  }

  #forgotPassword .modal-body input[type=text],
  #guestAfterPurchase .modal-body input[type=text],
  #indexModal .modal-body input[type=text] {
    margin-left: 0 !important;
  }

  #forgotPassword .modal-body input[type=email],
  #guestAfterPurchase .modal-body input[type=email],
  #indexModal .modal-body input[type=email] {
    margin-bottom: -17px;
  }
}

#forgotPassword .modal-body input[type=text],
#guestAfterPurchase .modal-body input[type=text],
#indexModal .modal-body input[type=text] {
  margin-left: -35px;
}

#forgotPassword .modal-footer,
#guestAfterPurchase .modal-footer,
#indexModal .modal-footer {
  border: none;
  font-family: 'Roboto', sans-serif;
  padding-left: 10px;
  padding-right: 10px;
  text-align: right;
}

@media screen and (max-width:767px) {

  #forgotPassword .modal-footer,
  #guestAfterPurchase .modal-footer,
  #indexModal .modal-footer {
    text-align: center;
    padding: 15px;
  }
}

#forgotPassword .modal-footer>div,
#guestAfterPurchase .modal-footer>div,
#indexModal .modal-footer>div {
  padding-bottom: 10px;
}

@media screen and (min-width:1199px) {

  #forgotPassword .modal-footer>div,
  #guestAfterPurchase .modal-footer>div,
  #indexModal .modal-footer>div {
    width: 100%
  }
}

@media screen and (max-width:1199px) {

  #forgotPassword .modal-footer>div,
  #guestAfterPurchase .modal-footer>div,
  #indexModal .modal-footer>div {
    margin-right: 28px;
  }
}

@media screen and (max-width:991px) {

  #forgotPassword .modal-footer>div,
  #guestAfterPurchase .modal-footer>div,
  #indexModal .modal-footer>div {
    margin-right: 10px;
  }
}

@media screen and (max-width:767px) {

  #forgotPassword .modal-footer>div,
  #guestAfterPurchase .modal-footer>div,
  #indexModal .modal-footer>div {
    margin-right: 0;
  }
}

#forgotPassword .modal-footer>div div .new-modal .modal-body a,
#forgotPassword .modal-footer>div div button,
#guestAfterPurchase .modal-footer>div div .new-modal .modal-body a,
#guestAfterPurchase .modal-footer>div div button,
#indexModal .modal-footer>div div .new-modal .modal-body a,
#indexModal .modal-footer>div div button,
.new-modal .modal-body #forgotPassword .modal-footer>div div a,
.new-modal .modal-body #guestAfterPurchase .modal-footer>div div a,
.new-modal .modal-body #indexModal .modal-footer>div div a {
  margin-right: 59.5px;
  background-color: transparent;
  font-size: 15px;
  margin-top: 20px;
}

@media screen and (max-width:1199px) {

  #forgotPassword .modal-footer>div div .new-modal .modal-body a,
  #forgotPassword .modal-footer>div div button,
  #guestAfterPurchase .modal-footer>div div .new-modal .modal-body a,
  #guestAfterPurchase .modal-footer>div div button,
  #indexModal .modal-footer>div div .new-modal .modal-body a,
  #indexModal .modal-footer>div div button,
  .new-modal .modal-body #forgotPassword .modal-footer>div div a,
  .new-modal .modal-body #guestAfterPurchase .modal-footer>div div a,
  .new-modal .modal-body #indexModal .modal-footer>div div a {
    margin-right: 35.5px;
  }
}

@media screen and (max-width:991px) {

  #forgotPassword .modal-footer>div div .new-modal .modal-body a,
  #forgotPassword .modal-footer>div div button,
  #guestAfterPurchase .modal-footer>div div .new-modal .modal-body a,
  #guestAfterPurchase .modal-footer>div div button,
  #indexModal .modal-footer>div div .new-modal .modal-body a,
  #indexModal .modal-footer>div div button,
  .new-modal .modal-body #forgotPassword .modal-footer>div div a,
  .new-modal .modal-body #guestAfterPurchase .modal-footer>div div a,
  .new-modal .modal-body #indexModal .modal-footer>div div a {
    margin-right: 42.5px;
    min-width: 75px;
    margin-right: 26.5px;
  }
}

@media screen and (max-width:767px) {

  #forgotPassword .modal-footer>div div,
  #guestAfterPurchase .modal-footer>div div,
  #indexModal .modal-footer>div div {
    display: inline-block;
    width: 33%
  }
}

#forgotPassword .modal-footer span,
#guestAfterPurchase .modal-footer span,
#indexModal .modal-footer span {
  font-family: 'Roboto', sans-serif;
  display: inline-block;
  margin-right: 15px;
  font-weight: 700;
}

#forgotPassword .modal-footer .facebook,
#forgotPassword .modal-footer .google,
#forgotPassword .modal-footer .sign-up,
#guestAfterPurchase .modal-footer .facebook,
#guestAfterPurchase .modal-footer .google,
#guestAfterPurchase .modal-footer .sign-up,
#indexModal .modal-footer .facebook,
#indexModal .modal-footer .google,
#indexModal .modal-footer .sign-up {
  border-radius: 5px;
  margin-right: 12.5px;
  padding-top: 11.5px;
  padding-bottom: 9.5px;
  padding-left: 35px;
  padding-right: 35px;
  font-size: 15px;
}

@media screen and (max-width:991px) {

  #forgotPassword .modal-footer .facebook,
  #forgotPassword .modal-footer .google,
  #forgotPassword .modal-footer .sign-up,
  #guestAfterPurchase .modal-footer .facebook,
  #guestAfterPurchase .modal-footer .google,
  #guestAfterPurchase .modal-footer .sign-up,
  #indexModal .modal-footer .facebook,
  #indexModal .modal-footer .google,
  #indexModal .modal-footer .sign-up {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width:767px) {

  #forgotPassword .modal-footer .facebook,
  #forgotPassword .modal-footer .google,
  #forgotPassword .modal-footer .sign-up,
  #guestAfterPurchase .modal-footer .facebook,
  #guestAfterPurchase .modal-footer .google,
  #guestAfterPurchase .modal-footer .sign-up,
  #indexModal .modal-footer .facebook,
  #indexModal .modal-footer .google,
  #indexModal .modal-footer .sign-up {
    display: block;
    margin: 0 auto;
    width: 100%;
    float: none;
  }
}

#forgotPassword .modal-footer .facebook i,
#forgotPassword .modal-footer .google i,
#forgotPassword .modal-footer .sign-up i,
#guestAfterPurchase .modal-footer .facebook i,
#guestAfterPurchase .modal-footer .google i,
#guestAfterPurchase .modal-footer .sign-up i,
#indexModal .modal-footer .facebook i,
#indexModal .modal-footer .google i,
#indexModal .modal-footer .sign-up i {
  margin-right: 7.5px;
}

#forgotPassword .modal-footer .google,
#guestAfterPurchase .modal-footer .google,
#indexModal .modal-footer .google {
  background-color: #db4a38;
  color: #fff;
  transition: .3s background-color;
  float: left;
}

#forgotPassword .modal-footer .google:active,
#forgotPassword .modal-footer .google:focus,
#forgotPassword .modal-footer .google:hover,
#guestAfterPurchase .modal-footer .google:active,
#guestAfterPurchase .modal-footer .google:focus,
#guestAfterPurchase .modal-footer .google:hover,
#indexModal .modal-footer .google:active,
#indexModal .modal-footer .google:focus,
#indexModal .modal-footer .google:hover {
  background-color: #be3322;
}

@media screen and (max-width:767px) {

  #forgotPassword .modal-footer .google,
  #guestAfterPurchase .modal-footer .google,
  #indexModal .modal-footer .google {
    margin-top: 25px;
  }
}

#forgotPassword .modal-footer .facebook,
#guestAfterPurchase .modal-footer .facebook,
#indexModal .modal-footer .facebook {
  background-color: #3a5897;
  color: #fff;
  transition: .3s background-color;
  float: left;
}

#forgotPassword .modal-footer .facebook:active,
#forgotPassword .modal-footer .facebook:focus,
#forgotPassword .modal-footer .facebook:hover,
#guestAfterPurchase .modal-footer .facebook:active,
#guestAfterPurchase .modal-footer .facebook:focus,
#guestAfterPurchase .modal-footer .facebook:hover,
#indexModal .modal-footer .facebook:active,
#indexModal .modal-footer .facebook:focus,
#indexModal .modal-footer .facebook:hover {
  background-color: #2c4372;
}

@media screen and (max-width:767px) {

  #forgotPassword .modal-footer .facebook,
  #guestAfterPurchase .modal-footer .facebook,
  #indexModal .modal-footer .facebook {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

#forgotPassword .modal-footer .sign-up,
#guestAfterPurchase .modal-footer .sign-up,
#indexModal .modal-footer .sign-up {
  background-color: #fcce2c;
  transition: .3s background-color;
  padding-left: 60px;
  padding-right: 60px;
  margin-right: 8.5px;
}

#forgotPassword .modal-footer .open-coupon,
#guestAfterPurchase .modal-footer .open-coupon,
#indexModal .modal-footer .open-coupon {
  font-size: 14px;
}

@media screen and (max-width:1199px) {

  #forgotPassword .modal-footer .open-coupon,
  #guestAfterPurchase .modal-footer .open-coupon,
  #indexModal .modal-footer .open-coupon {
    margin-right: -18.5px;
  }
}

@media screen and (max-width:991px) {

  #forgotPassword .modal-footer .open-coupon,
  #guestAfterPurchase .modal-footer .open-coupon,
  #indexModal .modal-footer .open-coupon {
    padding-left: 40px;
    padding-right: 40px;
    margin-right: -.5px;
  }
}

@media screen and (max-width:767px) {

  #forgotPassword .modal-footer .open-coupon,
  #guestAfterPurchase .modal-footer .open-coupon,
  #indexModal .modal-footer .open-coupon {
    display: inline-block;
    width: 100%
  }
}

#forgotPassword .modal-footer .open-coupon:active,
#forgotPassword .modal-footer .open-coupon:focus,
#forgotPassword .modal-footer .open-coupon:hover,
#guestAfterPurchase .modal-footer .open-coupon:active,
#guestAfterPurchase .modal-footer .open-coupon:focus,
#guestAfterPurchase .modal-footer .open-coupon:hover,
#indexModal .modal-footer .open-coupon:active,
#indexModal .modal-footer .open-coupon:focus,
#indexModal .modal-footer .open-coupon:hover {
  background-color: #f2bd03;
}

#forgotPassword .modal-footer .new-modal .modal-body a,
#forgotPassword .modal-footer button,
#guestAfterPurchase .modal-footer .new-modal .modal-body a,
#guestAfterPurchase .modal-footer button,
#indexModal .modal-footer .new-modal .modal-body a,
#indexModal .modal-footer button,
.new-modal .modal-body #forgotPassword .modal-footer a,
.new-modal .modal-body #guestAfterPurchase .modal-footer a,
.new-modal .modal-body #indexModal .modal-footer a {
  border: none;
  box-shadow: none;
  border-radius: 5px;
}

#forgotPassword .modal-header,
#guestAfterPurchase .modal-header,
#indexModal .modal-header {
  text-transform: none;
}

#forgotPassword .modal-header h4,
#guestAfterPurchase .modal-header h4,
#indexModal .modal-header h4 {
  font-family: 'Roboto', sans-serif;
}

#forgotPassword .modal-header h5,
#guestAfterPurchase .modal-header h5,
#indexModal .modal-header h5 {
  color: #999;
}

#oldUsersWelcome .modal-header {
  background-color: #fb6a90;
}

#oldUsersWelcome .modal-header h3 {
  font-size: 28px !important;
}

@media screen and (min-width:1025px) {
  #oldUsersWelcome .modal-header h3 {
    text-align: center;
  }
}

#oldUsersWelcome .modal-header .logo {
  position: absolute;
  z-index: 1;
}

@media screen and (min-width:1025px) {
  #oldUsersWelcome .modal-body {
    padding: 0;
    background-color: #c9c9c9;
  }
}

#oldUsersWelcome .modal-body .whats-new {
  width: 94%;
  margin: 0 auto;
  text-align: left;
}

#oldUsersWelcome .modal-body .whats-new img {
  margin-top: 24px;
}

#oldUsersWelcome .modal-body .whats-new .left-nav,
#oldUsersWelcome .modal-body .whats-new .right-nav {
  float: left;
  cursor: pointer;
}

#oldUsersWelcome .modal-body .whats-new .right-nav {
  float: right;
}

#oldUsersWelcome .modal-body .whats-new .number {
  display: inline-block;
  padding-left: 30px;
  font-size: 52px;
  font-weight: 700;
  width: 56px;
}

#oldUsersWelcome .modal-body .whats-new .text {
  display: inline-block;
  font-family: Roboto;
  font-size: 14px;
}

#oldUsersWelcome .modal-body .whats-new .text .title {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
}

#oldUsersWelcome .modal-body img {
  margin-bottom: 0;
}

#oldUsersWelcome .modal-body h3 {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 6vw !important;
}

@media screen and (min-width:500px) {
  #oldUsersWelcome .modal-body h3 {
    font-size: 28px !important;
  }
}

#oldUsersWelcome .modal-body ul {
  list-style: none;
  padding: 0;
}

#oldUsersWelcome .modal-body h3,
#oldUsersWelcome .modal-body ul {
  text-align: left;
}

#oldUsersWelcome .modal-body .title {
  position: static !important;
}

#oldUsersWelcome .modal-dialog {
  width: auto;
  max-width: 642px;
}

#oldUsersWelcome .modal-footer {
  text-align: center;
}

#oldUsersWelcome .modal-footer a {
  width: auto;
}

@media screen and (min-width:1025px) {
  #oldUsersWelcome .modal-footer a {
    width: 300px;
    font-weight: 700;
  }
}

#oldUsersWelcome .modal-footer img {
  margin: 10px 0;
}

#oldUsersWelcome .modal-footer h4 {
  text-transform: uppercase;
  font-weight: 700;
}

.songModal.more-songs .modal-header h3 {
  font-size: 24px !important;
}

@media screen and (max-width:400px) {
  .songModal.more-songs .modal-header h3 {
    font-size: 20px !important;
  }
}

.songModal.more-songs .filled-heart {
  font-size: 16px;
  padding-bottom: 15px;
}

@media screen and (max-width:400px) {
  .songModal.more-songs .filled-heart {
    font-size: 13px !important;
  }
}

.songModal.more-songs .filled-heart img {
  margin-bottom: 0 !important;
}

@media screen and (max-width:991px) {
  .songModal.more-songs .modal-body {
    padding-bottom: 1px;
  }

  .songModal.more-songs .filled-heart {
    margin-bottom: 15px;
  }

  .songModal.more-songs .title {
    position: absolute;
    left: 0;
    top: -47.5px;
  }

  .songModal.more-songs .modal-more-songs {
    position: relative;
    margin-top: 15px;
  }

  .songModal.more-songs .modal-more-songs>div {
    width: calc(93% - 133px);
    margin-left: 10px !important;
  }

  .songModal.more-songs .modal-more-songs>div p {
    font-size: 14px;
  }
}

.songModal.more-songs .got-it {
  margin: 0 auto !important;
  float: none !important;
}

.songModal.more-songs .modal-more-songs {
  margin-bottom: 20px;
}

.songModal.more-songs .modal-more-songs div,
.songModal.more-songs .modal-more-songs img {
  float: left;
}

.songModal.more-songs .modal-more-songs h3 {
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 5px;
  margin-top: 20.5px;
  font-weight: 700;
}

.songModal.more-songs .modal-more-songs div {
  margin-left: 20px;
}

@media (max-width:767px) {
  .songModal {
    padding-right: 0 !important;
    width: 100%;
    margin: 0 auto;
  }
}

.songModal .modal-dialog {
  max-width: 600px;
}

@media screen and (max-width:767px) {
  .songModal .modal-dialog {
    width: 90%
  }
}

.songModal .modal-header h3 {
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  margin-bottom: -7px;
  font-weight: 700;
}

.new-modal .modal-body .songModal .modal-header a,
.songModal .modal-header .new-modal .modal-body a,
.songModal .modal-header button {
  margin-top: -4.5px;
}

.songModal .modal-footer {
  background-color: #e6e6e6;
}

.songModal .modal-footer p {
  float: left;
  font-size: 15px;
  font-family: Roboto;
  margin-left: 58.5px;
}

.songModal .modal-footer a {
  color: #000;
  text-align: center;
  margin: 0 auto;
  font-family: Roboto;
  background-color: #fcce2c;
  padding: 7.5px 17.5px;
  padding-bottom: 10px;
  width: 200px;
  display: block;
  float: right;
  margin-top: 5.5px;
  margin-right: 58.5px;
}

@media screen and (max-width:991px) {
  .songModal .modal-footer {
    background-color: #d3d3d3;
    border-top: none;
  }
}

@media screen and (max-width:675px) {

  .songModal .modal-footer a,
  .songModal .modal-footer p {
    display: block;
    float: none;
    margin: 0 auto;
  }

  .songModal .modal-footer p {
    text-align: center;
    margin-bottom: 15px;
  }
}

.songModal .modal-body {
  background-color: #e6e6e6;
  border-radius: 5px;
}

@media (max-width:991px) {
  .songModal .modal-body {
    padding-top: 8px;
    padding-bottom: 0;
    background-color: #d3d3d3;
    border-radius: 0;
  }

  .songModal .modal-body h5 {
    max-width: 180px;
  }

  .songModal .modal-body .song-author-name {
    position: absolute;
    left: 72.5px;
    top: 57%;
    transform: translate(0, -50%);
  }
}

.songModal .modal-body p {
  text-align: left;
  font-size: 15px;
  font-family: Roboto;
}

@media screen and (max-width:991px) {
  .songModal .modal-body p {
    font-size: 14px;
  }
}

.songModal .modal-body a {
  color: #000;
}

.songModal .modal-body h5 {
  margin-top: 0;
  margin-bottom: 2.5px;
  font-family: Roboto;
  font-size: 14px;
  max-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width:991px) {
  .songModal .modal-body h5 {
    display: inline-block;
  }

  .songModal .modal-body h5:nth-child(1):after {
    content: '  -'
  }
}

.songModal .modal-body .row .col-lg-4 {
  margin-top: 15px;
}

@media (max-width:991px) {
  .songModal .modal-body .row .col-lg-4 {
    text-align: left;
    margin-top: 0;
    border-bottom: 1px solid silver;
  }

  .songModal .modal-body .row .col-lg-4.active {
    background-color: #fcce2c;
  }
}

@media (min-width:991px) {
  .songModal .modal-body .row .col-lg-4: hover img {
    border: 3.5px solid #fcce2c;
    -webkit-filter: none;
    filter: none;
  }
}

.songModal .modal-body .row .col-lg-4.active img {
  -webkit-filter: none;
  filter: none;
  border: 3.5px solid #009cff;
}

.songModal .modal-body .row .col-lg-4 img {
  width: 70%;
  border-radius: 50%;
  border: 3.5px solid #fff;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

@media (max-width:991px) {
  .songModal .modal-body .row .col-lg-4 img {
    width: 50px;
    margin-bottom: 5px;
    margin-top: 5px;
    float: left;
  }
}

#paymentModal {
  color: #000;
  padding-right: 0 !important;
}

#paymentModal .modal-dialog {
  max-width: none;
}

@media (min-width:992px) {
  #paymentModal .modal-dialog {
    width: 660px;
  }
}

@media (max-width:767px) {
  #paymentModal .modal-dialog {
    width: 85%
  }
}

#paymentModal h4.modal-title {
  font-size: 18px;
}

#paymentModal .modal-header .close {
  margin-top: -1.5px;
}

#paymentModal .modal-header .close img {
  width: 20px;
}

#paymentModal .modal-body {
  background-color: #d6d6d6;
}

#paymentModal .payment-type-cards {
  width: 115px;
  margin-bottom: 120px;
}

@media (max-width:991px) {
  #paymentModal .payment-type-cards {
    display: block;
    margin: 0 auto;
    margin-bottom: 40px;
  }
}

#paymentModal .payment-type-checkboxes {
  margin-bottom: 15px;
  margin-left: 30px;
}

#paymentModal .payment-type h3 {
  max-width: 260px;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-top: 50px;
}

@media (max-width:991px) {
  #paymentModal .payment-type h3 {
    max-width: none;
    font-size: 15px;
    font-family: Roboto;
    margin-bottom: 15px;
    margin-top: 10px;
  }
}

@media (max-width:450px) {
  #paymentModal .payment-type h3 {
    margin-top: 0;
  }
}

#paymentModal .payment-type h5 {
  margin-bottom: 40px;
  font-size: 14px;
  font-family: Roboto;
}

@media (max-width:991px) {
  #paymentModal .payment-type h5 {
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
    font-family: Roboto;
  }
}

@media (max-width:460px) {
  #paymentModal .payment-type h5 {
    display: block;
    margin-bottom: 15px;
  }
}

#paymentModal .payment-type .pay-paypal {
  margin-left: 20px;
}

#paymentModal .payment-type .pay-paypal-image {
  position: relative;
  right: 6px;
}

#paymentModal .credit-type {
  text-align: left;
  font-family: Roboto;
  font-size: 13px;
  margin-top: 40px;
  display: none;
}

#paymentModal .credit-type .pay-paypal-mobile {
  text-align: center;
}

#paymentModal .credit-type .pay-paypal-mobile span {
  cursor: pointer;
  border-bottom: 1px solid #0178ab;
  color: #0178ab;
}

@media (max-width:350px) {
  #paymentModal .credit-type .pay-paypal-mobile span {
    display: block;
    width: 115px;
    margin: 0 auto;
  }
}

#paymentModal .credit-type h3.credit-card-mobile {
  font-size: 16px;
  display: inline-block;
  font-weight: 400;
  margin-bottom: 30px;
}

@media (max-width:991px) {
  #paymentModal .credit-type {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
}

#paymentModal .credit-type label {
  display: block;
  font-weight: 400;
  margin-bottom: 2.5px;
}

#paymentModal .credit-type input {
  border: none;
  border-radius: 5px;
}

#paymentModal .credit-type input[type=text] {
  height: 32.5px;
  margin-bottom: 10px;
  padding-left: 5px;
}

#paymentModal .credit-type input[type=submit] {
  width: 90%;
  background-color: #fcce2c;
  padding: 10px 20px;
  margin-top: 10px;
  transition: .3s background-color;
}

@media (max-width:991px) {
  #paymentModal .credit-type input[type=submit] {
    width: 70%;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
    margin-top: 30px;
  }
}

#paymentModal .credit-type input[type=submit]:hover {
  background-color: #f2bd03;
}

#paymentModal .credit-type-full input {
  width: 90%
}

@media (max-width:991px) {
  #paymentModal .credit-type-full input {
    width: 99% !important;
  }
}

#paymentModal .credit-type select {
  border: none;
  height: 32.5px;
  border-radius: 5px;
  margin-bottom: 10px;
}

@media (max-width:430px) {
  #paymentModal .credit-type select[name=expiration-date-year] {
    margin-top: 20px;
  }
}

#paymentModal .credit-type-third {
  width: 30%;
  display: inline-block;
}

@media (max-width:430px) {
  #paymentModal .credit-type-third {
    display: block;
    width: 99% !important;
  }
}

@media (max-width:991px) {
  #paymentModal .credit-type-third {
    width: 32.5%
  }

  #paymentModal .credit-type-third input,
  #paymentModal .credit-type-third select {
    width: 99% !important;
  }
}

#paymentModal .credit-type-third input,
#paymentModal .credit-type-third select {
  width: 90%
}

#paymentModal .credit-type-half {
  width: 45%;
  display: inline-block;
}

#paymentModal .credit-type-half input,
#paymentModal .credit-type-half select {
  width: 95%
}

@media (max-width:991px) {
  #paymentModal .credit-type-half {
    width: 49%
  }

  #paymentModal .credit-type-half input,
  #paymentModal .credit-type-half select {
    width: 99% !important;
  }
}

@media (max-width:430px) {
  #paymentModal .credit-type-half {
    width: 99% !important;
  }
}

#paymentModal .paypal-type {
  margin-top: 155px;
  display: none;
}

@media (max-width:991px) {
  #paymentModal .paypal-type {
    margin-top: 0;
    margin-bottom: 35px;
  }
}

#paymentModal .paypal-type .pay-credit-mobile {
  cursor: pointer;
  border-bottom: 1px solid #0178ab;
  color: #0178ab;
  font-family: Roboto;
  font-size: 13px;
  display: block;
  width: 140px;
  margin: 0 auto;
  margin-bottom: 15px;
}

#paymentModal .paypal-type p {
  font-size: 14px;
  font-family: Roboto;
  margin-bottom: 20px;
}

@media (max-width:991px) {
  #paymentModal .paypal-type p {
    font-family: Roboto;
    font-size: 14px;
  }
}

#paymentModal .paypal-type a {
  color: #fff;
  padding: 10px 25px;
  border-radius: 5px;
  background-color: #019cde;
  font-size: 14px;
  transition: .3s background-color;
  font-family: Roboto;
}

@media (max-width:991px) {
  #paymentModal .paypal-type a {
    display: block;
    width: 165px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}

#paymentModal .paypal-type a:hover {
  background-color: #0178ab;
}

#paymentModal .payment-terms {
  text-align: left;
}

@media (max-width:991px) {
  #paymentModal .payment-terms ul {
    list-style: none;
    padding-left: 10px;
  }

  #paymentModal .payment-terms ul li {
    margin-bottom: 15px;
  }

  #paymentModal .payment-terms p {
    padding-left: 10px !important;
  }
}

#paymentModal .payment-terms li {
  font-family: Roboto;
  font-size: 12px;
}

#paymentModal .payment-terms P {
  font-family: Roboto;
  font-size: 12px;
  padding-left: 25px;
}

#paymentModal .payment-terms P a {
  color: #000;
  border-bottom: 1px solid #000;
}

#guestAfterPurchase .modal-dialog {
  width: 50%;
  max-width: 620px;
  margin-top: 10%
}

#guestAfterPurchase .modal-header {
  background: #fff;
}

#guestAfterPurchase .modal-footer {
  text-align: center;
}

#guestAfterPurchase .modal-footer .modal-social {
  margin-top: 30px;
}

#guestAfterPurchase .modal-footer .facebook,
#guestAfterPurchase .modal-footer .google {
  float: none;
}

#guestAfterPurchase .modal-body {
  width: 80%
}

#guestAfterPurchase .modal-body img {
  position: absolute;
  left: 10px;
  top: 15px;
}

#guestAfterPurchase .modal-body p {
  padding-bottom: 20px;
}

#guestAfterPurchase .modal-body a {
  color: #337ab7;
}

#guestAfterPurchase .modal-body button,
#guestAfterPurchase .new-modal .modal-body a,
.new-modal #guestAfterPurchase .modal-body a {
  width: 180px;
  border-radius: 5px;
  border: none;
  padding: 10px;
}

#guestAfterPurchase .modal-body .login {
  margin-top: 10px;
  display: block;
  background: #d0d0d0;
}

#guestAfterPurchase .modal-body .login:hover {
  background: #dad9d9;
}

#guestAfterPurchase .modal-body input {
  width: 94%
}

.header-lower {
  font-family: 'Roboto', sans-serif;
}

@media (min-width:992px) and (max-width:1199px) {
  .header-lower .break {
    display: block !important;
  }
}

.header-lower .navbar-break {
  display: none;
}

.header-lower .navbar-default {
  padding-bottom: 10px;
  padding-top: 10px;
  margin-bottom: 0;
  border-radius: 0;
}

@media screen and (max-width:767px) {
  .header-lower .navbar-default {
    margin-top: 20px !important;
  }
}

.artists .header-lower p,
.header-lower .artists p,
.header-lower h1 {
  margin-top: 14px;
  padding-top: 0;
  display: inline-block;
}

.header-lower-text {
  padding-top: 12px;
  font-size: 18px;
}

.header-lower-text-container {
  background-color: #000;
  color: #fff;
}

.header-lower-text-container .index-back {
  color: #fff;
  font-size: 19px;
  display: inline-block;
}

.header-lower-tutorials {
  background-color: #000;
  color: #fff;
  padding: 8px 6px 6px 6px;
  text-transform: uppercase;
  font-size: 20px;
  font-family: GT-Pressura-Bold;
  line-height: 22px;
}

.header-lower ul.nav {
  text-align: center;
  float: none;
}

.header-lower ul.nav li {
  float: none;
  display: inline-block;
}

@media screen and (min-width:768px) {
  .header-lower ul.nav li {
    width: 118px;
  }

  .header-lower ul.nav li.active a {
    background-color: #a874de;
    color: #fff;
    position: relative;
    top: 10px;
    margin-top: -15px;
  }

  .header-lower ul.nav li.active a:active,
  .header-lower ul.nav li.active a:focus,
  .header-lower ul.nav li.active a:hover {
    color: #fff;
    background-color: #a874de;
  }

  .header-lower ul.nav li.active a .navbar-accompaniment,
  .header-lower ul.nav li.active a .navbar-anime,
  .header-lower ul.nav li.active a .navbar-classical,
  .header-lower ul.nav li.active a .navbar-holidays,
  .header-lower ul.nav li.active a .navbar-index,
  .header-lower ul.nav li.active a .navbar-jazz,
  .header-lower ul.nav li.active a .navbar-movies,
  .header-lower ul.nav li.active a .navbar-oldies,
  .header-lower ul.nav li.active a .navbar-popular,
  .header-lower ul.nav li.active a .navbar-traditional {
    width: 55px;
    height: 55px;
    background-color: #ed628a;
  }

  .header-lower ul.nav li.active a .navbar-accompaniment img,
  .header-lower ul.nav li.active a .navbar-anime img,
  .header-lower ul.nav li.active a .navbar-classical img,
  .header-lower ul.nav li.active a .navbar-holidays img,
  .header-lower ul.nav li.active a .navbar-index img,
  .header-lower ul.nav li.active a .navbar-jazz img,
  .header-lower ul.nav li.active a .navbar-movies img,
  .header-lower ul.nav li.active a .navbar-oldies img,
  .header-lower ul.nav li.active a .navbar-popular img,
  .header-lower ul.nav li.active a .navbar-traditional img {
    width: 32px;
  }

  .header-lower ul.nav li.active a .navbar-anime img {
    width: 22px;
  }
}

.header-lower ul.nav a {
  transition: .3s color;
  padding-left: 0;
  padding-right: 0;
}

.header-lower ul.nav a .navbar-traditional img {
  width: 15px;
}

.header-lower ul.nav a img {
  display: block;
  width: 22px;
  margin: 0 auto;
}

.header-lower ul.nav a .navbar-accompaniment,
.header-lower ul.nav a .navbar-anime,
.header-lower ul.nav a .navbar-classical,
.header-lower ul.nav a .navbar-holidays,
.header-lower ul.nav a .navbar-index,
.header-lower ul.nav a .navbar-jazz,
.header-lower ul.nav a .navbar-movies,
.header-lower ul.nav a .navbar-oldies,
.header-lower ul.nav a .navbar-popular,
.header-lower ul.nav a .navbar-traditional {
  position: relative;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #fcce2c;
  margin-bottom: 2px;
}

.header-lower ul.nav a .navbar-accompaniment img,
.header-lower ul.nav a .navbar-anime img,
.header-lower ul.nav a .navbar-classical img,
.header-lower ul.nav a .navbar-holidays img,
.header-lower ul.nav a .navbar-index img,
.header-lower ul.nav a .navbar-jazz img,
.header-lower ul.nav a .navbar-movies img,
.header-lower ul.nav a .navbar-oldies img,
.header-lower ul.nav a .navbar-popular img,
.header-lower ul.nav a .navbar-traditional img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 22.5%
}

.header-lower ul.nav a .navbar-traditional img {
  left: 30%
}

.header-lower ul.nav a .navbar-anime img {
  left: 30%;
  width: 16px;
}

@media (min-width:768px) and (max-width:1024px) {
  .header-lower .navbar-default {
    background-color: transparent;
    color: #000;
  }

  .header-lower ul.nav li {
    width: 165px;
  }

  .header-lower ul.nav li a {
    padding-left: 0;
    padding-right: 0;
  }

  .header-lower ul.nav li a span {
    color: #8d8d8d;
  }

  .header-lower ul.nav li.active a {
    background: 0 0;
  }

  .header-lower ul.nav li.active a span {
    color: #000;
  }

  .header-lower ul.nav li.active a:active,
  .header-lower ul.nav li.active a:focus,
  .header-lower ul.nav li.active a:hover {
    background: 0 0;
  }
}

@media (min-width:850px) and (max-width:1250px) {
  .header-lower .navbar-break {
    display: block;
  }
}

@media screen and (max-width:767px) {
  .header-lower .navbar-toggle {
    padding: 0;
    margin-top: 2.5px;
    margin-bottom: 14px;
  }

  .header-lower .navbar-default {
    background-color: transparent;
    width: 95%;
    border: 2px solid silver;
    margin: 0 auto;
    padding-bottom: 0;
  }

  .header-lower .navbar-header .new-modal .modal-body a,
  .header-lower .navbar-header button,
  .new-modal .modal-body .header-lower .navbar-header a {
    float: none;
    margin-left: 0;
    margin-right: 0;
    width: 100%
  }

  .header-lower .navbar-header .new-modal .modal-body a span,
  .header-lower .navbar-header button span,
  .new-modal .modal-body .header-lower .navbar-header a span {
    float: left;
    margin-left: 15px;
    position: relative;
    top: 2.5px;
  }

  .header-lower .navbar-header .new-modal .modal-body a span.glyphicon,
  .header-lower .navbar-header button span.glyphicon,
  .new-modal .modal-body .header-lower .navbar-header a span.glyphicon {
    float: right;
    margin-top: 1px;
    margin-right: 15px;
  }

  .header-lower ul.nav {
    text-align: left;
    float: none;
    color: #000;
    margin-top: 0;
  }

  .header-lower ul.nav li {
    display: block;
    border-top: 1px solid silver;
  }

  .header-lower ul.nav li.active a {
    background-color: transparent;
  }

  .header-lower ul.nav li.active a:active,
  .header-lower ul.nav li.active a:focus,
  .header-lower ul.nav li.active a:hover {
    background-color: transparent;
  }

  .header-lower ul.nav li>a {
    color: #000;
    position: relative;
    bottom: 10px;
  }

  .header-lower ul.nav li>a:active,
  .header-lower ul.nav li>a:focus,
  .header-lower ul.nav li>a:hover {
    color: #000;
  }

  .header-lower ul.nav a li .navbar-accompaniment,
  .header-lower ul.nav a li .navbar-anime,
  .header-lower ul.nav a li .navbar-classical,
  .header-lower ul.nav a li .navbar-holidays,
  .header-lower ul.nav a li .navbar-index,
  .header-lower ul.nav a li .navbar-jazz,
  .header-lower ul.nav a li .navbar-movies,
  .header-lower ul.nav a li .navbar-oldies,
  .header-lower ul.nav a li .navbar-traditional,
  .header-lower ul.nav li .navbar-popular,
  .header-lower ul.nav li a .navbar-accompaniment,
  .header-lower ul.nav li a .navbar-anime,
  .header-lower ul.nav li a .navbar-classical,
  .header-lower ul.nav li a .navbar-holidays,
  .header-lower ul.nav li a .navbar-index,
  .header-lower ul.nav li a .navbar-jazz,
  .header-lower ul.nav li a .navbar-movies,
  .header-lower ul.nav li a .navbar-oldies,
  .header-lower ul.nav li a .navbar-traditional {
    display: inline-block;
    background-color: transparent;
    margin-bottom: 0;
  }

  .header-lower ul.nav a li .navbar-accompaniment img,
  .header-lower ul.nav a li .navbar-anime img,
  .header-lower ul.nav a li .navbar-classical img,
  .header-lower ul.nav a li .navbar-holidays img,
  .header-lower ul.nav a li .navbar-index img,
  .header-lower ul.nav a li .navbar-jazz img,
  .header-lower ul.nav a li .navbar-movies img,
  .header-lower ul.nav a li .navbar-oldies img,
  .header-lower ul.nav a li .navbar-traditional img,
  .header-lower ul.nav li .navbar-popular img,
  .header-lower ul.nav li a .navbar-accompaniment img,
  .header-lower ul.nav li a .navbar-anime img,
  .header-lower ul.nav li a .navbar-classical img,
  .header-lower ul.nav li a .navbar-holidays img,
  .header-lower ul.nav li a .navbar-index img,
  .header-lower ul.nav li a .navbar-jazz img,
  .header-lower ul.nav li a .navbar-movies img,
  .header-lower ul.nav li a .navbar-oldies img,
  .header-lower ul.nav li a .navbar-traditional img {
    position: absolute;
    top: 86%
  }
}

@media (min-width:768px) and (max-width:1199px) {

  .header-lower .navbar .container-fluid,
  .header-lower .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }

  .header-lower ul.nav {
    max-width: 867px;
    margin: 0 auto;
  }

  .header-lower ul.nav li {
    float: left;
  }
}

.header-lower-artist {
  background-color: #a874de;
}

.header-lower-artist .container {
  position: relative;
}

@media (min-width:768px) {
  .header-lower-artist .container {
    width: 90%
  }
}

.animated-tutorials .header-lower-artist .container h3,
.device div .header-lower-artist .container p,
.header-lower-artist .container .animated-tutorials h3,
.header-lower-artist .container .device div p,
.header-lower-artist .container h2 {
  margin-top: 9px;
  margin-bottom: 6px;
  font-size: 22px;
  margin-left: 157.5px;
  font-family: 'Roboto', sans-serif;
}

.header-lower-artist-desktop {
  background-color: #000;
  color: #fff;
}

.header-lower-artist-mobile {
  background-color: #000;
}

.animated-tutorials .header-lower-artist-mobile h3,
.device div .header-lower-artist-mobile p,
.header-lower-artist-mobile .animated-tutorials h3,
.header-lower-artist-mobile .device div p,
.header-lower-artist-mobile h2 {
  margin-top: 0;
  color: #fff;
  font-family: GT-Pressura-Bold;
  margin-left: 15px;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 2.5px;
  font-size: 30px;
}

.artists .header-lower-artist-heading p,
.header-lower-artist-heading .artists p,
.header-lower-artist-heading h1 {
  font-size: 60px;
  font-size: 4.5vw;
  color: #fff;
  font-family: GT-Pressura-Bold;
  text-transform: uppercase;
  display: block;
  position: relative;
  top: 50px;
  margin-top: 20px;
  margin-left: 15px;
}

@media screen and (max-width:991px) {

  .artists .header-lower-artist-heading p,
  .header-lower-artist-heading .artists p,
  .header-lower-artist-heading h1 {
    margin-top: 0;
  }
}

@media screen and (max-width:767px) {

  .artists .header-lower-artist-heading p,
  .header-lower-artist-heading .artists p,
  .header-lower-artist-heading h1 {
    margin-bottom: 5px;
    top: 0;
    margin-top: 15px;
    margin-left: 0;
    font-size: 32.5px;
  }
}

.header-lower-artist-heading img {
  width: 170px;
  border-radius: 50%;
  position: relative;
  top: 20px;
}

.artists .header-lower-artist-heading p,
.header-lower-artist-heading .artists p,
.header-lower-artist-heading h1,
.header-lower-artist-heading img {
  display: inline-block;
}

.mobile-wrapper {
  display: inline-block;
  vertical-align: middle;
}

@media (max-width:768px) {
  .mobile-wrapper span {
    display: block;
  }
}

.spirite_burger-small,
.spirite_close,
.spirite_email-env,
.spirite_facebook,
.spirite_gplus,
.spirite_logo-large,
.spirite_logo-small,
.spirite_mergedlayers,
.spirite_pass-key,
.spirite_search,
.spirite_twitter,
.spirite_youtube {
  display: inline-block;
  background: url(https://i82.servimg.com/u/f82/19/38/53/40/genera10.png) no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
  vertical-align: middle;
}

.spirite_logo-large {
  background-position: 0 0;
  width: 236px;
  height: 43px;
}

.spirite_logo-small {
  background-position: 0 -43px;
  width: 66px;
  height: 65px;
}

.spirite_youtube {
  background-position: -66px -43px;
  width: 46px;
  height: 32px;
}

.spirite_twitter {
  background-position: -112px -43px;
  width: 37px;
  height: 30px;
}

.spirite_burger-small {
  background-position: -149px -43px;
  width: 32px;
  height: 31px;
}

.spirite_facebook {
  background-position: -181px -43px;
  width: 32px;
  height: 32px;
}

.spirite_gplus {
  background-position: -112px -73px;
  width: 29px;
  height: 30px;
}

.spirite_close {
  background-position: -141px -74px;
  width: 28px;
  height: 28px;
}

.spirite_mergedlayers {
  background-position: -66px -75px;
  width: 27px;
  height: 28px;
}

.spirite_email-env {
  background-position: -213px -43px;
  width: 20px;
  height: 15px;
}

.spirite_pass-key {
  background-position: -213px -58px;
  width: 15px;
  height: 21px;
}

.spirite_search {
  background-position: -169px -74px;
  width: 11px;
  height: 14px;
}

.homepage-image {
  background-image: url(https://assets.onlinepianist.com/assets/images/app-screen-intro.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  height: 90vh;
  position: relative;
}

.homepage-image .play {
  position: absolute;
  top: 50%;
  left: 48%
}

.homepage-image .inner-container {
  float: right;
  padding-top: 30%;
  padding-top: 56vh;
}

.homepage-image .inner-container .h1-p-container {
  text-align: right;
}

@media screen and (max-width:1024px) {
  .homepage-image .inner-container .h1-p-container {
    text-align: center;
  }
}

.homepage-image .inner-container .h1-p-container div {
  display: inline-block;
  width: 60%;
  text-align: left;
}

.animated-tutorials .homepage-image .inner-container h3,
.artists .homepage-image .inner-container p,
.device div .homepage-image .inner-container p,
.homepage-image .inner-container .animated-tutorials h3,
.homepage-image .inner-container .artists p,
.homepage-image .inner-container .device div p,
.homepage-image .inner-container h1,
.homepage-image .inner-container h2 {
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  color: #000;
  font-size: 44px;
  margin-bottom: 0;
  font-weight: 700;
  letter-spacing: 1px;
}

@media screen and (max-width:1024px) {

  .artists .homepage-image .inner-container p,
  .homepage-image .inner-container .artists p,
  .homepage-image .inner-container h1 {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translate(-50%);
    text-align: center;
    bottom: -126px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.homepage-image .inner-container p {
  font-weight: 700;
  margin-top: 4px;
  font-family: Roboto;
  text-transform: none;
  margin-bottom: 10px;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 14px;
  width: 90%;
}

@media screen and (max-width:1024px) {
  .homepage-image .inner-container p {
    position: absolute;
    left: 0;
    bottom: -230px;
    width: 99%;
    text-align: center;
    font-weight: 400;
  }
}

@media screen and (max-width:360px) {
  .homepage-image .inner-container p {
    bottom: -250px;
  }
}

.homepage-image .inner-container .video {
  background-color: #fcce2c;
  color: #000;
  font-family: 'Roboto', sans-serif;
  opacity: 1;
  padding: 10px 32px 8px 32px;
  border-radius: 5px;
  border: 1px solid #000;
  position: absolute;
  bottom: 46%;
  left: 50%;
  margin-left: -60px;
  font-size: 18px;
}

.homepage-image .inner-container .video img {
  width: 12.5px;
  margin-left: 8px;
  margin-bottom: 3px;
}

.homepage-image .arrow-bottom {
  position: absolute;
  background-color: #fcce2c;
  bottom: 6%;
  left: 50%;
  width: 30px;
  height: 30px;
  border-radius: 50%
}

.homepage-image .arrow-bottom img {
  position: relative;
  top: 7px;
  left: 6.4px;
}

@media screen and (max-width:991px) {
  .homepage-image {
    height: 500px;
  }
}

@media screen and (max-width:767px) {
  .homepage-image {
    height: 280px;
  }
}

@media screen and (max-width:520px) {
  .homepage-image {
    background-position-x: 50%
  }
}

.animated-tutorials {
  text-align: center;
  background-color: #a874de;
  padding-bottom: 30px;
  padding-top: 165px;
}

@media screen and (min-width:1025px) {
  .animated-tutorials {
    display: none;
  }
}

@media screen and (max-width:1024px) {
  .animated-tutorials {
    padding-top: 250.5px;
  }
}

@media screen and (max-width:360px) {
  .animated-tutorials {
    padding-top: 260px;
  }
}

.animated-tutorials .device div p,
.animated-tutorials h2,
.animated-tutorials h3,
.device div .animated-tutorials p {
  font-family: GT-Pressura-Bold;
  text-transform: uppercase;
  color: #000;
  font-size: 44px;
  margin-bottom: 20px;
  margin-top: 35px;
}

.animated-tutorials h3 {
  margin-top: 0;
  font-family: 'Roboto', sans-serif;
  text-transform: none;
  margin-bottom: 20px;
  font-size: 15px;
}

.animated-tutorials .arrow-bottom {
  background-color: #fcce2c;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 0 auto;
  padding-bottom: 20px;
}

.animated-tutorials .arrow-bottom img {
  position: relative;
  top: 7px;
}

@media screen and (max-width:767px) {

  .animated-tutorials .artists p,
  .animated-tutorials h1,
  .artists .animated-tutorials p {
    font-size: 34px;
  }

  .animated-tutorials h3 {
    font-size: 15px;
  }
}

.device {
  background: #f7f7f7;
  background: linear-gradient(to bottom, #f7f7f7 0, #fff 16%, #fff 28%, #fff 29%, #fff 33%, #fff 35%, #fff 38%, #fff 38%, #fff 51%, #fff 60%, #fff 75%, #f4f4f4 86%, #dbdddb 100%);
}

.device .container {
  margin: 0 auto;
  float: none;
  padding-top: 120px;
  padding-bottom: 75px;
}

.device-android {
  display: none;
}

.device .arrow-bottom2 {
  background-color: #fcce2c;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: -20px auto 20px auto;
  text-align: center;
}

.device .arrow-bottom2 img {
  margin-top: 10px;
}

.device div {
  float: left;
}

.animated-tutorials .device div h3,
.device div .animated-tutorials h3,
.device div h2,
.device div p {
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  color: #000;
  font-size: 44px;
  margin-top: 0;
  position: relative;
  left: 70px;
  font-weight: 700;
}

.device div p {
  margin-top: 0;
  font-family: 'Roboto', sans-serif;
  text-transform: none;
  margin-bottom: 20px;
  font-size: 15px;
}

@media screen and (min-width:1200px) {
  .device div p {
    width: 400px;
  }
}

.device div a {
  position: relative;
  left: 70px;
  margin-right: 15px;
}

.device-main {
  float: right;
}

@media screen and (max-width:1199px) {
  .device {
    text-align: center;
  }

  .device .container {
    padding-top: 70px;
  }

  .device div.container a.device-android {
    display: block;
    position: static;
    color: #000;
    margin-right: 0;
    background-color: #fcce2c;
    display: block;
    max-width: 190px;
    margin: 0 auto;
    padding: 10px;
    font-family: Roboto;
    border-radius: 5px;
    margin-top: 80px;
  }

  .device div {
    float: none;
  }

  .animated-tutorials .device div h3,
  .device div .animated-tutorials h3,
  .device div h2,
  .device div p {
    position: static;
  }

  .device div h3 {
    padding-bottom: 40px;
  }

  .device div a {
    display: none;
  }

  .device-main {
    float: none;
    max-width: 100%;
  }
}

@media screen and (max-width:767px) {

  .artists .device div p,
  .device div .artists p,
  .device div h1 {
    font-size: 34px;
  }

  .device div h3 {
    font-size: 15px;
  }
}

.artists {
  text-align: center;
  background-color: #a874de;
}

.artists a {
  color: #000;
}

.artists .free-demo {
  position: relative;
  z-index: 1;
  bottom: 30px;
  font-size: 22px;
  margin-bottom: -20px !important;
  color: #fb628a;
  transform: rotate(-5deg);
  right: 15px;
}

@media screen and (max-width:1199px) {
  .artists .free-demo {
    display: none;
  }
}

.artists h3 {
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  color: #000;
  font-size: 44px;
  margin-top: 40px;
  font-weight: 700;
}

.artists .col-lg-4:hover img.play-logo {
  z-index: 1 !important;
  visibility: visible;
  opacity: 1;
  border: none;
}

.artists .col-lg-4:hover img {
  -webkit-filter: none;
  filter: none;
}

.artists .col-lg-4.locked .open-lock {
  display: inline-block;
}

.artists .row img.play-logo {
  width: auto;
  border-radius: 0;
  -webkit-filter: none;
  filter: none;
  position: relative;
  left: 95px;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity .6s ease;
  -webkit-transition: visibility 0s, opacity .6s ease;
}

@media screen and (max-width:1199px) {
  .artists .row img.play-logo {
    left: 80px;
  }
}

@media screen and (max-width:1199px) {
  .artists .row img.play-logo {
    display: none;
  }
}

.artists p {
  margin-top: 0;
  font-family: 'Roboto', sans-serif;
  text-transform: none;
  margin-bottom: 50px;
  font-size: 15px;
  font-weight: 700;
  color: #000;
}

.artists .favorite-artist {
  margin-top: 60px;
  padding-bottom: 100px;
}

.artists .favorite-artist .button {
  background-color: #fcce2c;
  display: inline-block;
  padding: 10px;
  font-family: Roboto;
  border-radius: 5px;
}

.artists .new-modal .modal-body a,
.artists button,
.new-modal .modal-body .artists a {
  border: none;
  background-color: transparent;
  position: relative;
  right: 32px;
}

.artists .row img {
  border-radius: 50%;
  width: 50%;
  margin-bottom: 10px;
  position: relative;
  right: 17px;
  cursor: pointer;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  filter: gray;
  -webkit-transition: all .6s ease;
}

.artists .row img.open-lock {
  display: none;
  border-radius: 0;
  border: none;
  position: absolute;
  width: 20px;
  left: 90px;
  bottom: 40px;
}

@media screen and (max-width:1199px) {
  .artists .row img.open-lock {
    left: 70px;
  }
}

@media screen and (max-width:1199px) {
  .artists .row img.open-lock {
    display: none !important;
  }
}

.artists .row h5 {
  font-family: Roboto;
  margin-top: 2.5px;
  margin-bottom: 2.5px;
}

@media screen and (max-width:991px) {
  .artists .row div: nth-child(2n) h5 {
    left: -140px !important;
  }
}

@media screen and (max-width:1199px) {
  .artists {
    padding-bottom: 50px;
  }

  .artists p {
    margin-bottom: 40px;
  }

  .artists .favorite-artist {
    display: none;
  }

  .artists .row img {
    width: 200px;
  }

  .artists .row div img {
    float: left;
    position: relative;
    left: 150px;
  }

  .artists .row div h5 {
    position: relative;
    top: 80px;
    left: 165px;
    max-width: 400px;
    text-align: left;
  }

  .artists .row div:nth-child(2n) img {
    float: right;
    position: relative;
    left: -125px;
  }

  .artists .row div:nth-child(2n) h5 {
    left: 75px;
    max-width: 520px;
    text-align: right;
  }
}

@media screen and (max-width:767px) {
  .artists .col-xs-12 {
    max-width: 300px;
    margin: 0 auto;
    height: 100px;
    float: none;
  }

  .artists .row img {
    width: 100px;
  }

  .artists .row h5 {
    margin-top: 10px;
    top: 30px !important;
    left: 20px !important;
    max-width: 235px !important;
  }

  .artists .row div img {
    position: static;
  }

  .artists .row div:nth-child(2n) img {
    position: static;
  }

  .artists .row div:nth-child(2n) h5 {
    left: -15px !important;
  }
}

.fa-small {
  font-size: 12px !important;
}

.fa-right {
  float: right;
  position: relative;
  top: 5px;
  right: 11px;
  font-size: 12px !important;
}

.free-tag {
  background-color: #ff0b6f;
  padding: 1px 16px 2px 16px;
  color: #fff;
  font-size: 12px;
  margin-left: 20px;
  font-family: Roboto;
}

@media screen and (max-width:767px) {
  .free-tag {
    margin-left: 4px;
    padding: 1px 6px 1px 6px;
    font-size: 11px;
  }
}

ul.pagination {
  padding-left: 0;
  list-style: none;
  margin-top: 35px;
}

ul.pagination li {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}

ul.pagination li:hover {
  background-color: #fcce2c;
}

.paragraph {
  color: #373737;
  font-size: 15px;
  font-family: Roboto;
  margin-top: 20px;
}

.all-tutorials .sort-contianer {
  border: 1px solid #bdbdbd;
  padding: 6px 8px 4px 8px;
  margin: 16px 0 16px 0;
}

.all-tutorials-button {
  width: 100%;
  margin: 0 auto;
  display: block;
  border: none;
  background-color: #fcce2c;
  color: #000;
  padding-bottom: 10px;
  font-family: 'Roboto', sans-serif;
  margin-top: 35px;
  transition: .3s background-color;
  padding-top: 12px;
  border-radius: 5px;
}

.all-tutorials-button:active,
.all-tutorials-button:focus,
.all-tutorials-button:hover {
  background-color: #f2bd03;
}

.all-tutorials .dropdown {
  float: left;
  font-family: 'Roboto', sans-serif;
}

.all-tutorials .dropdown .new-modal .modal-body a,
.all-tutorials .dropdown button,
.new-modal .modal-body .all-tutorials .dropdown a {
  border: 1px solid #efefef;
  padding-left: 0;
  background-color: transparent !important;
  padding-left: 10px;
  text-align: left;
  width: 200px;
}

.all-tutorials .dropdown .glyphicon {
  float: right;
  position: relative;
  top: 2.5px;
}

.all-tutorials .dropdown ul {
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #000;
}

.all-tutorials .dropdown ul li a {
  padding-left: 10px;
  padding-bottom: 10px;
}

.all-tutorials .icons {
  font-size: 12px;
  float: right;
}

.all-tutorials .icons img {
  margin-left: 5px;
  margin-right: 5px;
  cursor: pointer;
  transition: .3s opacity;
  background-color: #fcce2c;
  width: 26px;
  padding: 6px;
  border-radius: 4px;
}

.all-tutorials .icons .not-active {
  opacity: .5;
  background-color: #dadada;
}

.all-tutorials .all-songs {
  font-family: Roboto;
  margin-top: 30px;
}

@media screen and (max-width:1024px) {
  .all-tutorials .all-songs {
    margin-top: 10px;
  }
}

.all-tutorials .all-songs p {
  width: 80%;
}

.all-tutorials .all-songs-head {
  font-weight: 700;
}

.all-tutorials .all-songs-song {
  padding-top: 9.5px;
  margin-bottom: 5px;
}

.all-tutorials .all-songs-song:hover {
  background-color: #f0f0f0;
}

@media screen and (max-width:1024px) {
  .all-tutorials .all-songs-song: hover {
    background-color: transparent;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .all-tutorials .all-songs-song {
    padding-top: 5px;
    padding-bottom: 3px;
  }
}

@media screen and (max-width:767px) {
  .all-tutorials .all-songs-song {
    padding-top: 15px;
  }
}

.all-tutorials .all-songs-song .col-lg-3,
.all-tutorials .all-songs-song .col-lg-4,
.all-tutorials .all-songs-song .col-lg-5 {
  white-space: nowrap;
  overflow: hidden;
}

.all-tutorials .all-songs-song-genre img {
  position: relative;
  bottom: 3px;
}

@media screen and (max-width:991px) {
  .all-tutorials .all-songs-song .col-lg-4 {
    max-height: 22px;
    position: static;
  }

  .all-tutorials .all-songs-song .col-lg-4 a>span {
    position: relative;
    top: 1px;
  }
}

.all-tutorials .all-songs-song-favorite img {
  margin-top: 3px;
  margin-right: 10px !important;
}

@media (min-width:992px) and (max-width:1024px) {
  .all-tutorials .all-songs-song-favorite img {
    margin-top: 0;
  }
}

.all-tutorials .all-songs-song a {
  color: #000;
}

.all-tutorials .all-songs-song a:active,
.all-tutorials .all-songs-song a:focus,
.all-tutorials .all-songs-song a:hover {
  text-decoration: none;
}

.all-tutorials .all-songs-song-image {
  position: relative;
  bottom: 2px;
  margin-right: 7.5px;
  cursor: pointer;
}

@media screen and (max-width:992px) {
  .all-tutorials .all-songs-song-favorite img {
    margin-right: 0;
  }
}

.songs-song {
  text-align: center;
  position: relative;
}

.songs-song .free-tag {
  position: absolute;
  margin: 0;
  left: 40%;
  border-radius: 3px;
  top: 8px;
}

.songs-song .locked-image {
  display: none !important;
}

@media (max-width:767px) {
  .songs-song {
    padding-top: 5px;
  }
}

@media screen and (max-width:767px) {
  .songs-song.locked .locked-image {
    display: block !important;
    width: 21px;
    float: left;
  }

  .songs-song.locked .songs-song-play-mobile {
    display: none !important;
  }
}

.songs-song.locked .open-lock {
  display: block;
}

@media screen and (max-width:991px) {
  .songs-song.locked .open-lock {
    left: 0;
  }
}

@media screen and (max-width:767px) {
  .songs-song.locked .open-lock {
    left: auto;
    right: 50px;
    top: 1px;
  }
}

.songs-song .open-lock {
  position: absolute;
  width: 15px;
  border-radius: 0;
  border: none !important;
  top: 62%;
  left: 10%;
  cursor: pointer;
  display: none;
}

.songs-song:hover .songs-song-picture img {
  display: inline !important;
  z-index: 1;
  visibility: visible;
  opacity: 1;
}

.songs-song:hover img {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -o-filter: grayscale(0);
  -mozfilter: grayscale(0);
}

.songs-song-picture img {
  width: auto !important;
  border: none !important;
  border-radius: 0 !important;
  position: absolute;
  top: 28%;
  transition: visibility 0s, opacity .6s ease !important;
  -webkit-transition: visibility 0s, opacity .6s ease !important;
  opacity: 0;
  visibility: hidden;
}

.songs-song-picture-note img {
  left: 29%;
  top: 33%;
}

.songs-song-picture-play img {
  left: 45%;
  top: 29%;
}

.songs-song-picture-heart img {
  left: 64%;
  top: 33%;
}

@media screen and (max-width:1200px) {
  .songs-song-picture-note img {
    width: 10px !important;
    top: 27%;
  }

  .songs-song-picture-play img {
    width: 20px !important;
    left: 47%;
    top: 25%;
  }

  .songs-song-picture-heart img {
    width: 15px !important;
  }
}

.songs-song.active img {
  -webkit-filter: none;
  filter: none;
  border: 2px solid #000;
}

.songs-song.active .songs-song-picture img {
  display: inline;
}

@media (min-width:768px) and (max-width:1024px) {
  .songs-song {
    text-align: left;
  }

  .songs-song img.hidden-xs {
    width: 110px;
    display: inline-block;
    margin-bottom: 50px;
  }

  .songs-song .songs-song-picture-play img {
    display: none !important;
  }

  .songs-song p {
    font-size: 24px;
    position: relative;
    top: 9px;
    left: 10px;
  }

  .songs-song a {
    display: inline-block;
    position: relative;
    left: 10px;
    bottom: 10px;
  }

  .songs-song-heart {
    margin-right: 0;
  }

  .songs-song:hover img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -mozfilter: grayscale(100%);
    border: none;
  }

  .songs-song.active img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    border: none;
  }
}

@media screen and (max-width:991px) {
  .songs-song-heart {
    display: inline-block !important;
    float: right;
    left: 0;
    top: 48.5px;
  }

  .songs-song-heart img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    border: none;
    border-radius: 0 !important;
    width: 20px !important;
    margin-right: 10px;
  }
}

@media screen and (max-width:767px) {
  .songs-song img {
    -webkit-filter: none !important;
    filter: none !important;
  }

  .songs-song-heart img {
    width: 15px !important;
  }

  .songs-song:hover img {
    -webkit-filter: none;
    filter: none;
    border: none;
  }

  .songs-song.active img {
    -webkit-filter: none;
    filter: none;
    border: none !important;
  }

  .songs-song-play-mobile {
    width: auto !important;
    float: left;
  }

  .songs-song a {
    float: left;
  }

  .songs-song a p {
    font-family: Roboto;
    margin-left: 10px;
    margin-bottom: 10px;
  }

  .songs-song-heart {
    float: right !important;
  }
}

.songs-song img {
  width: 80%;
  border-radius: 100%;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  filter: gray;
  -webkit-transition: all .6s ease;
}

.songs-song a:active,
.songs-song a:focus,
.songs-song a:hover {
  text-decoration: none;
}

.songs-song-author {
  color: #000;
  font-family: Roboto;
  margin-bottom: 1px;
  margin-top: 16px;
}

.songs-song-name {
  color: #000;
  font-family: 'Roboto', sans-serif;
  height: 40px;
}

@media (max-width:1024px) {
  .payments-header .header-lower-text-container {
    background-color: #e6e6e6;
    color: #000;
    text-align: center;
    font-size: 15px;
    padding-top: 9px;
    height: 40px;
    font-family: Roboto;
  }
}

.payments-header .header-lower-home {
  height: 225px;
}

@media (max-width:1199px) {
  .payments-header .header-lower-home {
    height: 230px;
  }
}

@media (max-width:1024px) {
  .payments-header .header-lower-home {
    height: auto;
    background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../images/payment-header.jpg);
    background-size: 100%;
    background-position: 50% 50%;
  }
}

@media (max-width:650px) {
  .payments-header .header-lower-home {
    background-size: 190%
  }
}

.payments-header .header-lower-home-p {
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  padding-top: 8px;
  font-size: 20px;
  margin: 0 0 10px 40px;
  font-weight: 700;
}

.payments-header .header-lower-home-p-mobile {
  text-transform: uppercase !important;
  font-family: 'Roboto', sans-serif;
  height: 35px;
  padding-top: 6px;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 700;
}

.payments-header-item {
  text-align: center;
}

.payments-header-item img {
  margin-top: 20px;
}

.payments-header-item a {
  display: block;
  margin-top: 10px;
  color: #000;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 700;
}

@media (max-width:1024px) {
  .payments-header-item a {
    font-size: 15px;
    max-width: 100px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .payments-header-item a.payments-header-item-thin {
    max-width: 70px;
  }
}

.payments-header-sign {
  left: 50% !important;
  transform: translate(-50%) !important;
  margin-left: 0 !important;
}

.payment-container {
  background-color: #d6d6d6;
}

@media (max-width:1024px) {
  .payment-container {
    background-color: #fff;
    margin-bottom: 50px;
  }
}

.payment-plans {
  padding: 50px 0 50px 0;
}

@media (max-width:1024px) {
  .payment-plans {
    padding-bottom: 25px;
  }
}

.payment-plan {
  text-align: center;
  background-color: #fff;
  height: 280px;
  font-size: 14px;
}

.payment-plan:hover {
  background-color: #f2f2f2;
}

@media (max-width:1024px) {
  .payment-plan {
    height: auto;
    border-bottom: 1px solid silver;
    padding: 20px 0 20px 0;
  }

  .payment-plan-name {
    display: inline-block;
  }

  .payment-plan.last {
    border-bottom: none;
    padding-bottom: 0;
  }
}

.payment-plan-header {
  height: 50px;
}

.payment-plan-header.purple {
  background-color: #aa75e0;
}

.payment-plan-header.pink {
  background-color: #fb628a;
}

.payment-plan-header.yellow {
  background-color: #fcce2c;
}

.payment-plan img {
  width: 50px;
  position: relative;
  bottom: 25px;
}

.payment-plan-image-mobile {
  display: inline-block;
  bottom: 6.5px !important;
  right: 5px;
}

.payment-plan-get {
  padding-bottom: 20px;
}

@media (min-width:1024px) and (max-width:1200px) {
  .payment-plan-get {
    height: 130px;
  }
}

@media (max-width:1024px) {
  .payment-plan-get {
    height: auto;
  }
}

.payment-plan-get-weekly {
  padding-top: 30px;
  margin-top: 17.5px;
}

@media (max-width:1024px) {
  .payment-plan-get-weekly {
    padding-top: 0;
    margin-top: 0;
  }
}

@media (max-width:1024px) {
  .payment-plan-get-monthly {
    padding-top: 0;
    margin-top: 0;
  }
}

.payment-plan h4 {
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  color: #000;
  font-size: 22px;
  margin-top: 1px;
  font-weight: 700;
}

.payment-plan h4.payment-plan-cost {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  margin-bottom: 30px;
}

@media (max-width:1024px) {
  .payment-plan h4.payment-plan-cost {
    margin-top: 0;
  }
}

.payment-plan h4.payment-plan-cost-month {
  font-size: 12px;
  font-family: Roboto;
  margin-left: 5px;
  background-color: #fb628a;
  padding: 5px 10px;
  border-radius: 5px;
}

.new-modal .modal-body .payment-plan a,
.payment-plan .new-modal .modal-body a,
.payment-plan button,
.payment-plan h5 {
  font-family: Roboto;
  font-size: 14px;
  color: #000;
}

@media (max-width:1024px) {
  .payment-plan h5: last-child {
    margin-bottom: 30px;
  }
}

.new-modal .modal-body .payment-plan a,
.payment-plan .new-modal .modal-body a,
.payment-plan button {
  background-color: #fcce2c;
  padding: 16px 0 16px 0;
  font-size: 16px;
  border-radius: 5px;
  width: 80%;
  border: none;
  transition: .3s background-color;
}

.new-modal .modal-body .payment-plan a:hover,
.payment-plan .new-modal .modal-body a:hover,
.payment-plan button:hover {
  background-color: #f2bd03;
}

.new-modal .modal-body .payment-plan a i,
.payment-plan .new-modal .modal-body a i,
.payment-plan button i {
  margin-top: 2.5px;
}

.payment-faq {
  color: #000;
  padding-bottom: 100px;
}

.payment-faq h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 28px;
}

.payment-faq-line {
  position: absolute;
  border-right: 1px solid silver;
  height: 250px;
  left: 50%;
}

.payment-faq-question {
  margin-bottom: 0;
  font-weight: 600;
}

.payment-faq-question-container {
  border-bottom: 1px solid silver;
}

.payment-faq-question-container.no-border {
  border-bottom: none;
  position: relative;
  bottom: 5px;
}

.payment-faq-question-container.last {
  margin-top: 20px;
  border-bottom: 0;
}

.payment-faq-question-container.last p.payment-faq-answer {
  margin-bottom: 0;
}

.payment-faq a {
  display: block;
  color: #000;
  text-decoration: underline;
}

.sheets {
  font-family: Roboto;
  font-size: 14px;
  color: #000;
}

.animated-tutorials .sheets h3,
.device div .sheets p,
.sheets .animated-tutorials h3,
.sheets .device div p,
.sheets h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 2px;
  -webkit-text-stroke: .8px;
}

.sheets a {
  color: #000 !important;
}

@media screen and (min-width:320px) and (max-width:991px) {
  .sheets img {
    vertical-align: baseline;
  }
}

.sheets .hidden-xs {
  margin-bottom: 0 !important;
}

.sheets-container {
  padding-bottom: 40px;
}

.sheets .container {
  width: 90%;
  max-width: 1200px;
}

@media screen and (min-width:320px) and (max-width:1200px) {
  .sheets .container {
    width: 100%;
  }
}

.sheets .paragraph {
  font-family: Roboto;
  font-size: 15px;
  margin-top: 36px;
  width: 75%;
  display: inline-block;
  border-right: 1px solid #e0e0e0;
  padding-right: 5%;
  line-height: 25px;
}

.sheets ul {
  width: auto !important;
}

@media screen and (max-width:1024px) {
  .sheets .navbar-toggle {
    display: block;
  }
}

.sheets .border-top {
  border-top: 1px solid #ccc;
}

.sheets .navbar-default {
  background-color: transparent;
  width: 95%;
  border: 2px solid silver;
  margin: 0 auto;
  margin-top: 20px;
  padding-bottom: 0;
}

.sheets .navbar-default .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
}

.sheets .navbar-header {
  float: none;
}

.new-modal .modal-body .sheets .navbar-header a,
.sheets .navbar-header .new-modal .modal-body a,
.sheets .navbar-header button {
  float: none;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  padding: 0;
  margin-top: 2.5px;
  margin-bottom: 14px;
}

.new-modal .modal-body .sheets .navbar-header a span,
.sheets .navbar-header .new-modal .modal-body a span,
.sheets .navbar-header button span {
  float: left;
  margin-left: 15px;
  position: relative;
  top: 2.5px;
}

.new-modal .modal-body .sheets .navbar-header a span.glyphicon,
.sheets .navbar-header .new-modal .modal-body a span.glyphicon,
.sheets .navbar-header button span.glyphicon {
  float: right;
  margin-top: 1px;
  margin-right: 15px;
}

.sheets .songs-song img {
  width: auto;
}

.sheets img {
  -webkit-filter: none;
}

.sheets .all-tutorials {
  margin-top: 8px;
}

.sheets .header-lower-text-container {
  position: relative;
  height: 45px;
}

.artists .sheets .header-lower-text-container p,
.sheets .header-lower-text-container .artists p,
.sheets .header-lower-text-container h1 {
  letter-spacing: 1px;
  font-size: 28px;
  -webkit-text-stroke: .8px;
  margin-top: 6px;
  font-family: 'Roboto', sans-serif;
}

@media screen and (max-width:767px) {

  .artists .sheets .header-lower-text-container p,
  .sheets .header-lower-text-container .artists p,
  .sheets .header-lower-text-container h1 {
    margin-top: 10px;
    font-size: 22px;
  }
}

.artists .sheets .header-lower-text-container p a,
.sheets .header-lower-text-container .artists p a,
.sheets .header-lower-text-container h1 a {
  color: #fff !important;
  font-weight: 100;
  letter-spacing: -1px;
  font-size: 22px;
}

.sheets .header-lower-text-container .cart-container {
  position: absolute;
  right: 0;
  top: 0;
  width: 35%;
  text-align: right;
}

@media screen and (max-width:991px) {
  .sheets .header-lower-text-container .cart-container {
    width: 75%
  }
}

.sheets .header-lower-text-container .cart-container .checkout {
  width: 80%;
  height: 45px;
  line-height: 45px;
  max-width: 200px;
  background-color: #fcce2c;
  color: #000;
  text-align: right;
  font-family: Roboto;
  display: inline-block;
}

@media screen and (max-width:991px) {
  .sheets .header-lower-text-container .cart-container .checkout {
    width: 45px;
  }
}

.sheets .header-lower-text-container .cart-container .continue {
  color: #fff !important;
  padding-right: 2%
}

.sheets .header-lower-text-container .cart-container .icon {
  background-image: url(/images/cart-icon.png);
  text-align: center;
  height: 25px;
  width: 30px;
  line-height: 6px;
  font-weight: 700;
  margin-top: 12px;
  padding-left: 2px;
  vertical-align: top;
  font-size: 14px;
  display: inline-block;
}

.sheets .header-lower-text-container .cart-container .text {
  margin-right: 20%;
  height: 20.4px;
  width: 76.34px;
  font-size: 18px;
  line-height: 30px;
  margin-top: 9px;
  display: inline-block;
}

.sheets h3,
.sheets h4 {
  font-size: 21px;
  margin: 0;
}

.sheets h3 {
  margin-bottom: 14px;
}

.sheets h4 {
  font-size: 18px;
  margin-top: 28px;
  margin-bottom: 12px;
}

.sheets .songs-song .preview {
  border-radius: unset;
  width: 170px;
  height: 241px;
  box-shadow: 2px 2px 10px #ccc;
}

.sheets .sheets-filter {
  border-right: 1px solid #e0e0e0;
  font-family: 'Roboto', sans-serif;
}

.sheets .checkbox {
  width: 20px;
  height: 20px;
  border: 2px solid #000;
  display: inline-block;
  border-radius: 6px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  margin-right: 8px;
}

.sheets ul {
  list-style-type: none;
  padding: 0;
  border-bottom: 1px solid #e0e0e0;
  width: 80%
}

.sheets ul.filter {
  padding-bottom: 14px;
}

.sheets .all-songs-head {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 16px !important;
  padding-top: 20px;
}

.sheets .all-songs-song {
  font-size: 15px;
  margin-bottom: 9px;
}

.sheets .all-songs-song .col-lg-4 {
  max-height: none;
  overflow: visible;
}

.sheets a.songs-song {
  display: block;
}

.sheets .songs-song-name {
  font-family: Roboto;
}

.sheets .songs-song-author {
  font-size: 15px;
}

.sheets .list-view-container {
  width: 95%;
  float: right;
}

@media screen and (max-width:1024px) {
  .sheets .list-view-container {
    float: none;
    width: 99%;
  }
}

.sheets .view_all {
  padding-top: 190px;
}

.sheets .view_all div {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 10px;
  width: 120px;
  float: right;
  cursor: pointer;
}

.sheets .status-icon {
  position: absolute;
  bottom: 90px;
  right: 12px;
  width: 35px;
  height: 35px;
}

.span-block {
  display: inline-block;
  margin-left: 6px;
}

.index {
  width: 19%;
  float: right;
  margin-top: 60px;
  position: relative;
  font-size: 15px;
}

@media screen and (max-width:1040px) {
  .index {
    width: 23%;
  }
}

@media screen and (min-width:1040px) and (max-width:1100px) {
  .index {
    width: 22%;
  }
}

@media screen and (min-width:1100px) and (max-width:1242px) {
  .index {
    width: 21%;
  }
}

@media screen and (min-width:1242px) and (max-width:1325px) {
  .index {
    width: 20%;
  }
}

.index div {
  margin-bottom: 12px;
}

.index img {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
}

.header-sheets {
  width: 80%;
}

.artists .sheets-viewer p,
.sheets-viewer .artists p,
.sheets-viewer h1 {
  font-size: 26px !important;
  -webkit-text-stroke: 0 !important;
  font-weight: 700;
  margin-top: 8px !important;
}

.sheets .preview-container {
  width: 48%;
  float: left;
  padding-top: 22px;
}

.sheets .cccc {
  position: relative;
  width: 100%;
}

.sheets .cccc iframe {
  position: absolute;
  border: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sheets .similar {
  padding-top: 0 !important;
}

@media screen and (max-width:991px) {
  .sheets .similar {
    background-color: #e6e6e6;
    margin-top: 40px;
    text-align: center;
    padding-top: 20px;
  }

  .sheets .similar h3 {
    padding: 30px 0 30px 0;
  }

  .sheets .similar .scrolling-wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .sheets .similar .item {
    width: 190px;
    display: inline-block;
  }

  .sheets .similar .item img {
    width: 56%;
    height: 56%;
    margin-bottom: 12px;
  }

  .sheets .similar .item .text {
    display: block;
  }

  .sheets .similar .scrolling-wrapper {
    height: 275px;
    width: 100%
  }

  .sheets .similar .scrolling-wrapper::-webkit-scrollbar {
    display: none;
  }
}

.sheets .container-sheets {
  padding-top: 34px;
}

@media screen and (max-width:991px) {
  .sheets .container-sheets {
    padding-top: 2px;
  }
}

.sheets .container .fa-play {
  font-size: 18px !important;
  margin-right: 8px;
  -webkit-text-stroke: 1px;
  -webkit-text-stroke-color: #000;
  color: #fcce2c;
}

@media screen and (min-width:320px) and (max-width:991px) {
  .sheets .container img {
    vertical-align: middle;
  }
}

.sheets .container .item-details {
  width: 46%;
  float: right;
  font-size: 17px;
  font-family: 'Roboto', sans-serif;
  color: #3e3e3e;
}

@media screen and (max-width:991px) {
  .sheets .container .item-details {
    float: none;
    width: 99%
  }
}

.sheets .container .item-details .songs-song {
  text-align: center;
}

.animated-tutorials .sheets .container .item-details h3,
.device div .sheets .container .item-details p,
.sheets .container .item-details .animated-tutorials h3,
.sheets .container .item-details .device div p,
.sheets .container .item-details h2,
.sheets .container .item-details h3 {
  -webkit-text-stroke: 0;
  letter-spacing: 0;
  font-family: Roboto;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 0;
}

.sheets .container .item-details h3 {
  color: #b3b3b3;
  font-size: 20px;
}

.sheets .container .item-details .borders {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.sheets .container .item-details .border-bottom {
  border-bottom: 1px solid #ccc;
}

.sheets .container .item-details .line {
  padding-top: 24px;
  padding-bottom: 24px;
}

.sheets .container .item-details .line div:nth-child(2) {
  font-size: 12px;
  font-weight: 700;
}

.sheets .container .item-details .price {
  float: right;
  font-weight: 700;
  font-size: 19px;
}

.sheets .container .item-details .play {
  width: 80px;
  height: 40px;
  float: right;
}

@media screen and (max-width:991px) {
  .sheets .container .item-details .play {
    width: 35px;
    height: 35px;
  }

  .sheets .container .item-details .play i {
    margin: 0;
    padding: 0;
  }
}

.sheets .container .item-details .id-box {
  font-size: 13px;
  font-family: Roboto;
  margin-top: 40px;
  color: #000;
  bottom: 24px;
}

@media screen and (max-width:991px) {
  .sheets .container .item-details .id-box {
    margin-top: 20px;
  }
}

.sheets .container .item-details .id-box p:first-child {
  text-transform: uppercase;
}

.sheets .container .item-details .id-box p {
  margin: 0;
}

.sheets .container .item-details .wrap {
  width: 174px;
  margin: 22px auto 0 auto;
  position: relative;
}

.sheets .container .item-details .wrap .preview {
  width: 100%;
  box-shadow: 2px 2px 10px #ccc;
}

.sheets .container .item-details .wrap .zoom-icon {
  position: absolute;
  top: 30px;
  right: -14px;
  width: 30px;
}

.new-modal .modal-body .sheets .container .item-details a,
.sheets .container .cta,
.sheets .container .item-details .new-modal .modal-body a,
.sheets .container .item-details button {
  height: 50px;
  width: 100%;
  border-radius: 5px;
  background-color: #fcce2c;
  border: none;
}

.sheets-cart {
  font-family: Roboto !important;
}

.sheets-cart #paypal-checkout {
  margin-top: 10px;
}

.sheets-cart h3 {
  font-family: Roboto;
  font-size: 20px;
  margin-bottom: 24px;
  margin-top: -30px;
}

.artists .sheets-cart p,
.sheets-cart .artists p,
.sheets-cart h1 {
  font-size: 30px !important;
  margin-top: 6px !important;
}

.sheets-cart h4 {
  height: 40px;
  color: #f45f86;
  font-family: 'Roboto', sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  text-shadow: 0 1px 1px 0 rgba(0, 0, 0, .5);
}

@media screen and (max-width:991px) {
  .sheets-cart h4 {
    font-size: 40px;
    line-height: 39px;
    margin-top: 10px;
  }
}

.sheets-cart .grey {
  color: #d8d8d8;
}

.sheets-cart .bold {
  font-weight: 700 !important;
}

.sheets-cart .normal {
  font-weight: 400 !important;
}

.animated-tutorials .sheets-cart h3,
.device div .sheets-cart p,
.sheets-cart .animated-tutorials h3,
.sheets-cart .device div p,
.sheets-cart h2 {
  font-size: 20px !important;
  font-family: Roboto !important;
  margin-top: -30px;
}

.sheets-cart .idle-cart-nav {
  height: 21px;
  width: 454px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width:991px) {
  .sheets-cart .idle-cart-nav {
    width: 100%;
    height: auto;
    text-align: center;
  }
}

.sheets-cart .idle-cart-nav .item {
  height: 20px;
  width: 97px;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: .5px;
  line-height: 20px;
  display: inline-block;
}

@media screen and (max-width:991px) {
  .sheets-cart .idle-cart-nav .item {
    font-size: 30px;
    margin: 20px 0 0 0;
    width: auto;
  }
}

.sheets-cart .note-to-buyer {
  font-size: 16px;
  text-align: center;
  margin-top: 36px;
  letter-spacing: .4px;
  line-height: 20px;
}

@media screen and (max-width:991px) {
  .sheets-cart .note-to-buyer {
    margin-top: 16px;
    text-align: left;
    margin-left: 2vw;
    margin-bottom: 20px;
  }
}

.sheets-cart .payment-details {
  float: right;
  width: 56%;
  margin-top: 60px;
  font-size: 16px;
  border-left: 1px solid #ccc;
  padding-left: 140px;
}

@media screen and (max-width:991px) {
  .sheets-cart .payment-details {
    width: 100%;
    padding-left: 0;
    border: none;
  }
}

.sheets-cart .payment-details .alert {
  margin-bottom: 40px;
}

.sheets-cart .payment-details .opt-or {
  display: inline-block;
  margin-top: 30px;
  margin-left: 20%;
}

@media screen and (max-width:991px) {
  .sheets-cart .payment-details .opt-or {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
}

.sheets-cart .payment-details .paypal-checkout {
  width: 60%;
  float: right;
}

@media screen and (max-width:991px) {
  .sheets-cart .payment-details .paypal-checkout {
    width: 100%
  }
}

.sheets-cart .payment-details .item {
  margin-bottom: 20px;
}

.sheets-cart .payment-details input[type=text],
.sheets-cart .payment-details select {
  height: 50px;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, .18);
  display: block;
  font-weight: 400;
  color: grey;
  margin-top: 4px;
  padding-left: 14px;
}

.sheets-cart .payment-details .short-input {
  width: 40%;
  display: inline-block !important;
}

.sheets-cart .payment-details .float-right {
  float: right;
  width: 39%;
}

.sheets-cart .payment-details .float-left {
  float: left;
  width: 60%;
}

.sheets-cart .summary {
  width: 60%;
  margin-top: 60px;
  float: left;
  border-right: 1px solid #ccc;
}

@media screen and (max-width:991px) {
  .sheets-cart .summary {
    width: 98%;
    border: none;
    float: none;
  }
}

.sheets-cart .summary .border {
  border-top: 1px solid #ccc;
  padding-top: 40px;
}

.sheets-cart .summary .item {
  vertical-align: top;
  position: relative;
  padding-bottom: 40px;
  width: 86%
}

@media screen and (max-width:991px) {
  .sheets-cart .summary .item {
    width: 100%
  }
}

.sheets-cart .summary .item .line {
  margin-top: 16px;
  font-size: 16px;
}

@media screen and (max-width:991px) {
  .sheets-cart .summary .item .line {
    margin-top: 36px;
    font-size: 18px;
  }
}

.sheets-cart .summary .item select {
  height: 30px;
  width: 49px;
  border-radius: 5px;
  background-color: #f0f0f0;
  font-weight: 700;
  padding-left: 10px;
  margin-left: 30px;
}

.sheets-cart .summary .item .price {
  float: right;
  margin-top: 4px;
}

.sheets-cart .summary .item .remove {
  font-size: 14px;
  color: #9b9b9b !important;
  text-decoration: underline;
  position: absolute;
  bottom: 40px;
}

@media screen and (max-width:991px) {
  .sheets-cart .summary .item .remove {
    bottom: 106px;
  }
}

.sheets-cart .summary .item .wrap {
  width: 25%;
  display: inline-block;
  position: relative;
}

@media screen and (max-width:991px) {
  .sheets-cart .summary .item .wrap {
    width: 42%;
    max-width: 120px;
  }
}

.sheets-cart .summary .item .preview {
  box-shadow: 2px 2px 10px #ccc;
  width: 127px;
  height: 180px;
}

@media screen and (max-width:991px) {
  .sheets-cart .summary .item .preview {
    height: 139.76px;
    width: 99px;
  }
}

.sheets-cart .summary .item .info {
  display: inline-block;
  vertical-align: top;
  width: 74%
}

@media screen and (min-width:375px) and (max-width:991px) {
  .sheets-cart .summary .item .info {
    width: 61%
  }
}

@media screen and (max-width:374px) {
  .sheets-cart .summary .item .info {
    width: 51%
  }
}

.sheets-cart .summary .item .info .title {
  font-size: 20px;
  font-weight: 700;
}

.sheets-cart .summary .item .zoom-icon {
  position: absolute;
  left: 112px;
  top: -10px;
  cursor: pointer;
}

@media screen and (max-width:991px) {
  .sheets-cart .summary .item .zoom-icon {
    left: 86px;
    top: 20px;
  }
}

.sheets-cart .bullet {
  height: 8px;
  width: 8px;
  background-color: #d8d8d8;
  border-radius: 8px;
  display: inline-block;
  margin: 0 20px 0 38px;
}

.sheets-cart .discounts {
  text-align: center;
  margin-top: 30px;
}

@media screen and (max-width:991px) {
  .sheets-cart .discounts {
    margin: 20px auto 0 auto;
    width: 98%
  }
}

.sheets-cart .discount-promo {
  font-family: 'Roboto', sans-serif;
  height: 50px;
  width: 300px;
  border-radius: 8px;
  background-color: #a874de;
  line-height: 50px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  float: left;
  letter-spacing: .29px;
}

@media screen and (max-width:991px) {
  .sheets-cart .discount-promo {
    height: 60px;
    width: 31%;
    line-height: 20px;
    padding: 9px;
  }
}

@media screen and (min-width:513px) and (max-width:991px) {
  .sheets-cart .discount-promo {
    height: 40px;
  }
}

.sheets-cart .discount-promo-p2 {
  background-color: #f45f86;
  float: none;
  display: inline-block;
}

.sheets-cart .discount-promo-p3 {
  background-color: #fcce2c;
  float: right;
}

.sheets-cart .purchase-details {
  float: right;
  font-size: 16px !important;
  width: 30% !important;
  margin-top: 60px;
  font-family: Roboto !important;
}

@media screen and (max-width:991px) {
  .sheets-cart .purchase-details {
    width: 100% !important;
    margin-top: 30px;
  }
}

.sheets-cart .purchase-details-payment {
  float: left !important;
}

.sheets-cart .purchase-details-payment .edit-cart {
  height: 30px;
  width: 61px;
  border-radius: 5px;
  background-color: #e6e6e6;
  float: right;
  font-size: 13px;
  letter-spacing: .24px;
  line-height: 30px;
  text-align: center;
  margin-top: -26px;
  display: block;
}

@media screen and (max-width:991px) {
  .sheets-cart .purchase-details-payment .edit-cart {
    margin-left: 4vw;
  }
}

.sheets-cart .purchase-details-payment .h2-wrap {
  margin-bottom: 20px !important;
}

.sheets-cart .purchase-details-payment .h2-line {
  border-top: 1px solid #ccc;
  float: right;
  height: 1px;
  margin-top: -12px;
  width: 34vw;
}

@media screen and (max-width:375px) {
  .sheets-cart .purchase-details-payment .h2-line {
    width: 26vw;
  }
}

@media screen and (max-width:320px) {
  .sheets-cart .purchase-details-payment .h2-line {
    width: 20vw;
  }
}

.sheets-cart .purchase-details-receipt {
  border: 1px solid #000;
  padding: 20px;
  width: 36% !important;
}

@media screen and (max-width:991px) {
  .sheets-cart .purchase-details-receipt {
    float: none;
    width: 99% !important;
  }
}

.animated-tutorials .sheets-cart .purchase-details-receipt h3,
.device div .sheets-cart .purchase-details-receipt p,
.sheets-cart .purchase-details-receipt .animated-tutorials h3,
.sheets-cart .purchase-details-receipt .device div p,
.sheets-cart .purchase-details-receipt h2 {
  margin-top: 0 !important;
}

.sheets-cart .purchase-details-receipt .price {
  font-size: 16px !important;
}

.sheets-cart .purchase-details .black-line {
  height: 1px;
  border-bottom: 1px solid #000;
}

.sheets-cart .purchase-details input {
  height: 30px;
  width: 88px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, .18);
}

.sheets-cart .order-actions {
  float: right;
  width: 46%;
  font-size: 16px;
  margin-top: 60px;
}

@media screen and (max-width:991px) {
  .sheets-cart .order-actions {
    float: none;
    width: 99%
  }
}

.sheets-cart .order-actions p {
  margin: 20px 0 40px 0;
  letter-spacing: .4px;
}

@media screen and (max-width:991px) {
  .sheets-cart .order-actions p {
    letter-spacing: .3px;
    margin-bottom: 20px;
  }
}

.sheets-cart .order-actions .line {
  border-bottom: 1px solid #ccc;
  height: 100px;
  padding-top: 20px;
}

.sheets-cart .order-actions .line span {
  line-height: 50px;
}

@media screen and (max-width:991px) {
  .sheets-cart .order-actions .line {
    height: 164px;
  }

  .sheets-cart .order-actions .line span {
    display: block;
    margin-bottom: 6px;
  }
}

.sheets-cart .order-actions .play-btn,
.sheets-cart .order-actions .print-btn,
.sheets-cart .order-actions .sgb-btn {
  height: 50px;
  width: 200px;
  border-radius: 5px;
  background-color: #fcce2c;
  border: none;
  line-height: 50px;
  text-align: left;
  padding-left: 20px;
  float: right;
  display: block;
}

@media screen and (max-width:991px) {

  .sheets-cart .order-actions .play-btn,
  .sheets-cart .order-actions .print-btn,
  .sheets-cart .order-actions .sgb-btn {
    width: 100%;
  }
}

.sheets-cart .order-actions .play-btn img,
.sheets-cart .order-actions .print-btn img,
.sheets-cart .order-actions .sgb-btn img {
  float: right;
  margin-top: 8px;
  padding-right: 10px;
}

.sheets-cart .order-actions .sgb-btn {
  background-color: #e6e6e6;
}

@media screen and (max-width:991px) {
  .sheets-cart .order-actions .sgb-btn {
    width: 100%;
  }
}

.sheets-cart .order-actions .sgb-btn img {
  margin-top: 12px;
}

.sheets-cart .order-actions .play-btn {
  background-color: #e6e6e6;
  margin-top: 20px;
  clear: both;
}

.sheets-cart .paypal-checkout {
  height: 50px;
  border-radius: 5px;
  background-color: #e6e6e6;
  margin-top: 20px;
  line-height: 50px;
  text-align: center;
}

.legal-menu {
  list-style: none;
  margin-top: 30px;
}

.legal-menu-mobile {
  text-transform: uppercase;
  font-family: GT-Pressura-Bold;
  background-color: #e6e6e6;
  padding-left: 15px;
  border-bottom: 1px solid #fff;
  margin-bottom: 0;
  padding-bottom: 10px;
  cursor: pointer;
  font-size: 20px;
}

.legal-menu-mobile.active span .fa-chevron-up {
  display: block;
}

.legal-menu-mobile.active span .fa-chevron-down {
  display: none;
}

.legal-menu-mobile span {
  float: right;
  position: relative;
  right: 20px;
  top: 0;
  font-size: 15px;
}

.legal-menu-mobile span .fa-chevron-up {
  display: none;
}

.legal-menu li {
  margin-bottom: 15px;
  font-family: 'Roboto', sans-serif;
  cursor: pointer;
}

.legal-menu li a {
  color: #000;
}

.legal-menu li img {
  width: 20px;
  height: 20px;
  margin-right: 7.5px;
}

.legal-page {
  font-family: Roboto;
  font-size: 14px;
  padding-left: 40px;
  margin-top: 30px;
  display: none;
}

.legal-page a {
  border: 1px solid #000;
  color: #000;
}

.legal-page.active {
  display: block;
}

@media (max-width:991px) {
  .legal-page {
    padding-left: 0;
    background-color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 0;
    padding-top: 12.5px;
    padding-bottom: 12.5px;
  }
}

@media (max-width:991px) {
  .legal-container {
    width: auto;
  }

  .legal-container .col-lg-8 {
    padding-left: 0;
    padding-right: 0;
  }
}

.artist-about {
  color: #373737;
  font-size: 14px;
  font-family: Roboto;
  margin: 16px 0 24px 0;
  width: 90%
}

.artist-about-mobile {
  margin-top: 20px;
}

.all-songs-artist {
  margin-top: -5px !important;
}

.artists-songs.all-tutorials .all-songs-head p {
  border-bottom: none;
  margin-bottom: 0;
}

.artists-songs .all-tutorials-button {
  width: 100%
}

.related-artists {
  margin-top: 26px;
}

.related-artists a {
  color: #000;
}

.related-artists h4 {
  margin-bottom: 30px;
  font-size: 26px;
}

.related-artists .artist {
  position: relative;
  right: 25px;
}

@media screen and (max-width:767px) {
  .related-artists .artist {
    right: 0;
  }
}

.related-artists .artist:hover a.images {
  display: block;
}

.related-artists .artist:hover img.artist-image {
  -webkit-filter: none;
  filter: none;
  border: 2.5px solid #000;
}

.related-artists .artist img.artist-image {
  position: static;
  width: 75%;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.related-artists .artist p {
  text-align: center;
  font-family: Roboto;
  margin-top: 5px;
  margin-bottom: 25px;
}

.related-artists .artist a.images {
  position: absolute;
  display: none;
}

.related-artists .artist .note {
  left: 27%;
  top: 32.5%
}

.related-artists .artist .play {
  top: 28%;
  left: 43%
}

.related-artists .artist .heart {
  top: 34%;
  left: 64%
}

@media screen and (max-width:1199px) {
  .related-artists .artist .note {
    left: 25%;
    top: 31%
  }

  .related-artists .artist .play {
    left: 40%;
    top: 24%
  }

  .related-artists .artist .heart {
    top: 32%;
    left: 65%
  }
}

@media screen and (max-width:991px) {
  .related-artists .artist .note {
    left: 25%;
    top: 37%
  }

  .related-artists .artist .play {
    left: 44%;
    top: 33%
  }

  .related-artists .artist .heart {
    top: 38%;
    left: 67%
  }
}

@media screen and (max-width:767px) {
  .related-artists .artist a.images {
    display: none !important;
  }

  .related-artists .artist img.artist-image {
    width: 70%;
    display: block;
    margin: 0 auto;
  }
}

.contact-header .header-lower-contact-h1 {
  font-size: 24px;
  font-family: GT-Pressura-Bold;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 4px;
}

.contact {
  color: #000;
}

.contact h3 {
  font-size: 19px;
  color: #000;
}

.contact h4 {
  font-size: 14px;
}

.contact form {
  margin: 30px 0 30px 0;
}

.contact .new-modal .modal-body a,
.contact button,
.contact input,
.contact select,
.contact textarea,
.new-modal .modal-body .contact a {
  border: none;
  border-radius: 5px;
  width: 98.9%;
  height: 34.5px;
}

.contact textarea {
  height: 160.5px;
}

.contact .new-modal .modal-body a,
.contact button,
.new-modal .modal-body .contact a {
  height: 40px;
  width: 20%;
  background-color: #fcce2c;
  display: block;
}

.contact .contact-form {
  font-family: Roboto;
  font-size: 14px;
}

.contact .thankyou {
  height: 400px;
  margin-top: 30px;
  font-size: 18px;
  line-height: 30px;
}

@media (max-width:1024px) {
  .contact .thankyou {
    font-size: 14px;
  }
}

.contact .thankyou .new-modal .modal-body a,
.contact .thankyou button,
.new-modal .modal-body .contact .thankyou a {
  color: #000;
  width: 280px;
}

.grey-wrapper {
  background-color: #d6d6d6;
  width: 100%
}



.mobile-trigger {
  display: none;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 20vh auto 0 auto;
  text-align: center;
  color: #fcce2c;
  font-size: 7vw;
  border-radius: 5px;
  border: 2px solid #fcce2c;
  width: 50%;
}

#metro-slider {
  -webkit-appearance: none;
  height: 4px;
  background: #fff;
  outline: none;
  padding: 0 10px;
  display: inline-block;
  width: 80%;
  vertical-align: middle;
}

.note-display-container {
  width: 60px;
  height: 60px;
  vertical-align: top;
  position: absolute;
  left: 0;
}

.tempo {
  border: 1px solid #fff;
  padding: 8px;
}

#current-temp {
  color: #fff;
  font-size: 26px;
}

#metro-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: #fff;
  cursor: pointer;
  border-radius: 100%;
}

.metronome-container {
  max-width: 800px;
  top: 12%;
  text-align: center;
  color: #fff;
  margin: 1vmax auto 0 auto;
  width: 60%;
  border: 1px solid white;
  display: block;
  padding: 1%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#metro-slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #fff;
  cursor: pointer;
  border-radius: 100%;
}

.header-upper form#search-form-mobile {
  padding: 0 0 0 4px;
}

.player {
  position: relative;
}

.vp .header-lower-text-container {
  background-color: #151515
}

.loading,
.loading a {
  color: white;
}

.loading .modal-content {
  background-color: transparent;
  box-shadow: none;
  border: none;
}

.loading .modal-body {
  background-color: transparent !important;
  font-family: GT-Pressura-Light;
  text-align: center;
}

.loading .modal-body p {
  margin-bottom: 10px !important;
}

.loading .modal-body .loading-bar {
  width: 100%;
  margin: 0 auto;
  background-color: #a874de;
  height: 2.5px;
  float: left;
  margin-bottom: 10px;
}

.loading .modal-body .loading-bar-container {
  width: 70%;
  margin: 0 auto;
}

.loader {
  background-color: #eaeaea;
}

.loader-container {
  width: 90%;
  margin: 0 auto;
  padding: 10px 0 10px 0
}

.loader-right-container {
  display: inline-block;
  width: 80%;
}

h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 23px;
  margin-top: 22px;
  font-weight: bold;
  color: black;
  letter-spacing: 1px
}

@media screen and (max-width: 991px) {
  .header-upper-logo-small {
    width: 32px;
    height: 32px;
  }

  .header-upper .header-upper-right-nav {
    margin-top: 0
  }

  .header-upper a.pull-left {
    margin-top: 0;
    padding-left: 4px;
  }

  .loader-right-container p {
    text-align: left;
    font-size: 13px;
  }

  .loader-container {
    margin-bottom: 0;
  }

  h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 20px;
  }
}

.loader img {
  border-radius: 50%;
  margin-right: 25px;
  display: inline-block;
  width: 15%;
  position: relative;
  vertical-align: top;
  top: 6px;
}

@media screen and (max-width: 991px) {
  .loader img {
    bottom: 77.5px;
  }
}

.piano-player {
  height: 100%;
  width: 100%;
  background-color: black;
  color: #8a8a8a;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  color: #000;
  text-align: center;
  margin: 8px 0 10px 0 !important;
}

.piano-player-notavailable {
  display: none;
  background-color: black;
  text-align: center;
}

.piano-player-notavailable p {
  font-size: 5vh;
  color: white;
  font-family: Roboto;
  padding-top: 3vh;
}

div.item {
  display: inline-block;
  text-align: center;
  padding: 0 14px 0 14px;
  height: 60px;
  cursor: pointer;
  font-size: 16px;
}

.piano-middle-buttons {
  border: 2px solid #525252;
  width: 80%;
  max-width: 800px;
  text-align: center;
  padding-top: 8px;
  margin: 0 auto 0 auto;
  border-radius: 4px;
  position: relative;
}

@media only screen and (min-device-width: 1366px) and (max-device-height: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  div.item {
    font-size: 18px;
  }
}

.caption {
  margin-top: 6px;
  display: block;
}

@media only screen and (max-width: 1023px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
  {
  .piano-player {
    padding-top: 0.5vmax;
  }

  #current-temp {
    font-size: 16px;
  }

  .note-display-container {
    width: auto;
    height: auto;
  }

  .tempo,
  #metro-slider {
    zoom: 55%;
  }

  div.item {
    font-size: 14px;
    padding: 0 1.5vw 0 1.5vw;
    height: auto
  }

  div.item img {
    margin-top: -4px;
    margin-right: 4px;
  }

  .last {
    margin-right: 2vmax;
  }

  .metronome-container {
    width: 95%;
    z-index: 9999;
    background-color: #000;
    left: 0;
    right: 0;
  }

  .caption {
    margin-top: 0;
  }

  .piano-middle-buttons {
    text-align: right;
    width: 90% !important;
    margin-top: 0;
    padding-bottom: 0;
    right: 0;
    left: 0;
  }
}

.b-full-screen {
  float: left;
}

.piano-player-piano {
  width: 100%;
  position: absolute;
  bottom: 127px;
}

.player .modal-dialog {
  margin-top: 0px;
  position: absolute;
  top: 30%;
  left: 50%;
  -webkit-transform: translate(-50%, -30%) !important;
  transform: translate(-50%, -30%) !important;
}

@media (max-width: 767px) {
  .player .modal {
    padding-right: 0px !important;
  }
}

.player .modal .modal-dialog {
  max-width: none;
}

@media (max-width: 767px) {
  .player .modal-dialog {
    width: 80%;
  }
}

.player .modal-header h4 {
  font-size: 18px;
}

.player .modal-header button img {
  width: 20px;
  position: relative;
  bottom: 2.5px;
}

.player .modal-body {
  background-color: #e6e6e6;
  border-radius: 5px;
}

.player .modal-body p {
  text-align: left;
  margin-bottom: 100px;
}

.mobile-preview {
  width: 100%;
  height: 50vh;
  background: black url(data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAAAKAAD/4QMraHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjMtYzAxMSA2Ni4xNDU2NjEsIDIwMTIvMDIvMDYtMTQ6NTY6MjcgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzYgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjgwQjM5M0JCQzlFQTExRUJCM0MxREI1QTRCNzdCOEI1IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjgwQjM5M0JDQzlFQTExRUJCM0MxREI1QTRCNzdCOEI1Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ODBCMzkzQjlDOUVBMTFFQkIzQzFEQjVBNEI3N0I4QjUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6ODBCMzkzQkFDOUVBMTFFQkIzQzFEQjVBNEI3N0I4QjUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7/7gAOQWRvYmUAZMAAAAAB/9sAhAAUEBAZEhknFxcnMiYfJjIuJiYm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) no-repeat bottom;
  background-size: contain;
}

@media (orientation: landscape) {
  .mobile-preview {
    height: 88vh;
  }
}

.mobile-preview a span {
  margin-left: 8px;
}

@media screen and (max-width: 500px) {
  .mobile-preview button {
    font-size: 5vw !important;
  }
}

.player .modal-body button,
.modal-button {
  display: inline-block;
  width: auto;
  border: none;
  font-size: 14px;
  font-family: Roboto;
  padding: 7.5px 15px;
  border-radius: 5px;
  -webkit-transition: .3s background-color;
  transition: .3s background-color;
  margin-top: 15px;
}

.modal-button {
  color: #000 !important;
  background-color: #fcce2c;
}

.player .modal-body button:hover {
  background-color: #f2bd03;
}

.modal-backdrop.in {
  opacity: 0.90;
  filter: alpha(opacity=90);
}

.player-backdrop {
  background-color: #000;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

#loadingB .modal-dialog {
  z-index: 2;
}

.new {
  color: #fcce2c;
  left: 100px;
}