html {
	height:100%;
	max-width:100%;
	overflow-x:hidden;
	padding:0;
	margin:0;
}
body {
	height:100%;
	max-width:100%;
	overflow-x:hidden;
	padding:0;
	margin:0;
}
#wrapper {
	height:100%;
	min-height:100%;
	position:relative;
	padding:0;
	margin:0;
}
#footer {
	width:100%;
	min-height:100px;
	position:static;
	bottom:0;
	left:0;
	background: #8D9176;
	border-top: 4px #0F2C4B solid;
}
hr {
	border-color:#333;
}
#content {
	background-image: url('/images/page_bg.jpg');
	background-repeat:no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
	padding-bottom:150px;
	padding-right:0px;
	padding-left:0px;
	min-height: 100%;
	position:relative;
	/* Firefox */
	min-height: -moz-calc(100% - 180px);
	/* WebKit */
	min-height: -webkit-calc(100% - 180px);
	/* Opera */
	min-height: -o-calc(100% - 180px);
	/* Standard */
	min-height: calc(100% - 180px);
	
}
.featured {
	padding:0px;
	border:0px #333 solid;
}
#nav {
	background: none; /* Old browsers */
}
.navbar {
	margin-bottom:0px;
	border:0px;
}
.navbar-header {
	padding:0;
}
.navbar-brand>img {
  height: 175%;
  width: auto;
}
.navbar-inverse {
	background: none; /* Old browsers */
	font-size:13px;
}
.navbar-inverse .navbar-nav > li > a
{
	border-top:4px #E7E3C1 solid;
	color:#0F2C4B;
	border-left:0px #000000 solid;
	text-decoration:none;
	padding:25px 11px 25px 11px;
	text-transform:uppercase;
}
.navbar-inverse .navbar-nav > li > ul > li > a {
	text-decoration: none;
    color: #FFFFFF;
}
.navbar-inverse .navbar-nav > li > ul {
	text-decoration: none;
    color: #000000;
}
.navbar-inverse .navbar-nav > li > ul > li > a:hover {
    color: #FFFFFF;
}
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .nav > li > a:focus {
	border-top:4px #0F2C4B solid;
	background: url('/images/white_20.png') repeat top left;
    color: #0F2C4B;
}
.navbar-inverse .navbar-nav > .active > a {
	border-top:4px #0F2C4B solid;
	background:#E7E3C1;
	box-shadow:none;
    color: #0F2C4B;
}
.navbar-inverse .navbar-nav > .active > a:hover, 
.navbar-inverse .navbar-nav > .active > a:focus {
	border-top:4px #0F2C4B solid;
	background: url('/images/white_20.png') repeat top left;
    color: #0F2C4B;
}
.navbar-inverse .nav_item_last {
}
.navbar-inverse .navbar-nav .nav_item_first {
}
.navbar .dropdown-menu {
	background: #0F2C4B;
}
.dropdown-menu > li > a {
	color:#0F2C4B;
}
.dropdown-menu > li > a:hover {
	color:#0F2C4B;
	background: url('/images/black_20.png') repeat top left;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
	background-color: #FFF;
	width:250px;
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}
.dropdown-submenu:hover>.dropdown-menu {
    display:block;
}
.dropdown-submenu>a:after {
    display:none;
    content:" ";
    float:right;
    height:0;
	width:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color:#ffffff;
}
.dropdown-submenu.pull-left {
    float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}
.marquee {
	background:#0F2C4B;
	color:#E7E3C1;
}
.carousel h1 {
	font-size:2em;
}
.carousel {
	border:0px #333 solid;
	overflow: hidden;
	position:relative;
	height:500px;
}
.carousel .item img{
	min-height: 100%;  
	min-width: 100%;
	position:absolute;
	margin:auto;
	top:0;
	bottom:0;
	left:0;
	right:0;
}
.carousel .item,
.carousel .active,
.carousel .carousel-inner {
    height: 100%;
}

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

@media (max-width: 767px) {
	/* MENU CORRECTIONS FOR MOBILE DEVICES */
    .navbar {
        margin-bottom:40px;
    }
	.dropdown-submenu> > a,
	.dropdown-submenu> > a:active,
	.dropdown-submenu> > a:link {
		color:#0F2C4B;

	}
	.navbar-inverse .navbar-nav > li > a
	{
		padding:10px 13px 10px 13px;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a,.navbar-default .navbar-nav .open .dropdown-menu {
		color:#0F2C4B;
	}
	.dropdown-submenu>.dropdown-menu {
		padding-left:30px;
	}
	.carousel {
		height:250px;
	}
}
@media (max-width: 991px) and (min-width: 768px) {
	#mid-box {
		padding:0px;
	}
	.carousel {
		height:300px;
	}
}
@media (max-width: 1199px) and (min-width: 992px) {
	.carousel {
		height:400px;
	}
}
@media (min-width: 1200px) {
}
#footer_menu {
	position:relative;
}
.block {
    position: absolute;
	padding:0px;
	margin:0px;
	width:20%;
}
#event_info {
	position:absolute;
	display:none;
	border: 2px #555 solid;
	border-radius: 7px;
	margin:0px;
	padding-bottom:10px;
	width:600px;
	z-index:500;
	/* Firefox */
	left: -moz-calc(50% - 300px);
	/* WebKit */
	left: -webkit-calc(50% - 300px);
	/* Opera */
	left: -o-calc(50% - 300px);
	/* Standard */
	left: calc(50% - 300px);
	top:250px;
	background:#FFFFFF;
}

