/* CSS Document */

body {
    color: #5a5a5a;
    padding-bottom: 50px;
}
.navbar-wrapper {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 20;
}
.navbar-wrapper > .container {
    padding-left: 0;
    padding-right: 0;
}
.navbar-wrapper .navbar {
    padding-left: 15px;
    padding-right: 15px;
}
.navbar-wrapper .navbar .container {
    width: auto;
}
.carousel {
	height: 100%;
}

#featured .item {
	background-size: cover;
	background-repeat:no-repeat;
	background-position: center center;
	width: 100%;
	height: 100%;	
}

.carousel .item {
    background-color: #FFF;
}


.carousel-inner > .item > img {
  	min-height: 50%;
    min-width: 50%;
    position: absolute;
    top: 0;
	vertical-align: middle;
	display:inline-block;
}


.carousel.fade {
	opacity: 1;	
}

.carousel.fade .item {
	transition: opacity ease-out .7s;
	left: 0;
	opacity: 0;
	top: 0;
	position:absolute;
	width: 100%;
	display:block;	
}

/*.carousel.fade .item:first-child {
	top: auto;
	opacity:1;
	position:relative;	
}
*/
.carousel.fade .item.active {
	opacity: 1;	
}

.carousel-control {
	opacity: 0;	
}

.carousel-control.right, .carousel-control.left {
	background-image:none;
}

.marketing .col-lg-4 {
    margin-bottom: 20px;
    text-align: center;
}
.marketing h2 {
    font-weight: normal;
}
.marketing .col-lg-4 p {
    margin-left: 10px;
    margin-right: 10px;
}
.featurette-divider {
    margin: 80px 0;
}
.featurette-heading {
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 1;
}


@media (max-width: 767px) {
	.carousel-caption {
		z-index: 10;
		bottom: 20px !important;
	}
	
	.carousel-indicators {
		bottom: 5px !important;
	}
		
}


@media (min-width: 768px) {
.navbar-wrapper {
    margin-top: 20px;
}
.navbar-wrapper .container {
    padding-left: 15px;
    padding-right: 15px;
}
.navbar-wrapper .navbar {
    padding-left: 0;
    padding-right: 0;
}
.navbar-wrapper .navbar {
    border-radius: 4px;
}
.carousel-caption p {
    font-size: 21px;
    line-height: 1.4;
    margin-bottom: 20px;
}
.featurette-heading {
    font-size: 50px;
}
}
@media (min-width: 992px) {
.featurette-heading {
    margin-top: 120px;
}
}

