.courses-wrapper,
.schedule-wrapper {
	position: relative;
}
.course-page-header-wrapper {
	height: auto;
	background-color: #31495e;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.course-page-header {
	height: 250px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.general-nav {
	/*position: relative;*/
}
.general-nav .breadcrumb {
	margin-bottom: 0px;
	background-color: transparent;
	padding: 0px 10px 0px 10px;
}
.general-nav .breadcrumb li,
.general-nav .breadcrumb li a {
	color: #fff;
}
.course-item {
	position: relative;
	min-height: 280px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 75px;
}
.course-item img {
	position: absolute;
	top: 0px;
	border-radius: 50%;
	max-width: 140px;
	border: 1px solid #999;
}
.courses-items {
	padding-top: 80px;
}
.course-item-desc {
	display: flex;
	flex-direction: column;
	min-height: 250px;
	height: auto;
	width: 100%;
	padding-top: 60px;
	margin-top: auto;
}
.course-item-desc .y-heading {
	text-align: center;
	min-width: 100%;
	margin: 0px;
	font-size: 22px;
	line-height: 24px;
}
.special-courses-wrapper {
	margin-top: 40px;
	height: auto;
}
.special-courses-wrapper .y-heading {
	min-width: 100%;
}
.special-courses-wrapper .y-grey-box {
	background-color: #fff;
}

/* right nav */

.right-nav {
	height: 66px;
	position: absolute;
	width: calc(100% - 300px);
	right: 0px;
	top: -20px;
	background-color: #85bc42;
	z-index: 4;
}
.right-nav .nav-triangle {
	background-color: transparent;
	position: absolute;
	left: -50px;
	border-width: 0 0 66px 50px;
}
.courses-filter {
	min-height: 66px;
	height: auto;
	display: flex;
	align-items: center;
	padding: 0px 30px;
	justify-content: flex-start;
}
.courses-filter .nav-tabs {
	border: none;
}
.courses-filter .nav-tabs>li {
	margin-left: 10px;
}
.courses-filter .nav-tabs>li.active>a, 
.courses-filter .nav-tabs>li.active>a:focus, 
.courses-filter .nav-tabs>li.active>a:hover,
.courses-filter .nav-tabs>li>a:hover {
	/*background-color: transparent;*/
	border: 1px solid #fff;
	color: #85bc42;
}
.courses-filter .nav-tabs>li>a {
	border: 1px solid #fff;
	color: #fff;
	border-radius: 4px;
}

/* schedule */

.schedule-header {
	height: 50px;
	width: 100%;
	background-color: #85bc42;
	color: #fff;
}
.schedule .tab-content {
	overflow-x: scroll;
	overflow-y: hidden;
}
.schedule-header table,
.schedule table {
	margin: 0px;
}
.schedule-header table tr th,
.schedule table tr th,
.schedule table tr td {
	border: none;
	height: 50px;
	padding: 0px 10px;
	line-height: 50px;
}
.schedule table tbody tr:nth-child(odd) {
	background-color: #edf4f8;
}
.schedule table tr td span {
	margin-right: 2px;
	padding-right: 2px;
}
.schedule table tr td span:nth-child(1){
	border-right: 1px solid #2d3e50; 	
}

/* news */

.article-wrapper .schedule-wrapper {
	padding: 0px;
}
.single-article {

}
.single-article img {
	width: 50%;
	float: left;
	margin: 0px 15px 15px 0px;
	padding: 0px 15px 0px 0px;
}
.single-article-text {
	padding-top: 20px;
}