html, body {
	margin: 0px;
	padding: 0px;
	font-family: 'Ubuntu', sans-serif;
	height: 100%;
}

img {
	border: 0px;
}

.wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -66px;
}

.push, .foot {
	height: 66px;
}


.foot {
	clear: both;
	color: #FFF;
	background: #033E6B;
	border-top: 1px solid #000;
	padding-top: 5px;
	text-align: center;
	margin-bottom: 0px;
	margin-top: -20px;
	height: 65px;
}



.header {
	color: #000;
	height: 120px;
	padding-top: 5px;
	background: url('../../images/bg.png');
	font-family: 'Electrolize', sans-serif;
}

.title {
	font-size: 4.5em;
	margin-top: -5px;
}

.subtitle {
	font-size: 2em;
	color: #FFF;
	margin-top: -25px;
}

.logins {
	font-size: 3.0em;
}

.left {
	float: left;
}

.right {
	float: right;
}

.padded {
	padding: 10px;
}

.navbar {
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-top: 1px solid black;
	font-family: 'Electrolize', sans-serif;
	font-size: 1.3em;
	background: #033E6B;
	border-right: 0px;
	border-left: 0px;
}

.navbar-nav {
	margin-left: 90px;
}

.navbar .nav > li > a {
	color: #FFF;
	background: #033E6B;
}



.navbar-inverse .navbar-nav > .active > a, 
.navbar-inverse .navbar-nav > .active > a:hover, 
.navbar-inverse .navbar-nav > .active > a:focus {
    background-color: #033E6B;
	font-weight: bold;
}

.navbar .nav > li > a:hover, .navbar-inverse .navbar-nav > .active > a:hover {
	color: #888;
	background: #033E6B;
}


.row {
  margin-left: 0px;
  margin-right: 0px;
}



.plan-extras {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.plan-item {
	text-align: left;
	font-weight: bold;
}

.plan-desc {
	text-align: left;
	font-size: 0.8em;
}

.fine-print {
	font-size: 0.8em;
}

h1, h2, h3, h4, th, button, .footer {
	font-family: 'Electrolize', sans-serif;
}

.panel-default {
	border: 1px solid #000;
}

.panel-default .panel-heading {
	background: #000;
	color: #FFF;
}

.splash {
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	background: url('../../images/splash.png') center center;
	height: 250px;
}

.servers {
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	background: url('../../images/servers.png') center center;
	height: 450px;
}

.servers-text {
	min-height: 450px;
}

.homebox {
	min-height: 280px;
}

.homebox h3 {
	text-align: center;
}

.social-block {
	width: 160px;
	margin-left: auto;
	margin-right: auto;
}

.social {
	width: 40px;
	height: 40px;
	float: left;
}

.formbox {
	margin-left: auto;
	margin-right: auto;
	width: 500px;
}

.message {
	width: 100%;
	height: 250px;
}

.contactbox {
	min-height: 300px;
}

.input {
	border: 1px solid #000;
}

.portfolio-img {
	border: 1px solid #000;
	padding: 5px;
}

.center {
	text-align: center;
}

.store-box {
	float: left;
	text-align: center;
	border: 1px solid #000;
	padding: 10px;
	padding-top: 0px;
}

.store-box img {
	width: 100%;
	border: 1px solid #000;
}

form.btn-group + form.btn-group {
    margin-left: -5px;
}

.btn a:link, .btn a:visited, .btn a:active{
	color: #FFF;
	text-decoration: none;
}

.btn:hover {
	background-color: #333;
}

.btn-primary, .btn-primary:active {
	background: #000;
	border: 1px solid #000;
}

.btn-success, .btn-success:active {
	background-color: #033E6B;
	border-color: #000;
}

.btn-success:hover, .btn-primary:hover {
	border-color: #000;
}


.modal-content {
	padding: 10px;
}

.errorpage {
	font-size: 4.5em;
	color: #F00;
}