.Xbanner-cycle-titles,
.Xbanner-cycle-titles,
.Xbanner-cycle-images,
.Xbanner-cycle-header-image,
.Xparagraphs>.row,
.Xsponsors ul li a,
Xsection#content .aside>.aside-block,
Xfooter {
    background-color: rgba(255,255,255,.7) !important;
}

Xfooter .text-muted {
	color: #777;
}
X.img-caption {
    font-size: 16px;
    text-align: center;
}

.blog-content {
	background-color:rgba(255,255,255,.0) !important;
}
X.sponsors ul li a {
	background-color: rgba(255,255,255,.0) !important;
}
.sponsors-fixed-bottom{
	background-color: rgba(255,255,255,1) !important;
}

.carousel {
    height: 70vh; 
    position: relative; 
    overflow: hidden;
}

#carousel-homepage.carousel .carousel-container {
    height: 70vh;
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1
}
.carousel-inner {
    position: relative;
    overflow: hidden;
    height: 100%
}

#carousel-homepage.carousel .carousel-inner .item {
    height: 100%
}






