html, body {
    margin: 0;
    min-height: 100%;
}
.container {
  max-width: 100%;
}
body {
  font-family: 'Open Sans',sans-serif;
  position: relative;
  color: #444;
}
h1, h2, h3, h4, h5, h6,
form,
p {
  padding: 0;
  margin: 0;
}
strong, b {
  font-weight: 600
}
a {
  color: #999;
  text-decoration: none
}
a:hover {
  color: #444;
  text-decoration: underline;
}
section {
  margin: 50px 0;
}
header {
  padding: 20px 0;
  border-bottom: 1px solid #eee
}
header img {
  float: left;
  border-radius: 50%;
  width: 32px;
  margin-right: 10px;
  display: block;
  border: 1px solid #999;
}
header span {
  color: #999;
}
header strong a {
  color: #444;
}
header strong a:hover {
  color: #000;
}
header a {
  color: #077BBE;
  text-decoration: none;
}
header a:hover {
  color: #077BBE;
  text-decoration: underline;
}
.center {
  text-align: center
}
.hide {
  display: none
}
.fade {
  color: #888;
}
.hglgt {
  background-color: #f0e8c7
}
.error {
  color: #EA2028;
}
.info {
  color: #58bb36;
}
.pad {
  padding: 10px 0;
}

.top-margin {
  margin-top: 100px !important
}

.changelog {
  float:right;
}
.header-avi {
  position: relative
}
.menu {
  display: none;
  position: absolute;
  list-style: none;
  top: 40px;
  padding: 3px 0;
  z-index: 10;
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: 0px 10px 10px 1px rgba(204,204,204,0.46);
}
.menu li {
  margin: 0;
  padding: 0;
}
.menu li a {
  padding: 3px 50px 4px 10px;
  display: block;
}

/*
Head
*/
.hero {
  text-align: center;
  margin: 50px 0;
}

.caption {
  padding: 50px 0;
  color: #fcfafb;
  margin: 0;
  background-color: #71304e
}
.caption a{
  color: #96d6fb;
}
.caption h3 {
  margin-bottom: 30px;
  color:#fff;
}
.caption .fade {
  color: #e5ced8;
}
.screenshot img{
-webkit-box-shadow: 0px 10px 10px 1px rgba(204,204,204,0.46);
-moz-box-shadow: 0px 10px 10px 1px rgba(204,204,204,0.46);
box-shadow: 0px 10px 10px 1px rgba(204,204,204,0.46);
}

input[type=search],
input[type=search]:focus
 {
  border: 0;
  width: 70%;
  background-color: transparent;
  margin-bottom: 0
}

/* Content
*/
.article .row {
  border-bottom: 1px solid #eee;
  padding: 40px 0;
}
.img-wrp img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}
.img-wrp img:after {
  font-size: 16px;
  color: rgb(100, 100, 100);

  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.modal {
  background-color: rgba(247, 247, 247, 0.5);
  top: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  position: absolute;
  box-sizing: border-box;
  overflow: scroll;
  padding: 50px 0;
  z-index: 10;
}
.modal .container {
  background-color: #fff;
}
.content {
}
.article h5 {
  padding: 6px 0;
  line-height: 1.3em
}
.article h5 a, .link {
  color: #333;
}
.article h5 a:visited, .link:visited {
  color: #ccc;
}
.influencers, .source {
  font-size: 90%;
  color: #aca899;
}
.influencers {
  padding-top: 10px;
}
.influencers a {
  color: #555
}
.influencers a:hover {
  text-decoration: none;
}
.description {
  color: #555;
}
.source {
  padding: 8px 0;
}
.source img,
.source span.icon {
  height: 16px;
  position: relative;
  top: 2px;
}
.source span.icon {
  content: ' ';
  background-color: #ffb84d;
  width: 16px;
  display: inline-block
}
.article .three {
  position: relative;
}
.actions {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  border-top: 1px solid #eee;
  border-left: 0;
  padding: 3px;
  display: none;
}
.three:hover .actions {
  display: block
}

.actions i {
  font-size: 1.2em;
  margin: 5px;
  color: #468df0;
}
.actions a:hover i {
  color: #0e52b1;
}

.box {
  padding: 15px 20px;
  background-color: #fafafa
}
.list {
  list-style: none;
  list-style-position: outside;
  margin-bottom: 0
}
.list li:last-child {
}
.list a:hover{
  text-decoration: none
}
.ttl {
  font-weight: bold;
  margin-bottom: 1em
}

.tweet-col {
  border-left:1px solid #fafafa;padding:20% 0 20% 2%;margin-left:0;margin-right:2%;
}
.tweets li {
  border-bottom: 1px solid #f7f7f7;
  padding-bottom: 1em;
}
.source .tavatar {
  top: 5px;
  border-radius: 50%;
  height: 24px;
}

hr {
  margin: 5px 0;
}

.tooltip_template {
  display: none;
}

.content {
  margin-bottom: 40px;
}
.content section:first-child {
   border-bottom: 1px solid #fafafa;
 }
.content section {
  padding: 10px 20px;
  margin: 0;
}
.content img,
.content iframe
 {
  max-width: 100%;
}
.content a {
  color: #0e91f6;
}
.content p {
  padding: 5px 0;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6
 {
  padding: 10px 0;
}
.content blockquote {
  border-left: 2px solid #ddd;
  padding-left: 10px;
}
.content ul,
.content ol {
  margin-left: 40px;
  list-style-position: outside;
}
.back,
.top {
  position: fixed;
  color: #bf3624;
  bottom: 20px;
  z-index: 10;
}
.top {
  bottom: 134px
}

/*
Footer
*/
footer {
  padding: 30px 0;
  text-align: center
}


/*
Button override
*/
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #222;
  background-color: #ffcc80;
  border-color: #ffcc80; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  text-decoration: none;
  color: #222;
  background-color: #ffb84d;
  border-color: #ffb84d; }

.button.button-secondary,
button.button-secondary,
input[type="submit"].button-secondary,
input[type="reset"].button-secondary,
input[type="button"].button-secondary {
  color: #FFF;
  background-color: #d9535c;
  border-color: #d9535c; }
.button.button-secondary:hover,
button.button-secondary:hover,
input[type="submit"].button-secondary:hover,
input[type="reset"].button-secondary:hover,
input[type="button"].button-secondary:hover,
.button.button-secondary:focus,
button.button-secondary:focus,
input[type="submit"].button-secondary:focus,
input[type="reset"].button-secondary:focus,
input[type="button"].button-secondary:focus {
  color: #FFF;
  background-color: #cc2d38;
  border-color: #cc2d38; }

/*
Responsive
*/
@media (max-width: 1000px) {
  .screenshot img {
    width: 100%;
  }
}

@media (max-width: 550px) {
  .hero {
    background-color: transparent;
    height: auto;
  }
  .screenshot {
    display: none
  }
  .article .row:first-child .three:first-child {
    padding-top: 0;
  }
  .article .three {
    padding: 30px 0 10px;
    border-bottom: 1px solid #eee;
  }
  .article .row {
    padding: 0;
    border: 0;
  }
}
