/*


	GOLD: #f0ad4e
	RED:  #83151e;

*/
body {
	color: #3c3c3e;
}

* { outline: none !important; }

h1, h3 {
	font-family: 'Raleway', inherit;
	/*font-family: 'Exo', inherit; */
	font-weight: 700;
}
h2, h4, h5,
.navbar-brand,
.navigation .navbar-nav > li > a,
.fixed-navigation .navbar-nav > li > a {
	font-family: 'Raleway', inherit;
	/*font-weight: 100;  */
}
.fixed-navigation .navbar-nav > li > a  {
	font-weight: 700;
}
h3 {
	font-family: 'Raleway', inherit;
	color: #83151e;
	text-transform: uppercase;
}


a:not(.btn) {
	color: #83151e;
}
.main-content a:not(.btn) {
	color: #83151e;
	text-decoration: underline;
}


.btn, .btn-group .btn, .well, .navbar, input, .form-control, .dropdown-menu {
	border-radius: 0 !important;
}
.btn-primary {
	background-color: #3b5998;
}
.btn-fixed-width {
	min-width: 200px;
}

.btn-lg { padding: 17px;}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	*background-color: #222222;
	background-image: -moz-linear-gradient(top, #444444, #222222);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
	background-image: -webkit-linear-gradient(top, #444444, #222222);
	background-image: -o-linear-gradient(top, #444444, #222222);
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
	color: #ffffff;
	background-color: #222222;
	*background-color: #151515;
}

.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}
.btn-inverse.active {
	color: rgba(255, 255, 255, 0.75);
}
.no-margin {
	margin: 0;
}
.top-margin {
	margin-top: 30px;
}


/*school colours */
.school-yellow {
	color: #ffffff;
	text-shadow: 0 0 1px #000;
	background: #fdd14e;
}
.school-blue {
	color: #ffffff;
	background: #164a85;
}
.school-purple {
	color: #ffffff;
	background: #7c1685;
}
.school-green {
	color: #ffffff;
	background: #016c38;
}
.school-red {
	color: #ffffff;
	background: #83151e;
}


	#wrapper {
		padding-left: 0;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	/*#wrapper.toggled { padding-left: 250px; }*/

		#sidebar-wrapper {
			z-index: 1000;
			position: fixed;
			left: 100%;
			width: 0; height: 100%;
			margin-left: -100%;
			overflow-x: hidden;
			overflow-y: auto;
			background: #000;
			background: rgba(0,0,0,0.8);
			box-shadow: 0 0 300px rgba(0,0,0,1) inset;
			-webkit-transition: all 0.5s ease;
			-moz-transition: all 0.5s ease;
			-o-transition: all 0.5s ease;
			transition: all 0.5s ease;
		}
		#wrapper.toggled #sidebar-wrapper { width: 100%; }

			.mobile-nav {
				position: absolute;
				top: 0; width: 100%;
				margin: 0; padding: 100px 0 0 0;
			}

				.mobile-nav li {
					list-style: none;
					display: block;
					text-align: center;
				}

					.mobile-nav li a {
						display: block;
						text-align: center;
						text-decoration: none;
						text-transform: uppercase;
						color: #ffffff ;
						padding: 10px 0;
						text-align: center;
						font-size: 18px;
					}

					.mobile-nav li a:hover {
						color: #999999;
						text-decoration: none;
					}

					.mobile-nav li a:active,
					.mobile-nav li a:focus {
						text-decoration: none;
					}


			.navigation {
				background-color: transparent;
				border-bottom: 0;
				-webkit-transition: all 1s ease;
				-moz-transition: all 1s ease;
				-o-transition: all 1s ease;
				transition: all 1s ease;
			}


				.toggle-menu {
					/*float: left; */
					display: block;
					width: 100%;
					cursor: pointer;
					margin: 10px 0; padding: 10px 35px 16px 0px;
				}

				.toggle-menu:active {
					outline: none;
				}

					.toggle-menu span,
					.toggle-menu span:before,
					.toggle-menu span:after {
						position: absolute;
						display: block;
						cursor: pointer;
						border-radius: 1px;
						height: 5px;
						width: 35px;
						background: white;
						content: '';
						left: 50%; margin-left: -17px;
					}
					.toggle-menu span:before { top: -10px;  }
					.toggle-menu span:after { bottom: -10px; }

					.toggle-menu span,
					.toggle-menu span:before,
					.toggle-menu span:after { transition: all 500ms ease-in-out; }

					.toggle-menu.active span { background-color: transparent; }
					.toggle-menu.active span:before,
					.toggle-menu.active span:after { top: 0; }
					.toggle-menu.active span:before { transform: rotate(45deg); }
					.toggle-menu.active span:after { transform: rotate(-45deg); }

				.navigation .navbar-nav > li > a {
					padding: 8px;
				}










body.homepage .navigation {
	opacity: 0;
	padding-top: 50px;
}


	header hgroup a,
	header hgroup a:hover,
	header hgroup a h2,
	header hgroup a:hover h2,
	header hgroup a h3,
	header hgroup a:hover h3 {
			color: #ffffff;
			text-decoration: none;
		}


	body.interior header {
		text-align: center;
		height: 100px; min-height: 100px;
		margin-bottom: 70px;
		background: #3c3c3e url(../img/header.jpg) repeat-x fixed top center;
	}


	body.homepage header {
		position: relative;
		background: #3c3c3e url(/media/2015_03_11_massey-banner-full.jpg) no-repeat fixed center bottom;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		overflow: auto;
		min-height: 600px;
	}

		body.interior header hgroup {
			position: absolute;
			top: 20px; left: 0; right: 0;
		}


		body.interior header hgroup a h2 {
			color: #ffffff;
			text-decoration: none;
		}
		body.interior header hgroup h3 {
			/*display: none; */

		}
		body.interior header hgroup h2,
		body.interior header hgroup h3,
		body.interior header hgroup h4 {
			/*display: inline;*/margin: 0; padding: 0;
		}

		body.homepage header hgroup {
			position: absolute;
			top: 0; left: 0; right: 0; bottom: 0;
			margin: 0; padding: 280px 0 80px 0;

			color: #ffffff;
			background-color: #3c3c3e;
			background-color: rgba(60, 60, 62, 0);
			-webkit-transition: all 1.5s ease;
			-moz-transition: all 1.5s ease;
			-o-transition: all 1.5s ease;
			transition: all 1.5s ease;
		}

		header hgroup a h2 {
			font-size: 40px;
		}
		header hgroup a h3,
		header hgroup a:hover h3 {
			color: #f0ad4e;
			font-family: 'Raleway', inherit;
			font-weight: 100;
		}

			body.homepage .banner-tagline {
				/*font-size: 33px;*/
				/*text-transform: none; */
				font-weight: 700;
				letter-spacing: 3px;
				/*color: #f1bd62;*/
				/*color: #9c3433; */
			}

			.banner-values {
				display: none;
				color: #ffffff;
				margin-top: 100px;
				font-weight: 700;
				color: rgba(255,255,255,.8);

			}

			body.interior .banner-values {
				display: none !important;
			}

			header .header-scroll,
			header .header-toggle {
				display: none;
			}

			body.homepage header .header-scroll {
				display: block;
				position: absolute;
				bottom: 0; left: 0; right: 0;
				color: #ffffff;
				text-decoration: none !important;
				font-size: 32px;
			}

				body.homepage header .header-scroll i {
					-moz-border-radius: 50%;
					-wekbit-border-radius: 50%;
					-o-border-radius: 50%;
					border-radius: 50%;
					border: 1px solid rgba(255,255,255,0);
					width: 40px; height: 40px; line-height: 40px;
					background-color: rgba(60, 60, 62, 0);
					-webkit-transition: all 0.5s ease;
					-moz-transition: all 0.5s ease;
					-o-transition: all 0.5s ease;
					transition: all 0.5s ease;
				}

				body.homepage header .header-scroll:hover i {
					background-color: rgba(60, 60, 62, 0.7);
					border: 1px solid rgba(255,255,255,0.8);
				}



			body.homepage header .header-toggle {
				/*display: block;*/
				position: absolute;
				bottom: 0; right: 0;
				width: 300px;
				text-align: center;
				color: #ffffff;
				text-decoration: none !important;
				font-size: 11px;
				text-transform: uppercase;
			}


			body.homepage header .header-toggle .hover-show { display: none; }
			body.homepage header .header-toggle .hover-hide { display: block; }
			body.homepage header .header-toggle:hover .hover-show { display: block; }
			body.homepage header .header-toggle:hover .hover-hide { display: none; }




		body.interior .navigation {
			position: absolute;
			top: 100px; left: 0; right: 0;
			background-color: #3c3c3e;
			background-color: rgba(60, 60, 62, 1);
		}

		body.interior .navbar-brand {
			display: none;
		}


			.nav-parent.nav-1663,
			.nav-parent.nav-1671 {
				display: none;
			}

			body.interior .nav-parent.nav-1663 {
				display: block;
			}


		/* mian content styles */

		.home-content {
			min-height: 216px
		}

			caption {
				font-size: 12px;
				background: #f1f1f1;
			}


			.carousel-inner {
				max-height: 450px;
				overflow: hidden;
			}

			.carousel-inner .item {
				height: 450px;
			}


			.carousel-inner .item img {
				width: 100%;
			}

			.carousel-indicators {
				left: auto; right: 20px; bottom: 0;
				text-align: right ;
			}

			.carousel-caption {
				padding-bottom: 100px;
			}

				.carousel-caption h4 a,
				.carousel-caption h4 a:hover,
				.carousel-caption h4 a:focus,
				.carousel-caption h4 a:active {
					color: #ffffff !important;
					text-decoration: none !important;
				}

				.carousel-caption h4 {
					font-weight: 700;
					font-family: 'Raleway', inherit;
					color: #ffffff !important;
					font-size: 30px;
				}

				.carousel-caption p {
					font-weight: 700;
					color: #000000;
					font-size: 20px;
				}



			aside {
				padding-top: 5px;
			}

				aside .aside-blocks.row {
					margin-left: -8px;
					margin-right: -8px;
				}
				aside .col-sm-6 {
					padding-left: 8px;
					padding-right: 8px;
				}


				.aside-box {
					margin-top: 15px;
					position: relative;
					height: 93px;
					text-align: center;
					background-color: rgba(0, 0, 0, 1);
					overflow: hidden;
				}

				.recent-news-archive .aside-box {
					height: 220px;
				}

				.house-blocks .aside-box {
					height: 100px;
				}

				.recent-news-archive {
					/*height: 200px;*/
				}

					.aside-box img,
					.aside-box article {
						position: absolute;
						top: 0; left: 0; right: 0; bottom: 0;
					}

					.aside-box img,
					.aside-box h4,
					.aside-box article {
						-webkit-transition: all 0.5s ease;
						-moz-transition: all 0.5s ease;
						-o-transition: all 0.5s ease;
						transition: all 0.5s ease;
					}

						.aside-box h4 {
							color: #ffffff;
							/*font-family: 'Exo', inherit; */
							font-weight: 700;
						}


						.recent-news-archive .aside-box h4 {
							padding-top: 40px;
						}
						.recent-news-archive .aside-box small {
							display: block;
							color: #ffffff;
							margin-bottom: 15px;
						}


					.aside-news .aside-box article {
						box-shadow: 0 0 200px rgba(0,0,0,1) inset;
					}
					.aside-box:hover article {
						box-shadow: 0 0 100px rgba(0,0,0,0.5) inset;
					}

					.aside-box article {
						box-shadow: 0 0 200px rgba(0,0,0,1) inset;
					}
					.aside-box:hover article {
						box-shadow: 0 0 100px rgba(0,0,0,0.5) inset;
					}
					.aside-box.noshadow article {
						box-shadow: 0 0 200px rgba(0,0,0,0) inset;
					}

					.aside-box img {
						width: 100%;
					}
					.aside-box:hover img {
						opacity: 0.5;
					}
					.aside-box:hover h4 {
						/*opacity: 0; */
					}


					.social-navbar,
					.social-navbar.navbar > ul,
					.social-navbat .navbar-nav,
					.social-navbar > ul > li,
					.social-navbar > ul > li > a {
						display: block;
						float: none;
					}

						.social-navbar {
							color: #ffffff;
							background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAqCAMAAABFoMFOAAAAWlBMV…8/UxBxQDQuFwlpqgBZBq6+P+unVY1GnDgwqbD2zGz5e1lBdwvGGPE6OgAAAABJRU5ErkJggg==);
							background-repeat: repeat-x;
							background-size: auto;
							background-position: 0 0;
							background-color: #3b5998;
							border: 0;
							border-bottom: 1px solid #133783;
							margin-top: 3px;
							-webkit-box-shadow: 0 2px 2px -2px rgba(0, 0, 0, .52);
							-moz-box-shadow: 0 2px 2px -2px rgba(0, 0, 0, .52);
							box-shadow: 0 2px 2px -2px rgba(0, 0, 0, .52);
						}

						.social-navbar > li > a,
						.social-navbar .navbar-nav > li > a {
							display: block;
							text-align: center;
							color: #ffffff;
						}

							.social-navbar > li > a:hover,
							.social-navbar > li > a:focus,
							.social-navbar .navbar-nav > li > a:hover,
							.social-navbar .navbar-nav > li > a:focus {
								color: #f0ad4e;
							}


							.social-navbar .navbar-nav>.open>a,
							.social-navbar .navbar-nav>.open>a:hover,
							.social-navbar .navbar-nav>.open>a:focus {
								color: #83151e;
								background-color: #3b5998;
							}

						.social-navbar .dropdown-menu {
							min-width: 100%;
						}


				.aside-news {
					margin: 0; padding: 0;
				}
					.aside-news h3 {
						color: #ffffff;
						margin: -15px 0 2px 0; padding: 4px 0;
						background-color: rgba(60, 60, 62, 1);
					}

					.aside-news .aside-box {
						margin-top: 3px;
						height: 160px;
					}

						.aside-news a.btn.btn-block {
							margin-top: 3px;
						}

						.aside-news small {
							color: #f0ad4e;
						}
						.aside-news a:hover small {
							color: #ffffff;
						}

						.aside-news .aside-box img {
							position: relative;
							/*top: 50%;*/
							/*transform: translateY(-40%);*/
						}


						.aside-news .aside-box h4 {
							padding-top: 40px;
						}

				aside .sidebar-nav {
					margin: 0; padding: 0;
				}

					aside .sidebar-nav li {
					}
						aside .sidebar-nav li a {
							color: #3c3c3e;
							text-align: left;
						}
						aside .sidebar-nav li a:hover {
						}

						aside .sidebar-nav.level-1 li a { padding-left: 10px; }
						aside .sidebar-nav.level-2 li a { padding-left: 20px; }
						aside .sidebar-nav.level-3 li a { padding-left: 30px; }
						aside .sidebar-nav li.nav-active > a { }

					aside ul {
						margin: 0; padding: 0;
					}
					aside > ul.sidebar-nav { display: block; }
					aside > ul.sidebar-nav .nav-child-active > ul { display: block; }



			/* events */
			.upcoming-events,
			.recent-news-wrap {
				padding-top: 30px;
				background: #ffffff;
				z-index: 100;
				box-shadow: 0 0 30px #ffffff;
				margin: 0;
			}

			.upcoming-events {
				/*margin-top: 30px;*/
			}

				.news-box,
				.event-box {
					min-height: 200px;
				}

				a.event-box,
				a.event-box:hover {
					color: #3c3c3e;
					text-decoration: none;
				}

					.event-box h4 {
						/*font-family: 'Exo', inherit; */
						font-size: 15px;
						font-weight: 700;
						height: 64px;
						overflow: hidden;
						text-shadow: 0 0 1px #ffffff;
					}

						.event-box .btn.btn-link {
							position: relative;
							color: #83151e;
							margin-left: -12px;
						}

					.event-box h4 small {
						display: block;
						text-align: right;
					}

				.news-box {
					position: relative;
					overflow: hidden;
					height: 226px;
					background: #ffffff;
				}

					.news-box article {
						position: absolute;
						top: auto; bottom: 0; left: 0; right: 0;
						padding: 4px 0;
						background: rgba(0,0,0,0.5);

						max-height: 100%;

						-webkit-transition: all 0.5s ease;
						-moz-transition: all 0.5s ease;
						-o-transition: all 0.5s ease;
						transition: all 0.5s ease;
					}

					.news-box h4,
					.news-box small {
						color: #ffffff;
						/*font-family: 'Exo', inherit; */
						font-weight: 400;
						text-shadow: 0 0 1px #000000;

						-webkit-transition: all 0.5s ease;
						-moz-transition: all 0.5s ease;
						-o-transition: all 0.5s ease;
						transition: all 0.5s ease;
					}

					.news-box:hover article {
						padding-bottom: 30%;
					}
						.news-box:hover article h4 {
							padding-top: 10%;
							padding-bottom: 10%;
						}

					.contact-block.news-box article {
						top: 0; bottom: 0;
						background: transparent;
						color: #000000;
					}

					.contact-block address {
						margin-bottom: 2px !important;
                        text-shadow: 1px 1px 3px #ffffff;
					}


			/* kamar calendar table */
			.kamar-loading {
				padding: 100px 0;
				text-align: center;
			}
			.td-cell {
				display: block;
				min-height: 100px;
			}



		.login-form {
			min-width: 300px;
		}
			.login-form .form-group {
				padding-left: 10px;
				padding-right: 10px;
			}


			.gallery-thumb {
				display: block;
				height: 150px;
				overflow: hidden;
				text-align: center;
				background: #464646;
				margin-bottom: 15px;
			}
			.gallery-thumb img {
				width: auto; height: auto;
				/*max-height: 150px; */
				/*max-width: 100%; */
				margin: 0 auto;
			}

section.sponsor-logos {
	text-align: center;
	margin: 30px 0;
}


	section.sponsor-logos a,
	section.sponsor-logos img,
	section.sponsor-logos a:hover {
		text-decoration: none;
		border: 0;
	}

	section.sponsor-logos img {
		max-width: 12.01%;
		min-width: 100px;
		opacity: 0.43;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}

	section.sponsor-logos img:hover {
		opacity: 1;
		box-shadow: 0 2px 4px #464646;
	}


footer {
	margin: 50px 0 0 0; padding: 0 0 50px 0;
	color: #818181;
	border-top: 8px solid #83151e;
	box-shadow: 0 0 30px #f0ad4e;
	background: #3c3c3e;
	background: rgb(60,60,62);
	background: -moz-linear-gradient(top,  rgba(60,60,62,1) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(60,60,62,1)), color-stop(100%,rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top,  rgba(60,60,62,1) 0%,rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(top,  rgba(60,60,62,1) 0%,rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(top,  rgba(60,60,62,1) 0%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom,  rgba(60,60,62,1) 0%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c3c3e', endColorstr='#000000',GradientType=0 );
}

footer .container {
	padding-top: 130px;
	background-image: url(../img/eagle-gold.png);
	background-repeat: no-repeat;
	background-position: center 20px;
	text-align: center;
}

	footer a:not(.btn){
		color: #f0ad4e !important;
		/*text-decoration: underline;*/
	}

	footer img {
		max-width: 170px;
	}

	footer img.itunes,
	footer img.android {
		height: 40px;
		margin: 30px 5px 10px 5px;
	}
	footer .footer-logo img {
		max-height: 100px;
		margin: 0 auto;
	}

	footer h3 {
		color: #ffffff;
		font-family: 'Raleway', inherit;
		font-weight: 100;
		margin-bottom: 30px;
	}

	footer hr {
		border-color: #464646;
	}



/* small ... */
@media(max-width:768px) {
	h1 { font-size: 28px}
	h2 { font-size: 21px}
	h3 { font-size: 18px}
	.navigation {
		position: fixed;
		top: 0; left: 0; right: 0;
	}
	.fixed-navigation {
		display: none !important;
	}
	.navbar-brand {
		display: none;
	}
	aside.affix {
		position: relative !important;
		top: auto;
		width: 100%; min-width: 320px;
	}

	.event-box {
		min-height: 140px;
	}
	.news-box article {
		bottom: 7px;
	}
	.news-box img {
	}
	.news-box:hover article {
		padding-bottom: 20%;
	}
}

/* big but not too big*/
@media(min-width:768px) and (max-width:1140px) {

}
/*  big.... */
@media(min-width:768px) {

	.navigation .navbar-collapse {display: block; margin: 0 auto; text-align: center; }
	.navigation .navbar-nav {
		float: none;
		text-align: center;
		display: inline-block;
		margin-left: auto;
	}

	.navbar {
		min-height: 0;
	}

	.navbar ul {}

	.navbar > .container .navbar-brand,
	.navbar-brand {
		position: absolute;
		top: 140px; left: 50%;
		margin-left: -50px; padding: 0;
		max-width: 100px;
	}
		.navbar-brand img {
			margin: 0 auto;
			max-width: 100px;
		}

	.navigation .navbar-nav {
		/*float: left; */
		/*margin-top: -20px; */
		/*margin-left: 100px; */
	}
		.navigation .navbar-nav > li > a,
		.fixed-navigation .navbar-nav > li > a {
			color: #ffffff;
			text-transform: uppercase;
			/*font-family: 'Exo', inherit; */
			/*font-weight: 100; */
		}


		.navigation .navbar-nav > li > a {
			font-size: 18px;
		}


		.navbar-inverse .navbar-nav > .open > a,
		.navbar-inverse .navbar-nav > .open > a:hover,
		.fixed-navigation .navbar-nav > li > a:hover,
		.navigation .navbar-nav > li > a:hover {
			color: #ffffff;
			background-color: #f0ad4e;
		}

		.navbar-inverse .navbar-nav > .open > a:focus,
		.navbar-inverse .navbar-nav > .open > a:focus,
		.navigation .navbar-nav > li > a:active,
		.navigation .navbar-nav > li > a:focus,
		.fixed-navigation .navbar-nav > li > a:active,
		.fixed-navigation .navbar-nav > li > a:focus  {
			color: #ffffff;
			background-color: #ec971f;
		}

		.fixed-navigation .navbar-nav:hover {
			box-shadow: rgba(60, 60, 62, 1);
		}

		.dropdown-menu {
			/*min-width: 300px; max-height: 300px; */
			/*overflow-y: auto;*/
			box-shadow: rgba(60, 60, 62, 1);
		}

		.nav-1670 .dropdown-menu {
			margin-left: -30px;
		}
		.nav-1669 .dropdown-menu {
			left: auto; right: 0;
		}


	.toggle-menu { display: none; }
	#wrapper.toggled #page-content-wrapper { position: relative; margin-right: 0; }

	aside.affix {
		top: 70px;
	}

	aside.affix-bottom {
		position: absolute;
	}

	.main-content {
		/*min-height: 200px*/
	}

	.navigation.top-navigation-padding {
		opacity: 1;
		padding-top: 150px;
	}

	.fixed-navigation {
		position: fixed;
		opacity: 0;
		top: -60px; left: 0; right: 0;
		border: 0;
		background-color: #3c3c3e;
		background-color: rgba(60, 60, 62, 1);
		z-index: 1000;

		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.fixed-navigation.affix {
		opacity: 1;
		top: 0;
		background-color: rgba(60, 60, 62, 0.7);
	}

	.dropdown-menu {
		min-width: 300px;
		background-color: rgba(60, 60, 62, 0.7);
	}

		.dropdown-header {
			color: #ffffff;
		}

		.dropdown-menu > li > a {
			color: #ffffff;
		}
		.dropdown-menu > li > a:hover {
			color: #ffffff;
			background-color: rgba(60, 60, 62, 0.3);
		}
		.dropdown-menu > li > a:focus {
			background-color: rgba(60, 60, 62, 1);
		}

		.dropdown-header
		.fixed-navigation .navbar-brand,
		.fixed-navigation img {
			display: none;
		}


		.event-box h4 {
			height: auto;
			/*min-height: 64px; */
		}


	footer .footer-logo img {
		float: right;
		max-height: 140px;
		margin: 0 auto;
	}

}

/*big big big ... */
@media(min-width:1140px) {



}



.modal-backdrop {
	position: fixed;
	top: 0; left: 0; right: 0; bottom: 0;
	background-color: rgba(0,0,0,0.6);
	box-shadow: 0 0 400px #000000;
	z-index: 1000

}
.modal-backdrop.in {
	opacity: 1;
}
.ekko-lightbox .modal-content {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none;
	background-color: transparent;
}
.ekko-lightbox .modal-header {
	border: 0;
	padding-left: 0;
	padding-right: 0;
}
.ekko-lightbox .modal-header .close {
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	opacity: 0.5;
	color: #ffffff;
	text-shadow: 0;
	font-weight: 100;
	margin-top: 5px;
}
.ekko-lightbox .modal-header .close:hover {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}
.ekko-lightbox .modal-header h4.modal-title {
	font-weight: 100;
	color: #ffffff;
	padding: 0;
}
.ekko-lightbox .modal-body {
	padding: 0;
}
.ekko-lightbox .modal-footer {
	-webkit-opacity: 0.9;
	-moz-opacity: 0.9;
	opacity: 0.9;
	border: 0;
	color: #fff;
	font-weight: 100;
	padding: 0;
}
.ekko-lightbox-nav-overlay a {
	color: #ffffff;
	-webkit-opacity: 0.9;
	-moz-opacity: 0.9;
	opacity: 0.9;
	text-shadow: none;
}










