.separatorbig {
	margin-bottom: 120px;
}
.carousel-control { z-index: 1000}

.carousel-caption {
	left: 0;
	right: 0;
	padding: 20px 0;
	bottom: 120px;
	background: url(../../images/bg.png);
}
.carousel-caption h1, .carousel-caption p {
	color: white;
	padding: 5px;
	margin: 0;
}

.bgstripes {
	padding: 20pt 0
}
.bgstripesalt {
	background: #b2bdcd;
}
.imgIn {
	width: 110px;
	height: 110px;
}
#myCarousel {
	margin-top: 140px;
}
.navbar-brand {
	margin-top: 0;
	padding-top: 0;
}
.navigate {
	padding:  40px 0 0 0;
}
.navigate a {
	color: #4f7bb6;
	font-size: 9pt;
}
.navigate a:hover {
	color: white
}
body {
	background: #e6e6e6;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 300;
	font-size: 11pt;
}
h1 {
	font-family: 'Merriweather Sans', sans-serif;
	color: #252b60;
	font-weight: 700;
	font-size: 20pt;
	padding-top: 20px;
	
}
li, p {
	color: #252b60;
	font-family: 'Merriweather Sans', sans-serif;
}
.navbar-inverse {
	background-color: #252b5f;
	border-color: #252b5f;
}

.socy {
	width: 16px;
	height: 19px;
	overflow: hidden;
	display: block;
	padding: 0 !important;
	margin: 16px 0 0 10px;
	background: url(../../images/socy.png);
	text-indent: -400px;
}
.socy.fb {
	background-position: 0px 0px;
}
.socy.fb:hover {
	background-position: 0px -19px;
}
.socy.tw {
	background-position: -18px 0px;
}
.socy.tw:hover {
	background-position: -18px -19px;
}
.socy.pi {
	background-position: -36px 0px;
}
.socy.pi:hover {
	background-position: -36px -19px;
}

@media (min-width: 768px) {
	.nav.navbar-nav {
		margin-top: 15px;
		font-size: 12pt;
	}
	
	
}


#scene {
	position: fixed;
	top: 0;
	z-index: 0;
	width: 100%;
	height: 100%;

}

.modal-header {
	border: none;
}


.modal-content {
	border-radius: 1px;
	border: 2px solid #41c0ef;
}

.modal-title {
	display: none;
}

.navbar-inverse .navbar-nav > li > a {
	color: white;
}

.footer {
	background: #00235b;
	height: 30px;
	line-height: 30px;
	font-size: 8pt;
	color: white;
}

.footer p {
	color: white;
	padding: 0;
	margin: 0;
}
