.kurs-container {
	margin-bottom: 15px;
}
.kurs-container h2.bolum-basligi {
	color: #CC0000;
}
.kurs-container .toolbar {
	padding: 15px 0;
}
.kurs-container .toolbar a {
	display: block;
	margin: 0 auto;
	width: 240px;
	max-width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-color: #CC0000;
	color: #ffffff;
	text-decoration: none;
	transition: .4s; 
}
.kurs-container .toolbar a:hover {
	background-color: #990000;
}




.kurs-item {
	border-bottom: solid 1px #eeeeee;
}
.kurs-item h4 {
	display: block;
	text-align: center;
	font-size: 18px;
	font-weight: 300;
	color: #333333;
	margin: 15px 0;
	padding: 0;
	min-height: 40px;
}
.kurs-item h4 b {
	font-weight: 700;
}
.kurs-item a {
	display: block;
	position: relative;
	font-size: 18px;
	font-weight: 300;
	color: #22607C;
}
.kurs-item a span {
	background: url(res/yas.png) right top no-repeat;
	
	display: inline-block;
	position: absolute;
	width: 90px;
	height: 50px;
	right: 0;
	top: 0;
	text-align: center;
	padding-top: 10px;
}
.kurs-item a span b {
	font-weight: 900;
}


