.project-page {
	text-align: center;
}

.project-page h4 + p {
	margin-top: 40px;
}

.project-page p + p {
	margin-top: 30px;
}

.project-page * + .group-sm {
	margin-top: 40px;
}

.project-page * + .button {
	margin-top: 35px;
}

.project-page-social-list {
	color: #151515;
	transform: translate3d(0, -10px, 0);
	margin-bottom: -10px;
	margin-left: -7px;
	margin-right: -7px;
}

.project-page-social-list > * {
	margin-top: 10px;
	padding-left: 7px;
	padding-right: 7px;
}

.project-page-social-list .icon {
	vertical-align: middle;
	font-size: 20px;
	line-height: 25px;
}

.project-page-social-list .mdi-google-plus {
	font-size: 25px;
}

.project-page-social-list a, .project-page-social-list a:focus, .project-page-social-list a:active {
	color: inherit;
}

.project-page-social-list a:hover {
	color: #57a4e0;
}

.project-page-social-title {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #151515;
}

.project-page-social-title li {
	vertical-align: middle;
}

@media (min-width: 768px) {
	.project-page {
		text-align: left;
	}
}

/*
*
* Projects
*/
.project-classic {
	display: flex;
	flex-direction: column;
	text-align: left;
	min-height: 100%;
}

.project-classic-figure {
	display: block;
	overflow: hidden;
}

.project-classic-figure img {
	display: block;
	width: 100%;
	transition: all .3s ease;
	will-change: transform;
}

.project-classic-caption {
	flex-grow: 1;
	position: relative;
	margin-top: 25px;
	padding: 20px 14px;
	background: #ffffff;
	transition: all .3s ease;
}

.project-classic-caption::before {
	position: absolute;
	content: '';
	top: 0;
	left: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10.5px 12px 10.5px;
	border-color: transparent transparent #ffffff transparent;
	transform: translate3d(-50%, -100%, 0);
	transition: inherit;
}

.project-classic-title {
	font-size: 20px;
	letter-spacing: .05em;
	text-transform: none;
	color: #151515;
}

.project-classic-location {
	font-size: 14px;
	line-height: 1.71;
	font-weight: 500;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #eeaf5e;
}

.project-classic-location .icon {
	font-size: 20px;
}

.project-classic-location > * {
	display: inline-block;
	vertical-align: middle;
}

.project-classic-location > * + * {
	margin-left: 6px;
}

.project-classic-text {
	color: #777777;
}

* + .project-classic-location {
	margin-top: 14px;
}

* + .project-classic-text {
	margin-top: 12px;
}

@media (min-width: 576px) {
	.project-classic-caption {
		padding: 30px 40px;
	}
}

@media (min-width: 992px) {
	.project-classic-caption {
		margin-top: 48px;
		padding: 40px 50px 40px 60px;
	}
}

@media (min-width: 1200px) {
	.project-classic-caption {
		padding-right: 70px;
		padding-left: 85px;
	}
	.project-classic-title {
		font-size: 24px;
	}
}

@media (min-width: 992px) {
	.desktop .project-classic-figure img {
		transform: scale(1.1);
	}
	.desktop .project-classic:hover .project-classic-figure img {
		transform: none;
	}
}

.context-dark .project-classic-title, .bg-gray-dark .project-classic-title, .bg-primary .project-classic-title {
	color: #151515;
}

.owl-style-4 .project-classic-caption::after {
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	width: 1px;
	height: 61%;
	background: #ebebeb;
	transform: translate3d(0, -50%, 0);
}

@media (min-width: 768px) {
	.owl-style-4 .project-classic-figure {
		margin-left: 15px;
		margin-right: 15px;
	}
}

.table-project tr {
	border: none;
}

.table-project td {
	color: #9b9b9b;
	letter-spacing: .025em;
	border: 1px solid #e1e1e1;
}

.table-project td:first-child {
	text-align: center;
	min-width: 73px;
	width: 11%;
	padding: 20px 15px;
}

.table-project td:last-child {
	padding-left: 34px;
	padding-right: 34px;
	min-width: 260px;
}

.table-project .icon {
	font-size: 24px;
	color: #57a4e0;
}

.table-project .icon-26 {
	font-size: 26px;
}

.table-project .icon-28 {
	font-size: 28px;
}

.table-project td span {
	color: #151515;
}