@CHARSET "UTF-8";


.education {
	margin-bottom: 100px;
}



.education-contains {
	margin-top: 50px;
	height: 300px;
	width: 100%;
}

.education-contains img.left {
	margin-left: 8px;
    margin-top: 125px;
}

.education-contains img.right {
	margin-top: -175px;
	right: calc(50% - 505px);
	
}

.education-contains img.ed {
	position: absolute;
	cursor: pointer;
}

.education-contains img.ed.prev{
	left: auto;
	top: auto;
}

.education-contains img.ed.next{
	left: auto;
	top: auto;
}

.ed-window {
	width: 950px;
	height: 100%;
	display: block;
	margin: 0px auto;

	overflow: hidden;
}

.ed-items {
	position: relative;
	left: 0px;
}

.ed-item {
	width: 950px;
	height: 300px;
	display: inline-block;
	float: left;
}

.ed-item img.left {
	display: inline-block;
	float: left;
	margin: 0px;
}

.ed-item img.right {
	display: inline-block;
	float: right;
	margin: 0px;
}

.ed-item p {
	font-family: 'Roboto-Regular';
	font-size: 15px;
	color: #818181;
	text-align: justify;
	line-height: 25px;
	padding: 0px 10px;
}

.ed-item h2 {
	display: inline-block;
	color: #4D9AC8;
    font-family: 'Roboto-Light';
    font-size: 47px;
    line-height: 47px;
    margin-bottom: 12px;
    text-transform: uppercase;
}


.ed-item-full {
	display: block;
}

.ed-article {
	margin-top: 50px;
	margin-bottom: 200px;
}

.ed-article h2 {
	color: #4D9AC8;
    font-family: 'Roboto-Regular';
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
}

.ed-article a:HOVER h2 {
	color: #67aed8;
}

.ed-article .full-text p {
	font-family: 'Roboto-Regular';
	font-size: 15px;
	color: #818181;
	text-align: justify;
	line-height: 25px;
}


























