﻿/*
*
* Thumbnails
*/
.thumbnail {
	position: relative;
}

.thumbnail-xxs {
	max-width: 220px;
	margin-left: auto;
	margin-right: auto;
}

.thumbnail-xs {
	max-width: 270px;
	margin-left: auto;
	margin-right: auto;
}

.thumbnail-sm {
	max-width: 370px;
	margin-left: auto;
	margin-right: auto;
}

.thumbnail-md {
	max-width: 420px;
	margin-left: auto;
	margin-right: auto;
}

.thumbnail-lg {
	max-width: 570px;
	margin-left: auto;
	margin-right: auto;
}

.thumbnail-xl {
	max-width: 870px;
	margin-left: auto;
	margin-right: auto;
}

.thumbnail-classic {
	text-align: left;
	overflow: hidden;
}

.thumbnail-classic-figure {
	display: block;
}

.thumbnail-classic-figure img {
	width: 100%;
	transition: all .3s ease;
}

.thumbnail-classic-caption {
	text-align: center;
	position: absolute;
	content: '';
	left: 50%;
	bottom: 0;
	padding: 10px 15px;
	min-width: 230px;
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
	background-color: rgba(255, 255, 255, 0.9);
	pointer-events: none;
	transition: all .3s ease;
}

.thumbnail-classic-caption > [class*='thumbnail-classic-'] {
	pointer-events: auto;
}

.thumbnail-classic-title-wrap {
	margin-bottom: -5px;
	margin-left: -16px;
}

.thumbnail-classic-title-wrap:empty {
	margin-bottom: 0;
	margin-left: 0;
}

.thumbnail-classic-title-wrap > * {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 5px;
	margin-left: 16px;
}

.thumbnail-classic-title-wrap > * {
	display: inline-block;
	vertical-align: middle;
}

.thumbnail-classic-title-wrap .icon {
	position: relative;
	top: 3px;
	font-size: 26px;
}

.thumbnail-classic-title-wrap .icon img {
	display: none;
}

.thumbnail-classic-title-wrap .icon, .thumbnail-classic-title-wrap .icon:focus, .thumbnail-classic-title-wrap .icon:active {
	color: #151515;
}

.thumbnail-classic-title-wrap .icon:hover {
	color: #b49646;
}

.thumbnail-classic-title {
	color: #342510;
}

.thumbnail-classic-title a, .thumbnail-classic-title a:focus, .thumbnail-classic-title a:active {
	color: inherit;
}

.thumbnail-classic-title a:hover {
	color: #b49646;
}

.thumbnail-classic-text {
	display: none;
}

* + .thumbnail-classic-text {
	margin-top: 14px;
}

@media (max-width: 575px) {
	.thumbnail-custom-mobile {
		min-height: 300px;
	}
	.thumbnail-custom-mobile a {
		min-height: inherit;
	}
	.thumbnail-custom-mobile img {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		min-height: 100%;
		min-width: 100%;
		width: auto;
		height: auto;
		max-width: none;
	}
	@supports (object-fit: cover) {
		.thumbnail-custom-mobile img {
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			-webkit-transform: none;
			transform: none;
			object-fit: cover;
			object-position: center center;
		}
	}
}

@media (max-width: 767px) {
	.thumbnail-custom-mobile-1 {
		padding-bottom: 78.57%;
	}
	.thumbnail-custom-mobile-1 a {
		min-height: inherit;
	}
	.thumbnail-custom-mobile-1 img {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		min-height: 100%;
		min-width: 100%;
		width: auto;
		height: auto;
		max-width: none;
	}
	@supports (object-fit: cover) {
		.thumbnail-custom-mobile-1 img {
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			-webkit-transform: none;
			transform: none;
			object-fit: cover;
			object-position: center center;
		}
	}
}

@media (min-width: 992px) {
	.desktop .thumbnail-classic-figure img {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
		will-change: transform;
	}
	.desktop .thumbnail-classic-caption {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-align: start;
		align-items: flex-start;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: inherit;
		padding: 20px;
		top: 20px;
		right: 20px;
		bottom: 20px;
		left: 20px;
		opacity: 0;
		visibility: hidden;
		-webkit-transform: translate3d(-20px, -20px, 0);
		transform: translate3d(-20px, -20px, 0);
		will-change: transform;
	}
	.desktop .thumbnail-classic-title-wrap {
		margin-bottom: -10px;
		margin-left: -20px;
	}
	.desktop .thumbnail-classic-title-wrap:empty {
		margin-bottom: 0;
		margin-left: 0;
	}
	.desktop .thumbnail-classic-title-wrap > * {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 10px;
		margin-left: 20px;
	}
	.desktop .thumbnail-classic-title-wrap .icon {
		font-size: 36px;
	}
	.desktop .thumbnail-classic-text {
		display: block;
		font-size: 13px;
		width: 100%;
	}
	.desktop .thumbnail-classic:hover .thumbnail-classic-figure img {
		-webkit-transform: none;
		transform: none;
	}
	.desktop .thumbnail-classic:hover .thumbnail-classic-caption {
		opacity: 1;
		visibility: visible;
		-webkit-transform: none;
		transform: none;
	}
}

@media (min-width: 1200px) {
	.desktop .thumbnail-classic-caption {
		padding: 30px 25px;
	}
	.desktop .thumbnail-classic-text {
		font-size: inherit;
	}
}

@media (min-width: 1800px) {
	.thumbnail-md .thumbnail-classic-caption {
		padding-left: 40px;
		padding-right: 40px;
	}
}

@media (min-width: 1200px) {
	.container-fluid .thumbnail-classic {
		max-width: none;
	}
}

.thumbnail-modern {
	text-align: left;
}

.thumbnail-modern-figure {
	position: relative;
	overflow: hidden;
	display: block;
}

.thumbnail-modern-figure img {
	width: 100%;
	transition: inherit;
}

.thumbnail-modern-title {
	font-weight: 400;
	transition: all .3s ease;
}

.thumbnail-modern-title a {
	transition-property: color;
}

.thumbnail-modern-subtitle {
	color: #9b9b9b;
}

* + .thumbnail-modern-caption {
	margin-top: 18px;
}

* + .thumbnail-modern-subtitle {
	margin-top: 2px;
}

@media (min-width: 992px) {
	.desktop .thumbnail-modern-figure::before {
		position: absolute;
		content: '';
		top: 0;
		width: 0;
		bottom: 0;
		left: 0;
		background: rgba(48, 46, 46, 0.18);
		transition: inherit;
		visibility: hidden;
		opacity: 0;
		z-index: 1;
	}
	.desktop .thumbnail-modern-figure img {
		-webkit-transform: scale(1.1);
		transform: scale(1.05);
		-webkit-transform-origin: 0 50%;
		transform-origin: 0 50%;
	}
	.desktop .thumbnail-modern:hover .thumbnail-modern-figure img {
		-webkit-transform-origin: 100% 50%;
		transform-origin: 100% 50%;
	}
	.desktop .thumbnail-modern:hover .thumbnail-modern-title {
		letter-spacing: .15em;
	}
	.desktop .thumbnail-modern:hover .thumbnail-modern-figure:before {
		width: 100%;
		visibility: visible;
		opacity: 1;
	}
}

.thumbnail-creative {
	overflow: hidden;
	text-align: left;
}

.thumbnail-creative-figure {
	display: block;
}

.thumbnail-creative-figure img {
	width: 100%;
	transition: all .3s ease;
}

.thumbnail-creative-caption {
	text-align: center;
	padding: 15px;
	background: #303233;
}

.thumbnail-creative-caption > * {
	position: relative;
	z-index: 1;
}

.thumbnail-creative-title {
	color: #ffffff;
	transition-delay: 0s;
}

.thumbnail-creative-time {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: .075em;
	font-family: "Teko", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	text-transform: uppercase;
	color: #50ba87;
	transition-delay: .5s;
}

.thumbnail-creative-button {
	transition-delay: .1s;
}

.thumbnail-creative-button .button {
	padding-left: 20px;
	padding-right: 20px;
	font-weight: 600;
	min-width: 125px;
}

.thumbnail-creative-button .button::after {
	border-color: #ffffff;
}

.thumbnail-creative-button .button:hover, .thumbnail-creative-button .button:active {
	color: #ffffff;
	background: transparent;
	border-color: #ffffff;
}

* + .thumbnail-creative-time {
	margin-top: 5px;
}

* + .thumbnail-creative-button {
	margin-top: 12px;
}

@media (min-width: 992px) {
	.desktop .thumbnail-creative-figure img {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
		-webkit-transform-origin: 100% 50%;
		transform-origin: 100% 50%;
	}
	.desktop .thumbnail-creative-caption {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-align: start;
		align-items: flex-start;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: inherit;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		width: 50%;
		min-width: 180px;
		padding: 30px 15px 30px 30px;
		background: transparent;
	}
	.desktop .thumbnail-creative-caption::before {
		position: absolute;
		content: '';
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: #303233;
		-webkit-transform: translate3d(200%, 0, 0);
		transform: translate3d(200%, 0, 0);
		will-change: transform;
		visibility: hidden;
		opacity: 0;
		transition: all .3s ease;
	}
	.desktop .thumbnail-creative-title,
	.desktop .thumbnail-creative-time,
	.desktop .thumbnail-creative-button {
		-webkit-transform: translate3d(-40px, 0, 0);
		transform: translate3d(-40px, 0, 0);
		will-change: transform;
		opacity: 0;
		visibility: hidden;
		transition: all .3s ease;
	}
	.desktop .thumbnail-creative:hover .thumbnail-creative-figure img {
		-webkit-transform-origin: 0 50%;
		transform-origin: 0 50%;
	}
	.desktop .thumbnail-creative:hover .thumbnail-creative-caption::before {
		-webkit-transform: none;
		transform: none;
		visibility: visible;
		opacity: 1;
	}
	.desktop .thumbnail-creative:hover .thumbnail-creative-title,
	.desktop .thumbnail-creative:hover .thumbnail-creative-time,
	.desktop .thumbnail-creative:hover .thumbnail-creative-button {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
		visibility: visible;
	}
	.desktop .thumbnail-creative:hover .thumbnail-creative-title {
		transition-delay: .25s;
	}
	.desktop .thumbnail-creative:hover .thumbnail-creative-time {
		transition-delay: .32s;
	}
	.desktop .thumbnail-creative:hover .thumbnail-creative-button {
		transition-delay: .39s;
	}
}

.thumbnail-mary {
	text-align: center;
	overflow: hidden;
}

.thumbnail-mary::before, .thumbnail-mary::after {
	position: absolute;
	content: '';
	transition: all .3s ease;
	pointer-events: none;
}

.thumbnail-mary::before {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(25, 24, 24, 0.45);
	z-index: 1;
}

.thumbnail-mary::after {
	display: inline-block;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	z-index: 1;
}

.thumbnail-mary-2::after {
	display: none;
}

.thumbnail-mary-2 .thumbnail-mary-caption .icon:hover {
	color: #6ee2aa;
}

.thumbnail-mary-3::before {
	background: rgba(26, 43, 66, 0.37);
}

.thumbnail-xxs .thumbnail-mary-caption .icon {
	font-size: 30px;
}

.thumbnail-mary-figure {
	display: block;
}

.thumbnail-mary-figure img {
	width: 100%;
	transition: all .3s ease;
}

.thumbnail-mary-caption {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	pointer-events: none;
	z-index: 1;
}

.thumbnail-mary-caption > * {
	pointer-events: auto;
}

.thumbnail-mary-caption .icon {
	font-size: 36px;
}

.thumbnail-mary-caption .icon img {
	display: none;
}

.thumbnail-mary-caption .icon, .thumbnail-mary-caption .icon:focus, .thumbnail-mary-caption .icon:active {
	color: #ffffff;
}

.thumbnail-mary-caption .icon:hover {
	color: rgba(255, 255, 255, 0.5);
}

.thumbnail-mary-title {
	color: #ffffff;
}

.thumbnail-mary-title a, .thumbnail-mary-title a:focus, .thumbnail-mary-title a:active {
	color: inherit;
}

.thumbnail-mary-title a:hover {
	color: #6ee2aa;
}

.thumbnail-mary-project {
	font-weight: 400;
}

.thumbnail-mary-time {
	font-weight: 400;
	color: #50ba87;
}

.owl-timeline .thumbnail-mary-decor {
	display: inline-block;
	position: relative;
	margin: 15px 0 14px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #50ba87;
}

.owl-timeline .thumbnail-mary-decor::before, .owl-timeline .thumbnail-mary-decor::after {
	display: inline-block;
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: inherit;
	height: inherit;
	border-radius: inherit;
	opacity: 1;
	-webkit-transform: none;
	transform: none;
	visibility: visible;
}

.owl-timeline .thumbnail-mary-decor::before {
	background: rgba(80, 186, 135, 0.5);
	-webkit-animation: item1B 1s ease infinite;
	animation: item1B 1s ease infinite;
}

.owl-timeline .thumbnail-mary-decor::after {
	background: rgba(80, 186, 135, 0.3);
	-webkit-animation: item1A 1s ease infinite;
	animation: item1A 1s ease infinite;
}

* + .thumbnail-mary-title {
	margin-top: 16px;
}

* + .thumbnail-mary-description {
	margin-top: 30px;
}

@media (min-width: 992px) {
	.desktop .thumbnail-mary::before {
		opacity: 0;
		visibility: hidden;
	}
	.desktop .thumbnail-mary::after {
		-webkit-transform: scale(0.85);
		transform: scale(0.85);
		opacity: 0;
		visibility: hidden;
	}
	.desktop .thumbnail-mary-figure img {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		will-change: transform;
	}
	.desktop .thumbnail-mary-caption .icon,
	.desktop .thumbnail-mary-title {
		opacity: 0;
		visibility: hidden;
		transition: all .3s ease;
	}
	.desktop .thumbnail-mary-caption .icon {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	.desktop .thumbnail-mary-title {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	.desktop .thumbnail-mary:hover::before {
		opacity: 1;
		visibility: visible;
	}
	.desktop .thumbnail-mary:hover::after {
		opacity: 1;
		visibility: visible;
		-webkit-transform: none;
		transform: none;
	}
	.desktop .thumbnail-mary:hover .thumbnail-mary-figure img {
		-webkit-transform: none;
		transform: none;
	}
	.desktop .thumbnail-mary:hover .icon,
	.desktop .thumbnail-mary:hover .thumbnail-mary-title {
		opacity: 1;
		visibility: visible;
		-webkit-transform: none;
		transform: none;
	}
	.desktop .owl-timeline:hover .thumbnail-mary-decor::before, .desktop .owl-timeline:hover .thumbnail-mary-decor::after {
		-webkit-animation: none;
		animation: none;
	}
	.desktop .owl-timeline:hover .owl-stage > .owl-item:hover .thumbnail-mary-decor::before {
		-webkit-animation: item1B 1s ease infinite;
		animation: item1B 1s ease infinite;
	}
	.desktop .owl-timeline:hover .owl-stage > .owl-item:hover .thumbnail-mary-decor::after {
		-webkit-animation: item1A 1s ease infinite;
		animation: item1A 1s ease infinite;
	}
}

@media (min-width: 1200px) {
	.owl-carousel .thumbnail-mary {
		max-width: none;
	}
}

@-webkit-keyframes item1B {
	25% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
		visibility: visible;
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(3);
		transform: scale(3);
		visibility: hidden;
	}
}

@keyframes item1B {
	25% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
		visibility: visible;
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(3);
		transform: scale(3);
		visibility: hidden;
	}
}

@-webkit-keyframes item1A {
	100% {
		opacity: 0;
		-webkit-transform: scale(4);
		transform: scale(4);
		visibility: hidden;
	}
}

@keyframes item1A {
	100% {
		opacity: 0;
		-webkit-transform: scale(4);
		transform: scale(4);
		visibility: hidden;
	}
}

.thumbnail-joan {
	text-align: center;
	overflow: hidden;
	transition: all .3s ease;
}

.thumbnail-joan::before {
	position: absolute;
	content: '';
	transition: inherit;
	pointer-events: none;
}

.thumbnail-joan::before {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(26, 43, 66, 0.37);
	z-index: 1;
}

.thumbnail-joan-figure {
	display: block;
}

.thumbnail-joan-figure img {
	width: 100%;
	transition: all .3s ease;
}

.thumbnail-joan-caption {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	pointer-events: none;
	z-index: 1;
}

.thumbnail-joan-caption > * {
	pointer-events: auto;
}

.thumbnail-joan-title {
	color: #ffffff;
}

.thumbnail-joan-title a, .thumbnail-joan-title a:focus, .thumbnail-joan-title a:active {
	color: inherit;
}

.thumbnail-joan-title a:hover {
	color: #6ee2aa;
}

@media (min-width: 992px) {
	.desktop .thumbnail-joan::before {
		opacity: 0;
		visibility: hidden;
	}
	.desktop .thumbnail-joan-figure img {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		will-change: transform;
	}
	.desktop .thumbnail-joan-title {
		opacity: 0;
		visibility: hidden;
		transition: all .3s ease;
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0);
	}
	.desktop .thumbnail-joan:hover::before {
		opacity: 1;
		visibility: visible;
	}
	.desktop .thumbnail-joan:hover .thumbnail-joan-figure img {
		-webkit-transform: none;
		transform: none;
	}
	.desktop .thumbnail-joan:hover .thumbnail-joan-title {
		opacity: 1;
		visibility: visible;
		-webkit-transform: none;
		transform: none;
	}
}

.thumbnail-instafeed {
	padding-bottom: 72%;
}

.thumbnail-instafeed .thumbnail-mary-figure img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	min-height: 100%;
	min-width: 100%;
	width: auto;
	height: auto;
	max-width: none;
}

@media (min-width: 992px) {
	.desktop .thumbnail-instafeed .thumbnail-mary-figure img {
		-webkit-transform: translate(-50%, -50%) scale(1.1);
		transform: translate(-50%, -50%) scale(1.1);
	}
	.desktop .thumbnail-instafeed:hover .thumbnail-mary-figure img {
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
}

.single-project .button {
	min-width: 230px;
}

.single-project p + p {
	margin-top: 24px;
}

@media (min-width: 576px) {
	.single-project {
		text-align: left;
	}
	.single-project .title-decoration-lines-bottom + p {
		margin-top: 38px;
	}
}

@media (min-width: 1200px) {
	.single-project h4 + p {
		margin-top: 24px;
	}
}

@media (min-width: 1200px) {
	.single-project-3 {
		margin-right: 70px;
	}
}

.single-project-4 h4 {
	line-height: 1.2;
}

@media (min-width: 1200px) {
	.single-project-4 {
		margin-left: 40px;
	}
}

.single-project-aside {
	padding-top: 30px;
	border-top: 1px solid #e1e1e1;
}

@media (min-width: 576px) {
	.single-project-aside {
		text-align: left;
	}
}

@media (min-width: 992px) {
	.single-project-aside {
		padding-left: 40px;
		padding-top: 0;
		border-left: 1px solid #e1e1e1;
		border-top: none;
	}
}

@media (min-width: 1200px) {
	.single-project-aside {
		padding-left: 70px;
	}
	.single-project-aside .divider {
		width: 65%;
	}
	.single-project-aside * + .button {
		margin-top: 50px;
	}
}

.single-project-aside-title {
	font-weight: 400;
	letter-spacing: .075em;
}

.single-project-aside-title + .list-description {
	margin-top: 28px;
}

.project-navigation-arrow-prev,
.project-navigation-arrow-next {
	position: absolute;
	top: 50%;
	display: none;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 58px;
	width: 52px;
	font-size: 0;
	line-height: 58px;
	background: #ffffff;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
	transition: all .25s ease;
}

.project-navigation-arrow-prev::before, .project-navigation-arrow-prev::after,
.project-navigation-arrow-next::before,
.project-navigation-arrow-next::after {
	display: inline-block;
	vertical-align: middle;
	content: '';
	transition: all .3s ease-in-out;
}

.project-navigation-arrow-prev::before,
.project-navigation-arrow-next::before {
	height: 2px;
	width: 25px;
	background-color: #9b9b9b;
}

.project-navigation-arrow-prev::after,
.project-navigation-arrow-next::after {
	width: 0;
	height: 0;
	border-style: solid;
}

.project-navigation-arrow-prev:hover::before,
.project-navigation-arrow-next:hover::before {
	background-color: #151515;
}

.project-navigation-arrow-prev:hover::after,
.project-navigation-arrow-next:hover::after {
	border-left-color: #151515;
	border-right-color: #151515;
}

.project-navigation-arrow-prev {
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	left: 0;
	padding-left: 5px;
	padding-right: 13px;
}

.project-navigation-arrow-prev::after {
	border-width: 4px 6px 4px 0;
	border-color: transparent #9b9b9b transparent transparent;
}

.project-navigation-arrow-prev:hover {
	padding-left: 0;
	padding-right: 8px;
}

.project-navigation-arrow-next {
	right: 0;
	padding-left: 13px;
	padding-right: 5px;
}

.project-navigation-arrow-next::after {
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #9b9b9b;
}

.project-navigation-arrow-next:hover {
	padding-left: 8px;
	padding-right: 0;
}

@media (min-width: 768px) {
	.project-navigation {
		position: relative;
		padding: 20px 70px;
		background: #f7f7f7;
	}
	.project-navigation-arrow-prev,
	.project-navigation-arrow-next {
		display: -ms-flexbox;
		display: flex;
	}
}

.project-minimal {
	text-align: center;
}

.project-minimal-figure {
	display: block;
	overflow: hidden;
}

.project-minimal-figure img {
	width: 100%;
	transition: all .3s ease;
}

.project-minimal-title {
	font-size: 18px;
	line-height: 1.25;
	font-weight: 500;
	letter-spacing: .025em;
}

.project-minimal-title a, .project-minimal-title a:focus, .project-minimal-title a:active {
	color: inherit;
}

.project-minimal-title a:hover {
	color: #50ba87;
}

.project-minimal-text {
	color: #9b9b9b;
}

* + .project-minimal-title {
	margin-top: 10px;
}

@media (min-width: 992px) {
	.desktop .project-minimal-figure img {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
		will-change: transform;
	}
	.desktop .project-minimal:hover .project-minimal-figure img {
		-webkit-transform: none;
		transform: none;
	}
}

@media (min-width: 1200px) {
	.project-minimal-title {
		font-size: 24px;
	}
}
