/*dcdfdfdfdfdf*/
.trackinfo
{/*
  overflow: hidden;
  padding: 10px;*/
  /*background: #ddd;*/
}

.trackinfo .section
{/*
  float: left;
  margin: 0 20px 0 0;
  */
}

.section .icon
{
  width: 50px;
  height: 50px;
  margin: 0 0 4px 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.trackinfo button
{
  /*display: block;*/
  /*margin: 0 0 10px 0;*/
  background-color: transparent;
  border: 0;
}

.trackinfo .label
{
  margin: 0 0 10px 0;
}

.search
{
  padding-top: 30px;
}

.results
{
  padding-top: 10px;
  /*text-align: center;*/
}

@media(max-width: 767px){

  .album
  {
    height: 275px;
    width: 200px;
  }
}

@media(min-width: 768px){

  .album
  {
    height: 240px;
    width: 800px;
  }
}
/*
}
.results
{
  padding: 10px;
  /*text-align: center;*/
/*}
*/
.albumInfo
{
  background-color: white;
  display: inline-block;
  position: absolute;
  margin: -204px 0 0 200px;
  width: 600px;
  height: 200px;
  opacity: .75;
}

.albumInfoMobile
{
  margin-top: -4px;
  background-color: white;
  width: 200px;
  height: 65px;
  opacity: .90;
  margin-bottom: 50px;
}

.album
{
  position: relative;
  /*margin: 0 20px 20px 0;*/
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.album .icon
{
  width: 200px;
  height: 200px;
  margin: 0 0 4px 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.album .label
{
  text-align: left;
  height: 1.3em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.album .buttons
{
  z-index: 10; 
  text-align: center; 
}

.album.hover .buttons
{
  display: block;
}z

.album .btn {
  padding: 10px;
  margin-top: 20px;
  width: 80%;
  background: rgba(255, 255, 255, 0.85);
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.5);
  font-weight: bold;
  color: #000;
  display: inline-block;
  */
  /*
  -webkit-border-radius: 6px; /* Safari 3-4, iOS 1-3.2, Android ≤1.6 */
  /*border-radius: 6px; /* Opera 10.5, IE9+, Safari 5, Chrome, Firefox 4+, iOS 4, Android 2.1+ */
  /*-webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2); /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  /*box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2); /* Opera 10.5, IE9+, Firefox 4+, Chrome 6+, iOS 5 */
}

.album a.btn, 
.album a.btn:visited,
.album a.btn:hover,
.album a.btn:active {
  text-decoration: none;
}


html,
body
{
  max-width: 100%;
  overflow-x: hidden;
}

body
{
  background-color: #46494D;
  min-height: 2000px;
  padding-top: 70px;
}


#local
{
  color: #FFFFFF;
  position: fixed;
  top: 5px;
  left: 5px;
  font-size: 24px;
}
/*
#about
{
  position: fixed;
  top: 45px;
  left: 15px;
  font-size: 13px;
}
*/
/*
#playerControls
{
  left: 0;
  padding-left: 20px;
}
*/
/*
#poweredby
{
  position: fixed;
  top: 0px;
  right: 0px;
}

#poweredby a,
#about a
{
  display: block;
  font-size: 11px;
  line-height: 24px;
  padding: 0 10px;
  / *background: #32353a; * /
  color: #909397;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.5);
  text-decoration: none;
  /*
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.15), inset 0 1px 4px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.15), inset 0 1px 4px rgba(0,0,0,0.3);
  * /
}

#poweredby a:hover,
#about a:hover
{
  color: #FFFFFF;
}
*/
.prev,
.play,
.next,
.list-play
{
  opacity: 0.7;
}


.prev:hover,
.play:hover,
.next:hover,
.list-play:hover
{
  opacity: 1.0;
}

.map,
map:hover
{
  position: fixed; 
  top: 0; 
  height: 100%; 
  width: 100%; 
  opacity: 0.9;
  cursor: default;
}

.icon
{
  cursor: pointer;
}

.list-label-title
{
  font-size: 18px;
  padding: 5px 5px 0px 5px;
  margin-right: 90%;
  margin-left: 10px;
  margin-top: 10px;
}

.list-label-other
{
  font-size: 16px;
  padding: 5px 5px 0px 5px;
  margin-right: 90%;
  margin-left: 10px;
  margin-top: 10px;
}

.label > a
{
  color: #000000;
}

.label > a:hover
{
  color: #DDDDDD;
}

.label > a,
.label > a:hover 
{
  text-decoration: none;
}

.list-play
{
  line-height: 200px;
  font-size: 24px;
  -webkit-filter: drop-shadow(0px 0px 10px rgba(0,0,0,1.0));
  filter: drop-shadow(0px 0px 10px rgba(0,0,0,1.0));
}

.login-button
{
  position: fixed;
  right: 3px; 
  top: 3px;
}

.current-user
{
  position: fixed; 
  top: 0px; 
  right: 0px; 
  margin-top: 25px;
  margin-right: 7px;
  height: 50px; 
  width: 50px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
}

.current-user-name
{
  color: #909397;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.5);
  text-decoration: none;
  font-size: 11px;
  position: fixed; 
  text-align: right;
  top: 0px; 
  right: 0px; 
  margin-top: 7px;
  margin-right: 7px;
}
