body {
	background: #fff;
	position: relative;
}

h1 {
	margin: 0 0 20px 0;
	padding: 30px 0 0 0;
	color: #0B0204;
	font-size: 28px;
}

h1 .badge {
	font-size: 24px;
	line-height: 37px;
	float: right;
}

h2 {
	margin: 0 0 20px 0;
	padding: 30px 0 0 0;
	color: #0B0204;
	font-size: 24px;
	line-height: 36px;
}

h3 {
	line-height: 30px;
}

body > .navbar {
	font-size: 14px;
}

.navbar .navbar-inner {
	box-shadow: none;
	background: url(../img/navbar-inner-bk.png) top left repeat-x;
	border: none;
}


.navbar .navbar-inner .container {
	height: 101px;
	position: relative;
}

.navbar .navbar-brand {
	top: 14px;
	left: 0;
	position: absolute;
}

.navbar .nav {
	margin: 32px 0 0 0;
	padding: 0 10px;
	float: right;
	text-transform: lowercase;
}

.navbar .nav > li > a {
	font-size: 18px;
	padding: 8px 10px;
	text-shadow: none;
	color: #878787;
}

.navbar .nav > li > a:hover {
	color: #57A5C4;
	box-shadow: none;
	background: none;
}

.navbar .nav > li.active > a,
.navbar .nav > li.active > a:hover {
	font-size: 18px;
	padding: 8px 10px;
	text-shadow: none;
	color: #010101;
	font-weight: bold;
	box-shadow: none;
	background: none;
}

.navbar .btn-navbar {
	background: #010101;
	position: absolute;
	left: 0;
	right: 0;
	top: 140px;
	margin: 0;
	text-transform: lowercase;
    border: none;
	border-radius: 0;
    color: #FFFFFF;
    text-shadow: none;
	box-shadow: none;
	text-align: center;
}

.navbar .btn-navbar:hover, 
.navbar .btn-navbar:active, 
.navbar .btn-navbar.active, 
.navbar .btn-navbar.disabled, 
.navbar .btn-navbar[disabled] {
    background-color: #040404;
    color: #FFFFFF;
}


header {
	background: #0B0204 url('../img/masthead-collage.jpg') top center no-repeat;
}

.carousel {
    line-height: 1;
    margin-bottom: 0;
    position: relative;
}

.masthead-caption {
	padding: 0;
	position: absolute;
	top: 30px;
	left: 0;
	max-width: 570px;
}

.masthead-caption h1 {
	color: #FFFFFF;
	font-size: 21px;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 10px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

.masthead-caption .lead {
	color: #e5e5e5;
	margin-bottom: 10px;
}

.masthead-caption .btn {
	margin-top: 14px;
}

.carousel-indicators {
	list-style: none outside none;
	margin: 0;
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 5;
}

.carousel-indicators li {
	background-color: rgba(255, 255, 255, 0.25);
	border-radius: 5px 5px 5px 5px;
	display: block;
	float: left;
	height: 10px;
	margin-left: 5px;
	text-indent: -999px;
	width: 10px;
	cursor: pointer;
}

.carousel-indicators .active {
	background-color: #FFFFFF;
}

.carousel-control {
	left: -60px;
	top: 297px;
}

.carousel-control.right {
	right: -60px;
	top: 40px;
}

#showcase a:hover {
	text-decoration: none;
}

#showcase a img {
	margin: 0 10px;
}

#showcase a:hover img {
	border: 5px solid rgba(0, 0, 0, 0.2);
	padding: 0;
}

.marketing {
	margin-top: 30px;
}

.marketing .span12 {
	margin-top: 20px;
	margin-bottom: 40px;
}

.marketing .span4 {
	text-align: center;
	padding: 20px 0;
}

.marketing .span4 .desc {
	height: auto;
}

.twitter-timeline {
	margin-top: 30px;
	padding-bottom: 30px;
}

.services-sidenav {
	width: inherit;
	margin: 90px 0 0 0;
	padding: 0;
	text-transform: lowercase;
}

.services-sidenav > li > a {
	display: block;
	margin: 0 0 -1px;
	padding: 8px 14px;
	color: #8489a0;
}

.services-sidenav > .active > a,
.services-sidenav > .active > a:hover {
	position: relative;
	z-index: 2;
	padding: 9px 15px;
	border: 0;
	background-color: #0B0204;
	color: #fff;
}

.services-sidenav .icon-chevron-left {
	float: left;
	margin-top: 2px;
	margin-left: -6px;
	opacity: .5;
}

.services-sidenav > li > a:hover {
	color: #474747;
}

.services-sidenav a:hover .icon-chevron-left {
	opacity: .75;
}

.services-sidenav .active .icon-chevron-left,
.services-sidenav .active a:hover .icon-chevron-left {
	background-image: url(../img/glyphicons-halflings-white.png);
	opacity: 1;
}

.services-sidenav.affix {
	top: 30px;
	margin-top: 0;
}


.lead li {
	line-height: 30px;
}


.thumbnails {
	margin-top: 30px;
}

label.error {
	color: #B94A48;
}

input.error {
	border-color: #B94A48;
	margin-bottom: 4px;
}

.alert h4 {
	margin-bottom: 5px;
}

.nav-header {
	color: #777;
	font-size: 16px;
	line-height: 22px;
}


.featurette {
	overflow: hidden;
	padding-top: 40px;
}

.featurette h1 {
	padding: 0;
	margin-bottom: 15px;
}


.thumbnail {
	text-align: center;
}

.thumbnail h4 {
	height: 40px;
}

.thumbnail .summary {
	overflow: hidden;
	height: 80px;
}

.instructions {
	float: left;
	color: #999999;
	margin-left: 5px;
}

.view-all-products {
	float: right;
}


/*
.nav-tabs {
	margin-top: 20px;
}
*/


.page-sharing {
	float: left;
	background-color: #f5f5f5;
	width: 680px;
	padding: 10px;
	margin: 60px 0 30px 0;
}


.footer {
	background-color: #f5f5f5;
	border-top: solid 1px #d4d4d4;
	margin-top: 50px;
	padding: 0;
}

.footer .container {
	padding: 30px 0;
	position: relative;
}

.footer .tab {
	background: url(../img/footer-tab.png) 0 0 no-repeat;
	height: 28px;
	width: 102px;
	position: absolute;
	top: -28px;
	right: 0;
	text-align: center;
	padding-top: 5px;
}

.footer .tab i:hover {
	color: #333;
}	

.footer .tab a:hover {
	text-decoration: none;
}

.footer p {
	color: #999;
	margin-bottom: 0;
}

.footer-links {
	margin: 10px 0;
}

.footer-links li {
	display: inline;
	margin-right: 10px;
}

.footer .social a:hover {
	text-decoration: none;
}

.footer .copyright {
	float: right;
	text-align: right;
	font-size: 13px;
}

.footer .copyright a,
.footer .copyright a:visited {
	color: #666;
}

.footer .accreditation {
	margin-top: 20px;
	float: right;
}

.btn-success {
	background: #1AB790;
	border-color: #1AB790;
	box-shadow: none;
}

.btn-success:hover {
	background: #127F60;
	border-color: #127F60;
}

.btn-info {
	background: #49AFCD;
	border-color: #49AFCD;
	box-shadow: none;
}

.btn-info:hover {
	border-color: #2f96b4;
}

.content-icon {
	font-size: 48px;
	line-height: 2em;
	margin-left: 60px;
	float: right;
}

.main-sidebar { display: none; }
.smartphone-only { display: none; }


/* Responsive
-------------------------------------------------- */

/* Desktop large
------------------------- */
@media (min-width: 980px) {
	.container, .navbar-static-top .container { width: 940px; }
	[class*="span"], .thumbnails > li { margin-left: 20px; }
	.row, .thumbnails { margin-left: -20px; }
	.span2 { width: 160px; }
	.span3 { width: 220px; }
	.span4 { width: 300px; }
	.span8 { width: 620px; }
	.span9 { width: 700px; }
	.span10 { width: 760px; }
	.span12 { width: 940px; }
}

/* Tablet to desktop
------------------------- */
@media (min-width: 768px) and (max-width: 979px) {
	.span2 { width: 124px; }
	.span3 { width: 166px; }
	.span4 { width: 228px; }
	.span8 { width: 476px; }
	.span9 { width: 538px; }
	.span10 { width: 580px; }
	.span12 { width: 724px; }
}

/* Tablet
------------------------- */
@media (max-width: 767px) {
	.container { width: auto; margin-right: 20px; }
	.navbar-fixed-top .container { margin-right: 0; }
}

/* Smartphone
------------------------- */
@media (max-width: 480px) {
	header { display: none; }
	.smartphone-only { display: block; }
	.smartphone-only h1 { padding-top: 60px; text-align: center; font-size: 20px; line-height: 26px; }
	.smartphone-only .lead { font-size: 16px; line-height: 22px; margin-bottom: 0; text-align: center; }
	.twitter-feed { display: none; }
	.container { width: auto; margin-right: 0; }
	.topnav .nav { display: none; }
	.main-sidebar { display: block; }
	.services-sidebar { display: none; }
	.services-sidenav { margin-top: 40px; text-align: center; }
	.instructions { margin-left: 0; margin-bottom: 10px; text-align: center; width: 100%; }
	.view-all-products { margin-bottom: 40px; text-align: center; width: 100%; }
	.marketing { margin-top: 0; }
	.marketing .span12 { margin-top: 40px; }
	.marketing .span4 .desc { height: auto; }
	.footer { text-align: center; margin-left: -20px; margin-right: -20px; padding-left: 20px; padding-right: 20px; }
	.footer .copyright { margin-top: 20px; text-align: center; }
	.footer .accreditation img { margin: 5px; }
	.content-icon { font-size: 24px; line-height: 1.5em; margin-left: 20px; }
	#accreditation p { text-align: center; }
	.page-sharing { display: none; }
	.showcase-wrapper { display: none; }
	.product-detail h1 { font-size: 20px; line-height: 26px; }
	.product-detail h1 .badge { font-size: 16px; line-height: 22px; }
}
