.content-top-wrapper {
	width: 100%;
	height: 600px;
	background-image:url(../images/carpathians-home.jpg);
	background-size: 100% 100%;
	margin: 0 auto;
	overflow: hidden;
}
.content-top {
	width: 100%;
	margin: 400px 0 0 500px;
	background:rgba(0,151,130,0.5);
	height: 165px;
	padding-top: 10px;
	padding-left: 20px;
	font-family: 'Roboto Condensed', sans-serif;
	color: #fff;
	font-size: 30px;
}
.content-top p {
	line-height: 35px;
	margin: 0;
	padding: 0;
	}
@font-face {
    font-family: 'Kobzar KS';
    src: local('Kobzar KS'), local('KobzarKS'), url('kobzarks.woff2') format('woff2'), url('kobzarks.woff') format('woff'), url('kobzarks.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
.home-education-wrapper, .home-apply-wrapper {
	background: #f5f5f5;
	padding: 25px 0 40px 0;
	}
.home-education, .home-apply {
	width: 1200px;
	margin: 0 auto;
	font-family: 'PT Sans', sans-serif;
	}
.home-education-title, .home-apply-title {
	text-align: center;
	padding-bottom: 40px;
	}
.home-education-title h, .home-apply-title h {
	font-size: 32px;
	font-family: 'PT Sans', sans-serif;
	font-weight:700;
	color: #4e5055;
	}
.edu-item {
	position: relative;
    float: left;
	display: block;
	width: 400px;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	padding-right: 25px;
	}
.apply-item {
	position: relative;
    float: left;
	display: block;
	width: 600px;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	padding-right: 25px;
	}
a.edu-title {
	font-size: 20px;
	text-decoration: none;
	font-weight:700;
	color: #000;
	}
ul.programme {
	list-style: none;
	margin: 0 0 0 20px;
	padding: 0;
	}
.programme li {
	padding-bottom: 5px;
	}
.programme li a {
	text-decoration: none;
	color: #007398;
	padding-left: 5px;
	}
.programme li a:hover {
	text-decoration: underline;
	}
a.more-link {
	padding: 7px 15px;
	background: #009782;
	color: #fff;
	text-decoration: none;
	-moz-transition: background 0.3s;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
	}
a.more-link:hover {
	background: #006456;
	}
.home-research-wrapper {
	background: #fff;
	padding: 25px 0;
	}
.home-research {
	width: 1200px;
	margin: 0 auto;
	font-family: 'PT Sans', sans-serif;
	}
.home-research-title {
	text-align: center;
	padding-bottom: 40px;
	}
.home-research-title h {
	font-size: 32px;
	font-weight:700;
	color: #4e5055;
	}
.link-item {
	position: relative;
    float: left;
	display: block;
	width: 20%;
	height: auto;
	box-sizing: border-box;
	margin: 0;
	padding: 10px;
	padding-bottom: 15px;
	-o-transition:background .1s ease-out;
    -ms-transition:background .1s ease-out;
    -moz-transition:background .1s ease-out;
    -webkit-transition:background .1s ease-out;
    transition:background .1s ease-out;
	}
.link-item:hover {
	background: #f5f5f5;
	}
.link-item:hover .link-item-text a {
	color: #009782;
	}
.link-item-img {
	text-align: center;
	padding-bottom: 10px;
	}
.link-item-text {
	box-sizing: border-box;
	text-align: center;
	margin: 0 auto;
	width: 200px;
	}
.link-item-text a {
	font-size: 16px;
	font-family: 'PT Sans', sans-serif;
	text-decoration: none;
	color: #000;
	-o-transition:color .1s ease-out;
    -ms-transition:color .1s ease-out;
    -moz-transition:color .1s ease-out;
    -webkit-transition:color .1s ease-out;
    transition:color .1s ease-out;
	}
.home-news-wrapper {
	background: #f5f5f5;
	}
.home-news {
	width: 100%;
	margin: 0 auto;
	padding: 25px 0;
	font-family: 'PT Sans', sans-serif;
	}
.home-news-title {
	text-align: center;
	padding-bottom: 20px;
	}
.home-news-title h {
	font-size: 32px;
	font-family: 'PT Sans', sans-serif;
	font-weight:700;
	color: #4e5055;
	}
.homepage-news-item {
	width: 25%;
	min-height: 350px;
	position: relative;
	float: left;
	display: block;
	-webkit-transition: background 0.3s;
	transition: background 0.3s;
	padding: 40px 30px;
	background-color: #36373a;
	box-sizing: border-box;
	color: #fff;
	}
.homepage-news-item:hover {
	background-color: rgba(26,26,28,0.9);
}
.homepage-news-date {
	padding-bottom:10px;
	display: inline-block;
	border-bottom: 5px solid #009782;
	}
a.homepage-news-item {
	text-decoration: none;
	}
.homepage-news-item:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    opacity: 0;
    background: rgba(0,0,0,.2);
    -moz-transition: background 0.3s;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    top: 0;
    left: 0;
    position: absolute;
}

.homepage-news-item:hover:after {
    opacity: 1;
}

.homepage-news-item-content {
    color: #fff;
    z-index: 1;
    position: relative;
}
@media only screen and (max-width: 1024px) {
.content-top-wrapper {
	height: 350px;}
.content-top {
	margin: 215px 0 0 200px;
	height: 100px;
	font-size: 28px;}
.content-top p {line-height: 100%;}
.home-education {width: 950px;}
.edu-item {width: 33%; padding-right: 15px;}
.home-research {width: 950px;}
.homepage-news-item {min-height: 300px;}
}
