/* Generated by less 2.5.1 */
@keyframes btn {
  from {
    box-shadow: 0px 10px 20px 0px #373737;
    bottom: 20px;
  }
  to {
    box-shadow: 0px 10px 20px 0px transparent;
    bottom: 10px;
  }
}
* {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
}
.pave {
  width: 300px;
  height: 250px;
  position: relative;
  background-color: #ae5603;
  border: 1px #ded9d4 solid;
  overflow: hidden;
}

video {
    position: absolute;
    bottom:0;    
    z-index: 9;
}

.pave .pave-top {
  background-color: #ffffff;
  font-size: 2rem;
  height: 82px;
  text-align: center;
  position: absolute;
  top:0;
  z-index: 99;
}
.pave .pave-top img {
  padding: 5px 0;
}
.pave .pave-top span {
  float: right;
  line-height: 55px;
}
.pave div.pave-button {
  color: #f8f8f8;
  display: inline-block;
  padding: 1rem 2rem;
  position: absolute;
  text-align: center;
  font-size: 1.8rem;
  text-transform: uppercase;
  background: #ec7404;
  text-decoration: none;
  line-height: 1.8rem;
  font-weight: 300;
  right: 10px;
  bottom: 20px;
    z-index: 19;
  animation: btn 1s infinite alternate;
}
.pave div.pave-button:hover {
  background: #ae5603;
}
.pave div.pave-button span {
  font-size: 1.2rem;
  text-transform: none;
}
