.navbar {
	min-height: 70px !important;
}
.navbar-brand {
	height: 70px !important;
	line-height: 60px !important;
	padding: 2px 15px !important;
}
.navbar-nav {
	margin: 7.5px -15px 7.5px 50px !important;
}
section {
	padding-left: 15px;
	padding-right: 15px;
}
footer {
	background-color:#EE3424;
	color:#FFF;
	margin-top: 25px;
	padding: 30px;
	text-align:center;
}
footer a {
	color: #FFF;
}
.anchor {
	padding-top: 130px;
	margin-top: -130px;
}
.green {
	color:#004798;
}
.bg-green {
	background-color:#004798;
}
.green-block {
	background-color:#004798;
	color: #FFF;
}
.red {
	color:#EE3424;
}
.bg-red {
	background-color:#EE3424;
}
.red-block {
	background-color:#EE3424;
	color: #FFF;
}
.title {
	color:#FFF;
	font-size: 1.5em;
	padding: 10px 0;
	text-align: center;
	text-transform: uppercase;
}
.infinite-container {
	width:480px;
	margin-left:-20px;
	overflow:hidden;
	position:relative;
}
.sticky-wrapper {
	position:relative;
	z-index:100;
}
.infinite-container.infinite-loading:after {
	content:"Loading...";
	height:30px;
	line-height:30px;
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	text-align:center;
	background:#6A6272;
	color:#EAE2F2;
}

.infinite-item {
	float:left;
	width:100px;
	height:100px;
	background:#444A50;
	margin:20px 0 20px 20px;
}
.infinite-item:nth-child(3n) {
	background:#6A6272;
}
.infinite-item:nth-child(3n+1) {
	background:#EAE2F2;
}

.infinite-more-link {
	visibility:hidden;
}
.wrap-container {
	margin: 0;
	padding: 10px 20px;
}
div.thumbnail {
	border:0;
}
div.thumbnail.pull-right {
	margin-left:25px;
}
div.thumbnail.pull-left {
	margin-right:25px;
}
.thumbnail .caption {
	color: #999 !important;
	font-family: "Lora", serif;
	font-size: 1.1em;
	margin: 0 auto;
	text-align: center;
	width:340px;
}
div.carousel-inner div.item div.col-md-4:nth-child(odd) img {
	opacity: 0.4;
	filter: alpha(opacity=40);
}
div.thumbnail.column {
	margin-top:20px;
}
div.column-text iframe.column {
	border: 0;
	height: 300px;
	margin-top:20px;
	width:100%;
}
#carousel {
	height:500px;
	overflow:hidden;
	position:relative;
}
#carousel-title {
	bottom:0;
	float: left;
	width: 40%;
	padding: 0 0 5% 5%;
	position:absolute;
}
#carousel-title h1 {
	color: #FFF;
	line-height: 2em;
	margin-bottom: 44px;
	text-shadow: 0 2px 5px rgba(0, 0, 0, 0.498);
}
#btn-location, #btn-weekly {
	background: rgba(46,151,95,1);
	background: -moz-linear-gradient(top, rgba(46,151,95,1) 0%, rgba(0,86,39,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(46,151,95,1)), color-stop(100%, rgba(0,86,39,1)));
	background: -webkit-linear-gradient(top, rgba(46,151,95,1) 0%, rgba(0,86,39,1) 100%);
	background: -o-linear-gradient(top, rgba(46,151,95,1) 0%, rgba(0,86,39,1) 100%);
	background: -ms-linear-gradient(top, rgba(46,151,95,1) 0%, rgba(0,86,39,1) 100%);
	background: linear-gradient(to bottom, rgba(46,151,95,1) 0%, rgba(0,86,39,1) 100%);
	color: #FFF;
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e975f', endColorstr='#005627', GradientType=0 );
	height: 66px;
	font-family: "Lora", serif;
	font-size: 1.5em;
	margin-bottom: 22px;
	padding: 12px 22px 0 22px;
	width:410px;
}
#btn-weekly {
	background: rgba(197,16,16,1);
	background: -moz-linear-gradient(top, rgba(197,16,16,1) 0%, rgba(106,0,0,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(197,16,16,1)), color-stop(100%, rgba(106,0,0,1)));
	background: -webkit-linear-gradient(top, rgba(197,16,16,1) 0%, rgba(106,0,0,1) 100%);
	background: -o-linear-gradient(top, rgba(197,16,16,1) 0%, rgba(106,0,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(197,16,16,1) 0%, rgba(106,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(197,16,16,1) 0%, rgba(106,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c51010', endColorstr='#6a0000', GradientType=0 );
	text-transform: uppercase;
}
#sub-nav {
	color:#FFF;
}
#sub-nav .navbar-header h1 {
	color: #fff;
	height: 40px;
	line-height: 2em;
	margin: 0;
	padding: 10px 20px 0;
}
#sub-nav .navbar-header {
	background-color: #017A3B;
	height: 60px;
	margin-right:50px;
}
#sub-nav .sub-nav {
	min-height: 60px;
	padding: 15px;
}
#sub-nav .sub-nav a {
	color: #FFF;
	font-size: 1.3em;
	text-decoration: none;
	text-transform: capitalize;
}
#sub-nav .sub-nav a:hover, #sub-nav .sub-nav a:active, #sub-nav .sub-nav a:focus {
	color: #025529;
}
#sub-nav.red .sub-nav a:hover, #sub-nav.red .sub-nav a:active, #sub-nav.red .sub-nav a:focus {
	color: #AF1318;
}
div.row.container.fc {
	padding: 40px 30px;
}
div.w100 div.title {
	font-family: "Lora", serif;
	text-transform: capitalize;
}
#sub-nav.red {
	background-color: #F34E54;
}
#sub-nav.red .navbar-header {
	background-color: #C21A24;
}
.caps {
	font-weight: bold;
	text-transform: uppercase !important;
}
.caps:before {
	content: "\00BB";
}
.caps:after {
	content: "\00AB";
}
.thumbnail {
	margin: 10px 0;
}