/*@font-face {
	font-family: hoboStd;
	src: url(../fonts/HoboStd.otf);
}*/
body {
  width: 100%;
  height: 100%;
  background: black url("../img/bg/bg1.jpg") top center no-repeat fixed;
  color: #ffffff;
  z-index: 0;
}
.page, h1, h2, h3, h4, h5, h6, .top-bar-section ul li > a {
	color: #ffffff;
	/*font-family: hoboStd;*/
}
.page {
  position: relative;
  z-index: 1;
}

.logo-div h1 {
	color: #ffffff;
}
.home_logo {
	padding: 0;
	margin-bottom: -30px;
}
.home_logo img {
  margin: 0;
  height: auto;
}
.text_area {
	background: #000000;
	padding: 20px 0;
}
.text_area h2, .text_area h3 {
	color: red;
	padding-bottom: 5px;
	margin: 20px;
}
.text_area p {
	margin: 0 50px 20px;
}
.text_area img.right {
	margin: -30px 20px 0 20px;
	border: 2px solid white;
}
.text_area img.left {
	margin: 20px 20px 0 20px;
	border: 2px solid white;
}
.text_area a {
	color: white;
	text-decoration: underline;
}
.privacy-text {
	margin: 45px;
}
.privacy-text span {
	margin-left: -10px;
}
footer {
	background: #222;
	height: auto;
}

.services_area {
	margin-top: 50px;
}
.services_area .panel {
	background: #333;
	border-style: none;
}
.services_area img {
	width: 250px;
	height: 90px;
}
.services_area h5 {
	text-align: center;
	color: #ffffff;
	margin-top: .5em;
}
.footer-columns {
	margin: 0 0 25px 0;
}
.footer-columns h5 {
	margin-left: 1em;
}
.footer-columns h5, .footer-columns ul {
	margin: 0 -100px 0 100px;
}
.footer-columns div {
	/*border: 1px solid red;*/
}
.footer-columns ul li {
	font-size: small;
	list-style: none;
}
.copy {
}
.copy p {
	color: #eee;
	text-align: center;
	font-size: smaller;
	padding-bottom: 25px;
}
.dev-credit {
	bottom: 0;
	width: 100%;
	height: 25px;
	position: fixed;
	background: #000000;
	color: #777;
	text-align: center;
	font-size: 11px;
}
.dev-credit span {
	vertical-align: -7px;
}
.dev-credit a {
	color: #888;
}
.round-corners {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.black-shadow {
	-moz-text-shadow: black 2px 3px 5px;
	-webkit-text-shadow: black 2px 3px 5px;
	text-shadow: black 2px 3px 5px;
}
.white-shadow {
	-moz-text-shadow: white 2px 3px 5px;
	-webkit-text-shadow: white 2px 3px 5px;
	text-shadow: white 2px 3px 5px;
}
.red-shadow {
	-moz-text-shadow: red 2px 3px 5px;
	-webkit-text-shadow: red 2px 3px 5px;
	text-shadow: red 2px 3px 5px;
}
.red {
	color: red;
}
.center {
	text-align: center;
}