/**

.home-carousel

**/

.home .home-carousel {
	transition: margin-top .3s ease;
}

.home .home-carousel .header-banner-container {
	transition: opacity .3s ease;
}

/**


**/

.home .inner-container h2.content-header {
	margin-top: 20px;
	margin-bottom: 20px;
	color: rgba(0,0,0,0.35);
}

/**

.list-features
Lists features of learning on ofcourse on the main page

**/

.home .list-features {
	color: #fff;
	margin-top: 15px;
	text-align: center;
}

.home .list-features .fa {
	display: block;
	font-size: 150%;
	margin-bottom: 5px;
}

/***************************************************************************/
/**

Courses Home
ie for logged in users

**/

@media(min-width: 1130px) {
	.courses .courses-carousel-container .carousel-inner-container {
		margin-right: -100px;
	}

	.courses .courses-carousel-container .slider {
		margin-left: -50px;
	}
}