/*======================
 BC Bootstrap Custom CSS 
========================*/

html, body {
	height: 100%;
}

/* Required for Bootstrap's fixed navbar */
body {
	padding-top: 85px;
	color:#181816;
	font-family: "nimbus-sans",Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:300;
  	line-height: 1.05;
	font-size:16px;
}
p {
  margin: 0 0 14px;
}
a {
  color: #0e76bb;
  text-decoration: none;
  font-weight:400;
}

a:hover, a:focus {
  color: #0e76bb;
  text-decoration: underline;
}

.text-muted {
  color: #636262;
}

ul, ol {
  line-height: 1.30em;
}

/*===============================
Header - logo/brand, navbar, etc.
===============================*/

/* "Mobile first" height for #main-nav */
#main-nav {
	height: 340px;
}

.navbar-brand {
  line-height: 20px;
  padding: 0px 0px 0px 0px;
  width: 300px;
}

.navbar-default {
  background-color: #0e76bb;
  border-color: #0e76bb;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  padding: 5px 10px 6px;
  line-height: 20px;
}

.navbar-default .navbar-nav > li > a:hover {
	color:#fff;
	text-decoration:underline;
}
.navbar-right{ clear:right}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #385185;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #DADADA;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  background-color: transparent;
  color: #FFFFFF;
  text-decoration: underline;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #232323;
}

.dropdown-menu{
	background-color:#0a5b90;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #0a5b90;
  color: #D5EBFF;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  background-color: #0e76bb;
  color: #ffffff;
  text-decoration: underline;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
 	color: #d5ebff;
}

#ribbon {
	padding: 20px 0 0 0;
}
.navbar {
  margin-bottom: 20px;
  min-height: 95px;
}

.bi-line {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .5px;
}
.bi-line span {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1px;
}

/*
.bs-masthead, .bs-header, bs-section {
	position: relative;
	font-size: 18px;
	margin-bottom: 20px;
	padding: 30px 15px;
	color: #cdbfe3;
	text-shadow: 0 1px 0 rgba(0,0,0,.1);
	background-color: #6f5499;
	background-image: -webkit-linear-gradient(top,#563d7c 0,#6f5499 100%);
	background-image: linear-gradient(to bottom,#563d7c 0,#6f5499 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#563d7c', endColorstr='#6F5499', GradientType=0);
}
*/

.bs-masthead, .bs-header, bs-section {
	position: relative;
	font-size: 18px;
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 0 0 5px 0;
	color: #000;
	background-color: #E4E4E3;
}




.bs-header h1 {
	font-size: 48px;	
	color: white;
}
.bs-header a {
	color: #cdbfe3;
}

/*===============================
Footer
===============================*/
footer {
  background-color: #0e76bb;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 30px;
  padding: 10px 0 35px;
}
footer a, footer a:hover { color:#fff;}
footer .list-inline {
	display: table;
	margin: 0 auto;
}

/*===============================
All Page
===============================*/
h1 { font-size:30px;}
h1,h2,h3,h4 { color:#0e76bb;}
.wood-blue { color:#0e76bb; }
.alt{ color:#636262;}
.side-bar {
  color: #0e76bb;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.5;
  font-family:"museo",Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-top:35px;
}
.side-bar-div{ border-right: 1px solid #0e76bb; padding-bottom:40px;}
.btn-default {
  background-color: #0e76bb;
  border-color: #0a5b90;
  color: #fff;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    background-color: #0a5b90;
    border-color: #385185;
    color: #fff;
}

.btn-primary {
    background-color: #0e76bb;
    border-color: #0a5b90;
    color: #fff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background-color: #0a5b90;
    border-color: #385185;
    color: #fff;
}
.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary.active {
    background-color: #0e76bb;
    border-color: #0a5b90;
}
.btn-primary .badge {
    background-color: #fff;
    color: #0e76bb;
}

.push-row-20{ margin-top:55px;}

/*===============================
Home Page
===============================*/
.section {
	padding: 60px 0;
	background-color: #eee;
}

/* Home page image slider (carousel) styles */
#home-carousel {
	height: 50%;
}

.item, .carousel-inner {
	height: 100%;
}

.fill {
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
}

/* Pad the edges of the mobile views a bit */
.marketing {
  padding: 40px 15px;
}

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}

.featurette-divider {
  margin: 60px 0; /* Space out the Bootstrap <hr> more */
}

/*===============================
Blog
===============================*/
.blog-post h2.post-title {
	font-size: 32px;
}

/*===============================
Pages - Grid
===============================*/
.show-grid {
	margin-bottom: 15px;
}

.show-grid [class^=col-] {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #eee;
	background-color: rgba(86,61,124,.15);
	border: 1px solid #ddd;
	border: 1px solid rgba(86,61,124,.2);
}

.bs-example-bg-classes p {
	padding: 15px;
}


/*===============================
Pricing Page
===============================*/

.panel-title.price {
	font-size: 4em;
}

.price-cents {
	vertical-align: super;
	font-size: 50%;
}


/*===============================
Online Shop
===============================*/
.productList {
	list-style: none;
	padding-left: 0;
}

/*===============================
Checkout Form
===============================*/

h2.page-header {
	margin-top: 0;	
}


/*===============================
Contact Page
===============================*/
h3.contact {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 10px;
  padding-bottom: 2px;
}
.form {
  margin-top: 45px;
}
.req { color:#923133;}
.map {
	width:100%; 
	height:350px;
	border-top:solid 1px #eee;
	border-bottom:solid 1px #eee;
}

/* important! bootstrap sets max-width on img to 100% which conflicts with google map canvas



/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	.container { width: 970px;}
}



/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	.push-row-20{ margin-top:20px;}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.push-row-20{ margin-top:20px;}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
 	.push-row-20{ margin-top:20px;}
	.side-bar-div {
  border-right: none;
}
.side-bar{
  border-top: 1px solid #0e76bb;
  border-bottom: 1px solid #0e76bb;
}
footer .col-sm-4 > p {
  text-align: center;
}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
.navbar-brand { width:220px;}
.side-bar-div {
  border-right: none;
}
.side-bar{
  border-top: 1px solid #0e76bb;
  border-bottom: 1px solid #0e76bb;
}
footer .col-sm-4 > p {
  text-align: center;
}
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
.navbar-brand { width:220px;}
.side-bar-div {
  border-right: none;
}
.side-bar{
  border-top: 1px solid #0e76bb;
  border-bottom: 1px solid #0e76bb;
}
footer .col-sm-4 > p {
  text-align: center;
}

}

@media screen and (max-height: 575px){
#rc-imageselect, .g-recaptcha {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}
}