.circle {
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  border-radius: 9999px;
}
.close-button {
  position: relative;
  cursor: pointer;
}
.close-button::before,
.close-button::after {
  content: '';
  position: absolute;
  width: 100%;
  top: 50%;
  height: 1px;
  background: #888;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.close-button::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.close-button:hover::before,
.close-button:hover::after {
  background: #333;
}
.no-trans {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.tile-wall {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.tile-wall .wall {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 70px;
}
.tile-wall .wall > div {
  position: absolute;
  right: 0;
  background-color: #fbfbfb;
  -webkit-transition: height 0.5s ease, width 0.5s ease, top 0.5s ease, bottom 0.5s ease, left 0.5s ease, right 0.5s ease;
  -moz-transition: height 0.5s ease, width 0.5s ease, top 0.5s ease, bottom 0.5s ease, left 0.5s ease, right 0.5s ease;
  -o-transition: height 0.5s ease, width 0.5s ease, top 0.5s ease, bottom 0.5s ease, left 0.5s ease, right 0.5s ease;
  transition: height 0.5s ease, width 0.5s ease, top 0.5s ease, bottom 0.5s ease, left 0.5s ease, right 0.5s ease;
  z-index: 11;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-box-shadow: 0 0 0 1px #dedede inset;
  -moz-box-shadow: 0 0 0 1px #dedede inset;
  box-shadow: 0 0 0 1px #dedede inset;
  overflow: auto;
}
.tile-wall .wall > div .close-button {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
}
.tile-wall .wall > div.min {
  padding: 0 !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.tile-wall .wall > div.min > * {
  display: none;
}
.tile-wall .sidebar {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  right: 0;
  vertical-align: middle;
  width: 60px;
  height: 100%;
  background: #fbfbfb;
  z-index: 10;
  border-left: 1px #dedede solid;
  border-top: 1px #dedede solid;
  -webkit-transition: height 0.75s ease;
  -moz-transition: height 0.75s ease;
  -o-transition: height 0.75s ease;
  transition: height 0.75s ease;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.tile-wall .sidebar a {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  z-index: 0;
  margin-top: 0;
}
.tile-wall .sidebar a :hover {
  cursor: pointer;
}
.tile-wall .sidebar a.toggle-min {
  position: absolute;
  right: 0;
  bottom: 60px;
  border-top: 1px #dedede solid;
  border-bottom: 1px #dedede solid;
  background-color: #fbfbfb;
}
.tile-wall .sidebar > .tile-bar a {
  border-bottom: 1px #dedede solid;
}
.tile-wall.horizon .wall {
  bottom: 70px;
  right: 10px;
}
.tile-wall.horizon .wall > div {
  right: auto;
  bottom: 0;
}
.tile-wall.horizon .sidebar {
  right: 0;
  width: 70%;
  height: 60px;
  -webkit-transition: width 0.5s ease;
  -moz-transition: width 0.5s ease;
  -o-transition: width 0.5s ease;
  transition: width 0.5s ease;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.tile-wall.horizon .sidebar a {
  height: 100%;
  width: 60px;
  display: inline-block;
  border-right: 1px #dedede solid;
  border-bottom: none;
}
.tile-wall.horizon .sidebar a.toggle-min {
  position: absolute;
  bottom: 0;
  right: 60px;
  border-right: 1px #dedede solid;
  border-left: 1px #dedede solid;
  border-top: none;
  border-bottom: none;
}
.tile-wall.horizon .toggle-min {
  border: none;
}
.tile-wall.horizon .tile-bar {
  height: 100%;
}
.tile-wall .sidebar.trans {
  bottom: 0;
  right: 0;
  height: 60px;
  width: 60px;
}
.tile-wall a.rotate {
  position: absolute;
  height: 60px;
  bottom: 0;
  width: 60px;
  right: 0;
  z-index: 11;
  background-color: #fbfbfb;
}
