/*  Box Sizing */
/*  Text Truncate */
/* TRANSITION */
/* TRANSFORM */
/* ANIMATION */
/* GRADIENT */
#hd .tab-aura .hd-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
#hd .tab-aura .hd-content > div:nth-last-child(1) {
  margin-bottom: 30px;
}
#hd .tab-aura .hd-colorpicker {
  width: 140px;
  margin-top: 1em;
  margin-left: auto;
}
#hd .tab-aura .hd-controls {
  width: calc(100% - 140px);
  max-width: 810px;
  padding: 0 0.5em;
  margin-right: auto;
  text-align: center;
  position: relative;
  z-index: 2;
}
#hd .tab-aura .hd-controls li {
  width: 20%;
  padding: 0.5em;
  margin-bottom: 1em;
  cursor: pointer;
  opacity: 0.6;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
#hd .tab-aura .hd-controls li:hover, #hd .tab-aura .hd-controls li.hd-active {
  opacity: 1;
}
#hd .tab-aura .hd-controls li.hd-active .hd-icon {
  background-position: 0 0;
}
#hd .tab-aura .hd-controls .hd-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 0.5em;
  background-size: 200%;
  background-repeat: no-repeat;
  background-position: 100% 0;
}
#hd .tab-aura .hd-controls .hd-icon.hd-icon-static {
  background-image: url(../img/aura/static.png);
}
#hd .tab-aura .hd-controls .hd-icon.hd-icon-breathing {
  background-image: url(../img/aura/breathing.png);
}
#hd .tab-aura .hd-controls .hd-icon.hd-icon-strobing {
  background-image: url(../img/aura/strobing.png);
}
#hd .tab-aura .hd-controls .hd-icon.hd-icon-cycle {
  background-image: url(../img/aura/cycle.png);
}
#hd .tab-aura .hd-controls .hd-icon.hd-icon-music {
  background-image: url(../img/aura/music.png);
}
#hd .tab-aura .hd-controls .hd-icon.hd-icon-smart {
  background-image: url(../img/aura/smart.png);
}
#hd .tab-aura .hd-controls .hd-icon.hd-icon-starry {
  background-image: url(../img/aura/starry.png);
}
#hd .tab-aura .hd-controls .hd-icon.hd-icon-rainbow {
  background-image: url(../img/aura/rainbow.png);
}
#hd .tab-aura .hd-controls .hd-icon.hd-icon-dark {
  background-image: url(../img/aura/dark.png);
}
#hd .tab-aura .hd-controls .hd-icon.hd-icon-adaptive {
  background-image: url(../img/aura/adaptive.png);
}
#hd .tab-aura .hd-controls h4 {
  font-family: "Roboto", "Microsoft Jhenghei", "Microsoft YaHei", "Segoe UI", "Arial", "Helvetica", sans-serif;
  font-size: 1.25em;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 0.25em;
}
#hd .tab-aura .hd-controls p {
  font-size: 0.875em;
  line-height: 1.25;
}
#hd .tab-aura .hd-controls-name {
  padding: 0 0 0 1em;
}
#hd .tab-aura .hd-controls-name li {
  display: none;
}
#hd .tab-aura .hd-controls-name li.hd-active {
  display: block;
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-name: fadeInUp;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 0s;
  -moz-animation-duration: 0.4s;
  -moz-animation-name: fadeInUp;
  -moz-animation-timing-function: ease;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 0s;
  -o-animation-duration: 0.4s;
  -o-animation-name: fadeInUp;
  -o-animation-timing-function: ease;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-duration: 0.4s;
  animation-name: fadeInUp;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
#hd .tab-aura .hd-controls-name p {
  font-size: 14px;
}
#hd .tab-aura .hd-img-container {
  max-width: 620px;
  margin: 0 auto;
}
#hd .tab-aura .hd-img-container figure {
  width: 100%;
  height: 0;
  padding-bottom: 66.875%;
  margin-bottom: 2em;
  position: relative;
  overflow: hidden;
}
#hd .tab-aura .hd-pd,
#hd .tab-aura .hd-color,
#hd .tab-aura .hd-greybg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#hd .tab-aura .vid-control {
  opacity: 1;
}
#hd .tab-aura .hd-color,
#hd .tab-aura .hd-greybg {
  width: 98%;
  height: 98%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: -1;
}
#hd .tab-aura .hd-greybg {
  background-color: #515151;
  z-index: -2;
}
#hd .tab-aura .hd-dark {
  opacity: 0;
}
#hd .tab-aura .hd-starryNight .starry_night {
  display: block;
}
#hd .tab-aura .starry_night {
  display: none;
}
#hd .tab-aura .starry_night li {
  width: 10%;
  height: 0;
  padding-bottom: 10%;
  background-color: #FFF;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0) 50%);
  position: absolute;
  top: 28%;
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 3s;
  -webkit-animation-name: breathing;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 0s;
  -moz-animation-duration: 3s;
  -moz-animation-name: breathing;
  -moz-animation-timing-function: ease;
  -moz-animation-iteration-count: infinite;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 0s;
  -o-animation-duration: 3s;
  -o-animation-name: breathing;
  -o-animation-timing-function: ease;
  -o-animation-iteration-count: infinite;
  -o-animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-duration: 3s;
  animation-name: breathing;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}
#hd .tab-aura .starry_night li:nth-child(1) {
  top: 38%;
  left: 71%;
  -webkit-animation-delay: -2s;
  -webkit-animation-duration: 3s;
  -webkit-animation-name: breathing;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: -2s;
  -moz-animation-duration: 3s;
  -moz-animation-name: breathing;
  -moz-animation-timing-function: ease;
  -moz-animation-iteration-count: infinite;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: -2s;
  -o-animation-duration: 3s;
  -o-animation-name: breathing;
  -o-animation-timing-function: ease;
  -o-animation-iteration-count: infinite;
  -o-animation-fill-mode: forwards;
  animation-delay: -2s;
  animation-duration: 3s;
  animation-name: breathing;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}
#hd .tab-aura .starry_night li:nth-child(2) {
  top: 49%;
  left: 24%;
}
#hd .tab-aura .starry_night li:nth-child(3) {
  top: 58%;
  left: 50%;
  -webkit-animation-delay: -1s;
  -webkit-animation-duration: 3s;
  -webkit-animation-name: breathing;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: -1s;
  -moz-animation-duration: 3s;
  -moz-animation-name: breathing;
  -moz-animation-timing-function: ease;
  -moz-animation-iteration-count: infinite;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: -1s;
  -o-animation-duration: 3s;
  -o-animation-name: breathing;
  -o-animation-timing-function: ease;
  -o-animation-iteration-count: infinite;
  -o-animation-fill-mode: forwards;
  animation-delay: -1s;
  animation-duration: 3s;
  animation-name: breathing;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}
#hd .tab-aura .starry_night li:nth-child(4) {
  top: 65%;
  left: 45%;
  -webkit-animation-delay: -2s;
  -webkit-animation-duration: 3s;
  -webkit-animation-name: breathing;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: -2s;
  -moz-animation-duration: 3s;
  -moz-animation-name: breathing;
  -moz-animation-timing-function: ease;
  -moz-animation-iteration-count: infinite;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: -2s;
  -o-animation-duration: 3s;
  -o-animation-name: breathing;
  -o-animation-timing-function: ease;
  -o-animation-iteration-count: infinite;
  -o-animation-fill-mode: forwards;
  animation-delay: -2s;
  animation-duration: 3s;
  animation-name: breathing;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}
#hd .tab-aura .starry_night li:nth-child(5) {
  left: 23%;
  top: 50%;
  -webkit-animation-delay: -1s;
  -webkit-animation-duration: 3s;
  -webkit-animation-name: breathing;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: -1s;
  -moz-animation-duration: 3s;
  -moz-animation-name: breathing;
  -moz-animation-timing-function: ease;
  -moz-animation-iteration-count: infinite;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: -1s;
  -o-animation-duration: 3s;
  -o-animation-name: breathing;
  -o-animation-timing-function: ease;
  -o-animation-iteration-count: infinite;
  -o-animation-fill-mode: forwards;
  animation-delay: -1s;
  animation-duration: 3s;
  animation-name: breathing;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}
#hd .tab-aura .starry_night li:nth-child(6) {
  left: 65%;
  top: 67%;
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 3s;
  -webkit-animation-name: breathing;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 0s;
  -moz-animation-duration: 3s;
  -moz-animation-name: breathing;
  -moz-animation-timing-function: ease;
  -moz-animation-iteration-count: infinite;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 0s;
  -o-animation-duration: 3s;
  -o-animation-name: breathing;
  -o-animation-timing-function: ease;
  -o-animation-iteration-count: infinite;
  -o-animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-duration: 3s;
  animation-name: breathing;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}
#hd .tab-aura .starry_night li:nth-child(7) {
  left: 59%;
  top: 54%;
  -webkit-animation-delay: -2s;
  -webkit-animation-duration: 3s;
  -webkit-animation-name: breathing;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: -2s;
  -moz-animation-duration: 3s;
  -moz-animation-name: breathing;
  -moz-animation-timing-function: ease;
  -moz-animation-iteration-count: infinite;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: -2s;
  -o-animation-duration: 3s;
  -o-animation-name: breathing;
  -o-animation-timing-function: ease;
  -o-animation-iteration-count: infinite;
  -o-animation-fill-mode: forwards;
  animation-delay: -2s;
  animation-duration: 3s;
  animation-name: breathing;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

@media screen and (min-width: 2560px) {
  #hd .tab-aura .hd-img-container {
    max-width: 800px;
  }
  #hd .tab-aura .hd-controls {
    max-width: 1520px;
  }
}
@media screen and (max-width: 1440px) {
  #hd .tab-aura .hd-img-container {
    width: 30%;
    padding-right: 5%;
  }
  #hd .tab-aura .hd-content {
    width: 70%;
  }
  #hd .tab-aura .hd-controls p {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 1024px) {
  #hd .tab-aura .hd-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #hd .tab-aura .hd-content > div:nth-last-child(1) {
    margin-bottom: 0;
  }
  #hd .tab-aura .hd-img-container {
    padding-right: 0;
  }
  #hd .tab-aura .hd-img-container,
  #hd .tab-aura .hd-content {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #hd .tab-aura .hd-colorpicker {
    width: 110px;
  }
  #hd .tab-aura .hd-colorpicker .farbtastic,
  #hd .tab-aura .hd-colorpicker canvas {
    width: 110px !important;
    height: 110px !important;
  }
  #hd .tab-aura .hd-colorpicker .farbtastic-solid {
    width: 58px !important;
    height: 58px !important;
    top: 26px !important;
    left: 26px !important;
  }
  #hd .tab-aura .hd-controls .hd-icon {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 620px) {
  #hd .tab-aura .control-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #hd .tab-aura .hd-colorpicker {
    margin-right: auto;
  }
  #hd .tab-aura .hd-controls {
    width: 100%;
    padding: 0;
    margin-top: 1em;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  #hd .tab-aura .hd-controls li {
    width: 33.3333%;
    margin-bottom: 0.5em;
  }
  #hd .tab-aura .hd-controls h4 {
    font-size: 1.125em;
  }
}
/* ---------- ANIMATIONS ---------- */
@-webkit-keyframes colorrun {
  0% {
    -webkit-filter: hue-rotate(0deg);
            filter: hue-rotate(0deg);
  }
  100% {
    -webkit-filter: hue-rotate(359deg);
            filter: hue-rotate(359deg);
  }
}
@keyframes colorrun {
  0% {
    -webkit-filter: hue-rotate(0deg);
            filter: hue-rotate(0deg);
  }
  100% {
    -webkit-filter: hue-rotate(359deg);
            filter: hue-rotate(359deg);
  }
}
.hd-colorrun {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 4s;
  -webkit-animation-name: colorrun;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 0s;
  -moz-animation-duration: 4s;
  -moz-animation-name: colorrun;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 0s;
  -o-animation-duration: 4s;
  -o-animation-name: colorrun;
  -o-animation-timing-function: linear;
  -o-animation-iteration-count: infinite;
  -o-animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-duration: 4s;
  animation-name: colorrun;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -ms-transform: translateX(-5%);
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -ms-transform: translateX(-5%);
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/* ---------- color effect ---------- */
@-webkit-keyframes static {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes static {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes breathing {
  0% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
}
@keyframes breathing {
  0% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
}
@-webkit-keyframes strobing {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes strobing {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@-webkit-keyframes music {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.3;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 0.3;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
@keyframes music {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.3;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 0.3;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
@-webkit-keyframes cycle {
  0% {
    background-color: red;
  }
  15% {
    background-color: orange;
  }
  30% {
    background-color: yellow;
  }
  45% {
    background-color: #00CB07;
  }
  60% {
    background-color: #07A9FF;
  }
  75% {
    background-color: #1044FF;
  }
  90% {
    background-color: #a12fd9;
  }
  100% {
    background-color: red;
  }
}
@keyframes cycle {
  0% {
    background-color: red;
  }
  15% {
    background-color: orange;
  }
  30% {
    background-color: yellow;
  }
  45% {
    background-color: #00CB07;
  }
  60% {
    background-color: #07A9FF;
  }
  75% {
    background-color: #1044FF;
  }
  90% {
    background-color: #a12fd9;
  }
  100% {
    background-color: red;
  }
}
@-webkit-keyframes rainbow {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes rainbow {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}
@-webkit-keyframes smart {
  0%, 28% {
    background-color: red;
  }
  30%, 58% {
    background-color: yellow;
  }
  60%, 88% {
    background-color: #42ca42;
  }
  90%, 98% {
    background-color: yellow;
  }
  100% {
    background-color: red;
  }
}
@keyframes smart {
  0%, 28% {
    background-color: red;
  }
  30%, 58% {
    background-color: yellow;
  }
  60%, 88% {
    background-color: #42ca42;
  }
  90%, 98% {
    background-color: yellow;
  }
  100% {
    background-color: red;
  }
}
@-webkit-keyframes comet {
  0% {
    z-index: -1;
    -ms-transform: skewX(68deg) translateX(250%);
    -webkit-transform: skewX(68deg) translateX(250%);
    transform: skewX(68deg) translateX(250%);
  }
  100% {
    z-index: -1;
    -ms-transform: skewX(68deg) translateX(-250%);
    -webkit-transform: skewX(68deg) translateX(-250%);
    transform: skewX(68deg) translateX(-250%);
  }
}
@keyframes comet {
  0% {
    z-index: -1;
    -ms-transform: skewX(68deg) translateX(250%);
    -webkit-transform: skewX(68deg) translateX(250%);
    transform: skewX(68deg) translateX(250%);
  }
  100% {
    z-index: -1;
    -ms-transform: skewX(68deg) translateX(-250%);
    -webkit-transform: skewX(68deg) translateX(-250%);
    transform: skewX(68deg) translateX(-250%);
  }
}
@-webkit-keyframes adaptive {
  0% {
    background-color: white;
  }
  30% {
    background-color: #6da6d6;
  }
  45% {
    background-color: #07A9FF;
  }
  60% {
    background-color: #42ca42;
  }
  75% {
    background-color: #1044FF;
  }
  90% {
    background-color: yellow;
  }
  100% {
    background-color: white;
  }
}
@keyframes adaptive {
  0% {
    background-color: white;
  }
  30% {
    background-color: #6da6d6;
  }
  45% {
    background-color: #07A9FF;
  }
  60% {
    background-color: #42ca42;
  }
  75% {
    background-color: #1044FF;
  }
  90% {
    background-color: yellow;
  }
  100% {
    background-color: white;
  }
}
#hd #pageContent-tab-turbo .hd-switch {
  padding: 0;
}
#hd #pageContent-tab-turbo .hd-content {
  margin-bottom: 30px;
}
#hd .turbo-img-container {
  margin: auto;
  background-color: rgb(64, 64, 64);
}
#hd .turbo-img-container .turbo-img-text {
  background-color: rgb(64, 64, 64);
  padding: 10px;
}
#hd .turbo-img-container .turbo-img-text > h4, #hd .turbo-img-container .turbo-img-text p {
  margin: 0;
  text-align: center;
}
#hd .turbo-img {
  position: relative;
}
#hd .turbo-img img {
  width: 100%;
}
#hd .turbo-img .turbo-img-set {
  position: relative;
}
#hd .turbo-img .turbo-on {
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#hd .turbo-img .turbo-on.active {
  opacity: 1;
}
#hd .turbo-img .turbo-note {
  position: absolute;
  top: 31%;
  right: 30%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: rgb(255, 211, 102);
}
#hd .turbo-img .turbo-note.active {
  opacity: 1;
}
#hd .turbo-img .turbo-note:after {
  content: "";
  width: 10%;
  border-top: rgb(255, 211, 102) solid 1px;
  display: block;
  position: absolute;
  right: 5em;
  bottom: -0.7em;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  #hd .turbo-img {
    margin-left: 0;
    margin-right: 0;
    position: relative;
  }
  #hd .turbo-img .turbo-note {
    padding: 10px;
    display: none;
    position: relative;
    top: auto;
    right: auto;
    background-color: rgb(64, 64, 64);
    text-align: center;
  }
  #hd .turbo-img .turbo-note:after {
    display: none;
  }
  #hd .turbo-img .turbo-note.active {
    display: block;
  }
}/*# sourceMappingURL=aura.css.map */