/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-bottom: 0px;
  color: #5a5a5a;
}

.container {
  min-width: 290px;/*320px - padding)*/
  /*padding-right: 15px;/**/
  /*padding-left: 15px;/**/
}

.text-faded {
  color: #666666;
}

a {
  color: #ea1313;
  text-decoration: none;
}

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

/*
h1 + h2,
h2 + h3,
h3 + h4,
h4 + h5 {margin-top:0;}/**/


/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: relative;
  z-index: 15;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  /*margin-bottom: 45px;/**/
  /*margin-bottom: 60px;/**/

  /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
  margin-top: 0px;/*-90px;/**/
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* heading font */
.carousel-caption h1 {
  font-size: 32px;
}

/* Bump up size of carousel content */
.carousel-caption a {
  color: #ffffff;
}

.carousel-caption a:hover,
.carousel-caption a:focus {
  color: #eeeeee;
  text-decoration: none;
}
/* paragraph font */
.carousel-caption p {
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 1.4;
}
.carousel-indicators {
  bottom: 0px;
}
.carousel-caption .sm60 {
	font-size: 0.7em;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	/* heading font */
	.carousel-caption h1 {
	  font-size: 36px;
	}
	/* paragraph font */
	.carousel-caption p {
		margin-bottom: 0px;
		font-size: 16px;
		line-height: 1.2;
	}
	.carousel-indicators {
	  bottom: 5px;
	}
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	/* heading font */
	.carousel-caption h1 {
	  font-size: 46px;
	}
	/* paragraph font, see below */
	.carousel-caption p {
		margin-bottom: 15px;
		font-size: 18px;
		line-height: 1.4;
	}
	.carousel-indicators {
	  bottom: 10px;
	}
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	/* heading font */
	.carousel-caption h1 {
	  font-size: 52px;
	}
	/* paragraph font, see below */
	.carousel-caption p {
		margin-bottom: 25px;
		font-size: 21px;
		line-height: 1.4;
	}
	.carousel-indicators {
	  bottom: 15px;
	}
}

/* Declare heights because of positioning of img element */
.carousel .item {
  /*height: 500px;/**/
  background-color: #ffffff;/*#020202;/**/
  min-height: 260px;
}
.carousel-inner > .item > img {
 /* position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;/**/
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  height: auto;
  width: 100%;
  max-width: 100%;
  line-height: 1;
}
.carousel-inner > .item > span > img,
.carousel-inner > .item > span > a > img {
  display: block;
  height: auto;
  width: 100%;
  max-width: 100%;
  line-height: 1;
}
@media (max-width: 767px) {

	.carousel-inner > .item > img,
	.carousel-inner > .item > a > img {
		max-width: 768px;
		min-width: 768px;
		min-height: 260px;
	}
	.carousel-inner > .item > span {
		display: block;
		width: 768px;
		overflow: hidden;
	}
	.carousel-inner > .item > span > img,
	.carousel-inner > .item > span > a > img {
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -130px 0 0 -384px;/**/
		max-width: 768px;
		min-width: 768px;
		min-height: 260px;
	}
}

/*
.carousel-inner > .item {
  -webkit-transition: 0.6s ease-in-out left;
          transition: 0.6s ease-in-out left;
}
/**/
/*
.carousel.carousel-fade .item {
  opacity:0;
  filter: alpha(opacity=0);
}

.carousel.carousel-fade .active.item {
    opacity:1;
    filter: alpha(opacity=100);
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: translate3d(0,0,0);
}
/**/
/**/
.carousel .item {
	-webkit-transition: .7s ease-in-out opacity;
	-moz-transition: .7s ease-in-out opacity;
	-ms-transition: .7s ease-in-out opacity;
	-o-transition: .7s ease-in-out opacity;
	transition: .7s ease-in-out opacity;
	left: 0 !important;
}
.carousel .active.left, .carousel .active.right {
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 2;
}
.carousel .next.left, .carousel .prev.right {
	opacity: 1;
    filter: alpha(opacity=100);
	z-index: 1;
}
.carousel-control {
	z-index:3;
}/**/

.carousel-indicators li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0px;
  text-indent: -999px;
  cursor: pointer;
  border: 1px solid #ffffff;
  border-radius: 2px;
  background-color: #aeaeae;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #ffffff;
}
.alpha60 {
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(255, 255, 255);
	/* RGBa with 0.6 opacity */
	background: rgba(255, 255, 255, 0.75);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff)";
}

/* Navbar */
/* ------------------------- */

/* Navbar bottom margin and border */
.navbar{
	margin-bottom: 0px;
	border-bottom-width: 0px;
}

/* Navbar padding and color */
/*
background linear
from(#BA0D0F), to(#630004)
from(#BA0D0F), to(#800408)
from(#DF0000), to(#A60000)
*/
.navbar-inverse {
	padding-top: 0px;
	background-color: #A60000;/*#BA0D0F;/*#343434;/*#222222;/**/
	background-image: url(../../images/navbar-gradient.png);/**/
	background-position: center top;
	background-image: -webkit-gradient(linear, left 0%, left 100%, from(#DF0000), to(#A60000));
	background-image: -webkit-linear-gradient(top, #DF0000, 0%, #A60000, 100%);
	background-image: -moz-linear-gradient(top, #DF0000 0%, #A60000 100%);
	background-image: linear-gradient(to bottom, #DF0000 0%, #A60000 100%);
	background-repeat: repeat-x;
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DF0000', endColorstr='#A60000', GradientType=0);/**/
	border-color: #ffffff;
}
.navbar-inverse .navbar-header, .navbar-inverse .navbar-collapse {
}

.navbar-inverse .navbar-brand {
  font-size: 20px;
  color: #ffffff;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #080808;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #ffffff;
}

.navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #080808;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #202020;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #eeeeee;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #202020;
  border-color: #202020;
}

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

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #ffffff;/*border-color: #101010;/**/
	border: none;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: #202020;
}

.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #202020;
  border-bottom-color: #202020;
}

.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #ffffff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #080808;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #202020;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #ffffff;
}

.navbar-inverse .navbar-link:hover {
  color: #080808;
}
.navbar-inverse .navbar-logo {
	margin-top: 5px;
}

/* Dropdown menu */

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #202020;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #202020;
}

/* Jumbotron
------------------------- */

.jumbotron {
  padding: 30px 0px;
  margin-bottom: 30px;
  background-color: #eeeeee;
}
.jumbotron .container {
  padding-right: 0px;
  padding-left: 0px;
}
.jumbotron address h1 {
  padding-top: 0px;
  margin-top: 0px;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .jumbotron {
  padding: 48px 0px;
  }
  .jumbotron h1 {
    font-size: 45px;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .jumbotron h1 {
    font-size: 54px;
	margin-top: 48px;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Pad the edges of the mobile views a bit */
.marketing {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  text-align: left;
  margin-bottom: 20px;
}
/*
h1{font-size: 36px;}
h2{font-size: 30px;}
h3{font-size: 24px;}
h4{font-size: 18px;}
h5{font-size: 14px;}
h6{font-size: 12px;}
/**/
.marketing h2 {
	font-size: 30px;
	font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-left: 10px;
  margin-right: 10px;
}

/* Extra extra small devices (mobile, 640px and down) */
@media (max-width: 640px) {
	.marketing h2 {
	}
	/*
	.jumbotron .container.marketing {
	  padding-right: 10px;
	  padding-left: 10px;
	}
	/**/
}
/* Extra small devices (mobile, 767px and down) */
@media (max-width: 767px) {
	.marketing h2 {
	}
  /* Remove the edge padding needed for mobile */
  /*
  .marketing {
    padding-left: 0px;
    padding-right: 0px;
  }
  /**/
	.jumbotron .container.marketing {
	  padding-right: 10px;
	  padding-left: 10px;
	}
	.marketing p {
		font-size: 18px;
	}
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.marketing h2 {
		font-size: 24px;
	}
	.marketing p {
		font-size: 16px;
	}
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.marketing h2 {
		font-size: 30px;
	}
	.marketing p {
		font-size: 18px;
	}
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.marketing p {
		font-size: 20px;
	}
}

/* Buttons */

.btn-primary {
  /* Default */
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
  /**/
  /* Red *
  color: #ffffff;
  background-color: #A60000;
  border-color: #DF0000;
  /**/
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  /* Default */
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
  /**/
  /* Red *
  color: #ffffff;
  background-color: #DF0000;
  border-color: #A60000;
  /**/
}

/* Extra extra small devices (mobile, 640px and down) */
@media (max-width: 640px) {
	.btn, .btn-primary {
		margin-bottom: 15px;
	}
}

/* Featurettes
------------------------- */

.featurette-divider {
margin: 20px 0; /* Space out the Bootstrap <hr> more */
}
.featurette-heading, 
.featurette-heading-top {
}
.featurette {
	font-size: 16px;
	line-height: 1.3;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .featurette-divider {
    margin: 20px 0; /* Space out the Bootstrap <hr> more */
  }
  .featurette-heading, 
  .featurette-heading-top {
    font-size: 2.5em;
  }
  .featurette {
    font-size: 17px;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .featurette-divider {
    margin: 30px 0; /* Space out the Bootstrap <hr> more */
  }
  .featurette-heading {
    font-size: 2.8em;
    margin-top: 80px;
  }
  .featurette-heading-top {
    font-size: 2.8em;
    margin-top: 30px;
  }
  .featurette {
    font-size: 19px;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .featurette-divider {
    margin: 45px 0; /* Space out the Bootstrap <hr> more */
  }
  .featurette-heading {
    font-size: 3em;/*50px;/**/
    margin-top: 120px;
  }
  .featurette-heading-top {
    font-size: 3em;/*50px;/**/
    margin-top: 30px;
  }
  .featurette {
    font-size: 21px;
  }
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}
.featurette-heading-top {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}

/* Footer
------------------------- */
#footer {
  background-color: #f5f5f5;
  padding: 40px 0 10px 0;
  margin-top: 30px;
}
#footer .nav-footer {
	margin-top: 0px;
}
#footer .nav li a h4 {
  padding: 0;
  margin: 0;
}
#footer .footer-logo {
	margin: 20px 0 0 16px;
}

#footer-copy {
  background-color: #eeeeee;
  padding-top: 10px;
}
/* Extra extra small devices (mobile, 640px and down) */
@media (max-width: 640px) {
	#footer .col-xxs-12 address {
		padding: 15px 15px;
	}
	#footer .footer-map {
		padding: 15px 15px;
	}
}

/* RESPONSIVE CSS
-------------------------------------------------- */

.col-xxs-1,
.col-xxs-2,
.col-xxs-3,
.col-xxs-4,
.col-xxs-5,
.col-xxs-6,
.col-xxs-7,
.col-xxs-8,
.col-xxs-9,
.col-xxs-10,
.col-xxs-11,
.col-xxs-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.visible-xxs {
  display: none !important;
}
tr.visible-xxs {
  display: none !important;
}
th.visible-xxs,
td.visible-xxs {
  display: none !important;
}

.hidden-xxs {
  display: block !important;
}
tr.hidden-xxs {
  display: table-row !important;
}
th.hidden-xxs,
td.hidden-xxs {
  display: table-cell !important;
}

/* Extra extra small devices (mobile, 640px and down) */
@media (max-width: 640px) {
	.col-xxs-1,
	.col-xxs-2,
	.col-xxs-3,
	.col-xxs-4,
	.col-xxs-5,
	.col-xxs-6,
	.col-xxs-7,
	.col-xxs-8,
	.col-xxs-9,
	.col-xxs-10,
	.col-xxs-11 {
	  float: left;
	}
	.col-xxs-1 {
	  width: 8.333333333333332%;
	}
	.col-xxs-2 {
	  width: 16.666666666666664%;
	}
	.col-xxs-3 {
	  width: 25%;
	}
	.col-xxs-4 {
	  width: 33.33333333333333%;
	}
	.col-xxs-5 {
	  width: 41.66666666666667%;
	}
	.col-xxs-6 {
	  width: 50%;
	}
	.col-xxs-7 {
	  width: 58.333333333333336%;
	}
	.col-xxs-8 {
	  width: 66.66666666666666%;
	}
	.col-xxs-9 {
	  width: 75%;
	}
	.col-xxs-10 {
	  width: 83.33333333333334%;
	}
	.col-xxs-11 {
	  width: 91.66666666666666%;
	}
	.col-xxs-12 {
	  width: 100%;
	}

	.visible-xxs {
		display: block !important;
	}
	tr.visible-xxs {
		display: table-row !important;
	}
	th.visible-xxs,
	td.visible-xxs {
		display: table-cell !important;
	}

	.hidden-xxs {
		display: none !important;
	}
	tr.hidden-xxs {
		display: none !important;
	}
	th.hidden-xxs,
	td.hidden-xxs {
		display: none !important;
	}
}

@media (max-width: 767px) {
}

@media (min-width: 768px) {

  /* Navbar height*/
  .navbar-inverse .navbar-header, .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-logo {
    padding-top: 50px;
  }

  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 0px;
  }

  /* Bump up size of carousel content */
  /*
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }/**/


}

@media (min-width: 992px) {
}
