﻿.banner-img {
  width: 100%;
}

.menu-cubes {
  background-color: #666;
  box-shadow: 0 0 1px 0 #666;
  margin: 0;
  text-align: center;
  padding: 0;
}
.menu-cubes .menu-cube {
  padding: 7px;
  margin: 0;
  text-align: center;
}
.menu-cubes .menu-cube .btn {
  background-color: #1f1f1f;
  color: #fff;
  padding: 10px;
  margin: 0;
  border: 0;
  width: 100%;
  display: inline-block;
  box-shadow: 0 0 1px 0 #fff;
  height: 100px;
  vertical-align: middle;
}
.menu-cubes .menu-cube .btn:hover, .menu-cubes .menu-cube .btn.active {
  color: #00adef;
  background-color: #333;
  box-shadow: 0 0 1px 1px #00adef;
}
.menu-cubes .menu-cube i {
  display: block;
  margin-bottom: 5px;
}
.menu-cubes .menu-cube p {
  margin-bottom: 0;
  width: auto;
  overflow: hidden;
  white-space: normal;
  word-break: normal;
  max-height: 36px;
  vertical-align: bottom;
}

.menu-cubes.details {
  background-color: #1f1f1f;
  box-shadow: 0 0 1px 0 #333;
  border-top: 1px solid #00adef;
  margin-top: 10px;
}
.menu-cubes.details .btn {
  background-color: #fff;
  color: #333;
  width: 100%;
  box-shadow: 0 0 1px 1px #fff;
}
.menu-cubes.details .btn:hover {
  color: #00adef;
  background-color: #fff;
  box-shadow: 0 0 1px 2px #00adef;
}
