/*.container {max-width:none!important;width:970px}.container .navbar-header,.container .navbar-collapse {margin-right:0;margin-left:0}.navbar-header {float:left}.navbar-collapse {display:block!important;height:auto !important;padding-bottom:0;overflow:visible!important}.navbar-toggle {display:none}.navbar-brand {margin-left:-15px}.navbar-nav {float:left;margin:0}.navbar-nav >li {float:left}.navbar-nav.navbar-right {float:right}

html {
	min-width: 1000px !important;
}*/

html {
	height: 100%;
}

body {
	font-family: 'Lato', serif;
	overflow-y: scroll;
	height: 100%;
}

img {
	max-width: 100%;
	height: auto;
}

header.head {
	padding: 15px 0;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 1000;
	height: 110px;
}

footer {
	background: #125227;
	color: #fff;
	font-size: 12px;
	padding: 15px 0px;
}

footer p {
	margin: 0px;
}

footer a {
	color: #fff !important;
	text-decoration: none !important;
}

h1, h2, h3 {
	color: #fff;
	font-weight: bold;
	padding: 15px 0px;
	margin: 0px;
}

h4 {
	font-size: 18px;
	font-weight: bold;
}

section.top {
	margin-top: 162px;
}

.logo {
	text-align: center;
}

.logo-img {
	max-height: 80px;
}

.sb {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	height: 100%;
	width: 100%;
}

.sb1 {
	background-image: url(../../media/jpg/stbriavels1.jpg);
	/*height: 200%;*/
}

.sb2 {
	background-image: url(../../media/jpg/StBriavels-BuildingFront-Illustration-W5000PX.jpg);
}

.sb3 {
	background-image: url(../../media/jpg/stbriavels2.jpg);
}

.squares-btn {
	z-index: 999 !important;
	position: absolute;
	top: 220px;
	left: 4%;
	background: #085127;
	color: #fff !important;
}

.squares-btn.other {
	left: auto;
	right: 3%;
	background: #808524;
}

.paypal-btn {
	background: transparent;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	border: 0px;
}

.sb-content {
	/*height: 50%;*/
	height: 100%;
}

.sb-col {
	padding: 20px;
	background: #085127;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 10%;
	opacity: 0.9;
	filter: alpha(opacity=90);
}

.sb-col a {
	color: #fff !important;
	text-decoration: none !important;
}

.sb-col .form-group {
	margin-bottom: 0px;
}

.sb-col .form-control {
	margin-bottom: 15px;
}

/*.sb-col #Question3 {
	background: transparent;
	border: 1px solid transparent;
	padding: 0px;
	color: #fff !important;
}

.sb-col .text-muted {
	color: #fff !important;
}*/

.sb-btn {
	background: #808524;
	color: #fff !important;
}

.ClassyPaypal-button {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	color: #000 !important;
	background: #fff !important;
	font-size: 40px;
	text-transform: uppercase;
	opacity: 0.6;
	filter: alpha(opacity=60);
	border: 0;
	text-wrap: wrap;
	line-height: 1.2;
}

.alert.alert-success + form {
	display: none;
}

.alert.alert-danger {
	margin-bottom: 0px;
	padding: 0px;
	font-size: 13px;
}

.alert.alert-danger ul {
	margin-bottom: 0px;
	list-style: none;
	padding-left: 0px;
}

@media (max-width: 1199px) {
	.squares-btn {
		width: 160px;
	}
	.squares-btn.other {
		right: 4%;
	}
}

@media (max-width: 991px) {
	h2 {
		font-size: 20px;
	}
	.squares-btn {
		width: 110px;
	}
	.sb-col p {
		line-height: 1.4;
	}
}

@media (max-width: 767px) {
	.sb {
		background-attachment: scroll;
	}
	.sb-col {
		top: 0;
		bottom: 0;
		background: #808524;
		opacity: 0.85;
		filter: alpha(opacity=85);
	}
	/*.sb-col-2 {
		padding-top: 60px;
	}*/
	.sb-btn {
		background: #085127;
	}
	.squares-btn {
		top: auto;
		bottom: 70px;
		left: 20px;
		right: 20px;
		width: auto;
	}
	.squares-btn.other {
		bottom: 20px;
		left: 20px;
		right: 20px;
	}
	.logo-img {
		max-height: 50px;
	}
	.ClassyPaypal-button {
		font-size: 20px;
	}
}