audio, canvas, video {
	display: inline-block;
*display:inline;
*zoom:1;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden] {
	display: none;
}
/* base */
html {
	font-size: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
html, button, input, select, textarea, a {
	font-family: 'Lato', sans-serif;
}
body {
	margin: 0;
	background-color: rgba(255,255,255,1.00);
	overflow-x:hidden;
	-webkit-animation: bugfix infinite 1s; 
}
/* font */
/* Fonts */
@font-face{ 
	font-family: 'NoSpace';
	src: url('fonts/NoSpaceFont/zerowidthspaces.eot');
	src: url('fonts/NoSpaceFont/zerowidthspaces.eot?#iefix') format('embedded-opentype'),
	     url('fonts/NoSpaceFont/zerowidthspaces.woff') format('woff'),
	     url('fonts/NoSpaceFont/zerowidthspaces.ttf') format('truetype'),
	     url('fonts/NoSpaceFont/zerowidthspaces.svg#NoSpace') format('svg');
}
/* bugfix */
@-webkit-keyframes bugfix { 
  from {padding:0;} 
  to {padding:0;} 
}
/* links */
a:focus {
	outline: thin dotted;
}
a:link, a:visited
{
    color:#01643A;
    text-decoration: none;
}
a:active, a:hover
{
    color: #B0370B;
    text-decoration: none;
}
/*a:active, a:hover {
	outline: 0;
}*/
.navi a,
.navi a.focus {
	font-size: 1.25em;
	font-weight: 500;
	max-width: 1280px;
	font-family: 'Exo 2', sans-serif;
    text-transform: uppercase;
}
.navi a:link,
.navi a:visited,
.navi a:hover,
.navi a:active {
	text-decoration: none;
	color: rgba(0,0,0,1.00);
}
.navi li.focus a:link,
.navi li.focus a:visited,
.navi li.focus a:hover,
.navi li.focus a:active {
	text-decoration: none;
	color: rgba(154,51,36,1.00);
}
div.article-link {
	padding: 1% 0 1% 0;
}
.article-link a:link,
.article-link a:visited {
    font-size: 1.2em;
    line-height: 2.3em;
    padding: .43em .43em;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(154,51,36,1.00);
    border-radius: 0.5em;
    color: rgba(154,51,36,1.00);
}
/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-family:'Exo 2', sans-serif;
    font-style: normal;
    line-height: 1.0125em;
	font-weight: 600;
text-rendering: optimizeLegibility;
}
h1 {
	font-size: 3.2em;
	margin: .67em 0;
}
h2 {
	font-size: 1.2em;
	margin: .83em 0;
}
h3 {
	font-size: 1.27em;
	margin: 1em 0;
}
h4 {
	font-size: 1em;
	margin: 1.33em 0;
}
h5 {
	font-size: .83em;
	margin: 1.67em 0;
}
h6 {
	font-size: .67em;
	margin: 2.33em 0;
}
abbr[title] {
	border-bottom: 1px dotted
}
b, strong {
	font-weight: 700;
}
blockquote {
	margin: 1em 40px;
}
dfn {
	font-style: italic;
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
p, pre {
	margin: 1em 0 2em 0;
	font-size: 110%;
	line-height: 1.22em;
	line-height: 1.47em;
    font-family: 'Lato', sans-serif;
}
q {
	quotes: none;
}
q:before, q:after {
	content: '';
	content: none;
}
small {
	font-size: 80%;
}
.f-osw-n {
	font-weight: normal;
}
/* Lists */
dl, menu, ol, ul {
	margin: 1em 0
}
dd {
	margin: 0 0 0 40px
}
menu, ol, ul {
	padding: 0 0 0 40px
}
nav ul, nav ol {
	list-style: none;
	list-style-image: none
}
/* Embedded content */
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
svg:not(:root) {
	overflow: hidden
}
figure {
	margin: 0
}
form {
	margin: 0
}
/* Background */

/* Service Header */

/* fiding stuff */
.fnd-lnk {
	position: absolute;
	right: 1%;
	top: 15%;
}
.bx-rel .fnd-lnk img {
	position: static;
	bottom: 0;
	right: 0;
	display: inline-block;
	width: 90%;
	height: 90%;
}
.fnd-remove:before, 
.fnd-close:before, 
.fnd-times:before {
    content: "\2716";
	font-size: 2.4em;
}
/* Full screen search*/
#fnd-cont a{
  color: #fff;
  font-size: 2rem;
	margin: 0;
	padding: 0;
}
#fnd-cont {
  position:fixed;
  width: 100%;
  height: 0;
  background-color: rgba(36,139,154,0.95);
  display: flex;
  align-items: center;
	margin-left: auto;
	margin-right: auto;
  opacity: 0;
  transition: all .5s;
  will-change: transform, opacity;
  z-index: 997;
}
.fnd-mid {
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.fnd-mid p {
	margin: 0;
	padding: 0 0 1% 0;
	color: #ffffff;
	font-size: 1.5rem;
  border-width: 0 0 1px 0;
  border-style: solid #fff;
}
.fnd-mid #searchfield {
	-webkit-appearance:none;
	border: 0;
  height: 2rem;  
  max-width: 50%;
  background-color: #ffffff;
  color: #717A8E;
  flex: 1 0 auto;
  font-size: 2rem;
  outline: 0;
  padding: 2rem 1rem;
}
#terminate {
    position: absolute;
    right: 5%;
    top: 30%;
}
#fnd-cont:target {
  height: 100vh !important;
  width: 100% !important;
  opacity: 1;
  z-index: 998;
}


/* Tables */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td {
	vertical-align: top;
}

/* Other ratios */
.ratio2_1:before {
	padding-top: 50%;
}

/* effects */
#waiting {
    display: none;
    margin: 15px 0px 15px 0px;
    text-align: center;
}

/* nav */
.navi {
	border-color: rgba(154,51,36,1.00);
    border-style: solid;
    border-width: 1px 0 1px 0;
}
#topmenu ul {
	padding: 0;
	display: table;
	margin: 0 0 0 2.3%;
}
#topmenu ul li {
	padding: 1.20% 1.5em 1.20% 1.5em;
	border: none;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	border-right: rgba(128,128,128,1.00) 0px solid;
	margin: 0;
}

#topmenu ul li:nth-child(6),
#topmenu ul li:nth-child(6).focus {
    display: none;
}
#lastmenu a {
	text-transform: capitalize;
	font-size: 1.3em;
	line-height: 1.3em;
	font-weight: normal;
	margin: 0 0.5em 0 0;
}
#lastmenu a:link,
#lastmenu a:visited {
    color:rgba(0,0,0,1.00);
}
#lastmenu a:hover,
#lastmenu a:active {
    color: #A4A4A4;
}
#lastmenu dl, menu, ol, ul {
	margin: 1em 0;
}
#lastmenu menu, ol, ul {
	padding: 0 0 0 1.5em;
}
#lastmenu li {
    color: #ffffff;
	list-style-type: disc;
	padding:5% 0 2.5% 5%;
    border-color: rgba(128,128,128,1.00);
    border-style: solid;
    border-width: 1px 1px 0 0;
}
#lastmenu li.focus {
    color: #CFD51F;
	list-style-type: disc;
}
/* nav sub */

/* nav mobile */
#header label {
	padding:0 0.125em;
	font:2.875em/1.4375em Arial;
	}
#menu label {
	padding:0 0.25em;
	font:3.125em/1.375em Arial;
	}
#menu .sub-nav label {
	padding:0 0.3125em;
	font:2em/2em Arial;
	top:0;
	}
#main-nav-check, #menu .sub-nav-check {
	position:absolute;
	top:-9999px;
	left:-9999px;
}
.toggle-menu {
    display: none;
    cursor: pointer;
    color: rgba(36,139,154,1.00);
    font-size: 3.2em;
    padding: 2% 2%;
    margin: 0px;
    line-height: 0.65em;
    z-index: 500;
    vertical-align: top;
}
.container {
	background:#fff;
	min-height:100%;
	padding:0;
	margin:0;
}
#menu, #menu .sub-nav {
	position:absolute;
	top:0;
	bottom:0;
	width:13.75em;
	z-index:9999;
	left:-13.75em;
}
.container, #menu, #menu .sub-nav {
	-webkit-transform:translate(0,0);
	-ms-transform:translate(0,0);
	transform:translate(0,0);
	-webkit-transition:-webkit-transform .25s ease;
	transition:transform .25s ease;
}
#menu ul {
	line-height:2.75em;
	text-decoration:none;
	padding:0;
	list-style:none;
	margin-top:4.0625em;
	border-top:1px solid #ffffff;
}
#menu li {
	border-bottom:1px solid #ffffff;
}
#menu li a {
	display: block;
	font-size:1.0em;font-weight: 600;
	padding-left:1.5em;
	color:#ffffff;
	text-decoration:none;
}
#menu li a:hover, #menu .toggle-sub:hover {
	background:#A4A4A4;
}
#menu .sub-nav {
	margin-top:-1px;
}
#menu .sub-heading {
	margin-top:4.0625em;
	padding-left:1.3125em;
	color:#ffffff;
	font: small-caps bold 1.1em;
}
#menu .sub-heading:before {
	content:"";
	display:table-row;
	height:1px;
	width:13.75em;
	margin-left:-1.3125em;
	background:#444;
}
#menu .toggle-sub {
	font:bold 1em/2.75em Arial !important;
	color:#ffffff;
	background:#467988;
	float:right;
	top:auto;
	margin-top:-2.75em;
	width:2.25em;
	border-left:1px solid #ffffff;
	cursor:pointer;
	text-align:center;
}
.container, #menu, #menu .sub-nav
{
	-webkit-transform:translate3d(0,0,0)
}

#menu, #menu ul {
	margin-bottom: 0px;
	overflow: hidden;
	text-align:left;
	background-color: rgba(80,80,80,0.80);
}

/* #### - extra css for js enhancement - #### */
#menu .close-all { display:none }
.js #menu .close-all { display:inline; color:#ffffff; }
.js #menu .toggle-menu { top:0; z-index:9999 }
.js #menu .sub-nav .toggle-menu { left:0.15em; width:1em; color:#ffffff; }

/* #### - define ids of animated container, menu and sub-menus here - #### */
#main-nav-check:checked ~ .container, #main-nav-check:checked ~ #menu, #menu .sub-nav-check:checked ~ #en-home-sub, #menu .sub-nav-check:checked ~ #en-large_bore_pistons-sub, #menu .sub-nav-check:checked ~ #en-company-sub, #menu .sub-nav-check:checked ~ #en-supplier-sub, #menu .sub-nav-check:checked ~ #en-research-sub, #menu .sub-nav-check:checked ~ #en-contact-sub {	-webkit-transform:translate(13.75em,0); -ms-transform:translate(13.75em,0); transform:translate(13.75em,0); }

.page-content { padding:1em 2em; max-width:64em; margin:auto }
.page-content:after { display:block; content:''; height:1px } /* fixes bottom padding issue in IE10 */

/* doc */
.doc {
    text-align: left;
	font-family: 'NoSpace';
}
/* images */
.img_scl {
    width: 100%;
	/*overflow: hidden;*/
}
.img_scl:before {
	content: "";
	display: block;
}
.img_scl img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* box */
.content {
	/* Positioning */
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.cnt-full {
	margin: 0px auto;
	z-index: 999;
	height: auto;
	text-align:center;
    max-width: 100%;
}
.cnt {
	margin: 0px auto;
	z-index: 999;
	height: auto;
	text-align:center;
    max-width: 1280px;
}
.bx-rat {
    width: 100%;
	overflow: hidden;
}
.bx-rat:before {
	content: "";
	display: block;
}
.bx-rel {
	position:relative;
}
.bx-rel-inl {
	position:relative;
	display: inline-block
}
.bx-abs {
	position:absolute;
}
.bx-fix {
	position: fixed;
}

.p-ab-t0-l0 {
    position: absolute;
    top: 0;
    left: 0;
}

/* ratios */

/* backgrounds */
.bu-wh {
	background-color: rgba(255,255,255,1.00);
}
.bu-gra {
	background-color: rgba(180,180,180,1.00);
}
.bu-gra-t80 {
	background-color: rgba(180,180,180,0.80);
}
.bu-drk-red {
	background-color: rgba(154,51,36,1.00);
}
.bu-cya {
	background-color: rgba(28,205,218,1.00);
}
.bu-cya-t80 {
	background-color: rgba(28,205,218,0.80);
}
.bu-drk-cya {
	background-color: rgba(36,139,154,1.00);
}
.bu-drk-cya-t80 {
	background-color: rgba(36,139,154,0.80);
}

/* reoccurring */

.mar-top3 {
	margin: 3% 0 0 0;
}

/* tools-menu */
.tls {
    z-index: 999;
}
.tls:before {
	padding-top: 16.0%;
} 
.t-men-cont {
	text-align: left;
    width: 100%;
    margin: 0 auto;
    background-image: url('images/main/313-konc-head-bu.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.t-men-bu {
	text-align: left;
    width: 100%;
    margin: 0 auto;
}
.t-men {
	text-align: left;
    max-width: 1280px;
    margin: 0 auto;
}
.n-men {
	text-align: left;
    max-width: 1280px;
    margin: 0 auto;
}
.lng-tool {
    float: right;
    text-align: right;
    margin: 0 0 0.8% 0;
    padding: 0;
	width: 10%;
    vertical-align: middle;
    overflow: hidden;
	white-space: nowrap;
}
.lng-txt {
    margin: 3% 10% 0 5%;
    display: inline-block;
    padding: 0;
    text-align: left;
    vertical-align: top;
    line-height: 1.0em;
    color: #000000;
    font-size: 1.2em;
}
.lng-txt a:link, .lng-txt a:visited {
    color: #ffffff;
    text-decoration: none;
}
.lng-txt img {
    display: none;
}
.info-tool {
    float: right;
    text-align: right;
    display: inline-block;
    text-align: center;
    margin: 0;
    padding: 0 0 0 0;
    vertical-align: middle;
    width: 23%;
    *display: inline;
    *zoom: 1;
}
.info-tool a {
    color: rgba(0,0,0,1.00);
    margin: 3% 10% 0 5%;
    font-size: 1.2em;
    font-weight: 500;
    font-family: 'Exo 2', sans-serif;
    text-transform: uppercase;
}
/* header */
.hdr {
	border-width: 0 1px;
	border-style: solid;
    z-index: 997;
	border-color: #ffffff;
    max-width: 1280px;
    margin: 0 auto;
}
.r_hdr:before {
	padding-top: 9.0%;
}
.r_hdr_bu_spc:before {
	padding-top: 15.89%;
}
.logo {
	position: absolute;
	left: 7%;
	top: 12%;
	margin: 0;
	white-space: pre-wrap;
	text-align: left;
}
.logo img {
	width: 33%;
}
/* front */
.f-bx-l,
.f-bx-l-txt a {
	color: rgba(255,255,255,1.00);
}
.f-bx-l {
	display: inline-block;
	width: 44.0%;
	overflow: hidden;
	vertical-align: top;
    margin: 3.0% 0 0 4.0%;
}
.r_f-bx-l:before {
	padding-top: 70%;
}
.r_f-bx-l-img:before {
	padding-top: 70%;
}
.f-bx-l-h2,
.f-bx-l-h2-r {
	width: 100%;
	overflow: hidden;
	font-size: 2.3em;
}
.f-bx-l-h2 h1 {
	position: absolute;
	left: 0%;
	top: 0%;
	margin: 0;
    color: rgba(36,139,154,1.00);
    font-size: 1.2em;
}
.f-bx-l-h2-r h2 {
	position: absolute;
    left: 27%;
	top: 45%;
	margin: 0;
    color: rgba(255,255,255,1.00);
}
.f-bx-l-txt {
    bottom: 0%;
    left: 0%;
}
.f-bx-l-txt p,
.f-bx-l-txt a {
	display: inline-block;
    color: rgba(36,139,154,1.00);
    font-size: 1.3em;
}
.f-bx-l-txt p {
	margin: 0 1em 0em 0;
}
.f-bx-l-txt-r {
    left: 27%;
	top: 55%;
    width: 70%;/*
    background-color: rgba(36,139,154,1.00);
	padding: 5% 10%;*/
}
.f-bx-l-txt-r p,
.f-bx-l-txt-r a,
.f-bx-l-txt-r a:link,
.f-bx-l-txt-r a:visited {
    color: rgba(255,255,255,1.00);
    font-size: 1.05em;
    line-height: 1.32em;
}
.f-bx-l-txt-r p {
    margin: 1em 0 1em 0;
}
.f-bx-s,
.f-bx-s-txt a {
	color: rgba(255,255,255,1.00);
}
.f-bx-s {
	display: inline-block;
	width: 28.0%;
	overflow: hidden;
	vertical-align: top;
    margin: 4.0% 0 0 4.0%;
}
.r_f-bx-s:before {
	padding-top: 110%;
}
.r_f-bx-s-img:before {
	padding-top: 70%;
}
.f-bx-s-h2 {
	width: 100%;
	overflow: hidden;
	font-size: 1.6em;
}
.f-bx-s-h2 h2 {
	position: absolute;
	left: 6%;
	bottom: 20%;
	margin: 0;
}
.f-bx-s-txt {
    bottom: 0;
	width: 99.5%;
	border-width: 0 0px 1px 0px;
	border-style: solid;
	border-color:rgba(36,139,154,1.00);
    vertical-align: top;
}
.f-bx-s-txt:nth-child(3) {
	width: 99.4%;
}
.f-bx-s-txt:before {
	padding-top: 40%;
}
.f-bx-s-txt p,
.f-bx-s-txt a {
    color: rgba(100,100,100,1.00);
    margin: 1em 1em 0em 1em;
}
.f-bx-s-txt a {
    position: absolute;
    bottom: 1em;
    display: block;
}
.f-bx-s-txt a::first-letter {
    color:rgba(36,139,154,1.00);
}

/* page */
.sub-menu {
    display: inline-block;
    margin: 3% 0 5% 0;
    overflow: hidden;
    padding: 00;
    vertical-align: top;
    width: 20%;
	font-weight: 400;
}
.pg-hdr,
.pg-hdr-def {
	display: inline-block;
	width: 100%;
	overflow: hidden;
	vertical-align: top;
}
.r_pg-hdr:before {
	padding-top: 32.00%;
}
.r_pg-hdr-def:before {
	padding-top: 12.725%;
}
.r_pg-hdr-img:before {
	padding-top: 32%;
}
.r_hdr-h1:before {
	padding-top: 9%;
}
.pg-hdr-h1,
.pg-hdr-h3 {
	left: 26%;
	bottom: 5%;
	width: 100%;
	overflow: hidden;
	color: #ffffff;
	text-align: left;
	display:inline-block;
}
.pg-hdr h1,
.pg-hdr-h3 h3 {
	display: inline-block;
	padding: 0 0 1.3% 0;
	margin: 0;
	white-space: pre-line;
	color: rgba(0,0,0,1.00);
}
.pg-hdr-h3 {
	bottom: 5%;
}
.pg-hdr-h3 h3 {
	padding: 1.3%;
	margin: 0;
}
.hdr-h1-bu .pg-hdr h3 {
	margin: 0 10%;
    display: block;
	color: rgba(92,92,92,1.00);
}
.pg-def-hdr,
.pg-def {
    width: 60%;
	max-width: 1024px;
	margin: 1% auto 3% auto;
	text-align: left;
    display: inline-block;
    vertical-align: top;
}
.pg-def-hdr {
	margin-bottom: 0;
}
.pg {
	max-width: 1024px;
	margin: 1% auto 0 auto;
	text-align: left;
}
.pg-txt {
	margin: 0 20% 0 10%;
	padding: 0 0 5%  ;
}
.pg-txt .article-image {
    float: right;
    width: 100%;
    margin-left: 10%;
    margin-right: -80%;
}
.pg-txt .article-image img {
	width: 40%;
}
.pg-txt h1 {
	width: 130%;
}
.pg-visit {
	margin: 0 20% 0 10%;
	padding: 0 0 0 0  ;
}
.pg-h2-empf h2 {
	font-size: 1.6em;
    display: block;
    width: 100%;
    border-bottom-color: rgba(21,74,119,1.00);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    margin: .83em 0 .43em 0;
}
/* Footnotes 3 img */
.ftnts-3-img-container {
    width: 100%;
    font-family: 'NoSpace';
}
.ftnts-3-img {
    margin-left: -55%;
    width: 223%;
    font-family: 'NoSpace';
}
.ftnts-3-img img {
    display: inline-block;
    width: 32%;
    margin-right: 0.32%;
    vertical-align: top;
    float: left;
}
/* Gallery */
.article-gallery {
    width: 130%;
}
.imageGallery {
}
.GallImg,
.GallImg img {
    width: 100%;
}
.GallImg:before {
    padding-top: 66.66666667%;
}
a[rel=gallery] {/*
    border-color: rgba(0,102,179,1.0);
    border-style: solid;
    border-width: 1px;*/
    cursor: -moz-zoom-in, -webkit-zoom-in, pointer;
    width: 33%;
    display: inline-block;
    padding: 0;
    margin: 0 0.2% 3% 0;
}
a[rel=gallery]:hover
{
    opacity: 0.9;
}


/* default table */
.article-table {
	width: 100%;
}
.article-table .site-table {
	font-family: 'Lato', sans-serif;
	width: 100%;
}
.article-table .site-table thead {
	background-color: rgba(82,82,82,0.80);
    color: rgba(255,255,255,1.00);
    font-size: 0.9em;
}
.article-table .site-table thead th {
	padding: 1% 1% 1% 1%;
    width: auto;
    border: 1px solid #ffffff;
}
.article-table .site-table tbody {
	
}
.article-table .site-table tbody td {
	padding: 1.5% 1% 1.5% 1%;
    width: auto;
}

/* footer */
div.ftr {
	margin: 0 auto 0 auto;
	text-align: left;
	width: 100%;
	color: #ffffff;
	height: auto;
    max-width: 1280px;
	z-index:20;
}
div.ftr a:link, div.ftr a:visited {
	color: #ffffff;
}
div.ftr h2 {
	font-size: 1.2em;
	margin: 0;
	padding: 0% 0% 3% 0%;
}
div.ftr h3 {
	font-size: 1.05em;
	margin: 0px;
	font-weight:normal;
	padding: 4% 0% 2% 0%;
}
div.ftr h4 {
	font: normal 1.5em;
	margin: 0px;
	padding: 0% 0% 2% 0%;
}
div.ftr p {
	font-size: 0.95em;
	margin: 0;
	padding: 0% 0% 2% 0%;
}
div.ftr-sec {
	margin: 3% 0 2% 5%;
	width: 20%;
	display: inline-block;
	vertical-align: top;
}
div.ftr-sec:nth-child(1) {
	width: 90%;
    margin: 2% 0 0% 3%;
    vertical-align: top;
}
div.ftr-sec:nth-child(1) img {
	width: 15%;
	padding: 0.0% 2%;
}
div.ftr-sec:nth-child(4) {
    margin: 0% 0 3% 3%;
    vertical-align: top;
}
div.ftr-sec:nth-child(4) img {
	width: 96%;
	padding: 0.0% 2%;
}
div.ftr-sec img {
	max-width: 80%;
	max-height: 80%;
	padding: 3.5% 3%;
    background-color: rgba(255,255,255,0.00);
}
@media (min-width:1152px) and (max-width:1279px)  {
body {
	font-size: 75%;
}
/* header */
.tls:before {
	padding-top: 15.0%;
} 
.logo img {
	width: 28%;
}
/* Typography */
	
/* nav sub */
.toggle-menu {
	display:none;
}
}
@media (min-width:1280px) and (max-width:1367px){

    
}
@media (min-width:1368px) and (max-width:1489px){

    
}
@media (min-width:1490px) and (max-width:1689px){
/* tools-menu */
.tls:before {
	padding-top: 14.0%;
} 
    
}
@media (min-width:1600px){
 /* tools-menu */
.tls:before {
	padding-top: 13.0%;
} 

/* header */
.r_hdr_bu_spc:before {
	padding-top: 13.89%;
}
    
}
@media (min-width:1920px){
 /* tools-menu */
.tls:before {
	padding-top: 12.0%;
} 

/* header */
.r_hdr_bu_spc:before {
	padding-top: 14.89%;
}
    
}
@media (min-width:481px) and (max-width:539px) {
/* nav */
.navi {
	display: none;
}
/* nav mobile */
.toggle-menu {
    display: block;
}
/* tools-menu */
.lng-txt {
    margin: 3% 10% 0 5%;
    display: inline-block;
    padding: 0;
    text-align: left;
    vertical-align: top;
    line-height: 1.0em;
    color: #000000;
    font-size: 80%;
}
.lng-tool {
	width: 55%;
}
.info-tool {
    display: none;
}
/* header */
.hdr {
    position: absolute;
    left: 20%;
    border-width: 0 1px;
    border-style: solid;
    z-index: 997;
    border-color: #ffffff;
    max-width: 50%;
    margin: 0 auto;
}
.tls:before {
	padding-top: 18.0%;
}
.r_hdr:before {
	padding-top: 26.0%;
}
.r_hdr_bu_spc:before {
	padding-top: 22.89%;
}
.logo img {
	width: 65%;
}
/* front */
.f-bx-l {
	width: 92.0%;
    margin: 3.0% 0 0 4.0%;
    font-size: 62%;
}
.f-bx-s {
	width: 92.0%;
    margin: 3.0% 0 0 4.0%;
    font-size: 75%;
}
.f-bx-s-h2 h2 {
    font-size: 1.6em;
}
.r_f-bx-s:before{
	padding-top: 85%;
}
.r_f-bx-s-img:before {
	padding-top: 60%;
}
.f-bx-s-txt p, .f-bx-s-txt a {
    font-size: 1.2em;
}
.f-bx-s-txt::before {
    padding-top: 25%;
}
/* page */
.sub-menu {
    display: none;
}
.pg-def-hdr,
.pg-def {
    width: 94%;
    margin-left: 3%;
}
.r_pg-hdr-def:before {
	padding-top: 23.0%;
}
.r_pg-hdr:before,
.r_pg-hdr-img:before {
	padding-top: 45.0%;
}
.pg-hdr-h1 {
    left: 7%;
}
.pg-txt {
    margin: 0 5% 3% 5%;
    padding: 0 0 5%;
}   
.pg-txt .article-image {
    float: none;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}
.pg-txt .article-image img {
	width: 60%;
}
/* Footnotes 3 img */
.ftnts-3-img {
    margin-left: -10%;
    width: 120%;
}
/* footer */
div.ftr {
	font-size: 60%;
}
div.ftr-sec {
	margin: 10% 0 3% 7%;
	width: 40%;
	display: inline-block;
	vertical-align: top;
}
div.ftr-sec:nth-child(1) {
	width: 90%;
    margin: 5% 0 0% 3%;
}
div.ftr-sec:nth-child(1) img {
    width: 40%;
}
/* typography */
h2, p, a {
    font-size: 85%;
}
.pg-hdr-h1 h1 {
    font-size: 1.8em;
}
.pg-txt h1 {
    font-size: 1.8em;
    margin-top: 15%;
} 
.pg-txt h3 {
    font-size: 95%;
}
.f-bx-l-txt-r p, 
.f-bx-l-txt-r a,
.f-bx-l-txt-r a:link,
.f-bx-l-txt-r a:visited {
    font-size: 1.3em;
}
    
.article-link a:link,
.article-link a:visited {
    font-size: 0.9em;
}
}
@media (min-width:540px) and (max-width:639px) {
/* nav */
.navi {
	display: none;
}
/* nav mobile */
.toggle-menu {
    display: block;
}
/* tools-menu */
.lng-txt {
    margin: 3% 10% 0 5%;
    display: inline-block;
    padding: 0;
    text-align: left;
    vertical-align: top;
    line-height: 1.0em;
    color: #000000;
    font-size: 80%;
}
.lng-tool {
	width: 45%;
}
.info-tool {
    display: none;
}
/* header */
.hdr {
    position: absolute;
    left: 20%;
    border-width: 0 1px;
    border-style: solid;
    z-index: 997;
    border-color: #ffffff;
    max-width: 50%;
    margin: 0 auto;
}
.tls:before {
	padding-top: 15.0%;
}
.r_hdr:before {
	padding-top: 26.0%;
}
.r_hdr_bu_spc:before {
	padding-top: 22.89%;
}
.logo img {
	width: 70%;
}
/* front */
.f-bx-l {
	width: 92.0%;
    margin: 3.0% 0 0 4.0%;
    font-size: 62%;
}
.f-bx-s {
	width: 92.0%;
    margin: 3.0% 0 0 4.0%;
    font-size: 75%;
}
.f-bx-s-h2 h2 {
    font-size: 1.6em;
}
.r_f-bx-s:before{
	padding-top: 85%;
}
.r_f-bx-s-img:before {
	padding-top: 60%;
}
.f-bx-s-txt p, .f-bx-s-txt a {
    font-size: 1.2em;
}
.f-bx-s-txt::before {
    padding-top: 25%;
}

/* page */
.sub-menu {
    display: none;
}
.pg-def-hdr,
.pg-def {
    width: 94%;
    margin-left: 3%;
}
.r_pg-hdr-def:before {
	padding-top: 23.0%;
}
.r_pg-hdr:before,
.r_pg-hdr-img:before {
	padding-top: 45.0%;
}
.pg-hdr-h1 {
    left: 7%;
}
.pg-txt {
    margin: 0 5% 3% 5%;
    padding: 0 0 5%;
}   
.pg-txt .article-image {
    float: none;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}
.pg-txt .article-image img {
	width: 60%;
}
/* Footnotes 3 img */
.ftnts-3-img {
    margin-left: -10%;
    width: 120%;
}
/* footer */
div.ftr {
	font-size: 60%;
}
div.ftr-sec {
	margin: 10% 0 3% 5%;
	width: 40%;
	display: inline-block;
	vertical-align: top;
}
div.ftr-sec:nth-child(1) {
	width: 90%;
    margin: 5% 0 0% 3%;
}
div.ftr-sec:nth-child(1) img {
    width: 40%;
}
/* typography */
h2, p, a {
}
.pg-hdr-h1 h1 {
    font-size: 2.0em;
}
.pg-txt h1 {
    font-size: 1.8em;
    margin-top: 15%;
} 
.pg-txt {
    font-size: 90%;
}
.f-bx-l-txt-r p, 
.f-bx-l-txt-r a,
.f-bx-l-txt-r a:link,
.f-bx-l-txt-r a:visited {
    font-size: 1.4em;
}
}
@media (min-width:640px) and (max-width:767px) {
/* nav */
.navi {
	display: none;
}
/* nav mobile */
.toggle-menu {
    display: block;
}
/* tools-menu */
.lng-txt {
    margin: 3% 10% 0 5%;
    display: inline-block;
    padding: 0;
    text-align: left;
    vertical-align: top;
    line-height: 1.0em;
    color: #000000;
    font-size: 80%;
}
.lng-tool {
	width: 40%;
}
.info-tool {
    display: none;
}
/* header */
.hdr {
    border-width: 0 1px;
    border-style: solid;
    z-index: 997;
    border-color: #ffffff;
    max-width: 50%;
    margin: 0 auto;
}
.tls:before {
	padding-top: 20.0%;
}
.r_hdr:before {
	padding-top: 21.0%;
}
.r_hdr_bu_spc:before {
	padding-top: 22.89%;
}
.logo img {
	width: 70%;
}
/* front */
.f-bx-l {
    margin: 3.0% 0 0 4.0%;
    font-size: 47%;
}
.f-bx-s {
    margin: 3.0% 0 0 4.0%;
    font-size: 55%;
}/*
.r_f-bx-l:before,
.r_f-bx-l-img:before,
.r_f-bx-s:before,
.r_f-bx-s-img:before {
	padding-top: 70%;
}*/
/* page */
.sub-menu {
    display: none;
}
.pg-def-hdr,
.pg-def {
    width: 94%;
    margin-left: 3%;
}
.r_pg-hdr-def:before {
	padding-top: 23.0%;
}
.r_pg-hdr:before,
.r_pg-hdr-img:before {
	padding-top: 45.0%;
}
.pg-hdr-h1 {
    left: 7%;
}
.pg-txt {
    margin: 0 5% 3% 5%;
    padding: 0 0 5%;
}   
.pg-txt .article-image {
    float: none;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}
.pg-txt .article-image img {
	width: 60%;
}
/* Footnotes 3 img */
.ftnts-3-img {
    margin-left: -10%;
    width: 120%;
}
/* footer */
div.ftr {
	font-size: 60%;
}
div.ftr-sec {
	margin: 10% 0 3% 5%;
	width: 40%;
	display: inline-block;
	vertical-align: top;
}
div.ftr-sec:nth-child(1) {
	width: 90%;
    margin: 5% 0 0% 3%;
}
div.ftr-sec:nth-child(1) img {
    width: 40%;
}
/* typography */
h2, p, a {
}
.pg-hdr-h1 h1 {
    font-size: 2.0em;
}
.pg-txt h1 {
    font-size: 1.8em;
    margin-top: 15%;
} 
.pg-txt {
    font-size: 90%;
}
.f-bx-l-txt-r p, 
.f-bx-l-txt-r a,
.f-bx-l-txt-r a:link,
.f-bx-l-txt-r a:visited {
    font-size: 1.15em;
}
}
@media (min-width:768px) and (max-width:979px) {
body {
	font-size: 53%;
}
/* header */
.tls:before {
	padding-top: 15.0%;
} 
.logo img {
	width: 28%;
}
/* Typography */
	
/* nav sub */
.toggle-menu {
	display:none;
}
}
@media (min-width:980px) and (max-width:1151px) {
body {
	font-size: 65%;
}
/* header */
.tls:before {
	padding-top: 15.0%;
} 
.logo img {
	width: 28%;
}

/* Typography */

	
/* nav sub */
.toggle-menu {
	display:none;
}
}
@media (max-width:480px) {
/* nav */
.navi {
	display: none;
}
/* nav mobile */
.toggle-menu {
    display: block;
}
/* tools-menu */
.lng-txt {
    margin: 3% 10% 0 5%;
    display: inline-block;
    padding: 0;
    text-align: left;
    vertical-align: top;
    line-height: 1.0em;
    color: #000000;
    font-size: 80%;
}
.lng-tool {
	width: 55%;
}
.info-tool {
    display: none;
}
/* header */
.hdr {
    position: absolute;
    left: 20%;
    border-width: 0 1px;
    border-style: solid;
    z-index: 997;
    border-color: #ffffff;
    max-width: 50%;
    margin: 0 auto;
}
.tls:before {
	padding-top: 17.0%;
}
.r_hdr:before {
	padding-top: 32.0%;
}
.r_hdr_bu_spc:before {
	padding-top: 22.89%;
}
.logo img {
	width: 75%;
}
/* front */
.f-bx-l {
	width: 92.0%;
    margin: 3.0% 0 0 4.0%;
    font-size: 47%;
}
.f-bx-s {
	width: 92.0%;
    margin: 3.0% 0 0 4.0%;
    font-size: 60%;
}
.f-bx-s-h2 h2 {
    font-size: 1.6em;
}/*
.r_f-bx-l:before,
.r_f-bx-l-img:before,*/
.r_f-bx-s:before{
	padding-top: 90%;
}
.r_f-bx-s-img:before {
	padding-top: 60%;
}
.f-bx-s-txt p, .f-bx-s-txt a {
    font-size: 1.2em;
}
.f-bx-s-txt::before {
    padding-top: 30%;
}
/* page */
.sub-menu {
    display: none;
}
.pg-def-hdr,
.pg-def {
    width: 94%;
    margin-left: 3%;
}
.r_pg-hdr-def:before {
	padding-top: 23.0%;
}
.r_pg-hdr:before,
.r_pg-hdr-img:before {
	padding-top: 45.0%;
}
.pg-hdr-h1 {
    left: 7%;
}
.pg-txt {
    margin: 0 5% 3% 5%;
    padding: 0 0 5%;
}   
.pg-txt .article-image {
    float: none;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}
.pg-txt .article-image img {
	width: 60%;
}
/* Footnotes 3 img */
.ftnts-3-img {
    margin-left: -10%;
    width: 120%;
}
/* footer */
div.ftr {
	font-size: 60%;
}
div.ftr-sec {
	margin: 10% 0 3% 3%;
	width: 45%;
	display: inline-block;
	vertical-align: top;
}
div.ftr-sec:nth-child(1) {
	width: 90%;
    margin: 5% 0 0% 3%;
}
div.ftr-sec:nth-child(1) img {
    width: 40%;
}
/* typography */
h2, p, a {
    font-size: 80%;
}
.pg-hdr-h1 h1 {
    font-size: 1.4em;
}
.pg-txt h1 {
    font-size: 1.6em;
    margin-top: 15%;
} 
.pg-txt h3 {
    font-size: 90%;
}
.f-bx-l-txt-r p, 
.f-bx-l-txt-r a,
.f-bx-l-txt-r a:link,
.f-bx-l-txt-r a:visited {
    font-size: 1.2em;
}
    
.article-link a:link,
.article-link a:visited {
    font-size: 0.8em;
}
}
