.projects-list {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin-bottom: 20px;
	margin-top: 10px;
	overflow: hidden;
	background-color: #fff;
}

.project {
	flex-basis: 32.6%;
	position: relative;
    margin-bottom: 10px;
}

.project:first-child {
	flex-basis: 100%;
	margin-bottom: 40px;
}

.project:first-child .gallery {
	flex-direction: row;
	height: 300px;
}

.project:first-child .gallery-item,
.project:first-child .title-container {
	flex-basis: 50%;
}

.project:first-child .gallery-item-container {
	height: 100%;
}

.project:first-child .gallery .title-container {
	padding: 50px 75px;
	text-align: left;
	box-sizing: border-box;
}

.project:first-child .title__name {
	font-size: 28px;
}

.project:first-child .title__line {
	border-top: 1px solid #606060;
    margin: 20px 0;
}

.project:first-child .title__description {
	display: block;
	margin-bottom: 20px;
}

.project:first-child .title__designer {
	font-size: 13px;
}

.project .title__description {
	display: none;
}
.project .logo {
	border-radius: 100%;
	overflow: hidden;
	width: 100px;
	height: 100px;
	position: absolute;
	z-index: 101;
	top: 190px;
	left: 0;
	right: 0;
	margin: auto;
}

.project .designer-container {
	position: absolute;
	z-index: 10;
	left: 0;
	right: 0;
	bottom: 100px;
	margin: auto;
	text-align: center;
}

.project .designer-wrapper {
	display: inline;
	text-decoration: underline;
	color: #868686;
}

.project .designer {
	font: 15px 'DaxlinePro-Light';
	color: #868686;
	text-transform: uppercase;
	line-height: 1;
}

.project .gallery-item-container {
	position: relative;
	height: 195px;
    overflow: hidden;
    background-size: cover;
    background-position-y: 50%;
}

.project .gallery {
	display: flex;
	flex-direction: column;
	text-decoration: none;
	background-color: #f2f2f2;
	height: 100%;
}

.project .gallery .title-container {
	text-align: center;
	padding: 37px 20px 42px;
	color: #606060;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.project .gallery .title-container .title {
	min-height: 33px;
}

.title-container .title__name {
	font-size: 16px;
	font-weight: bold;
	color: #606060;
}

.title-container .title__line {
	border-top: 1px solid #606060;
    width: 75px;
    margin: 26px auto;
}

.title-container .title__designer {
	font-size: 12px;
}

.title-container .title__designer span {
	color: #23b1ae;
	font-weight: bold;
}

.project .gallery-controls {
	background-color: #f2f2f2;
	position: relative;
	height: 180px;
}

.project:nth-child(even) .gallery-controls {
	background-color: #e4ddd7;
}

.project .gallery-control {
	width: 30px;
	height: 40px;
	display: block;
	position: absolute;
	top: 90px;
	bottom: 0;
	margin: auto;
	z-index: 10;
}

.project .gallery-next {
	right: 18px;
}

.project .gallery-next-arrow {
	width: 15px;
	height: 40px;
	background: url("/images/design/ar_g.png") no-repeat -15px 0;
	background-size: 30px 40px;
	margin: 0 auto;
}

.project .gallery-prev {
	left: 18px;
}

.project .gallery-prev-arrow {
	width: 15px;
	height: 40px;
	background: url("/images/design/ar_g.png") no-repeat 0 0;
	background-size: 30px 40px;
	margin: 0 auto;
}

.project .image {
	display: block;
	min-height: 100%;
}

#jsProjectsList {
	min-height: 300px;
	background: url(/images/design/loading.gif) no-repeat center;
	position: relative;
}

.pager-select {
	position: absolute;
	top: 0;
	left: 0;
}

.pager-select__item {
	text-decoration: none;
}

.projects-container-main .bx_pagination_bottom {
	text-align: center;
	margin-bottom: 33px;
}

@media screen and (max-width: 900px) {
	.projects-list {
		margin-bottom: 25px;
	}
	.project {
		margin-bottom: 10px;
	}
	.project:first-child {
		margin-bottom: 33px;
	}
	.project .logo {
		width: 80px;
		height: 80px;
		top: 199px;
	}
	.project:first-child .gallery {
		height: 243px;		
	}
	.project .gallery .title-container {
		padding: 16px 40px;
	}
	.project:first-child .gallery .title-container {
		padding: 25px;
	}
	.project .gallery-item-container {
		height: 157px;
	}
	.project .gallery-controls {
		height: 145px;
	}
	.project .designer-container {
		bottom: 90px;
	}
	.title-container .title__line {
		margin: 13px auto;
	}
}

@media screen and (max-width: 425px) {
	.desc-text {
		margin-bottom: 0;
	}
	.projects-container-main .bx_pagination_bottom {
		left: 20px;
	}
	.pager-select {
		display: none;
	}
	..projects-container-main {
		padding-top: 0 !important;
	}
	#jsProjectsList {
		margin: 0 -20px;
	}
	.projects-list {
		flex-direction: column;
	}
	.project {
		margin: 0;
	}
	.project:first-child {
		margin: 0;
	}
	.project:first-child .gallery {
		flex-direction: column;
		height: auto;
	}
	.project .gallery-item-container,
	.project:first-child .gallery-item-container {
		height: 215px;
	}
	.project .gallery .title-container {
		padding: 25px 40px 30px;
	}
	.project:first-child .gallery .title-container {
		text-align: center;
		padding: 28px 16px;
	}
	.title-container .title__line {
		margin: 15px auto;
	}
	.project:first-child .title__name {
		font-size: 28px;
	}

	.project:first-child .title__line {
		border-top: 1px solid #606060;
	    margin: 20px auto;
	}
}