/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

.screen {
	position: relative;
	height: 100%;
	width: 100%;
	float: left;
	overflow: hidden;
}

.big-image {
	min-width: 100%;
	min-height: 100%;
	height: auto !important;
}

.wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
	overflow: hidden;
}

@media (min-width: 768px) {
	.video-holdover {
		height:500px;
		width: 100%;
		overflow: hidden;
		position: relative;
	}
	.video-title {
		position: absolute;
		top: 165px;
		opacity: .5;
		margin: 0 0 0 0;
		padding: 0 30px;
		width:100%;
		-webkit-transition-duration:0.2s;
		-moz-transition-duration:0.2s;
		-ms-transition-duration:0.2s;
		-o-transition-duration:0.2s;
		transition-duration:0.2s;
	}
}
@media (max-width: 767px) {
	.video-holdover {
		height:250px;
		width: 100%;
		overflow: hidden;
		position: relative;
	}
	.video-title {
		position: absolute;
		top: 80px;
		opacity: .5;
		margin: 0 0 0 0;
		padding: 0 30px;
		width:100%;
		-webkit-transition-duration:0.2s;
		-moz-transition-duration:0.2s;
		-ms-transition-duration:0.2s;
		-o-transition-duration:0.2s;
		transition-duration:0.2s;
	}
}

.video-title:hover,
.video-title:focus,
.video-title:active {
	opacity: 1;

}

.video-title img {
	display:block;
	margin:auto;
}

.img-responsive {
	margin: 0 auto;
}

.video-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; } .video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.lilspacer {
	margin-top: 10px;
}

body {
  padding-bottom: 40px;
  color: #ffffff;
  background: #423535; /* Old browsers */
  background: -moz-linear-gradient(top,  #423535 0%, #42323A 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#423535), color-stop(100%,#42323A)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #423535 0%,#42323A 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #423535 0%,#42323A 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #423535 0%,#42323A 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #423535 0%,#42323A 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#423535', endColorstr='#42323A',GradientType=0 ); /* IE6-9 */
}

a {
	color: #FFF9E6;
}

a:hover,
a:focus {
  color: #99BEB3;
  text-decoration: underline;
}

.btn {margin-bottom: 34px;}

.btn-primary {
	color: #422727;
	background-color: #FFF9E6;
	border-color: #422727;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #99BEB3;
  border-color: #422727;
  text-shadow: #7CA99E 0 1px 0;
}

.btn-default {
	color: #422727;
	background-color: #FFF9E6;
	border-color: #422727;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #ffffff;
  background-color: #99BEB3;
  border-color: #422727;
  text-shadow: #7CA99E 0 1px 0;
}

hr {
	margin-top: 12px;
	margin-bottom: 12px;
	border: 0;
	border-top: 1px dotted #422727;
}
@media (min-width: 768px) {
	.featurette-divider {
		margin: 80px 0;
	}
}

@media (max-width: 767px) {
	.featurette-divider {
		margin: 45px 0;
	}
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 500px;
  margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 500px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}



/* MARKETING CONTENT
-------------------------------------------------- */

/* Pad the edges of the mobile views a bit */
.marketing {
  padding-right: 15px;
  padding-left: 15px;
}

/* Center align the text within the three columns below the carousel */
.marketing .col-md-3, .marketing .col-md-4 {
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-md-3 p {
  margin-right: 10px;
  margin-left: 10px;
}


/* Featurettes
------------------------- */



/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
  font-size: 50px;
}



/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {

  /* Remove the edge padding needed for mobile */
  .marketing {
	padding-right: 0;
	padding-left: 0;
  }

  /* Navbar positioning foo */
  .navbar-wrapper {
	margin-top: 20px;
  }
  .navbar-wrapper .container {
	padding-right: 15px;
	padding-left:  15px;
  }
  .navbar-wrapper .navbar {
	padding-right: 0;
	padding-left:  0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
	border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
	margin-bottom: 20px;
	font-size: 21px;
	line-height: 1.4;
  }

  .featurette-heading {

  }
}

@media (min-width: 992px) {
  .featurette-heading {
	margin-top: 120px;
  }
}