@charset "utf-8";
/* CSS Document */

/* Projects */

#page-header .info .title span {
	font-size: 16px;
}

#page-header .info .title .customer {
	display: flex;
	align-items: center;
	font-weight: bold;
}

#page-content .block-project {
	display: flex;
	margin-top: 40px;
	justify-content: space-between;
}

#page-content .block-images {
	margin-top: 40px;
	margin: 40px auto;
}

#page-content .block-images .slick-next {
	margin-top: -130px;
	right: -10px;
}

#page-header .info .title .customer img {
	margin-left: 20px;
	width: 100px;
	height: auto;
}

.projects-container {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	width: 100%;
	box-sizing: border-box;
	margin-right: 40px;
}

.project-block {
	display: flex;
	flex-basis: 45%;
	height: 200px;
	position: relative;
	margin-bottom: 45px;
	box-sizing: border-box;
}

.project-block:hover {
	box-shadow:0px 0px 17px 0px rgba(50, 50, 50, 0.56);
}


.project-block a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
}

.project-block .img {
	flex-basis: 200px;
	flex-shrink: 0;
	background: #ebebeb;
	display: flex;
	align-items: center;
	justify-content: center;	
}


/* Default Image */

.project-block .img .savolt-logo {
	width: 160px;
	height: auto;
	filter: grayscale(1);
}

.project-block .desc {
	padding: 17px;
	background: #FFF;
	box-sizing: border-box;
	width: calc(100% - 200px);
}

.project-block .desc .title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	max-width: 100%;
}

.project-block .desc .region {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	max-width: 100%;
	box-sizing: border-box;
}

.project-block .desc .customer {
	font-size: 18px;
	font-weight: bold;
	margin-top: 30px;
	display: flex;
	align-items: center;	
}

.project-block .desc .customer img {
	width: 70px;
	height: auto;
	margin-left: 20px;
}
