.bg {
  position: fixed;
	top: 0;
	opacity: 0.5;
	background: black;
	height: 100%;
	width: 100%;
	z-index: 7;
	display: none;
}
.load-container {
  width: 240px;
  height: 240px;
  float: left;
  position: fixed;
  top: 25%;
  left: 0;
  z-index: 7;
  overflow: hidden;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}

.load-container a:link,
.load-container a:visited {
  position: absolute;
  bottom: 25%;
  font-size: .4rem;
  text-align: center;
  left: 0;
  right: 0;
  text-decoration: none;
  color: #FFF;
}

.load-container a:link:hover,
.load-container a:visited:hover {
  text-decoration: underline;
}

.loader {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

.github img {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
}

a.twitter:link,
a.twitter:visited {
  font-size: 1.3em;
  line-height: 4em;
  float: left;
  margin: 30px 0 0 0;
  text-decoration: none;
  color: #FFF;
}

a.twitter:link:hover,
a.twitter:visited:hover {
  text-decoration: underline;
}

a.twitter img {
  border-radius: 50%;
  float: left;
  border: 1px solid #bbb;
  padding: 0.1em;
  background: #FFF;
}

a.twitter span {
  padding: 0 0 0 0.6em;
}

.link {
  text-decoration: none;
  color: #FFF;
}

.link:hover {
  text-decoration: underline;
}

.no-cssanimations .load-container .loader {
  text-indent: 0;
  text-align: center;
  color: #FFF;
  font-size: 17px;
  background: none;
  border: 0 none;
  width: auto;
  height: auto;
  margin: 1em auto;
  overflow: visible;
  box-shadow: none;
  -webkit-animation: none;
  animation: none;
}

.no-cssanimations .load-container .loader:before,
.no-cssanimations .load-container .loader:after {
  display: none;
}

@media (max-width: 960px) {
  .inner {
    width: 480px;
  }
}

@media (max-width: 500px) {
  .inner {
    width: 100%;
  }

  .load-container {
    width: 100%;
  }
}

.load7 .loader:before,
.load7 .loader:after,
.load7 .loader {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  text-decoration: none;
  -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;
}

.load7 .loader {
  margin: 8em auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

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

.load7 .loader:after {
  left: 3.5em;
}

.load7 .loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}

@-webkit-keyframes load7 {

  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em #ffffff;
  }

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

@keyframes load7 {

  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em #ffffff;
  }

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