body {
	font-family: Regular;
}

/*body{ background-color:#b2b2b2}*/
.page-asset-container .public-asset-info {
	background-color: #e8e8e8;
}

#navigation {
	font-family: Regular;
	font-size: 11px;
	font-weight: normal;
	/* position: fixed; */
	/* background-color: #e8e8e8; */
	/* padding-top: 50px !important; */
	/* padding-bottom: 10px !important; */
	padding-left: 100px !important;

}

#navigation a {
	color: #666666;
	letter-spacing: 1px;
}

#navigation a:hover {
	color: #666666;
}

#navigation ul li {
	float: left;
	margin-left: 20px;
	list-style: none;
}

#navigation .navigation-link {
	background-color: transparent;
}

#navigation a.current {
	background-color: transparent;
	color: #666666;
}

#navigation .navigation-logo img {
	width: 300px;
	height: 300px;
}

.grid {
	position: relative;
	margin: 0px;
	width: 90% !important
}

.js .grid::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
	background-size: 60px auto;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.js .grid--loaded::after {
	opacity: 0;
}

.grid__item {
	width: 33%;
	padding: 20px 20px 20px 0px;
	height: 240px;
	overflow: hidden;
}

.grid__item--current {
	opacity: 0 !important;
}

/* .grid__item {
	width: 360px;
	padding: 8px 30px 8px 0px;
	height: 240px;
	overflow: hidden;
}
*/

.img-wrap {
	display: block;
	max-width: 100%;
}

.img-wrap:focus,
.img-wrap:hover {
	outline: none;
}

/* .img-wrap img {
	display: block;
	max-width: 100%;
	width: 270px;
	height: 202px;
} */
.img-wrap img {
	display: block;
	max-width: 100%;
	width: 340px;
	height: 225px;
}

.preview {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	-webkit-align-content: center;
	align-content: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.preview--open {
	pointer-events: auto;
}


/* circle overlay (generated SVG) */

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
}

.overlay circle {
	-webkit-transition: fill-opacity 0.3s, -webkit-transform 0s 0.3s;
	transition: fill-opacity 0.3s, transform 0s 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-transform: scale3d(0, 0, 1);
	transform: scale3d(0, 0, 1);
	fill: #1f1d1d;
	fill-opacity: 0;
}

.preview--open .overlay circle {
	-webkit-transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	fill-opacity: 1;
}

.clone {
	position: fixed;
	z-index: 110;
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.5, 1, 0.2, 1);
	transition: transform 0.6s cubic-bezier(0.5, 1, 0.2, 1);
	-webkit-backface-visibility: hidden;
}

.original {
	position: relative;
	z-index: 120;
	display: block;
	object-fit: contain;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
	-webkit-backface-visibility: hidden;
}

.preview--open .animate {
	/* open */
	-webkit-transition: -webkit-transform 0.6s, opacity 0.2s;
	transition: transform 0.6s, opacity 0.2s;
}

.animate {
	/* close */
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
}

.description {
	/*position: absolute;*/
	/* top: 20px; */
	z-index: 1000;
	/* top: 100px; */
	border-bottom: -4px;
	top: 80%;
	color: white;
	/* text-align: center; */
	/* left: 37%; */
	width: 100%;
	/*text-align: center;*/
}

.js .description--grid {
	/*position: absolute;*/
	/* top: 20px; */
	z-index: 1000;
	/* top: 100px; */
	/*border-bottom: -4px;*/
	/*top: 84%;*/
	color: #666666;
	/* text-align: center; */
	/* left: 37%; */
	width: 100%;
	margin-top: 5px;
	/*text-align: center;*/
	font-size: 10px;
}

.description--preview {
	position: absolute;
	z-index: 140;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 2em 1em;
	text-align: center;
	opacity: 0;
	background: linear-gradient(180deg, transparent, #1f1d1d);
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}

.preview--open .description--preview {
	opacity: 1;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}


/* Close button */

.action {
	font-size: 1.5em;
	margin: 0;
	padding: 0;
	cursor: pointer;
	vertical-align: top;
	color: #6bd68a;
	border: none;
	background: none;
}

.action:hover,
.action:focus {
	color: #6bd68a;
	outline: none;
}

.action--close {
	position: fixed;
	z-index: 150;
	top: 0;
	right: 0;
	padding: 1em;
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: scale3d(0.6, 0.6, 1);
	transform: scale3d(0.6, 0.6, 1);
}

.preview--image-loaded .action--close {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

.text-hidden {
	position: absolute;
	display: block;
	overflow: hidden;
	width: 0;
	height: 0;
	color: transparent;
}

.navigation-link {
	/* height: 10px; */
	margin-right: 8px;
	color: #666666;
}

.content {
	padding-left: 100px !important;

}

.container {
	width: 100% !important;
}

a {
	text-decoration: none;
}

#navigation a:link {
	text-decoration: none;
}

#navigation a:visited {
	text-decoration: none;
	font-weight: bold;
}

#navigation a:hover {
	text-decoration: none;
	font-weight: bold;
}

#navigation a:active {
	text-decoration: none;

}

.m0 {
	margin: 0;
}

.pl0 {
	padding-left: 0;
}