a .caption {
	color: black;
}
a:hover .caption {
	color: rgb(80,80,80);
}
a:hover {
	text-decoration: none;
}
body {
	background-color: #337ab7;
	overflow-x: hidden;
}
/*
	Header
*/
header {
	position: relative;
	background-color: white;
	width: 100%;
}
header #logo {
	display: block;
	max-height: 240px;
	max-width: 240px;
	margin: 0 5%;
	padding: 0 0 48px;
	position: relative;
	z-index: 1;
}
header #logo img {
	width: 100%;
}
header  h1 {
	display: none;
	margin-left: 18px;
	text-transform: uppercase;
}
/*
	NavBar
*/
.navbar {
	border-radius: 0;
	border: none;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	margin: 0;
	text-align: right;
	background-color: #337ab7;
}
.navbar > div {
	display: inline-block;
}
.navbar-collapse {
	text-align: left;
}
.navbar-toggle {
	background-color: white;
}
.navbar-default .navbar-nav > li > a{
	color: white;
	text-transform: uppercase;
	font-size: 18px;
	border-radius: 0;
}
.navbar-default .navbar-nav > li > a:hover {
	background-color: white;
	color: #337ab7;
}
.nav.navbar-nav a.btn {
	  text-align: left;
}
article.container {
    position: relative;
    border: 0 solid black;
    border-width: 0;
	background-color: white;
	padding: 24px 12px;
}
.container {
	padding: 0;
	width: 100% !important;
}
/*
	Carousel
*/
.carousel {
	padding: 0;
	position: absolute;
	top: 0;
	bottom: 0;
}
.carousel-indicators,
.carousel-control {
	display: none;
}
.carousel .carousel-inner {
	width: 100%;
	height: 100%;
	opacity: 0.8;
}
.carousel .item {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
.col-lg-3 {
	width: 25%;
	min-width: 200px;
	float: left;
}
.row {
	margin: 0;
	overflow: hidden;
	position: relative;
}
.row > .column:first-of-type {
	float: left;
}
.row img {
	border-radius: 4px;
	width: 100%;
}
.row p {
	padding: 6% 0;
}
.sponsors {
	text-align: right;
	margin: 12px 0;
	width: 100%;
	overflow: hidden;
	background-color: white;
}
/*
	Columns
*/
.column {
	padding: 0;
	float: right;
}
a.column {
	padding: 12px;
}
.column .caption {
	display: inline-block;
	vertical-align: bottom;
	padding: 0 24px;
	float: right;
}
.column h3 {
	margin: 10px 0 20px;
}
.column p {
	margin: 6px 0;
	padding: 0;
}
a.column:hover h3 {
	color: #337ab7;
}
.media-object {
	border-radius: 4px;
}
/*
	Splash
*/
.splash {
	margin: -24px -12px;
	width: 100vw !important;
}
.splash a.column {
	border-bottom: 1px solid lightgrey;
}
.splash .overlay {
	position: absolute;
	bottom: 0;
	padding: 12px 0;
	background-color: rgba(0,0,0,0.8);
}
.splash .overlay .column {
	border-width: 0;
}
.splash .overlay .column * {
	color: white;
}
.splash .overlay a.column:hover h3 {
	color: #337ab7;
}
/*
	Icons
*/
.icon {
	position: absolute;
	top: 0;
	bottom: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
a .icon {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
}
a:hover .icon {
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
}
/*.splash .row:first-of-type a.column {
	background-color: #337ab7;
}
.splash .row:first-of-type a.column * {
	color: white;
}
.splash .row:first-of-type a.column:hover {
	background-color: white;
}
.splash .row:first-of-type a.column:hover * {
	color: #337ab7;
}*/
/*
	Footer
*/
footer {
	background-color: #337ab7;
	width: 100% !important;
	margin: 0;
	padding: 12px 0;
}
footer #legal-print {
	text-align: center;
	background-color: #337ab7;
	color: white;
	border: none;
	box-shadow: none;
}
footer #legal-print br {
	display: none;
}
footer #legal-print p {
	display: inline-block;
}
footer #legal-print img {
	max-height: 36px;
	margin: 0 12px;
}