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: #222;
	border-top: 1px solid #000;
	padding-top: 5px;
	text-align: center;
	margin-bottom: 0px;
	margin-top: -20px;
	height: 65px;
}



.header {
	color: #FFF;
	height: 120px;
	padding-top: 5px;
	background: #222;
	font-family: 'Electrolize', sans-serif;
}

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

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

.logins {
	font-size: 3.0em;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	text-align: center;
}


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

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

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



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

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


.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;
}


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

.swatch {
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	background: url('../../images/swatch.jpg') center center;
	height: 500px;
}


.switch {
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	background: url('../../images/switch.jpg') center center;
	height: 120px;
}

.design {
	min-height: 350px;
}

.homebox {
	padding-top: -100px;
	min-height: 255px;
}

.homebox h3 {
	text-align: center;
}

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

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

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

.contactbox {
	min-height: 300px;
}

.btn-primary a:hover {
	text-decoration: none;
}

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