/* shared actions css */

.actions {
  padding-left: 0px;
}

.actions > li {
  margin-bottom: 15px;  
}

.actions-centered > li {
  text-align: center;
}


/* audio player */

.audio-player {
  bottom: 0;
  right: 0;
  left: 0;
  margin-bottom: 0;
  position: fixed;
  z-index: 1030;
  line-height: 34px;
  height: 54px;
  background-color: #444;
  color: white;
  border-top: 1px solid white;
}

.playback-scrubber {
  margin: 0.5em;
  height: 22px;
  width: 200px;
  position: relative;
  border: 2px solid white;
  background-color: white;
  border-radius: 10px;
  cursor: pointer;
}

.playback-scrubber .bar {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  border-radius: 8px;
  cursor: pointer;
}

.playback-scrubber .loaded {
  background-color: #CCC;
}

.playback-scrubber .position {
  background-color: #3399CC;
}

.audio-player .controls {
  float: left;
  margin-top: 4px;
}

.audio-player .controls .btn {
  padding: 6px 10px;
  color: white;
}

.audio-player .song-info a.upload-link {
  color: #FFF;
  margin-left: 8px;
  margin-right: 8px;
}

.audio-player .song-info a.user {
  color: #CCC;
}

.audio-player #playlist-button {
  margin-top: 5px;
}

@media screen and (max-width: 700px) {

  .audio-player .controls {
    float: none !important;
    width: 200px;
    margin: 0 auto;
    text-align: center;  
  }
}


.page-banner {
  text-align: center;
  background-color: antiquewhite;
  padding-top: 5px;
  padding-bottom: 5px;
}

.page-banner a {
  display: inline-block;
  margin: 0px 8px;
  font-weight: bold;
  border-radius: 3px;
  border: 1px solid;
  padding: 0px 4px;

}

/* search results css */

.did-you-mean  {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2px;
  margin-bottom: 30px;
  width: 50%;

}
.did-you-mean > div {
  margin-bottom: 12px
}
.did-you-mean > div:last-child {
  margin-bottom: 0px;
}

.did-you-mean div a {
  margin-left: 18px;
  margin-bottom: 7px;
  color: #777;
  display: inline-block;
  border: 1px solid #BBB;
  padding: 2px 6px;
  border-radius: 3px;
}

.did-you-mean div a:hover {
  color: green;
  background-color: #FFF;
  text-decoration: none;
  box-shadow: 1px 1px black;
  padding-right: 7px;
  margin-left: 17px;
}

.did-you-mean > a {
  margin-left: 20px;
}


.modal .download-popup .actions {
  padding: 0px;
}

.modal .download-popup .actions-centered li {
  text-align: center;
}

.modal .download-popup .actions li {
  margin-bottom: 15px;
}

.modal .download-popup .actions li p {
    margin: 0 0 10px;
}

.modal .download-popup a.btn img {
    margin-right: 8px;
    margin-left: -8px;
}

.modal .download-popup .nav-tabs > li {
  margin-bottom: 0px;
  padding: 0px;
}

.modal .download-popup .col-panel textarea {
    max-width: 98%;
    opacity: 0.3;
    border: 0px;
}

.modal .download-popup .col-panel button.copy-to-clip {
  margin-top: 17px;
}



/* shared home css */

.gso-links .panel {
  background-color: white;
  border-radius: 18px;
  margin-top: 8px;
  color: #2B3E66;
}

.gso-links .panel-title {
  font-size: 30px;
  height: 135px;
  padding-top: 14px;
  font-weight: normal;
  width: 78%;
  padding-left: 20px;
}

.gso-links .panel-body {
  padding-bottom: 30px;
  font-size: 18px;
  min-height: 150px;
  padding-left: 40%;
  padding-top: 44px;
  font-weight: normal;
}

.gso-links .panel-footer {
  background-color: transparent;
  border-top: 1px solid #aaa;
}

.gso-links {
  background-color: #EEE;
  margin-bottom: 0px;
}

.gso-links.panel-group {
  padding-top: 24px;
  padding-bottom: 7px;

}

/* panel-slider */

.slider-col,
.slider-col > .slideable {
  height: 120px;
}

.slider-col > .slideable {
  overflow: hidden;
  white-space: nowrap;
}

.slider-group-1 {
  z-index: 4;
}

.slider-group-2 {
  display: none;
  z-index: 2;
}


/* ribbon css */

.ribbon {
  display: block;
  width: 30px;
  position: relative;
  color: #fff;
  padding: 20px 0 10px;
  text-align: center;
  font-family: arial, sans-serif;
  font-weight: bold;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
}

.ribbon:before {
  display: block;
  width: 30px;
  height: 0;
  position: absolute;
  top: 4px;
  content: "";
  border-top: 1px dotted rgba(0, 0, 0, 0.2);
  border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
}

.ribbon:after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  position: relative;
  bottom: -25px;
  z-index: 100;
  border-width: 0 15px 15px 15px;
  border-style: solid;
}

/* 
    Ribbon colors 
*/
.ribbon.red {
  background-color: #cb0000;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#fe0000), to(#cb0000));
  background-image: -moz-linear-gradient(top, #fe0000, #cb0000);
  background-image: -ms-linear-gradient(top, #fe0000, #cb0000);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fe0000), color-stop(100%, #cb0000));
  background-image: -webkit-linear-gradient(top, #fe0000, #cb0000);
  background-image: -o-linear-gradient(top, #fe0000, #cb0000);
  background-image: linear-gradient(top, #fe0000, #cb0000);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe0000', endColorstr='#cb0000', GradientType=0);
}
.ribbon.red:after {
  border-color: #cb0000 #cb0000 transparent #cb0000;
}
.ribbon.orange {
  background-color: #e44200;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ff5b18), to(#e44200));
  background-image: -moz-linear-gradient(top, #ff5b18, #e44200);
  background-image: -ms-linear-gradient(top, #ff5b18, #e44200);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff5b18), color-stop(100%, #e44200));
  background-image: -webkit-linear-gradient(top, #ff5b18, #e44200);
  background-image: -o-linear-gradient(top, #ff5b18, #e44200);
  background-image: linear-gradient(top, #ff5b18, #e44200);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5b18', endColorstr='#e44200', GradientType=0);
}
.ribbon.orange:after {
  border-color: #e44200 #e44200 transparent #e44200;
}
.ribbon.yellow {
  background-color: #cc9b00;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ffc200), to(#cc9b00));
  background-image: -moz-linear-gradient(top, #ffc200, #cc9b00);
  background-image: -ms-linear-gradient(top, #ffc200, #cc9b00);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffc200), color-stop(100%, #cc9b00));
  background-image: -webkit-linear-gradient(top, #ffc200, #cc9b00);
  background-image: -o-linear-gradient(top, #ffc200, #cc9b00);
  background-image: linear-gradient(top, #ffc200, #cc9b00);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc200', endColorstr='#cc9b00', GradientType=0);
}
.ribbon.yellow:after {
  border-color: #cc9b00 #cc9b00 transparent #cc9b00;
}
.ribbon.green {
  background-color: #6b8d13;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#8dba19), to(#6b8d13));
  background-image: -moz-linear-gradient(top, #8dba19, #6b8d13);
  background-image: -ms-linear-gradient(top, #8dba19, #6b8d13);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8dba19), color-stop(100%, #6b8d13));
  background-image: -webkit-linear-gradient(top, #8dba19, #6b8d13);
  background-image: -o-linear-gradient(top, #8dba19, #6b8d13);
  background-image: linear-gradient(top, #8dba19, #6b8d13);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8dba19', endColorstr='#6b8d13', GradientType=0);
}
.ribbon.green:after {
  border-color: #6b8d13 #6b8d13 transparent #6b8d13;
}
.ribbon.blue {
  background-color: #17a1d0;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#32bae8), to(#17a1d0));
  background-image: -moz-linear-gradient(top, #32bae8, #17a1d0);
  background-image: -ms-linear-gradient(top, #32bae8, #17a1d0);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #32bae8), color-stop(100%, #17a1d0));
  background-image: -webkit-linear-gradient(top, #32bae8, #17a1d0);
  background-image: -o-linear-gradient(top, #32bae8, #17a1d0);
  background-image: linear-gradient(top, #32bae8, #17a1d0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#32bae8', endColorstr='#17a1d0', GradientType=0);
}
.ribbon.blue:after {
  border-color: #17a1d0 #17a1d0 transparent #17a1d0;
}
.ribbon.purple {
  background-color: #611b85;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#8024af), to(#611b85));
  background-image: -moz-linear-gradient(top, #8024af, #611b85);
  background-image: -ms-linear-gradient(top, #8024af, #611b85);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8024af), color-stop(100%, #611b85));
  background-image: -webkit-linear-gradient(top, #8024af, #611b85);
  background-image: -o-linear-gradient(top, #8024af, #611b85);
  background-image: linear-gradient(top, #8024af, #611b85);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8024af', endColorstr='#611b85', GradientType=0);
}
.ribbon.purple:after {
  border-color: #611b85 #611b85 transparent #611b85;
}
.ribbon.black {
  background-color: #323232;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#4b4b4b), to(#323232));
  background-image: -moz-linear-gradient(top, #4b4b4b, #323232);
  background-image: -ms-linear-gradient(top, #4b4b4b, #323232);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4b4b4b), color-stop(100%, #323232));
  background-image: -webkit-linear-gradient(top, #4b4b4b, #323232);
  background-image: -o-linear-gradient(top, #4b4b4b, #323232);
  background-image: linear-gradient(top, #4b4b4b, #323232);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b4b4b', endColorstr='#323232', GradientType=0);
}
.ribbon.black:after {
  border-color: #323232 #323232 transparent #323232;
}
/* public shared css */

body {
  font-family: Avenir Next, Verdana;
}

ul {
  list-style: none;
}

.text {
  line-height: 1.3;
  margin: 0 0 3px;
}

h1 small {
  font-weight: 300;
  text-shadow: 0px 0px;
}

.light-color, 
h5 span,
span.light-color a {
  color: #999;
  font-weight: 300;
}

.light-on-hover:hover {
  color:white;
}

.inlined,
.navbar .ember-view {
  display: inline-block;
}

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

.outlet-wrap {
  min-height: 540px;
}

.dropdown-menu > li > a {
  width: 100%;
}

.img-circle {
  box-shadow: 0 2 4 rgba(0,0,0,0.2);
  margin-right: 15px;
  margin-bottom: 20px;
}

.system-alert.alert {
  width: 60%;
  margin-left: 20%;
  position: fixed;
  z-index: 10000;
}

.system-alert.alert strong {
  margin-right: 12px;
  display: inline-block;
}

/* modals can be embedded in playlists so these
   need to get reset
   TODO: something other than this
*/
.modal {
  white-space: normal;
  font-size: 14px;
}


.required::after {
  content: '*';
  color: #F88;
}

.loading-screen {
  opacity: 0.5;
}

.page-header h1 > i {
  color: #777;
  text-shadow: 5px 5px 4px #ddd;
}

.page-header h1 {
  text-shadow: 1px 2px #ddd;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.footer {
  background-color: black;
  color: white;
  padding-bottom: 40px;
}

/* This is gets added for the audio-player (in theory) */

.footer-pad {
  padding-bottom: 90px; 
}

.footer ul li a {
  color: white;
}

.footer h1 {
  margin-left: 40px;
}

.fa-heart {
  color: red;
}



@media screen and (max-width: 670px) {

  .page-header h1 small {
    display: block;
  }

  .page-header h1 {
    padding-left: 20px;
    padding-right: 20px;
  }

}

li.license-badge i { /* help icon */
  font-size: 125%;
  margin-left: 8px;
}

/* licenses popup */
.license-images img {
  display: block;
  margin: 20px auto 3px auto;
}

.license-images a {
  margin: 4px auto;
}

.license-description {
  padding: 12px 0px 12px 0px;
}

/* download popup */
a > small {
  font-size: 60%;
}
a > small::before {
  content: '('
}

a > small:after {
  content: ')'
}

.col-panel {
  background-color: #EEE;
  border-radius: 4px;
  padding: 12px;
  margin: 4px;
}

.col-panel textarea {
  max-width: 88%;
  opacity: 0.5;
}

.col-panel p {
  margin-top: 7px;
  margin-bottom: 15px;
}

.download-popup a.btn img {
  margin-right: 8px;
  margin-left: -8px;
}

.watch-a-yt-video {
  margin: 7px;
  text-align: center;
}

.credits li {
  margin-bottom: 12px;
}
.credits .label {
  display: inline-block;
  color: black;
  width: 35%;
  text-align: right;
}

.credits a {
  text-transform: lowercase;
  margin-right: 9px;
}

.well.error-page {
  width: 50%;
  position: fixed;
  z-index: 250000;
  top: 30px;
  left: 25%;
  border: 2px dotted black;
  border-radius: 20px;
}

div.well.error-page > code {
  display: none;
}
/* stems-files css */

/*
.stems-browser .stems-files {
  margin-top: 8px;
  padding: 0px 12px 0px 13px;
}

.stems-browser .stems-files > li {
  cursor: default;
  display: inline-block;
  background-color: #eee;
  border-radius: 4px;
  min-width: 120px;
  width: 40%;
  overflow: hidden;
  white-space: nowrap;
  margin-right: 14px;
  margin-bottom: 8px;
}

.stems-browser .stems-files > li .ext {
   text-transform: uppercase;
   background-color: #FFF;
   padding: 2px;
   border-radius: 3px;
   font-size: 10px;
   color: black;
   box-shadow: 1px 1px #666;
   margin-right: 6px;
   margin-left: 4px;
}

.stems-browsers .stems-files > li > span:nth-child(3) {
  min-width: 30px;
  display: inline-block;
}

.stems-browser .stems-files > li .nic {
   text-transform: lowercase;
   font-size: 12px;
   max-width: 87px;
   display: inline-block;
   overflow: hidden;
   vertical-align: middle;
}

.stems-browser .stems-files > li > span.download-button-container {
  display: inline-block;
  float: right;
}

.stems-browser .stems-files > li > a.play-disabled,
.stems-browser .stems-files > li > a.play-button,
.stems-browser .stems-files > li > span.zip-link-container        > a.zip-link,
.stems-browser .stems-files > li > span.download-button-container > button.sm-download {
  padding: 4px;
  font-size: 14px;
}

.stems-browser .stems-files > li > a.play-button {
  background: #3CA73C;
}

.stems-browser .stems-files > li > a.play-disabled {
  background: #999;
  border: 0px;
}

.stems-browser .stems-files > li.hi-hi {
  font-weight: bold;
}

.stems-browser .stems-files > li.hi-hi > span div {
  font-weight: normal;
}

.stems-browser .stems-files > li.lo-hi {
}
*/


/* shared topic css */

.topic-body img.format_image { 
  float: left;
  margin-right: 12px;
}

.play-list > li {
  margin-bottom: 2px;
  font-size: 22px; 
  white-space: nowrap;
}
/* Keyframe animation for a pulsing border */
@keyframes pulseBorder {
  0% {
    border-color: #FF6666;
    box-shadow: 0 0 8px rgba(255, 102, 102, 0.8);
  }
  50% {
    border-color: #FF4444;
    box-shadow: 0 0 15px rgba(255, 68, 68, 0.8);
  }
  100% {
    border-color: #FF6666;
    box-shadow: 0 0 8px rgba(255, 102, 102, 0.8);
  }
}

/* Styling for the "Donate" span */
.topDonateHeart {
  background-color: #000; /* Black background */
  font-weight: bold;
  color: #FFEEEE; /* Soft pinkish-white text color */
  padding: 0.1em 1.5em; /* Padding around the text */
  border: 2px solid #FF6666; /* Initial border color */
  border-radius: 28px; /* Rounded corners */
  text-align: center;
  display: inline-block;
  cursor: pointer;
  transition: transform 0.2s ease-in-out;
  animation: pulseBorder 2s infinite; /* Apply the pulse border animation */
}

/* Adding a glow effect and scaling on hover */
.topDonateHeart:hover {
  transform: scale(1.1); /* Slightly enlarge on hover */
  box-shadow: 0 0 20px rgba(255, 68, 68, 0.8), 0 0 30px rgba(255, 68, 68, 0.6);
}
.smallTopDonateHeart { 
	background-color: #000; 
	font-weight: bold; 
	color: #FFEEEE; 
/*	padding: 1em; */ 
	
}
.tagsLineDiv { 
	font-size:12px; 
	padding-left:2em; 
}
a.song-title  {
  color: black;  
}

a.song-title:hover {
  color: #999;
  text-decoration: none;
}

a.artist-name:hover {
  text-decoration: none;
  border-bottom: 1px dashed;
}


@media screen and (max-width: 670px) {

  .play-list > li {
    margin-bottom: 15px;
    white-space: normal;
  }

  .play-list > li .artist-name {
    display: block;
    margin-left: 60px;
  }

  ul.play-list  {
    margin-top: 18px;
  }

  .no-hit-suggestion {
    display: none;
  }
  
}


#

.trackTitleButtons { 
	max-width: 330px ;
	margin-left: 200px ;
}
.tagsLineDiv { 
	font-size:11px; 
	text-indent: 1em; 
}
.donateButton  {
	margin-left: 220px; 
}
.importantText { 
	font-family: 'Special Elite', sans-serif ; 
	font-size: 14px; 
	font-weight: bold; 
	display: inline-block; 
	max-width: 820px; 
	padding-left: 44px; 
}
.adsbygoogle {
	display: block ;
}
.inlineTags { 
	font-size:10px;
}
.navbar {
  margin-bottom: 0px;
}
.navbar-collapse {
  padding-left: 2%;
}
.panel-3 {
  background: linear-gradient(-45deg, #000000, #774d00); /* Black to dark green gradient */
  color: #ffffff;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  font-family: 'Special Elite', sans-serif; /* Movie-style font */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); /* Slight shadow around the panel */
}

/* Styling for text with specified shadow */
.panel-3 h1,
.panel-3 .panel-body ,
.panel-3 p {
  color: #ffffff; /* White text */
	padding-left:0px; 
padding-top:0px;
  text-shadow: 1px 3px 5px rgba(0, 0, 0, 0.8); /* Deep black shadow */
}
.panel-love {
  background: linear-gradient(45deg, #000000, #8F0700); /* Black to dark green gradient */
  color: #ffffff;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  font-family: 'Special Elite', sans-serif; /* Movie-style font */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); /* Slight shadow around the panel */
}
.panel-film {
  background: linear-gradient(45deg, #000000, #004d00); /* Black to dark green gradient */
  color: #ffffff;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  font-family: 'Special Elite', sans-serif; /* Movie-style font */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); /* Slight shadow around the panel */
}

/* Styling for text with specified shadow */
.panel-film h1,
.panel-film .panel-body , 
.panel-love .panel-body, 
.panel-love h1, 
.panel-love p, 
.panel-film p {
  color: #ffffff; /* White text */
	padding-left:0px; 
  text-shadow: 1px 3px 5px rgba(0, 0, 0, 0.8); /* Deep black shadow */
}
.home-donate-title {
	height:90px ; 
  background: linear-gradient(180deg, #FFFFFF, #AAAAAA);
}
.home-donate { 
  background: linear-gradient(180deg, #AAA, #FFF);
	padding-top: 4px;
	padding-left: 114px; 
}

.holiday-panel {
/*  background: linear-gradient(135deg, #ff4b4b, #28a745); orig Red and green gradient */
  background: linear-gradient(-45deg, #8B0000, #006400);
  color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
  text-align: center;
  color: #ffffff; /* White text */
}
.holiday-panel h1,
.holiday-panel .panel-body, 
.holiday-panel p {
	padding-left:0px; 
  color: #ffffff; /* White text */
  text-shadow: 1px 5px 9px rgba(0, 0, 0, 1); /* Black shadow */
}
.holiday-panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('https://upload.wikimedia.org/wikipedia/commons/thumb/d/d7/Snowflake_macro_photography_1.jpg/800px-Snowflake_macro_photography_1.jpg?20181115111925');
/*  background-size: 100px;*/ 
  background-repeat: no-repeat;
  opacity: 0.28; /* Subtle snowflake overlay */
  pointer-events: none; /* Allows clicks to pass through */
}

.collapse .navbar-nav .dropdown-toggle {
  color: #9d9d9d;
}

.collapse .navbar-nav > li > a {
  margin-top: 10px; 
}

.collapse .navbar-nav > li > input,
.collapse .navbar-nav > li > div {
  margin-top: 17px;
}

.collapse .form-group {
  margin-top: 8px;
  margin-bottom: 0px
  padding: 0px;
}


/* upload page */

.upload-page .extras li {
  padding-bottom: 20px;
}

div.tags {
  padding: 10px 0;
}

.upload-page .fa-youtube-play {
  font-size: 120%;
}
.upload-page a[href*="/people"] {
  font-size: 22px;
  color: black;
}

.trackbacks h3 + a {
  margin-left: 12px;
  vertical-align: text-bottom;
}
.upload-page .remix-list li {
  border-color: transparent;
}

/* expanding buttons */
.btn-exp {
  position: relative;
  background-repeat: repeat-x;
  background-color: transparent;
  border: 0;
  background-image: url('../images/buttons.png');

  /* override these: */  
  background-position: 0px 0px;
  height: 31px;  
  /* margin-right >= ::after width
     margin-left  >= ::before width */
  margin: 0 15px;
}

.btn-exp::before,
.btn-exp::after {
  content: ' ';
  position: absolute;
  background-color: transparent;
  top: 0;
  background-image: url('../images/button-heads.png');

  /* height matches above */  
  height: 31px;
}
.btn-exp::before {
  width: 15px;
  left: -15px;
}
.btn-exp::after {
  width: 15px;
  right: -15px;
}

a.btn-exp:hover {
  text-decoration: none;
  color: white;
}

.btn-tag {
  height: 31px;
  background-position: 0px 0px;
  margin-right: 36px;
  margin-bottom: 12px;
  display: inline-block;
  font-weight: 500;
  color: #444;
  padding-top: 5px;
  padding-right: 8px;
  font-family: Verdana;
  font-size: 11px;
}

.editable .btn-tag {
  padding-top: 3px;
}

.editable .btn-tag i {
   color: goldenrod;
}

.editable .btn-tag span {
  float: right;
  padding-top: 3px;
  margin-left: 4px;
}

.btn-tag::before {
  height: 31px;
  background-position: 0px 0px;
  left: -25px;
  width: 25px;
}

.btn-tag::after {
  height: 31px;
  background-position: -90px 0px;
  right: -10px;
  width: 10px;
}


/* query page */

.tags-list {
  height: 120px;
  overflow: auto;
  border: 1px solid #ddd;
  box-shadow: 2px 2px #ddd;
  border-radius: 8px;
}

.tags-list i {
  vertical-align: middle;
}

.tags-list li {
  cursor: pointer;
  margin-left: -25px;
  padding-left: 10px;
  border: 1px solid transparent;;
  margin-right: 10px;
}

.tags-list li:hover {
  border: 1px solid #999;
  border-radius: 4px;
}

.empty-query li {
  margin-bottom: 15px;
}

.empty-query  li {
  margin-top: 35px;
  line-height: 2.0;
}

.empty-query  li > i {
  vertical-align: middle;
  color: orange;
  font-size: 20px;
}

.dig-img {
  background-image: url('../images/home-bg.jpg');
  width: 100%;
  height: 611px;
  -webkit-background-size: cover;
  background-size: cover;
}


.dig-img h1 {
  color: whitesmoke;
  text-shadow: 2px 2px black;
  font-size: 400%;
  font-weight: 300;
}


.dig-img h3 {
  font-weight: 300;
  text-shadow: 1px 2px black;
  color: #F8FCFF;
  line-height: 1.3;
}

.home-glyph {
  background-image: url('../images/index-glyphs.png');
  background-repeat: no-repeat;
  display: inline-block;
}

.musicians-glyph {
  width: 200px;
  height: 225px;
}

.findMusic-glyph {
  background-position: -200px 0px;
  width: 185px;
  height: 225px;
}

.urHere {
  position: relative;
  top: 42px;
  left: 28px;
  transform: rotate(25deg) scale(1) skew(1deg) translate(0px);
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.2;
}

.project-icons {
  /*color: #62c3d0; */
  font-size: 30px;
  text-align: center;
  margin-top: -5px;
}

.project-icons i {
  margin-right: 7px;
}

.project-glyph {
  background-position: -400px -0px;
  width: 155px;
  height: 114px;
  margin-top: 104px;
}

.partners {
  background-color: black;
  padding-top: 20px;
  margin-bottom: 0px;
  padding-bottom: 20px;
}

.partners .panel-body {
  text-align: center;
  box-shadow: 6px 6px #868F94;
  background-color: #555;
}



.how .panel-body {
  text-align: center;
}

.how .panel-footer {
  font-size: 22px;
  text-transform: uppercase;
  background-color: transparent;
}


/* mobile hacks here... */
@media screen and (min-width: 640px){
  .dig-img h1 {
    padding-top: 120px;
  }
}


@media screen and (max-width: 770px) {

  .btn-warning {
    display: none;
  }

  #qop form.form-inline {
    display: none;
  }

  .navbar-brand {
    margin-top: -8px;
  }

  #qop {
    margin: 0px
  }
}

@media screen and (max-width: 670px) {

  .upload-page .actions {
    text-align: center;
  }

  .upload-page .tags {
    padding-left: 35px;
  }

  .upload-page .remixes ul,
  .upload-page .trackbacks ul {
    max-height: 150px;
    overflow: auto;
    border: 1px solid #ddd;
    box-shadow: 2px 2px #ddd;
    border-radius: 8px;
    margin-left: 10%;
    margin-right: 10%;
    padding: 0px;
  }

  .trackbacks h3 + a {
    display: none;
  }

  .no-hit-suggestion {
    display: none;
  }

  
}

