/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
  padding-bottom: 20px;
  color: #000;
}
.hidden { display: none; }
.clear { clear: both; }
.fleft { float: left; }
.fright { float: right; }
.navbar-inverse {padding: 10px 0;}
.upper {text-transform: uppercase;}
.bold {font-weight: 700;}
.black {color: #1d1d1d;}
.black:hover, .black:focus {color: #666;}
#aacplayer {background-color: #eee}
/* -------------------------------------------------------------------------------- */
/*  1. Zilla Social
/* -------------------------------------------------------------------------------- */
a{
  color: #7200ff;
  
}
a:hover{
  color:#fff;
}
footer{
  color: #fff;
}
.navbar{
  background-color: #313131;
}

.zilla-social {
    text-align: right;
    margin-top: 10px;
  }
.zilla-social a {
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
    margin: 0px 3px 3px;
    opacity: 1;
  }
.zilla-social img {
    width: 48px;
  }
.zilla-social a:hover {
    opacity: 0.8;
  }

/* -------------------------------------------------------------------------------- */
/*  2. Reproductor
/* -------------------------------------------------------------------------------- */

@media (max-width: 768px) {
  .mobile-hiden {
    display: none;
  }
  .mobile-center {
  	text-align: center;
  }
}
@media (max-width: 992px) {
	.tablet-center {
  	text-align: center;
  }
}