.block hr {
	border-color: #000000
}
.block .title {
	padding-bottom: 20px;
	font-weight: 500;
}
.block .item .item-title {
	/*height: 14px*/
}
.block .item .item-title > span {
	display: none !important;
}

.block .item:hover .item-title > span {
	display: block;
}
.block-ul {
	padding-left: 40px;
	display: none;
}

.block-ul li a {
	font-weight: 400;
}

.project-slider .image-title,
.project-slider .project-text,
.project-slider .project-title {
	display: none;
}

.other-projects {
	font-weight: 500;
	margin-top: 30px;
}
.other-projects a:first-child {
	padding-left: 15px;
	padding-right: 10px;
}
.other-projects a:last-child {
	padding-left: 10px;
}
.other-projects a {
	padding: 0 15px;
}
.other-projects a:hover,
.other-projects a {
	color: #000;
	text-decoration: underline;
}

.item .img-fluid.landscape {
	/*max-height: 150px;*/
}

.item .img-fluid.portrait {
	/*max-height: 200px;
	object-fit: cover;
	object-position: 100% 0;*/
}

.grid .item span.item-title {
	display: none;
}

.grid .item:hover span.item-title {
	display: block;
}

@media only screen and (max-width : 767px) {
	.block hr,
	.block .title {
		display: none;
	}
	.project .block-ul {
		display: block;
		margin: 0 auto;
		padding-left: 0;
	}
	.project .block-ul li {
		float: left;
		list-style-type: none;
	}
	.project .block-ul li a {
		color: #000000;
		padding-right: 10px;
		font-weight: 700
	}

	.project .item .item-title {
		margin-top: 10px;
		margin-bottom: 35px;
	}
	.project .item .item-title > span {
		display: block;
	}

	.slick-wrapper .item:first-child {
		margin-top: 30px
	}

	.project-slider .item {
		margin-bottom: 10px;
	}
	.project-slider .project-title {
		display: block;
		/*margin-top: 100px;*/
	}
	.project-slider .project-text {
		display: block;
		margin-top: 30px;
	}

	.project-slider .image-title {
		display: block;
	}
	.project-slider .image-title p {
		margin-bottom: 35px;
	}

	.grid .item span.item-title {
		display: block;
	}
	.item .img-fluid.landscape {
		width: 100%;
	}
}