
body { background-image: url(http://images.waco-texas.com/cms-waco-mammoth/images/bg-mammoth.jpg); }

.table > tbody > tr > td	{
	border-color: #fff;
}

/* Carousel base class */
.carousel {
	height: 200px;
	margin: 0 auto;
	width: 100%;
}
/* Declare heights because of positioning of img element */
.carousel .item {
	height: 200px;
	background-color: #fff;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.carousel #c-item-1 {
	background-image: url(http://images.waco-texas.com/cms-waco-mammoth/images/slide-1.jpg);
}
.carousel #c-item-2 {
	background-image: url(http://images.waco-texas.com/cms-waco-mammoth/images/slide-2.jpg);
}
.carousel #c-item-3 {
	background-image: url(http://images.waco-texas.com/cms-waco-mammoth/images/slide-3.jpg);
}

/* Declare heights because of positioning of img element */
.carousel-inner > .container {
	position: absolute;
	z-index: 100;
	top: 0;
	right: 5%;
	height: 200px;
	width: 100%;
	max-width:none;
	margin: 0px;
}
.carousel-inner > .container h1 {
	font-family: "quatro-slab", serif;;
	font-weight: 900;
	font-size: 44px;
	color: #fff;
	line-height: 1em;
	text-align: right;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 1);
}
.carousel-inner > .item > img {
	position: absolute;
	top: 0px;
	left: 0px;
	min-width: 100%;
	height: 500px;
}
.carousel-control.left {
	z-index: 20;
	background-image: none;
	top: auto;
	bottom: 80px;
	left: 15%;
}
.carousel-control.right {
	z-index: 20;
	background-image: none;
	top: auto;
	bottom: 80px;
	right: 15%;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
	font-size: 20px;
	height: 20px;
	margin-top: -10px;
	width: 20px;
}

/* CONTENT BELOW THE FOLD
-------------------------------------------------- */
.container.narrow {
	max-width: 1153px;
	padding: 0;
	background-color: #fff;
	margin-bottom: 15%;
}
.container.narrow .container, .container.narrow .container-fluid {
	padding: 0;
}
.subnav {
	background-color: #525253;
	margin: 0;
	text-align: center;
	padding: 3px 2px;
}
.subnav button.navbar-toggle {
	background-color: rgba(255,255,255,0.3);
	border: none;
	border-radius: 0;
	padding: 25px 10px;
	margin: 0 auto;
	float: none;
}

	/* SIDEBAR NAVIGATION
--------------------------------------------------*/
.sidebar {
	top: 0;
	bottom: 0;
	left: 0;
	padding: 0px;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: #525253;
}
.sidebar h2 {
	font-family: "proxima-nova-alt-ext-cond", "Arial Narrow Bold", sans-serif;
	color: #fff;
	margin: 6px 0 0 0;
	padding: 0 0 6px 16px;
	border-bottom: 2px solid rgba(250,250,248,0.5);
}
#subnav ul.nav span > span > li > a {
	display: block;
	color: #fff;
	border-bottom: 2px solid rgba(250,250,248,0.5);
	font-size: 1em;
	padding: 20px 0px 20px 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#subnav ul.nav span > span:nth-child(odd) > li > a {
	border-right: 2px solid rgba(250,250,248,0.5);
}
#subnav ul.nav li a:hover, #subnav ul.nav li a:focus {
	text-decoration: none;
	background-color: rgba(255,255,255,0.3);
}
.nav-sidebar li	{
	width: 50%;
	display: inline-block;
	float: left;
}


/* ICONS
-------------------------------------------------- */
#subnav .icons {
		text-align:center;
		background-color: #525253;
		padding: 0px;
	}
#subnav .icons div /*img.hdrico*/ {
	width: 33.3%;
	display: inline-block;
	float: left;
}
#subnav .icons a {
	display: block;
	border-right: 2px solid rgba(250,250,248,0.5);
	border-bottom: 2px solid rgba(250,250,248,0.5);
	}
#subnav .icons div:nth-child(-n+3) a {
	border-top: 2px solid rgba(250,250,248,0.5);
	}	
#subnav .icons a:hover, #subnav .icons a:focus {
	background-color: rgba(255,255,255,0.3);
}

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 470px) {
	.carousel, .carousel .item {
		height: 400px;
	}
	.carousel-inner > .container {
		top: 50%;
		right: 5%;
	}
	.carousel-inner > .container h1 { font-size: 56px; }
}
@media (min-width: 768px) {
	.carousel {
		height: 596px;
		margin-bottom: 0px;
	}
	.carousel .item {
		height: 596px;
		background-size: cover;
		background-position: center center;
	}
	.carousel-inner > .container {
		top: 60%;
		right: 5%;
	}
	.carousel-inner > .container h1 { font-size: 72px; }
	
	/* SIDEBAR NAVIGATION
	-------------------------------------------------- */
	.sidebar {
		top: 0;
		bottom: 0;
		left: 0;
		padding: 10px 0px;
		overflow-x: hidden;
		overflow-y: auto;
		background-color: #fff;
	}
	.nav-sidebar {
		margin-bottom: 20px;
		margin-left: -10px;
	}
	#subnav  li {
		position: relative;
		display: block;
	}
	#subnav ul.nav span > span > li > a {
		padding: 6px 20px 6px 40px;
		color: #000;
		text-decoration:none;
		overflow: visible;
		white-space: normal;
	}
	#subnav ul.nav li a:hover, #subnav ul.nav li a:focus {
		background-color: #c9c8c8;
	}
	.nav-sidebar li	{
		width: auto;
		display: inherit;
		float: none;
	}
	/* ICONS
	-------------------------------------------------- */
	#subnav .icons { background-color: #fff; margin-bottom: -14px; }
	#subnav .icons div /*img.hdrico*/ {
		width: 14%;
		display: inline-block;
		float: left;
	}

}

@media (min-width: 992px) {
	.carousel, .carousel .item { height: 700px; }
}
