/*components*/
.b-content {
	padding: 50px 0;
}

/* homepage */
/* homepage */



/* LESSONS
--------------------------------------------------------------------------------*/

/*lessons list*/
.b-lessons-list li {
	margin-bottom: 20px;
}

.b-lessons-previewtext {
	overflow: hidden;
	height: 120px;
}

@media (min-width: 980px) {
	.b-lessons-list li:nth-child(4n+1) {
		clear: both;
	}
}

/*lessons detail*/
.b-lessons-detail-previewtext {
	margin-bottom: 50px;
}

.b-youtube-video {
	margin-bottom: 50px;
}

/* LESSONS */

/*.b-youtube-video {
    overflow: visible !important;
}*/