body {
	color: rgb(90, 90, 90); padding-bottom: 0px; /* 40px */
}

.navbar-wrapper {
	left: 0px; top: 0px; right: 0px; position: absolute; z-index: 20;
}
.navbar-wrapper > .container {
	padding-right: 0px; padding-left: 0px;
}
.navbar-wrapper .navbar {
	padding-right: 15px; padding-left: 15px;
}
.navbar-wrapper .navbar .container {
	width: auto;
}
.carousel {
	height: 400px; margin-bottom: 60px;
}
.carousel-caption {
	z-index: 10;
}
.carousel .item {
	height: 400px; background-color: rgb(119, 119, 119); 
}
.carousel-inner > .item > img {
	left: 0px; top: 0px; position: absolute; width: 100%; min-height: 400px; min-width: 1680px;
}
.marketing .col-lg-4 {
	text-align: center; margin-bottom: 20px;
}
.marketing h2 {
	font-weight: normal;
}
.marketing .col-lg-4 p {
	margin-right: 10px; margin-left: 10px;
}
.featurette-divider {
	margin: 30px 0px;
}
.featurette-heading {
	line-height: 1; letter-spacing: -1px; font-weight: 300;
}
@media all and (min-width:768px)
{
.navbar-wrapper {
	margin-top: 20px;
}
.navbar-wrapper .container {
	padding-right: 15px; padding-left: 15px;
}
.navbar-wrapper .navbar {
	padding-right: 0px; padding-left: 0px;
}
.navbar-wrapper .navbar {
	border-radius: 4px;
}
.carousel-caption p {
	line-height: 1.4; font-size: 21px; margin-bottom: 20px;
}
.featurette-heading {
	font-size: 50px;
}
}
@media all and (min-width:992px)
{
.featurette-heading {
	margin-top: 120px;
}
}


@media screen and (max-width:768px)
{
.row-offcanvas {
	transition:0.25s ease-out; position: relative; -webkit-transition: all 0.25s ease-out; -moz-transition: all 0.25s ease-out;
}
.row-offcanvas-right .sidebar-offcanvas {
	right: -50%;
}
.row-offcanvas-left .sidebar-offcanvas {
	left: -50%;
}
.active.row-offcanvas-right {
	right: 50%;
}
.active.row-offcanvas-left {
	left: 50%;
}
.sidebar-offcanvas {
	top: 0px; width: 50%; position: absolute;
}
}




/*
 * Callouts
 *
 * Not quite alerts, but custom and helpful notes for folks reading the docs.
 * Requires a base and modifier class.
 */

/* Common styles for all types */
.bs-callout {
  margin: 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eee;
}
.bs-callout h4 {
  margin-top: 0;
}
.bs-callout p:last-child {
  margin-bottom: 0;
}
.bs-callout code,
.bs-callout .highlight {
  background-color: #fff;
}

/* Variations */
.bs-callout-danger {
  background-color: #fcf2f2;
  border-color: #dFb5b4;
}
.bs-callout-warning {
  background-color: #fefbed;
  border-color: #f1e7bc;
}
.bs-callout-info {
  background-color: #f0f7fd;
  border-color: #d0e3f0;
}
