.content-top-wrapper {
	width: 100%;
	height: 330px;
	background-image:url(../images/kaniv0.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;
	}
.container {
	width: 1070px;
	padding-bottom: 5px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 40px;
	}
@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 {
	background: #f5f5f5;
	padding: 25px 0 40px 0;
	}
.home-education {
	width: 1200px;
	margin: 0 auto;
	font-family: 'PT Sans', sans-serif;
	}
.home-education-title {
	text-align: center;
	padding-bottom: 0px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	}
.home-education-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;
	}
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: 25%;
	height: auto;
	box-sizing: border-box;
	margin: 0px;
	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;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	}
.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;
        color: #3eb489;
	}
.link-item-text a {
	font-size: 20px;
	font-family: 'PT Sans', sans-serif;
	text-decoration: none;
	color: #3eb489;

	-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;
	}
.fieldtrips-item-text {
	font-size: 18px;
	width: 1070px;
	margin-bottom: 5px;
	text-indent: 10px;
	}
.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: 400px;
	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;
}
.fieldtrips-photo {
	float: none;
	text-align: center;
	margin-bottom: 0px;
	max-width: 100%;
	max-height: 100%;
	margin-left: 0px;
	z-index: auto;
	vertical-align: middle;
	}
.fieldtrips-photo-description {
	color: #7A7A7A;
	
	}
@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;}
}
