/* Normalize
–––––––––––––––––––––––––––––––––––––––––––––––––– */
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:bold;}
dfn{font-style:italic;}
h1{font-size:2em;margin:0.67em 0;}
mark{background:#ff0;color:#000;}
small{font-size:80%;}
sub,
sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}
sup{top:-0.5em;}
sub{bottom:-0.25em;}
img{border:0;}
svg:not(:root){overflow:hidden;}
figure{margin:1em 40px;}
hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}
pre{overflow:auto;}
code,
kbd,
pre,
samp{font-family:monospace, monospace;font-size:1em;}
button,
input,
optgroup,
select,
textarea{color:inherit;font:inherit;margin:0;}
button{overflow:visible;}
button,
select{text-transform:none;}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"]{-webkit-appearance:button;cursor:pointer;}
button[disabled],
html input[disabled]{cursor:default;}
button::-moz-focus-inner,
input::-moz-focus-inner{border:0;padding:0;}
input{line-height:normal;}
input[type="checkbox"],
input[type="radio"]{box-sizing:border-box;padding:0;}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button{height:auto;}
input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}
fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}
legend{border:0;padding:0;}
textarea{overflow:auto;}
optgroup{font-weight:bold;}
table{border-collapse:collapse;border-spacing:0;}
td,
th{padding:0;}

/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 25px;
  box-sizing: border-box;
}
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 100%;
    padding: 0 25px; }
}

/* For devices larger than 550px */
@media (min-width: 750px) {
  .container {
    width: 90%;
    padding: 0 25px; }
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }
  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}

/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
html { font-size: 62.5%; }
body {
  font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 400;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333; }


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300; }
h1 { font-size: 3.0rem; line-height: 1.2;  letter-spacing: -.1rem;}
h2 { font-size: 2.2rem; line-height: 1.25; letter-spacing: -.1rem; }
h3 { font-size: 2.0rem; line-height: 1.3;  letter-spacing: -.1rem; }
h4 { font-size: 1.8rem; line-height: 1.35; letter-spacing: -.08rem; }
h5 { font-size: 1.7rem; line-height: 1.5;  letter-spacing: -.05rem; }
h6 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0; }

p { margin-top: 0; }

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a { color: #FA9A07; }
a:hover { color: #F24C1A; }

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  margin: 2.5px 0;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #555;
  border-color: #888;
  outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #F24c1A;
  border-color: #F24c1A; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
.button-selected,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #FA9A07;
  border-color: #FA9A07; }
.button-space {
  margin: 2.5px;
}

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul { list-style: circle inside; }
ol { list-style: decimal inside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul, ul ol, ol ol, ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }
li { margin-bottom: 1rem; }

/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }

/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 5px 5px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }

th,
tr:hover {
  background-color: #EEE;
}

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }

/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }

/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }

/* Monkey Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
body {
  background-image: url('/images/background.jpg');
  background-repeat: repeat;
}

.main {
  padding-top: 75px;
  padding-bottom: 25px;
  background-color: #FFF;
  -moz-box-shadow: 0 0 20px 6px #101010;
  -webkit-box-shadow: 0 0 20px 6px #101010;
  box-shadow: 0 0 20px 6px #101010;
}

.logo { max-height: 171px; }

.nav-width { float: left; width: 80%; }
.nav-link-width { float: left; width: 20%; margin-left: 0; }

.nav {
  float: left;
  width: 100%;
  margin-top: 5px;
  text-align: left;
}

.navactive {
  color: #FFF;
  text-decoration: none;
  font-size: 2rem;
  width: 24%;
  padding: 10px 0;
  margin-right: 1%;
  font-weight: 600;
  text-align: center;
  transform: skew(-10deg);
  -o-transform: skew(-10deg);
  -moz-transform: skew(-10deg);
  -webkit-transform: skew(-10deg);
  border-radius:4px;
  display: inline-block;
  background-color: #FA9A07;
}

.nav a {
  color: #FFF;
  text-decoration: none;
  font-size: 2rem;
  width: 24%;
  padding: 10px 0;
  margin-right: 1%;
  font-weight: 600;
  text-align: center;
  background-color: #F24c1A;
  transform: skew(-10deg);
  -o-transform: skew(-10deg);
  -moz-transform: skew(-10deg);
  -webkit-transform: skew(-10deg);
  border-radius:4px;
  display: inline-block;
}

.nav a span {
  display: inline-block;
  transform: skew(10deg);
  -o-transform: skew(10deg);
  -moz-transform: skew(10deg);
  -webkit-transform: skew(10deg);
}

.nav-link { margin-top: 5px; }
.nav a:hover { background-color: #FA9A07 }

.nav-link a {
  color: #FFF;
  text-decoration: none;
  font-size: 2rem;
  width: 30%;
  padding: 10px 0;
  margin-right: 1%;
  font-weight: 600;
  text-align: center;
  background-color: #F24c1A;
  transform: skew(-10deg);
  -o-transform: skew(-10deg);
  -moz-transform: skew(-10deg);
  -webkit-transform: skew(-10deg);
  border-radius:4px;
  display: inline-block;
}

.nav-link a span {
  display: inline-block;
  transform: skew(10deg);
  -o-transform: skew(10deg);
  -moz-transform: skew(10deg);
  -webkit-transform: skew(10deg);
}

.nav-link a:hover { background-color: #FA9A07 }

/* General styles for all menus */
.cbp-spmenu {
  background: #444;
  position: fixed;
}

.cbp-spmenu h3 {
  color: #FFF;
  font-size: 1.9em;
  padding: 20px;
  margin: 0;
  font-weight: 300;
  background: #333;
}

.cbp-spmenu a {
  display: block;
  color: #fff;
  font-size: 1.1em;
  font-weight: 300;
  text-decoration: none;
}

.cbp-spmenu a:hover {
  background: #333;
}

.cbp-spmenu a:active {
  background: #333;
  color: #D1D1D1;
}

/* Orientation-dependent styles for the content of the menu */
.cbp-spmenu-vertical {
  width: 240px;
  height: 100%;
  top: 0;
  z-index: 1000;
}

.cbp-spmenu-vertical a {
  border-bottom: 1px solid #333;
  padding: 1em;
}

/* Vertical menu that slides from the left or right */
.cbp-spmenu-left { left: -240px; }
.cbp-spmenu-left.cbp-spmenu-open { left: 0px; }

.cbp-spmenu {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.artist, .map-artist {
  float: left;
  width: 100%;
  margin: 0 0 5px;
  color: #333;
  padding: 5px 0;
  font-weight: bold;
  vertical-align: middle;
  height: 50px;
  line-height: 47px;
  font-size: 13px;
  overflow: hidden;
}

.map-artist-mini {
  float: left;
  width: 100%;
  margin: 0;
  color: #333;
  padding: 0;
  font-weight: bold;
  vertical-align: middle;
  height: 50px;
  line-height: 47px;
  font-size: 13px;
  overflow: hidden;
}

.mixtape-sidebar {
  position: relative;
}

.mixtape {
  float: left;
  width: 95%;
  margin: 0 2.5% 5px;
  color: #333;
  padding: 0;
  font-size: 13px;
  overflow: hidden;
}

.video {
  float: left;
  width: 95%;
  margin: 0 2.5% 5px;
  color: #333;
  padding: 0;
  font-size: 13px;
  overflow: hidden;
}

.headerad {
  float: left;
  height: 100%;
  max-height: 171px;
}

.leaderboard {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 5px 0;
}

.skyscraper {
  float: left;
  width:100% !important;
}

.overall {
  position: relative;
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 25px;
  box-sizing: border-box;
}

.topbar {
  float: left;
  width: 100%;
  padding: 5px 0 0;
  background-color: #F24C1A;
  border-bottom: 3px solid #DD2C00;
  position: fixed;
  z-index: 999;
}

.topbar a {
  color:#FFF;
}

.topbarleft {
  float: left;
  width: 15%;
  cursor: pointer;
  font-size: 3.5rem;
  text-align: left;
}

.topbarcenter {
  float: left;
  width: 70%;
}

#searchtype-bar {
  float: left;
  width: 98%;
  height: 35px;
  border: none;
  margin: 10px 1% 0;
  padding: 5px;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: -2px;
  text-transform: uppercase;
  background-color: #DD2C00;
  color: #FFF;
}

::-webkit-input-placeholder { color: #F5F5F5; }
:-moz-placeholder { /* Firefox 18- */ color: #F5F5F5; }
::-moz-placeholder {  /* Firefox 19+ */ color: #F5F5F5; }
:-ms-input-placeholder {   color: #F5F5F5; }

.topbarright {
  float: left;
  width: 15%;
  cursor: pointer;
  font-size: 3.5rem;
  text-align: right;
}

.stamp {
  float: right;
  width: 35px;
  height: 35px;
  margin: 10px 0;
  background-image: url("/images/top-stamp.png");
  background-size: 35px;
}

.searchtype {
  float: left;
  width: 100%;
  margin-top:64px;
  background-color:#FA9A07;
  position: fixed;
  z-index: 888;
}

.search-item {
  float: left;
  width: 96%;
  margin: 0 1% 5px;
  padding: 5px 1% 5px;
  text-decoration: none;
}

.search-item:hover {
  background-color: #F24C1A;
}

.search-item:hover > .searchtype-item-info, .search-item:hover > .artist-searchtype-item-info {
  color: #FFF;
}

.searchtype-item-img, .artist-searchtype-item-img {
  float: left;
  width: 60px;
  height: 60px;
}

.artist-searchtype-item-img img {
  border: none;
  vertical-align: middle;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  float: left;
}

.searchtype-item-info {
  margin-left: 65px;
  height: 60px;
  color: #333;
  line-height: 1.1;
}

.artist-searchtype-item-info {
  margin-left: 65px;
  height: 60px;
  color: #333;
  line-height: 60px;
}

.searchtype-item-title {
  font-weight: bold;
  margin-bottom: 2px
}

.row { margin: 12.5px 0; }

.column-header {
  float: left;
  width: 100%;
  padding: 5px 0;
  margin: 5px 0;
  background-color: #F24C1A;
  border-bottom: 3px solid #DD2C00;
  text-align: center;
}

.column-header h5, .column-header h1 {
  color: #FFF;
  font-weight: 600;
  margin-bottom: 0rem;
  font-size: 2.4rem;
} 

.footerlinks ul {
  list-style: none;
  font-size: 1.1em;
  line-height: 1em;
  margin-top: .5em;
}

.footerlinks strong {
  font-size: 1.15em;
}

.footerlinks a {
  color: #333;
  text-decoration: none;
}

.footerlinks a:hover {
  color: #F24c1A;
}

.mixtapecount {
  margin-bottom: -1rem;
}

.tape-thumb {
  width: 100%;
  margin-bottom: 5px;
  height: 0;
  padding-bottom: 100%;
}

.tape-info, .bloginfo, .rightbloginfo {
  float: left;
  width: 95%;
  padding: 0 5%;
  margin-bottom: 1px;
  font-size: 14px;
}

.tape-info-small {
  float: left;
  width: 95%;
  padding: 0 5%;
  margin-bottom: 1px;
  font-size: 12px;
}

.truncate-ellipsis {
  display: table;
  table-layout: fixed;
  width: 100%;
  white-space: nowrap;
}
 
.truncate-ellipsis > * {
  display: table-cell;
  overflow: hidden;
  text-overflow: ellipsis;
}

#artist-tapes .item, #artist-rel-tapes .item, #recent-tapes .item, #related-tapes .item, #trending-tapes .item{
  float: left;
  padding-bottom: 5px; 
  margin: 5px;
  color:#333;
}

#artist-tapes .item:hover, #artist-rel-tapes .item:hover, #recent-tapes .item:hover, #related-tapes .item:hover, #trending-tapes .item:hover{
  float: left;
  padding-bottom: 5px; 
  margin: 5px;
  color:#FFF;
  background-color: #F24c1A;
}

#artist-tapes .item img, #artist-rel-tapes .item img, #recent-tapes .item img, #related-tapes .item img, #trending-tapes .item img{
  width: 100%;
}

#tapes01 .item, #tapes02 .item, #tapes03 .item, #tapes04 .item {
  float: left;
  padding-bottom: 5px; 
  margin: 5px;
  color:#333;
}

#tapes01 .item:hover, #tapes02 .item:hover, #tapes03 .item:hover, #tapes04 .item:hover {
  float: left;
  padding-bottom: 5px; 
  margin: 5px;
  color:#FFF;
  background-color: #F24c1A;
}

#tapes01 .item img, #tapes02 .item img, #tapes03 .item img, #tapes04 .item img {
  width: 100%;
}

#artists .item{
  margin: 5px;
  color: #333;
  float: left;
  width: 250px;
  padding: 5px 0;
  font-weight: bold;
  vertical-align: middle;
  line-height: 47px;
  font-size: 13px;
}

.artist-avi {
  float: left;
  width: 50px;
  height: 50px;
  margin: 0 10px;
}

.artist-avi img {
  border: none;
  vertical-align: middle;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.avi img {
  float: left;
  width: 100%;
  border: none;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin-bottom: 10px;
}

.internal-link {
  color: #333;
}

.internal-link:hover, #artists .item:hover, .artist:hover, .map-artist:hover, .map-artist-mini:hover, .mixtape:hover, .video:hover, #videos01 .item:hover, #videos02 .item:hover, #videos03 .item:hover, #videos04 .item:hover, .side-artist:hover, .sidebar-3 a:hover, .sidebar-2 a:hover {
  color: #FFF;
  background-color: #F24c1A;
}

.side-artists {
  float: left;
  width: 100%;
}

.side-artist {
  float: left;
  width: 100%;
  margin-bottom: 5px;
  color: #333;
  padding: 5px 0;
  font-weight: bold;
  vertical-align: middle;
  height: 50px;
  line-height: 47px;
  font-size: 13px;
  overflow: hidden;
}

#header-slide {
  margin-bottom: 10px;
}

#header-slide .item img{
  display: block;
  width: 100%;
  height: auto;
}

#home-videos .item, #videos01 .item, #videos02 .item, #videos03 .item, #videos04 .item  {
  float: left;
  width: 90%;
  padding-bottom: 5px;
  margin: 5px;
  color: #333;
}

.video-info {
  float: left;
  width: 96%;
  padding: 0 2%;
  height: 20px;
  margin-bottom: 1px;
  font-size: 13px;
}

.video-se {
  float: left;
  padding: 0 4px;
  margin-left: -4px;
  border-radius: 2px;
}

#home-videos .item:hover > .video-info, #videos01 .item:hover > .video-info, #videos02 .item:hover > .video-info, #videos03 .item:hover > .video-info, #videos04 .item:hover > .video-info {
  color: #FFF;
}

.video-thumb {
  width: 100%;
}

.video p {
  margin: 0;
}

.mixtapetitleinfo, .artisttitleinfo, .video-title, .page-info {
  float: left;
  width: 100%;
  margin-bottom: 5px;
}

.mixtapetitleinfo h1, .artisttitleinfo h1, .video-title h1, .page-info h1 {
  margin: 0;
  font-weight: bold;
  display: inline-block;
}

.mixtapetitleinfo h2, .artisttitleinfo h2, .video-title h2, .page-info h2 {
  margin: 0;
  display: inline-block;
}

.mixtapetitleinfo a, .artisttitleinfo a, .video-title a, .page-info a {
  color: #777;
  text-decoration: none;
}

.mixtapetitleinfo a:hover, .artisttitleinfo a:hover, .video-title a:hover, .page-info a:hover {
  color: #FA9A07;
  text-decoration: underline;
}

.page-info p {
  margin-bottom: 10px;
}

.sidebar-3 a {
  float: left;
  width: 31.33%;
  padding: 5px 1%;
  text-decoration: none;
  text-align: center;
  color:#333;
  font-weight: bold;
  font-size: 1.2em;
}

.sidebar-2 a {
  float: left;
  width: 48%;
  padding: 5px 1%;
  text-decoration: none;
  text-align: center;
  color:#333;
  font-weight: bold;
  font-size: 1.2em;
}

.countbox {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 5px;
}

.countbox h5 {
  margin: 0;
  display: inline-block;
}

.mixtape-thumb {
  float: left;
  width: 100%;
}

.download, .no-download {
  float: left;
  height: 55px;
  width: 100%;
  font-size: 19px;
  line-height: 55px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  margin: 5px 0;
  color:#FFF;
  background: #F24c1A;
  -webkit-border-radius: 4px;
  -moz-border-radius:    4px;
  border-radius:         4px;
}

.download:hover {
  color: #FFF;
  background: #FA9A07;
}

.no-download, .no-download:hover {
  color: #FFF;
  background-color: #dd2c00;
}

.alt-download, .untitled-download {
  float: left;
  height: 55px;
  width: 100%;
  font-size: 18px;
  line-height: 55px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  margin: 5px 0;
  color:#FFF;
  background: #000;
  -webkit-border-radius: 4px;
  -moz-border-radius:    4px;
  border-radius:         4px;
}

.alt-download:hover, .untitled-download:hover {
  color: #FFF;
  background: #333;
}

.player {
  float: left;
  width: 100%;
  margin: 10px 0;
}

.mixtape-additonal-data {
  margin-bottom: 40px;
}

.mixtape-additonal-data p, .mixtape-additonal-data a {
  color:#777;
  font-size: 12px;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

.mixtape-additonal-data a:hover {
  color:#333;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px; height: 0; overflow: hidden;
  margin-bottom: 10px;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
} 

.pushmenu { /*this is the nav*/
  background: #3c3933;
  width: 240px;
  height: 100%;
  top: 0;
  z-index: 900;
  position:fixed;
  border-right: 1px solid #333;
}

.pushmenu a {
  display: block; /* drops the nav vertically*/
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  border-top: 1px solid #56544e;
  border-bottom: 1px solid #312e2a;
  padding: 14px;
}

.pushmenu a:hover {
  background:#3c3933;
}

.pushmenu a:active {
  background: #3c3933;
  color: #fff;
}

.pushmenu-left {
  left: -241px;
}

.pushmenu-left.pushmenu-open {
  left: 0;
}

.pushmenu-push {
  overflow-x: hidden;
  position: relative;
  left: 0;
}

.pushmenu-push-toright {
  left: 241px;
}

/*Transition*/
.pushmenu, .pushmenu-push {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;  
}

#disqus_thread a {
  color: #444;
}

.ribbon-wrapper {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  right: 1px;
}

.ribbon {
  font: bold 13px;
  color: #333;
  text-align: center;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  position: relative;
  padding: 4px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  background-color: #F24C1A;
  color: #F1F1F1;
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}

.ribbon:before, .ribbon:after {
  content: "";
  border-top:   4px solid #DD2C00;   
  border-left:  4px solid transparent;
  border-right: 4px solid transparent;
  position:absolute;
  bottom: -4px;
}

.ribbon:before {left: 0;}
.ribbon:after {right: 0;}

.buy {
  position: absolute;
  width: 50px;
  height: 50px;
  background-image: url("/images/buy.png");
  background-size: 50px 50px;
}

.sponsored {
  position: absolute;
  width: 50px;
  height: 50px;
  background-image: url("/images/sponsored.png");
  background-size: 50px 50px;
}

.artistad {
  float: left;
  display: block;
}

.rating-container {
  display: flex;
  background-color: #F24c1A;
  border-radius: 4px;
  padding: 8px 16px;
  color: #FFF;
  align-items: center;
  justify-content: center;
  margin:5px 0;
}

.rating-container a {text-decoration: none;}

.like-btn, .dislike-btn {
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: opacity 0.2s;
}

.like-btn:hover, .dislike-btn:hover {
  opacity: 0.8;
}

.count {
  font-weight: bold;
  font-size: 1.1rem;
  margin: 0 5px;
  color:#FFF;
}

.divider {
  width: 1px;
  height: 24px;
  background-color: #FFF;
  margin: 0 20px;
}

.icon {
  width: 20px;
  height: 20px;
  fill: white;
}

.bananas {
  float:left;
  width: 100%;
  margin: 5px 0 0;
}

.banana {
  float: left;
  width: 20%;
  height: 0;
  background-image: url('/images/banana.png');
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 20%;
}

.halfbanana {
  float: left;
  width: 20%;
  height: 0;
  background-image: url('/images/bananahalf.png');
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 20%;
}

.nobanana {
  float: left;
  width: 20%;
  height: 0;
  background-image: url('/images/nobanana.png');
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 20%;
}

.social-button {
  float: left;
  width: 25%;
  padding: 4px 0;
  text-align: center;
  font-size: 10px;
}

.social-button a {
  color: #FFF;
  text-decoration: none;
}

.twitter {background-color: #00aced;}
.facebook {background-color: #3b5998;}
.instagram {background-color: #517fa4;}
.youtube {background-color: #bb0000;}
.twitter:hover {background-color: #1dcaff; color:#FFF;}
.facebook:hover {background-color: #afbdd4; color:#FFF;}
.instagram:hover {background-color: #85b0d3; color:#FFF;}
.youtube:hover {background-color: #ec5959; color:#FFF;} 

.vidbox-item {
  float: left;
  width: 100%;
  color: #444;
  padding: 5px 0 0;
  overflow: hidden;
}

.vidbox-item:hover {
  color: #FFF;
  background-color: #F24c1A;
}

.vidbox-img {
  float: left;
  width: 35%;
  margin: 0 2.5%;
}

.vidbox-side {
  float: left;
  width: 60%;
}

.vidbox-info {
  float: left;
  width: 100%;
}

.tape-thumb {
  width: 100%;
  margin-bottom: 5px;
  height: 0;
  padding-bottom: 100%;
}

.video-thumb {
  width: 100%;
}

.video-info {
  float: left;
  width: 95%;
  padding: 0 5%;
  margin-bottom: 1px;
}

.popup {
  background: rgba(100, 100, 100, 0.6);
  position: fixed;
  display: none;
  z-index: 5000;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.popup > div {
  border-radius: 10px;
  position: fixed;
  background: #FFFFFF;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  padding: 30px 15px;
  width: 70%;
  max-width: 600px;
  z-index: 5001;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  text-align: center;
  border: 5px solid #444;
}

.popuprow {
  float: left;
  width: 100%;
  margin: 10px 0;}

.popuplink {
  float: left;
  width: 23%;
  color:#FFF;
  margin: 1%;
  padding: 6px 0;
  border-radius: 4px;
  text-decoration: none;
}

.artistlinks {
  float: left;
  width: 100%;
  color:#FFF;
  padding: 6px 0;
  border-radius: 4px;
  text-decoration: none;
  text-align: center;
}

.artistlinks a {
  font-size: 14px;
  text-transform: lowercase;
}

.socialhide {
  display: inline-block;
}

.price {
  float: right;
  width: 50px;
  padding: 0 5px;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  background-color: #F24c1A;
}

.shop-item {
  float: left;
  width: 48%;
  margin: 0 1%;
}

.chart-item {
  float: left;
  width: 100%;
  border-bottom: 1px solid #D1D1D1;
  margin-bottom: 5px;
}

.chart-img {
  float: left;
  width: 35%;
}

.chart-img img {
  margin: 0;
}

.chart-info {
  float: left;
  width: 65%;
}

.chart-bananas {
  width: 50%;
}

.tabs {
  width: 100%;
  margin: 0 auto;
  background: #fff;
}

.tabs p {
  white-space: pre-line;
}

.tabs input[type="checkbox"], .tabs input[type="radio"] {
  display: none;
}

section {
  display: none;
  padding: 20px 0 0;
  border-top: 1px solid #ddd;
}

.tabs input {
  display: none;
}

.tabs label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 5px 10px;
  font-weight: 600;
  text-align: center;
  color: #bbb;
  border: 1px solid transparent;
}

.tabs label:before {
  font-weight: normal;
  margin-right: 10px;
}

.tabs label:hover {
  color: #888;
  cursor: pointer;
}

.tabs input:checked + label {
  color: #555;
  border: 1px solid #ddd;
  border-top: 3px solid #F24C1A;
  border-bottom: 1px solid #fff;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4,
#tab5:checked ~ #content5 {
  display: block;
}

.alert {
  padding: 15px; background-color: #fa9a07; color: #FFF;
}

.alert a {
  color:#FFF;
  text-decoration: none;
}

.alert-out {
  margin-left: 15px; color: #FFF; font-weight: bold; float: right; font-size: 22px; line-height: 20px; cursor: pointer; transition: 0.3s;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
  /* Safari and Chrome */
  .mobile-push  {
    float: left;
    width: 100%;
    height: 80px;
  }
}

.award {
  float: left;
  margin: 0 10px 0 0;
}

.tidal-embed-ad {
  float: left;
  width: 100%;
  color: #FFF;
  padding: 5px 0;
  text-align: center;
  background-color: #000;
}

.tidal-embed-ad:hover {
  background-color: #242428;
}


/* Larger than mobile */
@media (min-width: 200px) and (max-width: 499px) {
  .nav, .nav-link, .leaderboard {
    display: none;
  }

  .artist {
    width: 48%;
    margin: 0 1% 5px;
  }   

  .mixtape { 
    padding-bottom: 5px;
    width: 48%;
    margin: 0 1% 10px;
  }

  .video {
    padding-bottom: 5px;
    width: 48%;
    margin: 0 1% 10px;
  }

  .overall {
    width: 85%;
  }

  .logo {
    display: none;
  }

  .sky-video {
    display: none;
  }

  .artistad {
    display: none;
  }

  .socialhide {
    display: none;
  }

  .tabs label {
    font-size: 13px;
    padding: 5px 8px;
  }

}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 500px) and (max-width: 699px) {
  .nav, .nav-link, .leaderboard {
    display: none;
  } 

  .artist
  {
    width: 48%;
    margin: 0 1% 5px;
  } 

  .mixtape { 
    padding-bottom: 5px;
    width: 48%;
    margin: 0 1% 10px;
  }

  .video { 
    padding-bottom: 5px;
    width: 48%;
    margin: 0 1% 10px;
  }

  .topbarleft {
    width: 10%;
  }

  .topbarcenter {
    float: left;
    width: 80%;
  }

  #searchtype-bar {
    width: 100%;
    margin: 10px 0% 0;
  }

  .topbarright {
    width: 10%;
  }

  .search-item {
    width: 48%;
    margin: 0 0% 5px;
    padding: 5px 1% 5px;
    text-decoration: none;
  }

  .logo {
    display: none;
  }

  .overall {
    width: 80%;}

  .tabs label {
    font-size: 13px;
    padding: 5px 8px;
  }
}

/* Larger than tablet */
@media (min-width: 750px) {
  .nav, .nav-link, .leaderboard {
    display: none;
  }

  .social-button {
    display: none;
  }

  .search-item {
    float: left;
    width: 47%;
    margin: 0 1% 5px;
    padding: 5px .5% 5px;
  }

  .artist {
    width: 32.33%;
    margin: 0 .5% 5px;
  }

  .mixtape { 
    padding-bottom: 5px;
    width: 32.33%;
    margin: 0 .5% 10px;
  }

  .video { 
    padding-bottom: 5px;
    width: 32.33%;
    margin: 0 .5% 10px;
  }

  .search-item {
    width: 30%;
    margin: 0 1% 5px;
    padding: 5px .5% 5px;
    text-decoration: none;
  }

  .tabs label {
    padding: 15px 20px;
  }

}

/* Larger than desktop */
@media (min-width: 1000px) {
  .nav, .nav-link, .leaderboard {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 5px 0;
  }  

  .social-button {
    display: none;
  }

  .search-item {
    float: left;
    width: 30.33%;
    margin: 0 1% 5px;
    padding: 5px .5% 5px;
  }

  .mixtape { 
    padding-bottom: 5px;
    width: 24%;
    margin: 0 .5% 10px;
  }

  .video { 
    padding-bottom: 5px;
    width: 24%;
    margin: 0 .5% 10px;
  }

  .search-item {
    width: 22%;
    margin: 0 1% 5px;
    padding: 5px .5% 5px;
    text-decoration: none;
  }

}

/* Larger than Desktop HD */
@media (min-width: 1250px) {
  .nav, .nav-link, .leaderboard {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 5px 0;
  }  

  .social-button {
    display: none;
  }

  .search-item {
    float: left;
    width: 22%;
    margin: 0 1% 5px;
    padding: 5px .5% 5px;
  }

  .mixtape { 
    padding-bottom: 5px;
    width: 19%;
    margin: 0 .5% 10px;
  }

  .topbarleft {
    width: 5%;
  }

  .topbarcenter {
    float: left;
    width: 90%;
  }

  #searchtype-bar {
    width: 100%;
    margin: 10px 0% 0;
  }

  .topbarright {
    width: 5%;
  }

  .search-item {
    width: 17%;
    margin: 0 1% 5px;
    padding: 5px .5% 5px;
    text-decoration: none;
  }  
}

/* Hide the second link by default as mobile-first approach */
.second-link {
  display: none;
}

/* Media query for desktops */
@media (min-width: 992px) {
  /* Show the second link and hide the first one on desktop */
  .first-link {
    display: none;
  }
  .second-link {
    display: inline-block;
  }

  .mixtape-sidebar {
    position:sticky;top:80px;
  }
}