.container-fluid {
	padding: 0px;
}
.navbar {
	margin: 0px;
}
#activate {
	margin: 17px 0px; width: 300px; height: 64px; font-size: 18px;
}
.header {
	margin: 0px; height: 438px;
}
.headerImg {
	width: 100%;
}
.col-lg-7 {
	padding-left: 150px;
}
.col-lg-7 p {
	margin: 50px 0px; font-size: 18px;
}
.col-lg-5 {
	padding: 0px 100px;
}
.col-lg-5 img {
	width: 100%; max-width: 400px;
}
.col-lg-5 div {
	margin: 0px auto;
}
.credit {
	text-align: center; margin-top: 50px; margin-bottom: 100px;
}
@media all and (max-width:1200px)
{
.col-lg-7 {
	padding: 64px;
}
}
@media all and (max-width:768px)
{
.header {
	margin-bottom: 25px;
}
.col-lg-7 {
	padding: 15px;
}
.col-lg-7 h2 {
	font-size: 16px;
}
.col-lg-7 p {
	font-size: 12px;
}
.credit {
	margin-bottom: 25px;
}
}
@media all and (max-width:1024px)
{
#bsaHolder {
	display: none;
}
footer {
	display: none;
}
}
.navbar-fixed-top {
	z-index: 1;
}
.navbar-fixed-bottom {
	z-index: 1;
}
.slideshow {
	position: relative; max-width: 100%;
}
.slide {
	background-position: center; left: 0px; top: 0px; width: 100%; height: 100%; position: absolute; cursor: pointer; background-size: cover;
}
.slideBtn {
	width: 50px; height: 100%; position: absolute; z-index: 10; cursor: pointer;
}
.leftBtn {
	background: linear-gradient(to right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0)); left: 0px;
}
.rightBtn {
	background: linear-gradient(to left, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0)); right: 0px;
}
.pointer {
	left: 12px; top: 50%; margin-top: -32px; position: absolute; z-index: 9001; opacity: 0.8;
}
.previous {
	width: 0px; height: 0px; border-top-color: transparent; border-right-color: white; border-bottom-color: transparent; border-top-width: 20px; border-right-width: 20px; border-bottom-width: 20px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid;
}
.next {
	left: auto; width: 0px; height: 0px; right: 12px; border-top-color: transparent; border-bottom-color: transparent; border-left-color: white; border-top-width: 20px; border-bottom-width: 20px; border-left-width: 20px; border-top-style: solid; border-bottom-style: solid; border-left-style: solid;
}
.hide {
	visibility: hidden;
}
