@import url(https://fonts.googleapis.com/css?family=Raleway:400,400italic,600,600italic,800,800italic&subset=latin-ext);









/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
}




body {
	font-size: 16px;
	font-family: Raleway, Helvetica, Arial, sans-serif;
	font-weight: 400;
	background: #EFECEA;
	background: #efecea url('../img/bg.png');

}

h2, h3, h4, h5, h6 {
	font-weight: 600;
}

h1 {
	font-weight: 800;
}

a {
	color: #ffa500;
}

a:focus, a:hover {
	color: #ffcb6d;
	text-decoration: none;
}

.navbar {
	height: 80px;
	margin-bottom: 0;
	border-bottom: 1px solid #ddd;
	
	font-family: Raleway, Helvetica, Arial, sans-serif;
	font-weight: 400;
	
	background: #556e7a;
}

.navbar-nav {
	height: 80px;
}

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

.dropdown-menu>li>a {
 	color: #556e7a;
}

.navbar-default .navbar-nav>li>a:hover {
	color: #fff;

	background: #556e7a;
}

.dropdown-menu>li>a:hover {
	color: #fff;
	
	background: #556E7A;
}

.navbar-nav>li>a {
	margin-top: 0;
	margin-bottom: 0;
	height: 80px;
	
	padding-top: 30px;
	padding-bottom: 30px;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	color: #556e7a;
	
	background: #fff;
}

.dropdown-menu {
	border-color: #36454d;
	border-top: 0 none;
	font-size: 16px;
	
	background: #fff;
	padding: 0 0;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.dropdown-menu>li>a {
	padding: 15px 20px;
	color: #556E7A;
}

.navbar-nav>li>.dropdown-menu {
	margin-top: -1px;
	margin-right: -1px;
}

ul.nav li.dropdown:hover > ul.dropdown-menu { /* dropdown on hover */
    display: block;    
}



.navbar-brand {
	height: 64px;
	padding: 0;
	margin: 8px;
}

.navbar-brand img, .navbar-brand svg {
	margin: 8px;
}

.header .flexslider {
	border: 0 !important;
	margin: 0 !important;
	min-height: 430px;
	background: url('../img/load.gif') no-repeat center;
}

.flex-direction-nav .flex-prev { left: 0 !important; margin-left: 20px; }
.flex-direction-nav .flex-next { right: 0 !important; margin-right: 20px;
}

.footer {

	background: #36454d;

	color: #fff;
	font-size: 14px;
}

.footer p {
	margin-top: 10px;
}

.panel-group {
	background: #556E7A;	
}

.content {
	margin-top: 1px;
	line-height: 1.8em;
}

.content .panel {
	border-radius: 0;

	color: #3c2415;
	border: 0 none;
	border-bottom: 1px solid #fff;
	margin-bottom: 15px;
	background: rgba(0, 0, 0, 0.15);
}

.panel-body {
	color: #fff;
}

.content .panel a {
	color: #ffff00;
}

.content img {
	max-width: 100%;
}

.sponsors-group img {
	margin-bottom: 1em;
}

.btn-default {
	color: #3c2415;
	border: 1px solid #3c2415;
}

iframe.map {
    width: 100%;
    min-height: 600px;
    height: 100%;
    border: 0 none;
}


@media only screen and (max-width: 1024px) {
	.nav>li>a {
		padding: 30px 5px;
	}
	
	.header .flexslider {
		min-height: 380px;
	}
	
	.gallery img {
		margin-right: 14px !important;
	}
}


@media only screen and (max-width: 800px) {

	.nav>li>a {
		padding: 30px 5px;
		font-size: .9em;
	}
	
	.header .flexslider {
		min-height: 280px;
	}
	
	.gallery img {
		margin-right: 18px !important;
	}
	
}

.in .navbar-nav {
	height: 100%;
	background: rgba(84, 110, 122, 0.9);
}

.in .navbar-nav>li>a {
	height: 20px;
	padding: 20px 5px;
	line-height: 0;
	font-size: 1em;
	display: block;
	width: 100%;
}

.navbar-toggle {
	margin-top: 20px;
	color: #fff;
}











a.gallery-link:after {
   content: attr(title);
   float: left;
   display: block;
   width: 200px;
   height: 150px;
   font-size: 12px;
   line-height: 14px;
   margin-left: 5px;
   margin-right: 5px;
   color: #222;
   display: none;
}



