@charset "UTF-8";
body {
	height:100%;
	padding-bottom:40px;
	color:#5a5a5a;
	background-image:url('../img/snow.png');
}
a {
	color:#5a5a5a
}
hr {
	margin:20px 0;
	border:0;
	border-top:1px solid #eeeeee;
	border-bottom:1px solid #cdcdcd;
}

#emailwarning, #messagewarning {
	display:none
}
#content .contactus {
	text-decoration:underline
}
#contactformcontainer {
	width:260px;
	height:280px;
	padding:20px;
	right:250px;
	top:90px;
	background-color:#eaeaea;
	position:absolute;
	border:3px solid #000;
	display:none;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px
}
#contactclose {
	position:absolute;
	left:283px;
	top:-8px
}
#contactsent {
	margin:10px;
	text-align:center
}
input, textarea {
	border:1px solid #c0c0c0;
	width:250px
}
label {
	display:block;
	margin-bottom:2px
}
input[type=text] {
	height:2em;
	line-height:1.25em;
	margin:2px
}
input[type=button] {
	margin-top:15px;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#799101;
	color:#fff;
	font-size:1.25em;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px
}
img {
	max-width:100%;
	width:auto;
	height:auto;
	vertical-align:middle;
	border:0;
	-ms-interpolation-mode:bicubic
}
.well4 {
	min-height:550px;
	padding:30px;
	margin-bottom:20px;
	background-color:hsla(240, 50%, 100%, 0.4);
	border:1px solid rgba(0, 0, 0, .3);
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
	overflow:auto
}
.well4 blockquote {
	border-color:#ddd;
	border-color:rgba(0, 0, 0, 0.15)
}
.well4-large {
	padding:24px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px
}
.well4-small {
	padding:9px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px
}
.well5 {
	min-height:20px;
	padding:30px;
	margin-bottom:20px;
	background-color:hsla(240, 50%, 100%, 0.4);
	border:1px solid rgba(0, 0, 0, .3);
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05)
}
.well5 blockquote {
	border-color:#ddd;
	border-color:rgba(0, 0, 0, 0.15)
}
.well5-large {
	padding:24px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px
}
.well5-small {
	padding:9px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px
}
.hero-unit {
	padding:30px;
	margin-bottom:30px;
	font-size:18px;
	font-weight:200;
	line-height:30px;
	color:inherit;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px
}
.hero-unit h1 {
	margin-bottom:0;
	font-size:60px;
	line-height:1;
	color:inherit;
	letter-spacing:-1px
}
.hero-unit li {
	line-height:30px
}
.navbar-wrapper {
	position:relative;
	z-index:10;
	margin-top:20px;
	margin-bottom:-90px
}
.navbar .navbar-inner {
	border:0;
	-webkit-box-shadow:0 2px 10px rgba(0, 0, 0, .25);
	-moz-box-shadow:0 2px 10px rgba(0, 0, 0, .25);
	box-shadow:0 2px 10px rgba(0, 0, 0, .25)
}
.navbar .brand {
	padding:14px 20px 16px;
	font-size:16px;
	font-weight:bold;
	text-shadow:0 -1px 0 rgba(0, 0, 0, .5)
}
.navbar .nav>li>a {
	padding:15px 20px
}
.navbar .btn-navbar {
	margin-top:10px
}
.inset-shadow {
	-webkit-box-shadow:inset 0 0 25px #383838;
	-moz-box-shadow:inset 0 0 25px #383838;
	box-shadow:inset 0 5px 25px rgba(0, 0, 0, 0.25)
}
.shadow {
	-webkit-box-shadow:0 0 45px #383838;
	-moz-box-shadow:0 0 45px #383838;
	box-shadow:0 0 45px #383838
}
.carousel {
	margin-bottom:60px
}
.carousel .container {
	position:absolute;
	right:0;
	bottom:0;
	left:0
}
.carousel-control {
	background-color:transparent;
	border:0;
	font-size:120px;
	margin-top:0;
	text-shadow:0 1px 1px rgba(0, 0, 0, .4)
}
.carousel .item {
	height:auto
}
.carousel img {
	min-width:100%;
	height:auto
}
.carousel-caption {
	background-color:transparent;
	position:static;
	max-width:550px;
	padding:0 20px;
	margin-bottom:100px
}
.carousel-caption h1, .carousel-caption .lead {
	margin:0;
	line-height:1.25;
	color:#fff;
	text-shadow:0 1px 1px rgba(0, 0, 0, .4)
}
.carousel-caption .btn {
	margin-top:10px
}
.marketing .span4 {
	text-align:center
}
.marketing h2 {
	font-weight:normal
}
.marketing .span4 p {
	margin-left:10px;
	margin-right:10px
}
.featurette-divider {
	margin:50px 0
}
.featurette {
	padding-top:20px;
	overflow:hidden
}
.featurette-image {
	margin-top:-120px
}
.featurette-image.pull-left {
	margin-right:40px
}
.featurette-image.pull-right {
	margin-left:40px
}
.featurette-heading {
	font-size:50px;
	font-weight:300;
	line-height:1;
	letter-spacing:-1px
}
@media(max-width:979px) {
.container.navbar-wrapper {
margin-bottom:0;
width:auto
}
.navbar-inner {
border-radius:0;
margin:-20px 0
}
.carousel .item {
height:auto
}
.carousel img {
width:auto;
height:auto
}
.featurette {
height:auto;
padding:0
}
.featurette-image.pull-left, .featurette-image.pull-right {
display:block;
float:none;
max-width:40%;
margin:0 auto 20px
}
}
@media(max-width:767px) {
.navbar-inner {
margin:-20px
}
.carousel {
margin-left:-20px;
margin-right:-20px
}
.carousel .item {
min-height:200px;
width:100%
}
.carousel img {
min-height:200px;
width:100%
}
.carousel-caption {
width:65%;
padding:0 70px;
margin-bottom:20px
}
.carousel-caption h1 {
font-size:22px;
line-height:24px
}
.carousel-caption .lead, .carousel-caption .btn {
font-size:14px
}
.marketing .span4+.span4 {
margin-top:40px
}
.featurette-heading {
font-size:30px
}
.featurette .lead {
font-size:18px;
line-height:1.5
}
.btn {
padding:5px
}
.back-top {
	position: fixed;
	bottom: 30px;
	margin-left: -150px;
}

.back-top a {
	width: 108px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
.back-top a:hover {
	color: #000;
}

/* arrow icon (span tag) */
.back-top span {
	width: 108px;
	height: 108px;
	display: block;
	margin-bottom: 7px;
	background-color: #ddd;
	background-image:url('../img/up-arrow.png') no-repeat center center;

	/* rounded corners */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
.back-top a:hover span {
	background-color: #777;}