
.lg-sub-html, .lg-toolbar {
	background-color: rgba(0, 0, 0, 0.45);
}
@font-face {
	font-family: lg;
	src: url(../fonts/lg.eot?n1z373);
	src: url(../fonts/lg.eot?#iefixn1z373) format("embedded-opentype"), url(../fonts/lg.woff?n1z373) format("woff"), url(../fonts/lg.ttf?n1z373) format("truetype"), url(../fonts/lg.svg?n1z373#lg) format("svg");
	font-weight: 400;
	font-style: normal;
}
.lg-icon {
	font-family: lg;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.lg-actions .lg-next, .lg-actions .lg-prev {
	background-color: rgba(0, 0, 0, 0.45);
	border-radius: 2px;
	color: #999;
	cursor: pointer;
	display: block;
	font-size: 22px;
	margin-top: -10px;
	padding: 8px 10px 9px;
	position: absolute;
	top: 50%;
	z-index: 1080;
	border: none;
	outline: 0;
}
.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
	pointer-events: none;
	opacity: .5;
}
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
	color: #fff;
}
.lg-actions .lg-next {
	right: 20px;
}
.lg-actions .lg-next:before {
	content: "\e095";
}
.lg-actions .lg-prev {
	left: 20px;
}
.lg-actions .lg-prev:after {
	content: "\e094";
}
 @-webkit-keyframes lg-right-end {
 0%, 100% {
 left: 0;
}
 50% {
 left: -30px;
}
}
 @keyframes lg-right-end {
 0%, 100% {
 left: 0;
}
 50% {
 left: -30px;
}
}
 @-webkit-keyframes lg-left-end {
 0%, 100% {
 left: 0;
}
 50% {
 left: 30px;
}
}
 @keyframes lg-left-end {
 0%, 100% {
 left: 0;
}
 50% {
 left: 30px;
}
}
.lg-outer.lg-right-end .lg-object {
	-webkit-animation: lg-right-end .3s;
	animation: lg-right-end .3s;
	position: relative;
}
.lg-outer.lg-left-end .lg-object {
	-webkit-animation: lg-left-end .3s;
	animation: lg-left-end .3s;
	position: relative;
}
.lg-toolbar {
	z-index: 1082;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.lg-toolbar .lg-icon {
	color: #999;
	cursor: pointer;
	float: right;
	font-size: 24px;
	height: 47px;
	line-height: 27px;
	padding: 10px 0;
	text-align: center;
	width: 50px;
	text-decoration: none !important;
	outline: 0;
	transition: color .2s linear;
}
.lg-toolbar .lg-icon:hover {
	color: #fff;
}
.lg-toolbar .lg-close:after {
	content: "\e070";
}
.lg-toolbar .lg-download:after {
	content: "\e0f2";
}
.lg-sub-html {
	bottom: 0;
	color: #eee;
	font-size: 16px;
	left: 0;
	padding: 10px 40px;
	position: fixed;
	right: 0;
	text-align: center;
	z-index: 1080;
}
.lg-sub-html h4 {
	margin: 0;
	font-size: 13px;
	font-weight: 700;
}
.lg-sub-html p {
	font-size: 12px;
	margin: 5px 0 0;
}
#lg-counter {
	color: #999;
	display: inline-block;
	font-size: 16px;
	padding-left: 20px;
	padding-top: 12px;
	vertical-align: middle;
}
.lg-next, .lg-prev, .lg-toolbar {
	opacity: 1;
	transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
	transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-hide-items .lg-prev {
	opacity: 0;
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
	opacity: 0;
	-webkit-transform: translate3d(10px, 0, 0);
	transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
	opacity: 0;
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
	-webkit-transform: scale3d(0.5, 0.5, 0.5);
	transform: scale3d(0.5, 0.5, 0.5);
	opacity: 0;
	transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
	transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1;
}
.lg-outer .lg-thumb-outer {
	background-color: #0d0a0a;
	bottom: 0;
	position: absolute;
	width: 100%;
	z-index: 1080;
	max-height: 350px;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
	transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.lg-outer .lg-thumb {
	padding: 10px 0;
	height: 100%;
	margin-bottom: -5px;
	margin-left: auto;
	margin-right: auto;
}
.lg-outer .lg-thumb-item {
	cursor: pointer;
	float: left;
	overflow: hidden;
	height: 100%;
	border: 2px solid rgba(255, 255, 255, 0);
	border-radius: 0;
	margin-bottom: 5px;
}
 @media (min-width: 1025px) {
.lg-outer .lg-thumb-item {
	transition: border-color .25s ease;
}
}
.lg-outer .lg-thumb-item:hover {
	border-color: #ffffff;
}
.lg-outer .lg-thumb-item.active {
	border-color: #a58838;
}
.lg-outer .lg-thumb-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.lg-outer.lg-has-thumb .lg-item {
	padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
	padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
	transition: bottom .25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
	bottom: 100px;
}
.lg-outer .lg-toogle-thumb {
	background-color: #0d0a0a;
	border-radius: 2px 2px 0 0;
	color: #999;
	cursor: pointer;
	font-size: 24px;
	height: 39px;
	line-height: 27px;
	padding: 5px 0;
	position: absolute;
	right: 20px;
	text-align: center;
	top: -39px;
	width: 50px;
}
.lg-outer .lg-toogle-thumb:hover, .lg-outer.lg-dropdown-active #lg-share {
	color: #fff;
}
.lg-outer .lg-toogle-thumb:after {
	content: "\e1ff";
}
.lg-outer .lg-video-cont {
	display: inline-block;
	vertical-align: middle;
	max-width: 1140px;
	max-height: 100%;
	width: 100%;
	padding: 0 5px;
}
.lg-outer .lg-video {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative;
}
.lg-outer .lg-video .lg-object {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
	width: 84px;
	height: 59px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -42px;
	margin-top: -30px;
	z-index: 1080;
	cursor: pointer;
}
.lg-outer .lg-has-iframe .lg-video {
	-webkit-overflow-scrolling: touch;
	overflow: auto;
}
.lg-outer .lg-has-vimeo .lg-video-play {
	background: url(../images/vimeo-play.png) no-repeat;
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
	background: url(../images/vimeo-play.png) 0 -58px no-repeat;
}
.lg-outer .lg-has-html5 .lg-video-play {
	background: url(../images/video-play.png) no-repeat;
	height: 64px;
	margin-left: -32px;
	margin-top: -32px;
	width: 64px;
	opacity: .8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
	opacity: 1;
}
.lg-outer .lg-has-youtube .lg-video-play {
	background: url(../images/youtube-play.png) no-repeat;
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
	background: url(../images/youtube-play.png) 0 -60px no-repeat;
}
.lg-outer .lg-video-object {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
	visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
	display: none;
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
	visibility: visible;
}
.lg-progress-bar {
	background-color: #333;
	height: 5px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1083;
	opacity: 0;
	transition: opacity 80ms ease 0s;
}
.lg-progress-bar .lg-progress {
	background-color: #a58838;
	height: 5px;
	width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
	width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
	opacity: 1;
}
.lg-autoplay-button:after {
	content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after {
	content: "\e01a";
}
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	transition-duration: 0s;
}
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
	transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
	transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
#lg-zoom-in:after {
	content: "\e311";
}
#lg-actual-size {
	font-size: 20px;
}
#lg-actual-size:after {
	content: "\e033";
}
#lg-zoom-out {
	opacity: .5;
	pointer-events: none;
}
#lg-zoom-out:after {
	content: "\e312";
}
.lg-zoomed #lg-zoom-out {
	opacity: 1;
	pointer-events: auto;
}
.lg-outer .lg-pager-outer {
	bottom: 60px;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	z-index: 1080;
	height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
	overflow: visible;
}
.lg-outer .lg-pager-cont {
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	position: relative;
	vertical-align: top;
	margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
	box-shadow: 0 0 0 2px #fff inset;
}
.lg-outer .lg-pager-thumb-cont {
	background-color: #fff;
	color: #fff;
	bottom: 100%;
	height: 83px;
	left: 0;
	margin-bottom: 20px;
	margin-left: -60px;
	opacity: 0;
	padding: 5px;
	position: absolute;
	width: 120px;
	border-radius: 3px;
	transition: opacity .15s ease 0s, -webkit-transform .15s ease 0s;
	transition: opacity .15s ease 0s, transform .15s ease 0s;
	transition: opacity .15s ease 0s, transform .15s ease 0s, -webkit-transform .15s ease 0s;
	-webkit-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
	width: 100%;
	height: 100%;
}
.lg-outer .lg-pager {
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
	display: block;
	height: 12px;
	transition: box-shadow .3s ease 0s;
	width: 12px;
}
.lg-outer .lg-pager:focus, .lg-outer .lg-pager:hover {
	box-shadow: 0 0 0 8px #fff inset;
}
.lg-outer .lg-caret {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px dashed;
	bottom: -10px;
	display: inline-block;
	height: 0;
	left: 50%;
	margin-left: -5px;
	position: absolute;
	vertical-align: middle;
	width: 0;
}
.lg-fullscreen:after {
	content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
	content: "\e20d";
}
.lg-outer #lg-dropdown-overlay {
	background-color: rgba(0, 0, 0, 0.25);
	bottom: 0;
	cursor: default;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1081;
	opacity: 0;
	visibility: hidden;
	transition: visibility 0s linear .18s, opacity .18s linear 0s;
}
.lg-outer.lg-dropdown-active #lg-dropdown-overlay, .lg-outer.lg-dropdown-active .lg-dropdown {
	transition-delay: 0s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
	visibility: visible;
}
.lg-outer .lg-dropdown {
	background-color: #fff;
	border-radius: 2px;
	font-size: 14px;
	list-style-type: none;
	margin: 0;
	padding: 10px 0;
	position: absolute;
	right: 0;
	text-align: left;
	top: 50px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0);
	transition: visibility 0s linear .5s, opacity .18s linear 0s, -webkit-transform .18s linear 0s;
	transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
	transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s, -webkit-transform .18s linear 0s;
}
.lg-outer .lg-dropdown:after {
	content: "";
	display: block;
	height: 0;
	width: 0;
	position: absolute;
	border: 8px solid transparent;
	border-bottom-color: #fff;
	right: 16px;
	top: -16px;
}
.lg-outer .lg-dropdown > li:last-child {
	margin-bottom: 0;
}
.lg-outer .lg-dropdown > li:hover .lg-icon, .lg-outer .lg-dropdown > li:hover a {
	color: #333;
}
.lg-outer .lg-dropdown a {
	color: #333;
	display: block;
	white-space: pre;
	padding: 4px 12px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
}
.lg-outer .lg-dropdown a:hover {
	background-color: rgba(0, 0, 0, 0.07);
}
.lg-outer .lg-dropdown .lg-dropdown-text {
	display: inline-block;
	line-height: 1;
	margin-top: -3px;
	vertical-align: middle;
}
.lg-outer .lg-dropdown .lg-icon {
	color: #333;
	display: inline-block;
	float: none;
	font-size: 20px;
	height: auto;
	line-height: 1;
	margin-right: 8px;
	padding: 0;
	vertical-align: middle;
	width: auto;
}
.lg-outer, .lg-outer .lg, .lg-outer .lg-inner {
	width: 100%;
	height: 100%;
}
.lg-outer #lg-share {
	position: relative;
}
.lg-outer #lg-share:after {
	content: "\e80d";
}
.lg-outer #lg-share-facebook .lg-icon {
	color: #3b5998;
}
.lg-outer #lg-share-facebook .lg-icon:after {
	content: "\e901";
}
.lg-outer #lg-share-twitter .lg-icon {
	color: #00aced;
}
.lg-outer #lg-share-twitter .lg-icon:after {
	content: "\e904";
}
.lg-outer #lg-share-googleplus .lg-icon {
	color: #dd4b39;
}
.lg-outer #lg-share-googleplus .lg-icon:after {
	content: "\e902";
}
.lg-outer #lg-share-pinterest .lg-icon {
	color: #cb2027;
}
.lg-outer #lg-share-pinterest .lg-icon:after {
	content: "\e903";
}
.lg-group:after {
	content: "";
	display: table;
	clear: both;
}
.lg-outer {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1090;
	text-align: left;
	opacity: 0;
	transition: opacity .15s ease 0s;
}
.lg-outer * {
	box-sizing: border-box;
}
.lg-outer.lg-visible {
	opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-current, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-prev-slide {
	transition-duration: inherit !important;
	transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
	transition-duration: 0s !important;
	opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing;
}
.lg-outer .lg {
	position: relative;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	max-height: 100%;
}
.lg-outer .lg-inner {
	position: absolute;
	left: 0;
	top: 0;
	white-space: nowrap;
}
.lg-outer .lg-item {
	background: url(../images/loading.gif) center center no-repeat;
	display: none !important;
}
.lg-outer.lg-css .lg-current, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide, .lg-outer.lg-css3 .lg-prev-slide {
	display: inline-block !important;
}
.lg-outer .lg-img-wrap, .lg-outer .lg-item {
	display: inline-block;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
}
.lg-outer .lg-img-wrap:before, .lg-outer .lg-item:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px;
}
.lg-outer .lg-img-wrap {
	position: absolute;
	padding: 0 5px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.lg-outer .lg-item.lg-complete {
	background-image: none;
}
.lg-outer .lg-item.lg-current {
	z-index: 1060;
}
.lg-outer .lg-image {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	width: auto !important;
	height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
	opacity: 0;
	transition: opacity .15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
	opacity: 1;
}
.lg-outer .lg-empty-html, .lg-outer.lg-hide-download #lg-download {
	display: none;
}
.lg-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1090;
	background-color: rgba(0, 0, 0, 0.8);
	opacity: 0;
	transition: opacity .15s ease 0s;
}
.lg-backdrop.in {
	opacity: 1;
}
.lg-css3.lg-no-trans .lg-current, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-prev-slide {
	transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item, .lg-css3.lg-use-left .lg-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
	opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
	opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-current, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-prev-slide {
	transition: opacity .1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
	opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
	transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
	opacity: 0;
	position: absolute;
	left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
	left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
	left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
	left: 0;
	opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
	transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.tablet #lg-zoom-in, .tablet #lg-zoom-out, .mobile #lg-zoom-in, .mobile #lg-zoom-out {
	display: none;
}
.tablet .lg-icon, .mobile .lg-icon {
	font-size: 22px;
	width: 45px;
}
 @media (max-width: 767px) {
.lg-fullscreen,  #lg-zoom-in,  #lg-zoom-out {
	display: none;
}
.lg-icon {
	font-size: 22px;
	width: 45px;
}
}









/*********************************************************
						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: #ffffff;
	pointer-events: none;
	transition: all .3s ease;
}
 .thumbnail-classic-caption > [class*='thumbnail-classic-'] {
 pointer-events: auto;
}
.thumbnail-classic-title-wrap > * {
	display: inline-block;
	vertical-align: middle;
}
.thumbnail-classic-title-wrap .icon {
	margin-top: 3px;
	margin-right: 16px;
	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: #a58838;
}
.thumbnail-classic-title {
	color: #a58838;
}
.thumbnail-classic-title a, .thumbnail-classic-title a:focus, .thumbnail-classic-title a:active {
	color: inherit;
}
.thumbnail-classic-title a:hover {
	color: #a58838;
}
.thumbnail-classic-text {
	display: none;
}
 @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 (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 .icon {
	margin-right: 24px;
	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;
}
.desktop .thumbnail-classic-text {
	font-size: inherit;
}
}
 @media (min-width: 1800px) {
.thumbnail-md .thumbnail-classic-caption {
	padding-left: 40px;
	padding-right: 40px;
}
}
* + .thumbnail-classic-text {
	margin-top: 14px;
}
.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;
}
 @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.1);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	will-change: transform;
}
.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-modern-caption {
	margin-top: 18px;
}
* + .thumbnail-modern-subtitle {
	margin-top: 2px;
}
.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: #a58838;
	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;
}
 @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%;
	will-change: transform;
}
.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-creative-time {
	margin-top: 5px;
}
* + .thumbnail-creative-button {
	margin-top: 12px;
}
.thumbnail-mary {
	text-align: center;
	overflow: hidden;
	transition: all .3s ease;
}
.thumbnail-mary::before, .thumbnail-mary::after {
	position: absolute;
	content: '';
	transition: inherit;
	pointer-events: none;
}
.thumbnail-mary::before {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.53);
	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: #cd8e65;
}
.thumbnail-mary-3::before {
	background: rgba(26, 43, 66, 0.37);
}
.thumbnail-xxs .thumbnail-mary-caption .icon {
	font-size: 20px;
}
.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;
}

.footer-variant-2 .thumbnail-mary-caption .icon {
	font-size:20px;
}
.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: #fff;
}
.thumbnail-mary-title a span{display: block; font-size: 17px;}
.thumbnail-mary-project {
	font-weight: 400;
}
.thumbnail-mary-time {
	font-weight: 400;
	color: #a58838;
}
.owl-timeline .thumbnail-mary-decor {
	display: inline-block;
	position: relative;
	margin: 15px 0 14px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #a58838;
}
.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(151, 111, 85, 0.5);
	-webkit-animation: item1B 1s ease infinite;
	animation: item1B 1s ease infinite;
}
.owl-timeline .thumbnail-mary-decor::after {
	background: rgba(151, 111, 85, 0.3);
	-webkit-animation: item1A 1s ease infinite;
	animation: item1A 1s ease infinite;
}
 @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;
}
}
 @-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-mary-title {
    margin-top: 10px;
    
}
* + .thumbnail-mary-description {
	margin-top: 30px;
}
.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: #cd8e65;
}
 @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: #a58838;
}
.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;
}
}


/*********************************************************
						Icons
**********************************************************/
.icon {
	display: inline-block;
	font-size: 16px;
	line-height: 1;
}
.icon::before {
	position: relative;
	display: inline-block;
	font-weight: 400;
	font-style: normal;
	speak: none;
	text-transform: none;
}
.icon-circle {
	border-radius: 50%;
}