/*Classical Toolbar*/
/*Classical Menubar*/
/*card color*/
.albumSearch {
  margin: 0 auto;
  width: 500px;
  width: 100% !important; }
  .albumSearch label {
    font-family: "Roboto", sans-serif;
    color: #fff; }
  .albumSearch input {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    color: #fff;
    border-radius: 24px;
    border-width: 2px;
    width: 500px;
    height: 50px; }
  .albumSearch .form-group {
    position: relative; }
  .albumSearch input {
    width: 100% !important; }

.albumCard {
  background: #2f2f2f none repeat scroll 0 0;
  padding: 10px;
  margin: 10px;
  height: 250px;
  position: relative; }
  .albumCard .albumEditIcons {
    position: absolute;
    right: 10px;
    display: none; }
  .albumCard img {
    width: 100%;
    border: 1px solid #fff; }
  .albumCard .albumName {
    font-family: "Roboto", sans-serif;
    color: #fff;
    text-align: center;
    color: #fff; }

.albumCard:hover .albumEditIcons {
  display: block;
  z-index: 10; }
.albumCard:hover img {
  opacity: 0.7; }

/*# sourceMappingURL=albums.css.map */
