.projectsListArea {
	background-color: rgba(255,255,255,.85);
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 90;
	-webkit-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.60);
	-moz-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.60);
	box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.60);
}

.projectsList {
	position: relative;
	text-align: center;
}
.projectsList.show{
	opacity: 1!important;
}

.projectsList::-webkit-scrollbar {
	display: none;
}


.projectsListArea .button {
	cursor: pointer;
	display: block;
	height: 100%;
	width: 60px;
	position: absolute;
	top: 0;
	bottom: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 30px 30px;
	z-index: 100;
}

.projectsListArea .button.prev {
	left: 0;
	background-image: url('../../../../images/icon_arrow_left_black.svg');
}

.projectsListArea .button.next {
	right: 0;
	background-image: url('../../../../images/icon_arrow_right_black.svg');
}

.projectsListArea .button.slick-disabled {
	opacity: .3;
}


.projectsList .items {
	padding: 0 50px;
}

.projectsList .item {
	position: relative;
	width: 254px;
	padding: 20px 15px;
	float: left;
	outline: none !important;
}




@media screen and (max-width: 599px) {
	.projectsList .item {
		padding: 16px 0 10px;
	}
}


.projectsList .item i.action {
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	cursor: pointer;
	z-index: 50;
}

.projectsList .item i.indicator {
	display: block;
	opacity: 0;
	height: 15px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../../../../images/pil.svg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
}

.projectsList .item.active .indicator {
	opacity: 1;
}


.projectsList .item > img {
	box-sizing: content-box;
	border: 4px solid;
	border-radius: 100px;
	padding: 2px;
	background-color: #fff;
	position: relative;
	box-sizing: border-box;
}

.projectsList .item.active > img,
.projectsList .item:hover > img {
	border: 6px solid;
	border-color: inherit !important;
	padding: 0;
}

.projectsList .item p {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.33;
}

.projectsList .item p.title {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 16px;
	height: 32px;
	display: block;
	overflow: hidden;
}


.projectsList .item > img {
	margin: 0 auto 12px;
}



@media screen and (max-width: 400px) {
	.projectsList .item > img {
		width: 55px;
		height: 55px;
	}
}


@media screen and (min-width: 401px) and (max-width: 700px) {
	.projectsList .item > img {
		width: 65px;
		height: 65px;
	}
}

@media screen and (min-width: 701px) and (max-width: 1100px) {
	.projectsList .item > img {
		width: 75px;
		height: 75px;
	}
}

@media screen and (min-width: 1101px){
	.projectsList .item > img {
		margin-bottom: 18px;
		width: 87px;
		height: 87px;
	}
}