#demo-panel {
  display: block;
  z-index: 4000;
  position: fixed;
  top: 0;
  right: 0;
  box-shadow: -2px 0 6px rgba(0, 0, 0, 0.08);
  border: 1px solid #eaeaea;
  border-width: 0 0 0 1px;
  width: 300px;
  height: 100%;
  background: #fff;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0); }
  #demo-panel.active {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.admin-bar #demo-panel {
  top: 32px;
  height: -webkit-calc(100% - 32px);
  height: calc(100% - 32px); }

#demo-toggle {
  cursor: pointer;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  background: inherit;
  box-shadow: -2px 0 4px rgba(0, 0, 0, 0.12);
  border-radius: 5px 0 0 5px;
  color: #555;
  cursor: pointer;
  text-align: center;
  position: absolute;
  top: 100px;
  right: 100%;
  z-index: 50;
  border: 1px solid #eaeaea;
  border-width: 1px 0 1px 1px; }
  #demo-toggle i {
    display: block;
    line-height: inherit; }

#demos {
  padding: 3rem;
  height: 100%;
  overflow-x: hidden;
  overflow: scroll;
  -webkit-overflow-scrolling: touch; }

.demo-heading {
  text-align: center;
  font-family: Arial;
  font-size: 9px;
  color: #777;
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: 1px; }

.demo {
  display: block;
  margin: 0;
  background: white;
  border: 1px solid #f5f5f5;
  padding: 8px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }
  .demo:hover {
    border-color: #eaeaea; }
  .demo figcaption {
    text-align: center;
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: Arial;
    color: #777;
    margin: 5px 0 0; }
  .demo + .demo {
    margin-top: 20px; }
  .demo img {
    display: block;
    width: 100%; }

#buy {
  display: block;
  margin: 20px 0 0;
  color: #fff;
  background: #82B541;
  width: 100%;
  padding: 0 10px;
  line-height: 36px;
  font-size: 14px;
  font-family: Arial;
  border-radius: 4px;
  text-decoration: none;
  outline: 0;
  text-align: center; }

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