:root {
	--ims-separatespace: 5px;
}

.vis-face .cover .wrap,
.vis-face .cover .title,
.vis-face .cover .description {
	font-weight: inherit;
}

/*share*/
.page-wrap {
	
}
.relay-section-title {
	text-align: left;
	font-size: 1.2em;
	font-weight: 500;
	opacity: 1.0;
}

/**/

main#content.page-wrap > section#primaryContent.flexpad{
	margin: 4em auto;
}

	#primaryContent #articlePubDate {
		margin-bottom: 0.6em;
		line-height: 1em;
		display: block;
		font-size: 1.1em;
		letter-spacing: 0.02em;
		opacity: 0.4;
		padding-left: 0 !important;
		border: none !important;
	}
	#primaryContent #articlePrimaryTitle {
		font-size: 6vw;
		line-height: 1.6em;
		margin-bottom: 1em;
		font-weight: 500;
	}
#articlePrimaryContent {
	
}
	#articlePrimaryContent .t {
		font-size: 1.00em;
		line-height: 2em;
	}

@media only screen and (min-width: 800px){
	#primaryContent #articlePrimaryTitle {
		font-size: 1.7em;
	}
	#articlePrimaryContent .t {
		font-size: 1.04em;
	}
}

/**/
#articleCategoryLinks {
	padding: 1em 0;
}

#areaRelation {
	margin-top: var(--share-space);
}

#areaLinkArticles {
	margin-top: var(--share-space);
}

/**/
.summary {
	margin-bottom: 1em;
}
	.summary time {
		display: inline-block;
		margin-right: 1em;
		line-height: 1em;
		vertical-align: -0.1em;
	}
	.summary .category {
		display: inline-block;
		margin-left: 0;
		font-weight: bold;
	}

/**/
#ims {
	background-color: transparent;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: var(--share-space);
}
	#ims > ul {
		margin: 0;
	}
	#ims li {
		width: 33.33%;
		margin-bottom: 0;
		padding: var(--ims-separatespace);
	}
	#ims li a {
		display: block;
		position: relative;
		z-index: 0;
	}
	#ims li a::before {
		content: "";
		display: block;
		z-index: 0;
		width: 100%;
		padding-top: 100%;
	}
	#ims li a .colum {
		position: absolute;
		z-index: 4;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		visibility: hidden;
	}
	#ims li a img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		position: absolute;
		z-index: 1;
		left: 0px;
		top: 0px;
	}
	#ims li a:hover .colum {
		visibility: visible;
		background-image: url(/share/im/mrk_focus-line-wh.svg);
		background-size: 1.6em auto;
		background-position: right 0.8em bottom 0.8em;
	}
	#ims li a:hover img {
		opacity: 0.84;
	}
	#ims li a .colum .title {
		font-weight: 500;
		font-size: 2.4vw;
		line-height: 1.4em;
		padding-right: 3em;
		padding-left: 1.3em;
		width: 100%;
		color: #fff;
		position: absolute;
		z-index: 10;
		bottom: 0;
		left: 0;
		text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	}
	#ims li a .colum .description {
		display: none;
	}
@media only screen and (max-width: 800px){
    #ims > ul {
		margin-left: calc(0px - var(--ims-separatespace));
        margin-right: calc(0px - var(--ims-separatespace));
    }
}
@media only screen and (min-width: 801px){
	#ims li a .colum .title {
		font-size: 0.9em;
	}
}

/**/
#viewer {
	position: fixed;
	z-index: 100;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
	opacity: 0.0;
	background-color: rgba(0, 0, 0, 0.94);
}
#viewer[data-opened="true"]{
	display: block;
	opacity: 1.0;
	transition: all 0.3s;
}
#viewer article {
	position: absolute;
	z-index: 10;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 2em;
	padding-bottom: 4em;
	color: #fff;
	text-shadow: 0 0 3px #000;
}
#viewer article h1 {
	font-size: 5vw;
	line-height: 1.5em;
	margin-bottom: 0.6em;
	font-weight: 500;
}
#viewer article .description {
	font-size: 3.4vw;
	line-height: 1.8em;
	max-height: 40vh;
	overflow: auto;
	font-weight: 500;
	opacity: 0.7;
}
#viewer nav {
	position: absolute;
	z-index: 40;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#viewer nav > a.pre,
#viewer nav > a.nx {
	position: absolute;
	z-index: 42;
	top: 0;
	width: 40%;
	height: 100%;
	display: inline-block;
	background-size: 1.5em auto;
}
#viewer nav > a.pre {
	left: 0;
	background-position: left 1.5em center;
	cursor: w-resize;
}
#viewer nav > a.nx {
	right: 0;
	background-position: right 1.5em center;
	cursor: e-resize;
}
#viewer nav > a.pre:hover {
	background-image: url(/share/im/nv_simar-return-wh.svg);
}
#viewer nav > a.nx:hover {
	background-image: url(/share/im/nv_simar-wh.svg);
}
@media only screen and (max-width: 640px){
	#viewer nav > a.pre:hover,
	#viewer nav > a.nx:hover {
		background-image: none;
	}
}
#viewer .closer {
	position: absolute;
	z-index: 46;
	display: inline-block;
	width: 9vw;
	height: 9vw;
	padding: 0;
	top: 4vw;
	right: 4vw;
}
@media only screen and (min-width: 800px){
	#viewer article {
		padding: 2.6em;
		padding-bottom: 4em;
	}
	#viewer article h1 {
		font-size: 1.5em;
	}
	#viewer article .description {
		font-size: 1.0em;
	}
	#viewer .closer {
		width: 64px;
		height: 64px;
		top: 2rem;
		right: 2rem;
	}
}
#viewImage {
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#viewImage > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	box-shadow: 0 0 18px #000;
	opacity: 1.0;
	transition: all 0.3s;
}
#viewImage[data-loading="false"] {
	background-image: url(/share/im/prl_segments4-wh.svg);
	background-position: center center;
	background-size: 5vw auto;
}
#viewImage[data-loading="false"] > img {
	opacity: 0;
	transition: all 0.3s;
}
