
body.courses .container_12 {
	position: relative;
}

body.courses .container_12 h1 {
	margin-bottom: 18px;
}

body.courses .container_12 p {
	width: 75%;
}

body.courses .course-videos ul {
	list-style-type: none;
	display: block;
}
body.courses .chapter {
	overflow: hidden;
}
body.courses .course-videos ul li {
	position: relative;
	height: 180px;
	width: 32%;
	margin-right: 20px;
	display: block;
	box-sizing: border-box;
	margin: 10px 0;

	float: left;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-right: 2%;

}
body.courses .course-videos ul li:nth-child(3n+3) {
	margin-right: 0;
}

body.courses .course-videos ul li .free {
	position: absolute;
	z-index: 10;
	background-image: url(../gfx/icons/star.svg);
	width: 50px;
	height: 50px;
	background-position: center;
	background-size: cover;
	top: 10px;
	left: 10px;
}
body.courses .course-videos a img {
	height: 100%;
	width: auto;
}
body.courses .course-videos .chapter a.title {
	position: absolute;
	

}

body.courses .course-videos .chapter p {
	width: 75%;
}

body.courses .course-videos ul li.finished:before {
	position: absolute;
	content: '';
	left: 10px;
	top: 10px;
	background-image: url(../gfx/icons/ribbon.svg);
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 10;
	width: 50px;
	height: 70px;
}


body.courses .course-videos ul li .thumb {

}

body.courses .course-videos ul li .title {

	text-align: center;
	width: 100%;
	height: 100%;
	font-size: 20px;
	box-sizing: border-box;
	line-height: 1.2;
	padding: 0 30px;
	text-decoration: none;
	padding-top: 25%;
	text-shadow: 5px 5px 10px #000;
	background-color: rgba(0,0,0,0.3);

}



body.courses .comments-container {
}

body.courses .course-video iframe {
	margin-top: 20px;
}

body.courses .course-video {
	position: relative;
}

body.courses .buy-training {
	position: absolute;
	right: 0;
	top: 3px;
	text-align: right;
}


body.courses .buy-training .price {
	display: inline-block;
	padding-right: 10px;
}

body.courses .course-video .video img {
	width: 100%;
}


body.courses .course-video .next {
	float: right;
}
body.courses .course-video a.navigate {
	text-decoration: none;
}

body.courses .course-video a.navigate:hover {
	text-decoration: underline;
}

body.courses .course-video .controls {
	overflow: hidden;
	margin-top: 15px;
}

body.courses .course-video a.navigate .control {

	width: 25px;
	height: 24px;
	display: block;
	float: left;
	background-image: url(../gfx/icons/prev.svg);
	background-position: left center;
	background-size: contain;
	background-repeat: no-repeat;	
}

body.courses .course-video a.navigate.next .control {
	float: right;
	background-image: url(../gfx/icons/next.svg);
	background-position: right center;
}

body.courses .course-video .title {
	overflow: hidden;
}

body.courses .course-video .title h2 {
	width: auto;
	float: left;
	margin-right: 40px;
}
body.courses .course-video p {
	padding-top: 5px;
}

body.courses .course-video .video {
	margin-top: 20px;
}

body.courses .course-video p.video-description {
	padding: 30px 0 0px 0;
	width: 75%;
}
body.courses .comments-container ul li {
	padding: 5px 0;
}

body.courses .comments-container ul.replies-list {
	position: relative;
}
body.courses .comments-container ul.replies-list li {
	/*color: #666;*/

}

body.courses .comments-container ul.replies-list .reply-icon {
	width: 18px;
	height: 18px;
	left: 10px;
	top: 15px;
	position: absolute;
	background-image: url(../gfx/icons/reply.svg);
	background-position: center;
	background-size: cover;

}

body.courses .comments-container ul.replies-list li .comment-text {
	box-sizing: border-box;
}

body.courses .comments-container textarea {
	height: 40px;
	width: 73.8%;
	margin: 5px 0 0 0;
}
body.courses .comments-container textarea.hidden {
	display: none;
}
body.courses .comments-container .button-container {
	overflow: hidden;
	margin-bottom: 20px;
	margin-top: 8px;
}
body.courses .comments-container .button-container > span {
	font-size: 12px;
	padding: 7px 0 0 7px;
	display: inline-block;
	color: #999;
}

body.courses .comments-container .button-container span span {
	font-weight: bold;
	color: #48AEBD;

}

body.courses .comments-container .button {
	color: #000;
	display: block;
	float: left;
}

body.courses .comments-container input[type=reset] {
	float: left;
	width: auto;
	background-color: #C30B0B;
}



body.courses .comments-container .comment-text {
	//width: 50%;
	box-sizing: border-box;
	padding-right: 20px;
	min-height: 10px;
	line-height: 1.3;
	padding-top: 5px;

//	border-bottom: 1px solid #323F42;

}

body.courses li .actions a {
	text-decoration: underline;
	font-size: 12px;
	color: #999;
	margin-top: 5px;
	cursor: pointer;
}

.reply-form {
	display: none;
}

body.courses .comment-container:not(.reply) {
	max-width: 75%;
	border: 1px solid #323F42;
	border-radius: 4px;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 0px;

}

body.courses .comment-container.reply {
	padding-left: 40px;
	padding-top: 10px;
}
body.courses .comments-container .date {
	//width: 50%;
	color: #999;
	font-size: 12px;
}
body.courses .comments-container .date .name {
	font-weight: bold;
	color: #48AEBD;

}



body.courses .comment-container {
	overflow: hidden;
}

