@charset "utf-8";
/* CSS Document */

.page-content { }
.page-content-home { background-image:url("../images/parallax-bg-home.jpg"); background-size:cover; background-repeat: no-repeat; background-attachment:fixed; }
.main-inner { }

.bg-white-transparent { background-color:rgba(255,255,255,0.25); }
.bg-black { background-color: #111111; color:#FFFFFF; }

.bumpover { z-index: 1000; position: relative; }
img { max-width:100%; height:auto; }
.carousel-fade .carousel-item {  transition-duration: 1s; transition-timing-function: ease-in-out; display:block; opacity:0;  }
.carousel-fade .carousel-item.active { opacity:1; }

.obfuscate span { display:none; }


@media (min-width: 992px) {
.feature-box { min-height:320px; }
}
@media (min-width: 1200px) {
	.feature-box { min-height:250px; }
}

