/* Import vendors and theme styles */
@import "../plugins/bootstrap/css/bootstrap.min.css";
@import "../plugins/font-awesome/css/font-awesome.css";
@import "../plugins/elegant_font/css/style.css";
@import "styles-6.css";

/* Template custom styles */
.stats_fill a:hover{
  text-decoration: none;
}
.button-fill {
  text-align: center;
  background: #ccc;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  margin: 8px 0px;
  display: block;
  width: 100%;
}
.button-fill.grey {
  background: #444B54;
  color: white;
}
.button-fill.orange .button-inside {
  color: #f26b43;
}
.button-fill.orange .button-inside.full {
  border: 1px solid #f26b43;
}
.button-text {
  padding: 0 25px;
  line-height: 56px;
  letter-spacing: .1em;
}
.button-inside {
  width: 0px;
  height: 56px;
  margin: 0;
  float: left;
  position: absolute;
  top: 1px;
  left: 50%;
  line-height: 54px;
  color: #445561;
  background: #fff;
  text-align: center;
  overflow: hidden;
  -webkit-transition: width 0.5s, left 0.5s, margin 0.5s;
  -moz-transition: width 0.5s, left 0.5s, margin 0.5s;
  -o-transition: width 0.5s, left 0.5s, margin 0.5s;
  transition: width 0.5s, left 0.5s, margin 0.5s;
}
.button-inside.full {
  width: 100%;
  left: 0%;
  top: 0;
  margin-right: -50px;
  border: 1px solid #445561;
}
.inside-text {
  text-align: center;
  position: absolute;
  right: 50%;
  letter-spacing: .1em;
  text-transform: uppercase;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}

table tr, table tr td{
  padding: 8px;
}

.bottom-links{
  margin-bottom: 0px;
}
.bottom-links li{
  display: inline-block;
  margin: 5px 10px;
}
.footer .footer-content a{
  color: #fff;
  transition: .3s all;
}
.forged_blocks_list a{
  display: inline-block;
}
.source_code{
  line-height: 30px;
  text-transform: uppercase;
}

html, body{
  height: 100%;
}
.footer{
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.contact-section{
  min-height: calc(100% - 91px);
}

/* MEDIA QUERY */
@media (max-width: 767px) {
  .bottom-links{
    text-align: center;
  }
  .source_code{
    margin-top: 15px;
    text-align: center;
  }
}