/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 15px;
}

@media screen and (max-width: 414px) {
  html {
    font-size: 13px;
  }
}

body {
  background-color: #444;
  color: #fff;
  font-family: "Nunito", sans-serif;
  height: 100vh;
  margin: 0;
  line-height: 1.2;
}

ul {
  list-style: none;
  display: flex;
}

a {
  color: #aaa;
  vertical-align: middle;
}

a:hover {
  color: orange;
}

h2 {
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 1.1rem;
  border-bottom: 1px solid #F7F1B1;
  color: #fff;
}

.l-body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
}

.l-navbar {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 5px;
  display: flex;
  justify-content: space-between;
  height: 45px;
  line-height: 45px;
}

.l-navbar ul {
  display: flex;
}

.l-navbar li {
  margin-left: 5px;
}

.l-menu {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  margin-top: 45px;
}

.l-menubar {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 5px;
  height: 30px;
  display: flex;
  justify-content: space-between;
}

.l-main {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 5px;
  margin-top: 100px;
  margin-bottom: 50px;
}

.l-footer {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 5px;
  text-align: center;
  display: flex;
  justify-content: space-between;
}

.l-trend {
  display: flex;
}

@media screen and (max-width: 768px) {
  .l-trend {
    display: block;
  }
}

.l-trend-tweet {
  width: 60%;
  padding: 10px;
}

@media screen and (max-width: 768px) {
  .l-trend-tweet {
    width: 100%;
  }
}

@media screen and (max-width: 414px) {
  .l-trend-tweet {
    padding: 5px;
  }
}

.l-trend-news {
  width: 40%;
  padding: 10px;
}

@media screen and (max-width: 768px) {
  .l-trend-news {
    width: 100%;
  }
}

@media screen and (max-width: 414px) {
  .l-trend-news {
    padding: 5px;
  }
}

.c-btn,
.c-btn--yellow,
.c-btn--green {
  display: inline-block;
  border-radius: 3px;
  font-size: 1rem;
  padding: 1px 8px;
  border: none;
  margin-bottom: 5px;
  vertical-align: middle;
  cursor: pointer;
}

.c-btn--green {
  background-color: #AFEBBB;
}

.c-btn--yellow {
  background-color: #F7F1B1;
}

.c-btn.off,
.off.c-btn--green,
.off.c-btn--yellow {
  background-color: #666;
}

.c-btn:focus,
.c-btn--green:focus,
.c-btn--yellow:focus {
  outline: none;
}

.c-btn:hover,
.c-btn--green:hover,
.c-btn--yellow:hover {
  opacity: 0.6;
}

@media screen and (max-width: 414px) {
  .c-btn,
  .c-btn--yellow,
  .c-btn--green {
    padding: 6px 8px;
  }
}

@media screen and (max-width: 330px) {
  .c-btn,
  .c-btn--yellow,
  .c-btn--green {
    padding: 6px 4px;
  }
}

.c-form {
  margin: 20px auto;
  width: 400px;
  background-color: #555;
  border: 1px solid #777;
  padding: 20px;
  overflow: hidden;
}

@media screen and (max-width: 414px) {
  .c-form {
    width: 100%;
    padding: 10px;
  }
}

.c-form__feedback {
  display: inline-block;
  padding: 5px;
  color: pink;
}

.c-form__success {
  display: inline-block;
  padding: 10px;
  color: #74c7e2;
}

.c-form__title {
  margin-top: 80px;
  color: #aaa;
  margin-bottom: 10px;
  text-align: center;
}

.c-form__input {
  color: #444;
  background-color: #ddd;
  display: inline-block;
  width: 100%;
  height: 35px;
  padding: 5px 10px;
  font-size: 1.2rem;
  border-radius: 5px;
  margin-top: 5px;
}

.c-form-group {
  margin-bottom: 20px;
}

.c-form-group .c-btn,
.c-form-group .c-btn--green,
.c-form-group .c-btn--yellow {
  float: right;
}

.c-loader,
.c-loader:before,
.c-loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}

.c-loader {
  color: #aaa;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.c-loader:before,
.c-loader:after {
  content: "";
  position: absolute;
  top: 0;
}

.c-loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.c-loader:after {
  left: 3.5em;
}

@-webkit-keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }

  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

@keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }

  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

.p-navbar {
  background-color: #048186;
}

.p-navbar__logo {
  display: flex;
}

.p-navbar__logo__text {
  display: block;
  color: #F7F1B1;
  text-decoration: none;
  height: 40px;
  line-height: 40px;
  font-size: 1.6rem;
}

.p-navbar__logo__icon {
  width: 25px;
  height: 25px;
  margin-top: 7px;
  margin-right: 5px;
}

.p-navbar__btn {
  color: #F7F1B1;
  text-decoration: none;
  border: 1px solid #F7F1B1;
  border-radius: 15px;
  padding: 6px 10px;
  font-size: 0.9rem;
}

.p-navbar__btn:hover {
  background: rgba(255, 255, 255, 0.4);
  color: #444;
}

.p-menubar {
  background-color: rgba(175, 235, 187, 0.9);
  box-shadow: 10px 10px 10px rgba(2, 2, 2, 0.5);
}

.p-menubar__twitter {
  color: #555;
  display: flex;
  margin: 2px 0;
}

.p-menubar__twitter__name {
  line-height: 30px;
  height: 30px;
  font-size: 0.9rem;
}

.p-menubar__twitter__icon {
  width: 26px;
  height: 26px;
  border-radius: 13px;
  border: 1px solid #fff;
  margin-left: 2px;
}

.p-menu {
  display: flex;
  flex-direction: column;
}

.p-menu__item__text {
  display: block;
  line-height: 30px;
  height: 30px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 0.9rem;
  cursor: pointer;
  color: #444444;
  text-decoration: none;
  transition: all 0.4s ease 0s;
}

.p-menu__item__text:hover {
  color: #fff;
  background: rgba(50, 50, 50, 0.2);
}

.p-menu__item--focus {
  height: 5px;
  background-color: orange;
}

.p-focusbar {
  background-color: #F7F1B1;
  height: 5px;
}

.p-footer {
  margin-top: auto;
  background-color: #F7F1B1;
  color: #444444;
  padding: 5px 0;
  width: 100%;
}

.p-footer__copy {
  margin: 5px;
}

.p-footer__link--item {
  display: inline-block;
  margin: 5px;
  color: #444;
}

.p-footer__link--item:hover {
  color: orange;
}

.p-error {
  padding-top: 100px;
  height: 400px;
}

.p-error__code {
  text-align: center;
  color: #aaa;
  width: 300px;
  margin: 0 auto;
  border-bottom: 1px solid #aaa;
  padding: 10px;
  font-size: 1.5rem;
}

.p-error__message {
  text-align: center;
  color: #aaa;
  width: 300px;
  margin: 0 auto;
  padding: 10px;
}

@-webkit-keyframes typing {
  from {
    width: 0;
  }
}

@keyframes typing {
  from {
    width: 0;
  }
}

@-webkit-keyframes blink-caret {
  50% {
    border-color: transparent;
  }
}

@keyframes blink-caret {
  50% {
    border-color: transparent;
  }
}

.p-home {
  text-align: center;
}

.p-home h1 {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 5px;
  font-weight: normal;
  border-bottom: 1px solid #fff;
}

.p-home h2 {
  color: #fff;
}

.p-home__subtitle {
  color: #aaa;
  margin-bottom: 100px;
}

@media screen and (max-width: 414px) {
  .p-home__subtitle {
    margin-bottom: 30px;
  }
}

.p-home a {
  cursor: pointer;
  text-decoration: none;
}

.p-home__links {
  display: flex;
  margin-bottom: 100px;
}

@media screen and (max-width: 414px) {
  .p-home__links {
    display: block;
    margin-bottom: 30px;
  }
}

.p-home__links--item {
  display: block;
  border-radius: 10px;
  text-align: left;
  width: 33%;
  padding: 10px;
  border: 1px solid #555;
  margin-right: 5px;
  margin-bottom: 10px;
  background: #333;
}

.p-home__links--item h2 {
  text-align: center;
}

@media screen and (max-width: 414px) {
  .p-home__links--item {
    width: 100%;
  }
}

.p-home__links--item:hover {
  background: #222;
}

.p-home__catchcopy {
  color: #aaa;
  font-size: 1.2rem;
  margin-bottom: 100px;
  border-right: 0.1em solid #aaa;
  width: 21em;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
  overflow: hidden;
  -webkit-animation: typing 5s steps(21, end), blink-caret 0.5s step-end infinite alternate;
          animation: typing 5s steps(21, end), blink-caret 0.5s step-end infinite alternate;
}

@media screen and (max-width: 414px) {
  .p-home__catchcopy {
    margin-bottom: 30px;
  }
}

.p-home .v-enter-active {
  transition: all 0.5s;
}

.p-home .v-enter {
  opacity: 0;
  transform: translateX(-50px);
  width: 50px;
}

.p-home .v-enter-to {
  opacity: 1;
  transform: translateX(0px);
  width: 100%;
}

.p-trend__ope-area {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
}

.p-trend table {
  border-top: 3px solid #aaa;
  border-bottom: 3px solid #aaa;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 10px;
}

.p-trend td {
  border-bottom: 1px solid #aaa;
  vertical-align: middle;
  background-color: #333;
  padding: 5px 5px;
}

@media screen and (max-width: 414px) {
  .p-trend td {
    padding: 10px 5px;
  }
}

.p-trend th {
  border-bottom: 3px solid #aaa;
  background-color: #333;
  color: #aaa;
  vertical-align: middle;
  font-weight: normal;
  padding: 5px 5px;
}

.p-trend__td--tweet-qty {
  text-align: right;
  font-size: 1.3rem;
  padding-right: 20px;
  width: 15%;
  color: #AFEBBB;
}

.p-trend__td--price {
  text-align: right;
  padding-right: 15px;
}

.p-trend__td--fav {
  text-align: center;
  cursor: pointer;
  color: #F7F1B1;
  min-width: 40px;
}

.p-trend__td--fav.off {
  color: #666;
}

.p-trend__updated-at {
  color: #aaa;
  margin-bottom: 30px;
}

.p-trend .p-currency-icon {
  display: block;
  width: auto;
  margin: 0 auto;
  margin: 5px auto;
  height: 30px;
  border-radius: 15px;
}

@media screen and (max-width: 414px) {
  .p-trend .p-currency-icon {
    height: 20px;
    border-radius: 10px;
  }
}

.p-trend .v-move {
  transition: transform 0.5s;
}

.p-trend .v-enter-active,
.p-trend .v-leave-active {
  transition: all 0.5s;
}

.p-trend .v-enter {
  opacity: 0;
  transform: translateX(-50px);
}

.p-trend .v-leave-to {
  opacity: 0;
  transform: translateX(50px);
}

.p-news-item {
  margin-bottom: 10px;
  background-color: #333;
  border: 1px solid #aaa;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  padding: 5px;
  line-height: 1.4;
}

.p-news-item:hover {
  background-color: #222;
}

.p-account {
  background-color: #333;
  border: 1px solid #aaa;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 5px 10px;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 414px) {
  .p-account {
    padding: 5px 5px;
  }
}

.p-account__message {
  text-align: center;
  padding: 20px;
  background: #555;
  margin-bottom: 30px;
}

.p-account__connect {
  text-align: right;
  margin-bottom: 20px;
}

.p-account__control {
  text-align: left;
  margin-bottom: 10px;
  color: #aaa;
  display: flex;
  justify-content: flex-end;
  font-size: 0.9rem;
}

.p-account__control--limited {
  color: pink;
}

.p-account__header {
  padding-left: 5px;
  border-bottom: 1px dashed #AFEBBB;
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .p-account__header {
    display: block;
  }
}

.p-account__header--right {
  display: flex;
  justify-content: flex-end;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .p-account__header--right {
    width: 100%;
  }
}

.p-account__header--left {
  line-height: 30px;
  font-size: 1.2rem;
  padding-top: 5px;
  padding-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .p-account__header--left {
    width: 100%;
  }
}

.p-account__screen {
  color: #AFEBBB;
}

.p-account__count,
.p-account__count--follower,
.p-account__count--follow {
  display: flex;
  justify-content: space-between;
  height: 30px;
  text-align: right;
  vertical-align: middle;
  padding-right: 5px;
  margin-right: 5px;
  margin-top: 4px;
  margin-bottom: 4px;
  background: #555;
  border-radius: 3px;
}

.p-account__count--follow {
  width: 100px;
}

@media screen and (max-width: 330px) {
  .p-account__count--follow {
    width: 90px;
  }
}

.p-account__count--follower {
  width: 120px;
}

@media screen and (max-width: 330px) {
  .p-account__count--follower {
    width: 110px;
  }
}

.p-account__count--lavel {
  color: #111;
  font-size: 0.7rem;
  text-align: left;
  padding: 5px;
}

.p-account__count--qty {
  line-height: 30px;
}

.p-account__detail {
  display: flex;
  padding: 5px;
}

@media screen and (max-width: 768px) {
  .p-account__detail {
    display: block;
  }
}

.p-account__profile {
  color: #888;
  width: 50%;
  padding-right: 10px;
}

@media screen and (max-width: 768px) {
  .p-account__profile {
    width: 100%;
  }
}

.p-account__tweet {
  width: 50%;
  color: #048186;
}

@media screen and (max-width: 768px) {
  .p-account__tweet {
    width: 100%;
  }
}

.p-account__btn--follow {
  font-size: 12px;
  width: 85px;
  height: 30px;
  background-color: #AFEBBB;
  margin-top: 4px;
  margin-bottom: 3px;
  padding: 3px 3px;
}

.p-account__more {
  text-align: right;
}

.p-account__btn--more {
  padding: 10px 10px;
}

.p-account-leave-active {
  transition: all 0.8s;
}

.p-account-leave-to {
  opacity: 0;
  transform: translateX(-100px);
}

.u-tx--yellow {
  color: #F7F1B1;
}

.u-mr5 {
  margin-right: 5px;
}

.u-flash-message {
  background-color: #F7F1B1;
  position: absolute;
  top: 75px;
  padding-top: 20px;
  padding-bottom: 10px;
  width: 100%;
  text-align: center;
  color: #333;
}

