/* Extra Stuff */
.logo {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	max-height:200px;
}

.shadows {
	box-shadow:0px 11px 15px -10px #000 inset,0px -11px 15px -10px #000 inset;
	border:2px solid #202020;
}

.top-it {
	padding-top:50px;
}

.top-bar {
	height:30px;
	background:#131517;
}

.head-back {
	background:url(../img/084.png);
	background-attachment:fixed;
}

.padder-top {
	padding-top:60px;
}

.padder-bottom {
	padding-bottom:60px;
}

.pricer-button {
	width:200px;
	height:50px;
	color:#00FFAA !important;
	font-weight:bold;
	background:#131517;
	border:3px double #00FFAA;
	font-size:20px;
	text-align:center;
	text-decoration:none !important;
	margin:20px;
	padding:15px 30px;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	-webkit-border-radius:50px 15px;
	-moz-border-radius:50px 15px;
	border-radius:50px 15px;
}
.pricer-button:hover {
	color:#131517 !important;
	background:#00FFAA;
	border:3px double #333;
	-webkit-border-radius:15px 50px;
	-moz-border-radius:15px 50px;
	border-radius:15px 50px;
}

@media all and (max-width: 900px) {
	.pricer-button {
	font-size:14px;
	margin:10px;
	padding:7px 15px; }
}

.bg_parallax {
	margin:0 auto;
	padding:0;
	position:relative;
	z-index:0;
	left:0;
	right:0;
	width:100%;
	height:100%;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	background-attachment:fixed;
	background-repeat:repeat-y;
	background-position:center center;
	background-position:0 50%;
	-webkit-transition:none;
	-moz-transition:none;
	-ms-transition:none;
	-o-transition:none;
	transition:none;
}

/* Bootstrap Overrides */

body {
	font-size:16px !important;
	background:#111 !important;
	color:#ddd !important;
}

footer {
	background:#131517 !important;
	color:#fff !important;
	box-shadow:0px 0px 10px #000;
}

footer h4 {
	color:#fff !important;
}

footer li {
	list-style:none;
}

a {
	color:#00FFAA;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

a:hover {
	color:#fff;
}

img {
	display:block;
	max-width:100%;
	height:auto;
}

.glowit {
	-moz-box-shadow:0px 0px 10px transparent,0px 0px 20px transparent inset;
	-webkit-box-shadow:0px 0px 10px transparent,0px 0px 20px transparent inset;
	box-shadow:0px 0px 10px transparent,0px 0px 20px transparent inset;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.glowit:hover {
	-moz-box-shadow:0px 0px 10px transparent,0px 0px 20px #00FFAA inset;
	-webkit-box-shadow:0px 0px 10px transparent,0px 0px 20px #00FFAA inset;
	box-shadow:0px 0px 10px transparent,0px 0px 20px #00FFAA inset;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

hr {
	width:20%;
	border:double 3px #00FFAA;
	/* border:double 3px #00FFAA; */
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

.well {
	-webkit-box-shadow:rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.8) 0 1px 7px 0px inset;
	-moz-box-shadow:rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.8) 0 1px 7px 0px inset;
	box-shadow:rgba(255, 255, 255, 0.1) 0 1px 0, rgba(0, 0, 0, 0.8) 0 1px 7px 0px inset;
	background:#202020;
	background-color:rgba(0, 0, 0, 0.3);
	border:0;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

.well span {
  font-family: 'Monoton', cursive;
}

.well strong {
	color:#00FFAA;
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 0px !important;
	padding-right: 0px !important;
	overflow:hidden !important;
}

.menu {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
	text-align: center;
}
.menu > li {
	position: relative;
	display: inline;
}

@media all and (max-width: 900px) {
	.menu > li {
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 20px; }
}

/* Neon Lights from http://codepen.io/Zeaklous/pen/dIomg */
body { background-color: #111111; }
.glower {
  padding: 40px;
  font-size: 75px;
  line-height: 75px;
  font-family: 'Monoton', cursive;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 80px #00FFAA,0 0 30px #00FFAA,0 0 6px #00FFAA;
  color: #00FFAA;
}
@media all and (max-width: 900px) {
	.glower {
	font-size: 24px;
	line-height: 24px; }
}
div p { margin:0; }
/* #error:hover { text-shadow: 0 0 200px #ffffff,0 0 80px #00FFAA,0 0 6px #00FFAA; }
#code:hover { text-shadow: 0 0 100px #00FFAA,0 0 40px #00FFAA,0 0 8px #00FFAA; } */
#error {
  color: #fff;
  text-shadow: 0 0 80px #ffffff,0 0 30px #00FFAA,0 0 6px #00FFAA;
}
#error span {
  animation: upper 11s linear infinite;
}
#code span:nth-of-type(2) {
  animation: lower 10s linear infinite;
}
#code span:nth-of-type(1) {
  text-shadow: none;
  opacity:.4;
}
@keyframes upper {
  0%,19.999%,22%,62.999%,64%, 64.999%,70%,100% {
    opacity:.99; text-shadow: 0 0 80px #ffffff,0 0 30px #00FFAA,0 0 6px #00FFAA;
  }
  20%,21.999%,63%,63.999%,65%,69.999% {
    opacity:0.4; text-shadow: none; 
  }
}
@keyframes lower {
  0%,12%,18.999%,23%,31.999%,37%,44.999%,46%,49.999%,51%,58.999%,61%,68.999%,71%,85.999%,96%,100% {
    opacity:0.99; text-shadow: 0 0 80px #00FFAA,0 0 30px #00FFAA,0 0 6px #00FFAA;
  }
  19%,22.99%,32%,36.999%,45%,45.999%,50%,50.99%,59%,60.999%,69%,70.999%,86%,95.999% { 
    opacity:0.4; text-shadow: none; 
  }
}
