body {
	background: #fff;
	position: relative;
	font: 300 14px/24px "Open Sans","Arial","Helvetica",sans-serif;
}

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

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

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

h3 {
	color: #3D4B85;
	line-height: 30px;
	font-size: 20px;
}

h4 {
	margin: 0 0 20px 0;
	padding: 10px 0 0 0;
	color: #3D4B85;
	font-size: 18px;
	line-height: 30px;
	font-weight: 300;
}

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

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


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

.navbar .navbar-brand {
	top: 30px;
	left: 0px;
	position: absolute;
	width: 340px;
}


.navbar .navbar-contacts {
	top: 10px;
	right: 0;
	position: absolute;
	color: #878787;
	font-size: 14px;
}

.navbar .navbar-contacts ul {
	list-style: none;
}

.navbar .navbar-contacts ul > li {
	float: left;
	color: #878787;
	font-size: 16px;
	margin-left: 20px;
	font-weight: 300;
}

.navbar .navbar-contacts ul > li > a,
.navbar .navbar-contacts ul > li > a:hover {
	color: #878787;
	text-decoration: none;
}


.navbar .navbar-logos {
	top: 50px;
	right: 0;
	position: absolute;
}

.navbar .navbar-logos ul {
	list-style: none;
}

.navbar .navbar-logos ul > li {
	float: left;
	margin-left: 10px;
}

.navbar .navbar-logos ul > li > img {
	height: 70px;
}

#nav .nav {
	margin: 140px 0 0 0;
	padding: 0;
	float: right;
	text-transform: uppercase;
}

#nav .nav > li {
	margin-left: 5px;
}

#nav .nav > li > a {
/*	font-size: 16px;*/
	font-weight: 400;
	padding: 8px 10px;
	text-shadow: none;
	color: #3D4B85;
}

#nav .nav > li > a:hover {
	color: #555;
	box-shadow: none;
	background: #e4e4e4;
	border-radius: 18px;
}

#nav .nav > li.active > a,
#nav .nav > li.active > a:hover {
/*	font-size: 16px;*/
	padding: 8px 10px;
	text-shadow: none;
	color: #fff;
	font-weight: 800;
	box-shadow: none;
	background: #3D4B85;
	border-radius: 18px;
}

/*
.navbar .nav > li.active > a:after {
	border-top: 8px solid #e5e5e5;
	border-left: 0px solid transparent;
	border-right: 8px solid transparent;
	content: "";
	display: inline-block;
	left: 12px;
	position: absolute;
	bottom: -6px;
}
*/

#nav .nav li.dropdown.open > .dropdown-toggle, 
#nav .nav li.dropdown.active > .dropdown-toggle, 
#nav .nav li.dropdown.open.active > .dropdown-toggle {
	border-radius: 18px;
}

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

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

.dropdown-menu > li > a {
	text-transform: none;
}


header {
	margin-top: 30px;
}

#location_map {
	margin: 0;
	padding: 0;
 	width: 940px;
	height: 300px;
 	overflow: hidden;
}

#location_map label { width: auto; display: inline; }
#location_map img { max-width: none; }


.carousel {
    line-height: 1;
    margin-bottom: 0;
    position: relative;
	background: #3D4B85;
}

.masthead-caption {
	background-color: rgba(0, 0, 0, 0.75);
	border-radius: 4px;
	padding: 15px;
	position: absolute;
	max-width: 370px;
}

.masthead-caption h1 {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 300;
	line-height: 30px;
	margin-bottom: 9px;
	padding-top: 0;
}

.masthead-caption .lead {
	color: #b3c3dd;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 300;
}

.masthead-caption .btn {
	margin: 5px 0;
}

.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.5);
	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: 60px;
}

.marketing .lead-content {
	margin-top: 20px;
	margin-bottom: 40px;
	text-align: center;
}
 
.marketing .lead-content h1 {
	color: #3D4B85;
	font-size: 24px;
	line-height: 36px;
	padding: 0;
	margin-bottom: 10px;
}

.marketing .lead-content .lead {
	color: #878787;
}

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

.marketing .span4 .desc {
	height: auto;
	font-size: 16px;
}

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

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

.sections-sidenav > li {
	margin-bottom: 4px;
}

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

.sections-sidenav > .active > a,
.sections-sidenav > .active > a:hover {
	position: relative;
	z-index: 2;
	padding: 8px 15px;
	border: 0;
	background-color: #3D4B85;
	border-radius: 18px;
	color: #fff;
}

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

.sections-sidenav > li > a:hover {
	border-radius: 18px;
	color: #555;
	background-color: #e4e4e4;
}

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

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

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

.gallery-item {
	margin-bottom: 20px;
}

/*ul.inline .gallery-item:nth-child(12n + 13) { margin-left : 0px; }*/
ul.inline .gallery-item:nth-child(6n + 7) { margin-left : 0px; }

.thumbnail {
	text-align: center;
}

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

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

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


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

.address-left {
	float: left;
	width: 20px;
}

.address-right {
	float: left;
}


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


footer {
	padding: 0;
}

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

footer h4 {
	color: #fff;
	font-weight: 300;
	font-size: 15px;
}

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

.footer-sitemap {
	background-color: #0E1C47;
	margin-top: 50px;
}

.footer-sitemap li {
	font-size: 13px;
	line-height: 31px;
}

.footer-sitemap li > a:hover {
	color: #9df;
	text-decoration: none;
}

.footer-sitemap li div {
	width: 20px;
}

.footer-bottom {
	background-color: #fff;
	margin-top: 0;
	margin-bottom: 30px;
}


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

footer .social {
	margin-top: 10px;
	text-align: right;
}

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

footer .copyright {
	margin-top: 10px;
	font-size: 13px;
}

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

footer .accreditation {
	margin-top: 30px;
}


.btn-primary {
	background: #3D4B85;
	border: none;
	padding: 8px 10px;
	border-radius: 18px;
	font-weight: 800;
	text-transform: uppercase;
	text-shadow: none;
	box-shadow: none;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #0E1C47;
	color: #FFFFFF;
}

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

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

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

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

.big-icon {
/*	color: #FBBD25;*/
}

.initially-hidden {
	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; }
    .span5 { width: 380px; }
	.span6 { width: 460px; }
    .span7 { width: 540px; }
	.span8 { width: 620px; }
	.span9 { width: 700px; }
	.span10 { width: 760px; }
	.span12 { width: 940px; }
	.main-sidebar { display: none; }
}

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

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

/* Smartphone
------------------------- */
@media (max-width: 480px) {
	.container { width: auto; margin-right: 0; }
	.navbar-contacts { display: none; }
	.navbar-logos { display: none; }
	#nav { display: none; }
	header { display: none; }
	.main-sidebar { display: block; }
	.sections-sidebar { display: none; }
	.sections-sidenav { margin-top: 30px; text-align: center; }
	ul.inline { display: none; }
	.marketing .span4 .desc { height: auto; }
	footer { text-align: center; }
	footer .copyright { margin-top: 20px; text-align: center; }
	footer .social { margin: 20px 0; text-align: center; }
	footer .accreditation img { margin: 5px; }
}


@media (max-width: 939px) {
	#location_map { width: 100%; }
}
