/* -------------------------------------------------------------------------------------- */
/* HTML */
html {
    font-size: 62.5%;
    font-size-adjust: 100%;
}
/* Body */
body {
    font-family: 'Helvetica Neue Medium','Helvetica Neue',Helvetica,Arial,ui-sans-serif;
	font-style: normal;
    font-weight: normal;
    font-size: 14px;
    max-width: 1200px;
    max-width: 100%;
    margin: 2rem auto;
    padding: 2rem;
	background-color: #ffffff;
	color: #333333;
    line-height: 1.42857143;
	max-width: 1240px;
}
/* -------------------------------------------------------------------------------------- */
/* Headers */
h1, h2, h3 {
    font-family: 'Helvetica Neue Condensed Bold','Helvetica Neue',Helvetica,Arial,ui-sans-serif;
    font-weight: 700;
    color: #162155;
    line-height: 1.1;
    margin: 2.5rem auto 2rem auto;
}
h1 {
    font-size: 2.5rem;
    margin-top: 0rem;
}
h2 {
    font-size: 2rem;
}
/* -------------------------------------------------------------------------------------- */
/* Links */
a, ul, li {
    text-decoration: none;
    list-style: none;
    padding: 0;
    margin: 0;
}
a, .alink, a:visited, .alink:visited {
    color: #101e5c;
    text-decoration: none;
}
a, .alink {
    color: #101e5c;
    text-decoration: none;
}
p {
    margin-top: 0rem;
    margin-bottom: 1rem;
}
hr {
    border: 0;
    border-top: 1px solid #d1d1d1;
    margin-bottom: 20px;
    margin-top: 20px;
}
a, ul, li {
    text-decoration: none;
    list-style: none;
    padding: 0;
    margin: 0;
}
ul, ol {
    margin-bottom: 2.5rem;
}
ul > li, ol > li {
    margin-top: 0rem;
    margin-bottom: 1rem;
}
li {
    padding-left: 35px;
}
li:before {
	margin-left: -35px;
}

/* -------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------- */
/* Image */
img {
    max-width: 100%;
    position: relative;
    max-width: 100%;
    height: auto;
    border: 0;
}
/* -------------------------------------------------------------------------------------- */
article, aside, details, figcaption, figure, main, footer, header, nav, section, summary {
    display: block;
}
small, .small {
    font-size: 12px;
}
/* -------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------- */
/* Page wrapper */
.page-wrapper {
    display: flex;
    flex-direction: column;
    margin-bottom: 5rem;
}

/* Header */
.page-header {
    border: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 20px;
}
.page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
}
/* Logo */
.logo {
    max-width: 35%;
    margin: 0;
    display: inline-block;
    position: relative;
    z-index: 5;
}
.logo img {
    max-height: inherit;
}

.logo img {
    display: block;
    height: auto;
}
.switcher.language, .switcher-language {
	display: inline-block;
	float: right;
}
.search {
	/*display: none;*/
    float: right;
    position: relative;
    top: 50px;
    right: -44px;
}
/* -------------------------------------------------------------------------------------- */
.breadcrumb {
    font-size: 1.4rem;
}
.breadcrumb.return {
    font-style: italic;
}
/* -------------------------------------------------------------------------------------- */
.dirs, .docs, .images {
    display: grid;
    gap: 10px;
}
.dirs {
    grid-auto-flow: column;
    grid-template-columns: repeat(5, calc(calc(100% - 40px)/5));
    overflow-wrap: break-word;
}
.docs {
    grid-auto-flow: column;
    grid-template-columns: repeat(3, calc(calc(100% - 20px)/3));
    overflow-wrap: break-word;
}
.images {
    grid-auto-flow: row;
	grid-auto-rows: 250px;
    grid-template-columns: repeat(5, calc(calc(100% - 40px)/5));
}
.images li {
	height: 250px;
	position:relative;
	padding-bottom: 3rem;
}
.images img {
    max-width: 100%;
    max-height: 100%;
	width: auto;
	height: auto;
	position: relative;
	margin: auto;
}
.images .itemcode {
	position: absolute;
	width: 100%;
	bottom: 0;
}
.fa-file {
    display: list-item;
}
.images {
	text-align: center;
}
.download {
	float: right;
	margin-top: -1.1rem;
	/*display: none;*/
}
.download .asterix{
	color: #aa0000;
}
.download .comment{
	font-style: italic;
	font-size: 1rem;
	color: #aa0000;
}
.download img{
	height: 20px;
	padding: 2px;
	border: 1px solid #aa0000;
}
.fa-file-pdf:before {
    content: "\f1c1";
}
.fa-file-stp:before {
    content: url('images/stp_logo.png');
}
.fa-file-docx:before {
    content: "\f1c2";
}
.fa-file-png:before, .fa-file-jpg:before, .fa-file-jpeg:before {
    content: "\f1c5";
}
.fa a, .fa-folder a, .fa-file a, .fa-classic a, .fa-light a, .fa-regular a, .fa-solid a, .fa-thin a, .fal a, .far a, .fas a, .fat a {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: initial;
}
.fa a, .fa-brands, .fa-classic, .fa-duotone, .fa-light, .fa-regular, .fa-sharp, .fa-sharp-solid, .fa-solid, .fa-thin, .fab, .fad, .fal, .far, .fas, .fass, .fat {
    display: initial;
}
.fa-file:before, .fa-folder:before {
    padding-right: 10px;
    font-size: 2.5rem;
    top: .5rem;
    color: #101e5c;
    position: relative;
}
.fa-file {
	display: list-item;
}

/* -------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------- */
/* Footer */
.footer.content {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-bottom: 25px;
    padding-top: 25px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
    border: none;
}
.footer.content.copyright {
    max-width: 1024px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 50% 50%;
    text-align: center;
}
.footer.content.copyright, .footer.copyright .navigation {
    padding: 10px;
    line-height: 35px;
    margin-top: 5rem;
}
.footer .copyright {
    display: block;
    margin: 0;
}
.footer.socials {
    margin: 0;
    display: inline;
    text-align: center;
    max-width: 250px;
    height: 35px;
}
.footer.socials li {
	padding-left: 0;
}
.footer.social-links .nav.item {
    margin-right: 10px;
    display: inline-block;
}
.footer.content .social-links > li {
    margin: 0;
}
.footer.content ul > li {
    margin: 0;
}
.footer.content ul {
    margin: 0;
    padding: 0;
}
.footer.social-links .nav.item img {
    max-width: 35px;
}
/* -------------------------------------------------------------------------------------- */