/* COLOR SETTINGS */
/* MISC SETTINGS */
/* RWD */
.back-to-the-top {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  z-index: 7000;
  display: block;
  text-align: center;
  width: 54px;
  height: 54px;
  line-height: 48px;
  font-size: 24px;
  background: #ae9152;
  color: #2b2924;
  cursor: pointer;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  -ms-transition: 0.3s all;
  /* BUTTON POSITIONS */
  /* BUTTON ANIMATIONS */
}
.back-to-the-top * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.back-to-the-top.bttt-animated i {
  position: relative;
  top: 0;
  left: 0;
  -webkit-animation-name: moveIcon;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-name: moveIcon;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
.back-to-the-top:hover,
.back-to-the-top:visited,
.back-to-the-top:focus {
  color: #2b2924;
}
.back-to-the-top.bttt-opacity {
  opacity: 0.7;
}
.back-to-the-top.bttt-opacity:hover {
  opacity: 1;
}
.back-to-the-top.bttt-round {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.back-to-the-top.bttt-round:after {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.back-to-the-top.bttt-border {
  line-height: 46px;
  border: 2px solid #ae9152;
  background: #2b2924;
  color: #ae9152;
}
.back-to-the-top.bttt-border:after {
  content: '';
  display: block;
  opacity: 0;
  position: absolute;
  top: -8px;
  left: -8px;
  width: 64px;
  height: 64px;
  border: 1px solid #ae9152;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
}
.back-to-the-top.bttt-border:hover:after {
  opacity: 0.8;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.back-to-the-top.bttt-positionRight {
  right: 20px;
  bottom: 20px;
}
.back-to-the-top.bttt-positionLeft {
  left: 20px;
  bottom: 20px;
}
.back-to-the-top.bttt-positionCenter {
  left: 50%;
  bottom: 20px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.back-to-the-top.bttt-positionRightTop {
  right: 20px;
  top: 20px;
}
.back-to-the-top.bttt-positionLeftTop {
  left: 20px;
  top: 20px;
}
.back-to-the-top.bttt-positionCenterTop {
  left: 50%;
  top: 20px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.back-to-the-top.bttt-default {
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.back-to-the-top.bttt-default.bttt-active {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.back-to-the-top.bttt-default.bttt-active.bttt-opacity {
  opacity: 0.7;
}
.back-to-the-top.bttt-default.bttt-active.bttt-opacity:hover {
  opacity: 1;
}
.back-to-the-top.bttt-default.bttt-positionCenterTop,
.back-to-the-top.bttt-default.bttt-positionCenter {
  -webkit-transform: scale(0) translateX(-50%);
  -moz-transform: scale(0) translateX(-50%);
  -ms-transform: scale(0) translateX(-50%);
  -o-transform: scale(0) translateX(-50%);
  transform: scale(0) translateX(-50%);
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.back-to-the-top.bttt-default.bttt-positionCenterTop.bttt-active,
.back-to-the-top.bttt-default.bttt-positionCenter.bttt-active {
  -webkit-transform: scale(1) translateX(-50%);
  -moz-transform: scale(1) translateX(-50%);
  -ms-transform: scale(1) translateX(-50%);
  -o-transform: scale(1) translateX(-50%);
  transform: scale(1) translateX(-50%);
}
.back-to-the-top.bttt-slideFromBottom {
  bottom: -120px;
}
.back-to-the-top.bttt-slideFromBottom.bttt-active {
  bottom: 20px;
}
.back-to-the-top.bttt-slideFromTop {
  top: -120px;
}
.back-to-the-top.bttt-slideFromTop.bttt-active {
  top: 20px;
}
.back-to-the-top.bttt-slideFromRight {
  right: -120px;
}
.back-to-the-top.bttt-slideFromRight.bttt-active {
  right: 20px;
}
.back-to-the-top.bttt-slideFromLeft {
  left: -120px;
}
.back-to-the-top.bttt-slideFromLeft.bttt-active {
  left: 20px;
}
/* FIX ICON POSITIONS */
.fa.fa-angle-up:before,
.fa.fa-angle-double-up:before,
.fa.fa-hand-o-up:before,
.fa.fa-long-arrow-up:before {
  position: relative;
  left: 0;
}
.fa.fa-angle-up:before {
  top: 2px;
}
.fa.fa-angle-double-up:before {
  top: 3px;
}
.fa.fa-hand-o-up:before {
  top: 3px;
}
.fa.fa-long-arrow-up:before {
  top: 3px;
}
/* MISC */
.bttt-clear {
  clear: both;
  overflow: hidden;
}
.bttt-hidden {
  display: none;
}
@media (max-width: 800px) {
  .is-bttt {
    padding-bottom: 94px;
  }
}
@-webkit-keyframes moveIcon {
  0% {
    top: 0;
  }
  25% {
    top: 3px;
  }
  75% {
    top: -3px;
  }
}
@keyframes moveIcon {
  0% {
    top: 0;
  }
  25% {
    top: 3px;
  }
  75% {
    top: -3px;
  }
}
/*# sourceMappingURL=bttt.yellow.css.map */