/**
 * Theme Name: ChoKan Metal
 * Author: bold., bpcdpc
 * Text Domain: ChoKanmetal
 */

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

article,
aside,
details, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

template, /* 1 */
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/* Forms
   ========================================================================== */

/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1; }

:-moz-placeholder { /* Firefox 18- */
  color: inherit;
  opacity: 1; }

::-moz-placeholder {  /* Firefox 19+ */
  color: inherit;
  opacity: 1; }

:-ms-input-placeholder {
  color: inherit;
  opacity: 1; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Base */

html {
	font-size: 62.5%; }
  
body {
	color: #000;
  font-size: 1.6em; /* currently ems cause chrome bug misinterpreting rems on body element */
  font-weight: 300;
  font-family: 'Ciutadella', sans-serif; }
  
h1, h2, h3, h4, h5, h6, div, p, ul, ol, dl, li, dt, dd, table, tr, th, td, input, textarea, select, button {
  font-family: inherit; 
	color: inherit;
	font-weight: 400;
	line-height: 1;
	margin: 0;
	padding: 0; }
	
p, th, td, dt, dd, footer {
	font-family: 'Helvetica', sans-serif; }
	
a {
	color: inherit;
	text-decoration: none; }
	
dt, dd, li {
	list-style: none; }

img {
	display: block;
	width: 100%;
	height: auto; }
	
em {
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0; }
	
.ko {
	font-family: 'Noto Sans KR', sans-serif; }	
	
/* Visibility by viewport */
	
@media (min-width: 769px) {

	.desktop {
		display: block !important; }
		
	.mobile {
		display: none !important; }

}

@media (max-width: 768px) {


	.desktop {
		display: none; }
		
	.mobile {
		display: block; }

}

/* Floats */

@media (min-width: 769px) {

	.pull {
		float: left; }
	
	.push {
		float: right; }

}

/* Animated */

.animated {
	-webkit-transition-duration: .2s;
	transition-duration: .2s; }
	
.animated--width {
	-webkit-transition-property: width;
	transition-property: width; }
	
.animated--opacity {
	-webkit-transition-property: opacity;
	transition-property: opacity; }
	
.animated--color {
	-webkit-transition-property: color;
	transition-property: color; }
	
.animated--filter {
	-webkit-transition-property: filter;
	transition-property: filter; }
	
.animated--position {
	-webkit-transition-property: position;
	transition-property: position; }
	
.animated--background-color {
	-webkit-transition: background-color .2s ease, color .2s ease;
	-moz-transition: background-color .2s ease, color .2s ease;
	-o-transition: background-color .2s ease, color .2s ease;
	-ms-transition: background-color .2s ease, color .2s ease;
	transition: background-color .2s ease, color .2s ease; }
	
.animated--darker:hover {
	background-color: #222;
	color: #fff; }
	
.animated--red:hover {
	background-color: #cf0a2c;
	color: #fff; }
	
/* SVG filters */

.svg {}

.svg--white {
  -webkit-filter: grayscale(100%) brightness(5);
  filter: grayscale(100%) brightness(5); }
  
/* Icons */

.icon {
	display: block;
	text-indent: -9999px;
	cursor: pointer;
	width: 20px;
	height: 20px;
	font-size: 20px;
	line-height: 20px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%; }
	
.icon--menu {
	background-image: url(icons/menu.svg); }
	
/* Buttons */

.button {
	display: block;
	box-sizing: border-box;
	font-size: 1.5rem;
	line-height: 1.5;
	font-weight: 400;
	color: #000;
	text-transform: uppercase;
	text-align: center;
	padding: 10px 6px 6px 6px;
	width: 100px; }
	
.button--small {
	font-size: 1.2rem;
	padding: 2px 3px 0px 3px;
	width: 50px; }
	
.button--large {
	font-size: 2rem;
	padding: 16px 12px 12px 12px;
	width: 200px; }
	
.button--full {
		width: 100%; }
	
.button--red {
	background-color: #cf0a2c; }
		
.button--yellow {
	background-color: #fed400; }

@media (min-width: 769px) {

	.button--red-desktop {
		background-color: #cf0a2c; }
		
	.button--yellow-desktop {
		background-color: #fed400; }

}

@media (max-width: 768px) {

	.button--red-mobile {
		background-color: #cf0a2c; }

	.button--yellow-mobile {
		background-color: #fed400; }

}

.button--right {
	float: right; }
	
/* Go To */

.go-to--top {
	cursor: pointer; }

/* Clear */

.row:after,
.container:after,
.clear:after {
	content: '';
	display: table;
	clear: both; }
	
/* fullscreen */

.fullscreen {
	width: 100%;
	height: 100vh; }
	
/* Vertical center */

.middle {
	display: table;
	width: 100%; }
	
.middle__inner {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	text-align: center; }
	
@media (max-width: 768px) {

	.full-height {
		height: calc( 100vh - 285px ); } /* header 54 + footer 231 */
	
}

@media (min-width: 769px) and (max-width: 1277px) {

	.full-height {
		height: calc( 100vh - 381px ); } /* header 150 + footer 231 */
		
}

@media (min-width: 1278px) {

	.full-height {
		height: calc( 100vh - 407px ); } /* header 150 + footer 257 */
		
}
	
/* Cover background */

.cover {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat; }

/* HR */

.hr {}

.hr--white {
	border: 0;
	height: 1px;
	background-color: #fff;
	width: 100%; }

/* Structure */

html{
	background-color: #d9dad6; }

body {
	min-height: 100vh;
	max-width: 1680px;
	width: 100%;
	margin: 0 auto; }
	
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	position: relative; }
	
.container--padding {
	padding-left: 15px;
	padding-right: 15px; }

@media (min-width: 769px) {

	.container--padding {
		padding-left: 30px;
		padding-right: 30px; }
		
	.container--1278 {
		max-width: 1278px; }
		
	.container--1480 {
		max-width: 1480px; }
		
}

/* Header */

.header {
	background-color: #fff;
	padding-top: 18px;
	padding-bottom: 18px; }

@media (min-width: 769px) {

	.header {
		padding-top: 60px;
		padding-bottom: 60px; }

}

.header__logo {
	width: 140px; }
	
@media (min-width: 769px) {

	.header__logo {
		width: 240px; }

}

@media (max-width: 768px) {

	.header__menu {
		position: absolute;
		left: 0;
		right: 0;
		top: 36px;
		z-index: 100;
		border-top: 1px solid #e3cfcf;
		background-color: #fff; }

	.header__menu-trigger {
		position: absolute;
		right: 15px;
		top: 0; }

}

.menu-item {
	text-transform: uppercase;
	font-size: 2rem; }
	
@media (max-width: 768px) {

	.menu-item {
		color: #aa9191; }
	
	.menu-item a {
		display: block;
		padding-top: 12.5px;
		padding-bottom: 12.5px;
		text-align: center;
		border-bottom: 1px solid #e3cfcf; }
		
}
	
@media (min-width: 769px) {

	.menu-item {
		color: #999;
		float: left;
		font-size: 1.8rem;
		margin-top: 8px;
		margin-right: 40px; }

}
	
.menu-item:hover,
.current-menu-item {
	color: #000;
	text-decoration: underline; }
	
.languages {
	position: absolute;
	right: 50px;
	top: 5px;
	font-size: 1.3rem;
	color: #949494; }
	
.languages .selected {
	color: #474747; }
	
@media (min-width: 721px) {

	.languages {
		top: -30px;
		right: 70px; }

}
	
/* Footer */

.footer {
	font-size: 1.2rem;
	padding-top: 15px;
	padding-bottom: 30px; 
	color: #fff;
	background-color: #000; }
	
.footer__address {
	line-height: 1.4;
	padding-bottom: 15px; }
	
.footer__rights {
	line-height: 1.4;
	padding-bottom: 25px; }
	
.footer__rights a {
	display: inline-block;
	margin-top: 5px;
	color: #fed400; }
	
.footer__rights a:last-child {
	margin-top: 2px; }
	
.footer__rights a:hover {
	color: #d00a2c; }
	
.footer__logo {
	width: 100px; }
	
@media (min-width: 1278px) {

	.footer {
		font-size: 1.5rem;
		padding-top: 32px;
		padding-bottom: 100px; }

	.footer__address,
	.footer__rights {
		line-height: 1.5; }
	
	.footer__logo {
		width: 136px;
		position: absolute;
		left: 138px;
		top: 0; }
		
	.footer__address {
		float: left;
		margin-left: 29.5%; }
		
	.footer__rights {
		float: right;
		margin-right: 13%; }
		
	.footer__rights a {
		margin-top: 10px; }

}

/* Slice */

.slice {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	z-index: 10; }
	
.slice__inner {
	width: 100%;
	height: 100%;
	-webkit-transform-origin: inherit;
	-moz-transform-origin: inherit;
	transform-origin: inherit; }

.slice--quad-1 {
	-webkit-transform: skewX( 45deg );
	-moz-transform: skewX( 45deg );
	transform: skewX( 45deg ); }
	
.slice--quad-2 {
	-webkit-transform: skewX( 135deg );
	-moz-transform: skewX( 135deg );
	transform: skewX( 135deg ); }
	
.slice--quad-3 {
	-webkit-transform: skewX( -135deg );
	-moz-transform: skewX( -135deg );
	transform: skewX( -135deg ); }

.slice--quad-4 {
	-webkit-transform: skewX( -45deg );
	-moz-transform: skewX( -45deg );
	transform: skewX( -45deg ); }

.slice__inner--quad-1 {
	-webkit-transform: skewX( -45deg );
	-moz-transform: skewX( -45deg );
	transform: skewX( -45deg ); }
	
.slice__inner--quad-2 {
	-webkit-transform: skewX( -135deg );
	-moz-transform: skewX( -135deg );
	transform: skewX( -135deg ); }
	
.slice__inner--quad-3 {
	-webkit-transform: skewX( 135deg );
	-moz-transform: skewX( 135deg );
	transform: skewX( 135deg ); }

.slice__inner--quad-4 {
	-webkit-transform: skewX( 45deg );
	-moz-transform: skewX( 45deg );
	transform: skewX( 45deg ); }

.slice--rt {
	right: 0;
	top: 0;
	-webkit-transform-origin: right top;
	-moz-transform-origin: right top;
	transform-origin: right top; }
	
.slice--lt {
	left: 0;
	top: 0;
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	transform-origin: left top; }
	
.slice--rb {
	right: 0;
	bottom: 0;
	-webkit-transform-origin: right bottom;
	-moz-transform-origin: right bottom;
	transform-origin: right bottom; }

.slice--lb {
	left: 0;
	bottom: 0;
	-webkit-transform-origin: left bottom;
	-moz-transform-origin: left bottom;
	transform-origin: left bottom; }

.rect,
.square {
	position: relative; }
	
.square__inner {
	display: block;
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 100%; }
	
.square__inner__image {
	position: absolute; }
	
.rect__inner__image,
.slice__inner__image,
.square__inner__image {
	width: auto;
	height: 100%; }

.rect__inner__text,
.slice__inner__text,
.square__inner__text {
	position: absolute;
	z-index: 1; }
	
/* Grid */

.row {
	box-sizing: border-box;
  overflow: hidden;
  position: relative;
  margin: 0 auto; }
  
@media (min-width: 769px) {

	.column {
		float: left; }

}

.width--half--collapsed {
	width: 100%; }

@media (min-width: 769px) {

	.width--half {
		width: 50%; }
		
	.width--a-third {
		width: 33.3333333334%; }
		
	.width--two-thirds {
		width: 66.6666666666%; }
		
	.width--a-fourth {
		width: 25%; }

}

/* Slider */
	
.slider {
	background-color: #000; }
	
.slide {
	position: relative; }
	
.slide__text {
	position: absolute;
	z-index: 1; }

.flex-control-nav {
	position: absolute;
	z-index: 100;}
	
.flex-control-nav li {
	display: inline-block; }
	
.flex-control-nav a {
	display: block;
	text-indent: -9999px;
	background-color: #fff;
	border-radius: 20px;
	width: 9px;
	height: 9px;
	margin-left: 13px;
	opacity: 0.5; }
	
.flex-control-nav a.flex-active {
	opacity: 1; }

/* Home */

.go-to--contacts {
	background-color: #7b7b7e;
	color: #fff; }
	
@media (min-width: 769px) {
		
	.go-to--contacts {
		position: absolute;
		top: 0;
		left: 33.3333333334%;
		height: 50%;  }	
		
	.go-to--services {
		left: 33.3333333334%; }

}

.slide__text {
	top: 15%;
	right: 0;
	text-align: right; }
	
.slide__text__type {
	color: #fff; 
	font-size: 1.2rem;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px; }
	
.slide__text__title {
	color: #fff; 
	font-size: 3.5rem;
	margin-bottom: 10px; }

.home-slider .flex-control-nav {
	top: calc( 15% + 80px );
	right: 18px; }
	
@media (min-width: 769px) and (max-width: 1100px) {

	.slide__text {
		top: 20%;
		right: 0; }
	
	.slide__text__type {
		font-size: 1.6rem; }
	
	.slide__text__title {
		font-size: 4rem; }
		
	.home-slider .flex-control-nav {
		top: calc( 20% + 120px );
		right: 32px; }

}

@media (min-width: 1101px) and (max-width: 1680px){

	.slide__text {
		top: 20%;
		right: 100px; }

	.slide__text__type {
		font-size: 1.6rem; }
	
	.slide__text__title {
		font-size: 4rem; }
		
	.home-slider .flex-control-nav {
		top: calc( 20% + 160px );
		right: 132px; }

}

@media (min-width: 1681px) {

	.slide__text {
		top: 20%;
		right: 100px; }

	.slide__text__type {
		font-size: 2rem; }
	
	.slide__text__title {
		font-size: 7rem; }
		
	.home-slider .flex-control-nav {
		top: calc( 20% + 160px );
		right: 132px; }

}

.key-value__text {
	left: 0;
	bottom: 100px; }
	
.key-value__text__content {
	font-size: 3.5rem;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 15px; }

@media (min-width: 769px) and (max-width: 1100px) {

	.key-value__text {
		width: 50%;
		bottom: 20%; }
	
	.key-value__text__content {
		font-size: 4rem;
		margin-bottom: 30px; }
		
}

@media (min-width: 1101px) and (max-width: 1680px) {

	.key-value__text {
		width: 40%;
		left: 100px;
		bottom: 30%; }
	
	.key-value__text__content {
		font-size: 4rem;
		margin-bottom: 50px; }

}

@media (min-width: 1681px) {

	.key-value__text {
		width: 60%;
		left: 100px;
		bottom: 30%; }
	
	.key-value__text__content {
		font-size: 7rem;
		margin-bottom: 50px; }
		
}

.go-to--about__text,
.go-to--products__text,
.go-to--contacts__text,
.go-to--services__text {
	font-size: 2.5rem;
	text-transform: capitalize;
	text-align: center;
	color: #fff; }

@media (min-width: 769px) {

	.go-to--about__text,
	.go-to--products__text,
	.go-to--contacts__text,
	.go-to--services__text {
		font-size: 4rem; }

}

.go-to--about__text,
.go-to--contacts__text {
	left: 0;
	top: 60%;
	width: 60%; }
	
.go-to--products__text,
.go-to--services__text {
	right: 0;
	bottom: 60%;
	width: 60%; }

@media (min-width: 769px) {

	.go-to--products__text {
		top: 48%;
		width: 14%; }
	
	.go-to--services__text {
		right: auto;
		left: 0;
		width: 67%;
		top: 20%; }

}

/* Anchors */

@media (min-width: 769px) {

	.anchors__logo {
		display: block;
		position: absolute;
		left: 30px;
		top: 2px;
		width: 100px;
		opacity: 0; }
		
	.go-to--top {
		display: block;
		position: absolute;
		top: 0;
		right: 30px;
		opacity: 0; }

	.scrolled .anchors__logo,
	.scrolled .go-to--top {
		opacity: 1; }

	.anchors {
		box-sizing: border-box;
		background-color: #fff;
		text-align: center;
		padding-top :25px;
		padding-bottom: 25px;
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
		font-size: 2rem;
		height: 72px; }
		
	.anchor {
		padding-left: 25px;
		padding-right: 25px; }
		
	.anchor:hover,
	.anchor.on {
		color: #ce1232; }
		
	.anchor:first-child {
		padding-left: 0; }
		
	.anchor:last-child {
		padding-right: 0; }
		
	.scrolled .anchors {
		position: fixed;
		width: 100%;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		top: 0;
		z-index: 100; }
		
	.section {
		padding-top: 72px; }
		
	.banner.section {
		padding-top: 0; }	
	
	.section--first-child {
		margin-top: 108px; }
	
	.scrolled .section--first-child {
		margin-top: 180px; }
		
	.scrolled .banner--first-child {
		margin-top: 72px; }

}

@media (min-width: 769px) and (max-width: 1278px) {

	.anchors {
		font-size: 1.7rem; }
		
	.anchors__logo {
		top: 4px; }
		
	.anchor {
		line-height: 20px;
		padding-left: 10px;
		padding-right: 10px; }

}

@media (min-width: 769px) and (max-width: 1000px) {

	.anchors__logo,
	.go-to--top {
		opacity: 0 !important; }
		
}

@media (max-width: 768px) {

	.banner--first-child {
		margin-top: -40px; }

}

/* Block */

@media (max-width: 768px) {

	.block {
		margin-bottom: 50px; }

}

.block__heading {
	line-height: 1.2;
	font-size: 2.5rem;
	color: #d00a2c;
	text-transform: uppercase; }
	
.block__desc {
	font-weight: 200;
	font-size: 1.6rem;
	line-height: 1.2;
	color: #d00a2c; }
	
.block__title {
	font-size: 1.8rem;
	line-height: 1.4;
	margin-bottom: 15px; }
		
.block__image + .block__title,
.block__title:first-child {
	margin-top: 28px; }
	
.block__text {
	font-size: 1.4rem;
	line-height: 1.4; }
	
.block__heading + .block__text {
	margin-top: 16px; }
	
.block__text + .block__heading {
	margin-top: 32px; }
	
.block__exp {
	margin-top: 10px;
	font-size: 1.2rem; }
	
@media (min-width: 769px) {

	.block__heading {
		font-size: 4rem; }
		
	.block__heading--large {
		font-size: 6rem; }
	
	.block__desc { 
		width: 80%;
		font-size: 4rem; }
		
	.block__title {
		font-size: 3rem;
		margin-bottom: 25px; }
		
	.block__image + .block__title {
		margin-top: 50px; }
		
	.block__text {
		font-size: 2rem;
		line-height: 1.5; }
		
	.block__heading + .block__text {
		margin-top: 30px; }
		
	.block__text + .block__heading {
		margin-top: 60px; }
	
	.block__exp {
		margin-top: 20px;
		font-size: 1.5rem; }

}

/* Table */

table {
	border-top: 1px solid #dedede;
	border-collapse: collapse; }
	
.th--desktop {
	display: none; }

@media (min-width: 769px) {

	.th--desktop {
		display: table-cell; }

}

.th--decade,
.th--year,
.td--achievement {
	padding: 10px 20px 10px 0;  
	vertical-align: top;
	border-bottom: 1px solid #dedede; }
	
.th--decade,
.th--year {
	/*font-family: 'Ciutadella', sans-serif;*/
	font-weight: 300;
	font-size: 1.5rem;
	color: #09090b; }
	
.th--decade {
	font-weight: 400; }
	
.td--achievement {
	line-height: 1.5;
	font-size: 1.3rem;
	color: #999999; }
	
@media (min-width: 769px) {

	.th--decade,
	.th--year {
		padding: 10px 30px 5px 0; 
		font-size: 1.8rem; }

	.td--achievement {
		padding: 10px 0 5px 0; 
		font-size: 1.5rem; }

}

.th--title,
.td--content {
	text-align: left;
	padding: 10px 20px 10px 0;  
	vertical-align: top;
	border-bottom: 1px solid #dedede;
	font-size: 1.5rem; }
	
.th--title {
	font-weight: 700;
	color: #09090b; }
	
.td--content {
	font-weight: 300;
	line-height: 1.5;
	font-size: 1.3rem;
	color: #000; }
	
.td--content em {
	font-weight: 400; }
	
@media (min-width: 769px) {

	.th--title {
		padding: 10px 30px 5px 0; }

	.td--content {
		padding: 10px 0 5px 0; }

}

/* Content */

.contain {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center; }

.content {
	background-color: #fff;
	padding-bottom: 100px; }
	
@media (max-width: 768px) {

	.content {
		border-top: 1px solid #ddd;
		padding-top: 40px; }

}
	
.section {
	padding-bottom: 50px; }
	
/* Featured */

@media (min-width: 769px) {

	.featured {
		color: #fff; }

	.featured__inner__title {
		position: absolute;
		z-index: 1;
		left: 30px;
		top: 40px;
		font-size: 3rem;
		text-transform: uppercase;
		text-decoration: underline;
		letter-spacing: 0.1em; }
	
	.featured__inner__desc {
		position: absolute;
		z-index: 1;
		left: 30px;
		margin-top: 10%;
		font-size: 3.5rem; }

}

@media (min-width: 1278px) {

	.featured__inner__desc {
		margin-top: 18%;
		font-size: 4.5rem; }

}

/* Flag */

@media (min-width: 769px) {

	.flag--small {
		width: 15.87%; }
	
	.flag--large {
		width: 29.79%; }

	.flag__inner__text {
		font-size: 2rem;
		text-transform: uppercase;
		text-decoration: underline;
		display: table;
		-webkit-transform: translate3d( 0, 0, 0) rotate( 45deg );
		-ms-transform: translate3d( 0, 0, 0) rotate( 45deg );
		transform: translate3d( 0, 0, 0) rotate( 45deg ); }
		
	.flag__inner__cell {
		width: 100%;
		height: 100%;
		display: table-cell;
		vertical-align: middle;
		text-align: center; }
		
	.flag--small__inner__text {
		position: absolute;
		bottom: 0;
		width: 100%;
		height: 51.851852%; }
		
	.flag--small__inner__cell {
		padding-top: 50px; }
		
	.flag--large__inner__text {
		width: 100%;
		height: 100%; }
		
	.flag--large__inner__cell {
		padding-bottom: 50px; }

	.flag--small__inner__image {
		opacity: 0.8; }
		
	.flag--small:hover .flag--small__inner__image {
		opacity: 1; }
	
	.flag--large__inner__image {
		position: absolute;
		right: 0;
		opacity: 0.75; }
		
	.flag--large:hover .flag--large__inner__image {
		opacity: 0.85; }

}

/* Banner */

.banner {
	color: #fff; }

.banner__title {
	margin-bottom: 20px;
	text-transform: uppercase;
	font-size: 2.5rem; }
		
.banner__text {
	font-size: 1.4rem;
	line-height: 1.4; }
	
@media (max-width: 320px) {

	.banner__title {
		font-size: 2rem; }
		
	.banner__text {
		font-size: 1.2rem; }

}

@media (min-width: 769px) {

	.banner__title {
		font-size: 4rem;
		margin-bottom: 35px; }
		
	.banner__text {
		width: 50%; 
		font-size: 1.6rem; }
		
}

@media (min-width: 1278px) {

	.banner__title {
		font-size: 6rem;
		margin-bottom: 35px; }
		
	.banner__text {
		width: 50%; 
		font-size: 2rem; }
		
}
	
/* About */

.what-we-do__inner__text {
	padding-top: 30px; }
	
@media (min-width: 769px) {

	.what-we-do__inner__text {
		padding-top: 15%; }
		
}

@media (min-width: 1278px) {

	.what-we-do__inner__text { 
		margin-left: calc( 50% - 639px ); }

}

.tail {
	height: 0;
	margin: 0;
	width: 41.6%;
	padding-bottom: 41.6%; }

@media (min-width: 769px) {

	.tail {
		width: 50%;
		padding-bottom: 50%; }

}

.what-we-do__inner__text {
	padding-top: 30px; }
	
@media (min-width: 769px) {

	.what-we-do__inner__text {
		padding-top: 10%; }
		
}

@media (min-width: 1278px) {

	.what-we-do__inner__text {
		padding-top: 15%; 
		margin-left: calc( 50% - 639px ); }

}

.block--glance {
	margin-bottom: 20px; }
	
.block--history-and-achievement {
	width: 60%;
	margin-left: 40%; }
	
#history-and-achievement {
	margin-top: calc( 60px - 41% );
	 }
	
#history-and-achievement {
	margin-top: -41%; }
	
@media (max-width: 768px) {
	
	.block--history-and-achievement__desc {
		width: 80%; }

}
	
	
.block--csr,
.block--employee,
.block--unicef {
	margin-bottom: 30px; }
	
@media (min-width: 769px) {
		
	.block--glance {
		width: 50%;
		margin-bottom: 67px; }
	
	.block--renown {
		width: 40.83%;
		margin-bottom: 86px; }
	
	.block--professionalism {
		width: 50%;
		margin-top: -147px; }

	.block--moral {
		width: 49.16%; }

	.block--competetiveness {
		width: 43.33%;
		margin-top: -145px;
		margin-bottom: 70px; }

	.block--history-and-achievement {
		width: 50%;
		margin-left: 50%;
		margin-bottom: 145px; }

	#history-and-achievement {
		margin-top: -39.1304%;
		margin-top: calc( -50% + 180px - 72px ); }

	.block--history {
		width: 41.66%;
		margin-top: 50px;
		margin-bottom: 100px; }

	.block--overview {
		width: 50%; }

	.block--museum {
		width: 55%;
		margin-bottom: 80px; }

	.block--csr {
		width: 33.33%;
		margin-bottom: 160px; }

	.block--employee {
		width: 40.83%; }

	.block--unicef {
		width: 50%; }
	
}

.block__text + .block__text {
	margin-top: 15px; }
		
@media (min-width: 769px) {

	.block__text + .block__text {
		margin-top: 30px; }

}

/* Product */

.section--product {
	padding-bottom: 45px; }
	
.block--product {
	margin-bottom: 0; }
	
.block--product__heading {
	margin-bottom: 20px; }
	
@media (min-width: 769px) {

	.section--product {
	padding-bottom: 160px; }

	.block--product__overview {
		width: 30%; }
		
	.block--product__detail {
		width: 65%; }
		
	.block--product__spec table {
		width: 100%; }

}

/* Services */

.block--pm {
	margin-top: 30px;
	margin-bottom: 0; }

@media (min-width: 769px) {

	.block--pm {
		margin-bottom: 50px;
		width: 66.67%; }
		
	.block--pm__heading {
		margin-bottom: 50px; }
		
	.block--chart {
		margin-top: 100px;
		margin-bottom: 80px; }

	.block--stock {
		width: 50%; }
		
	.block--qc {
		width: 41.67%;
		margin-top: 100px; }
		
	.block--proc {
		margin-top: 30px;
		margin-bottom: 80px; }
		
	.block--proc__image {
		width: 66.67%; }
		
	.block--proc__info {
		width:25%;
		margin-top: 40px; }
	
	.block--logistics {
		margin-bottom: 100px; }
		 
	.block--logistics__image {
		width: 58.33%; }
		
	.block--logistics__info {
		width: 35.83%;
		margin-top: 20px; }

}

.services__inner__text {
	padding-top: 30px; }
	
@media (min-width: 769px) {

	.services {
		left: auto;
		right: -20.178571%; }
	
	.services__inner {
		position: absolute;
		right: 20.178571%; }
		
	.services__inner__text {
		padding-top: 4%;
		text-align: right; }
		
	.services__inner__text .banner__text {
		width: 40%;
		margin-left: 60%; }
	
}

@media (min-width: 1278px) {

	.services__inner__text {
		margin-left: calc( 50% - 639px ); }

}

@media (min-width: 1681px) {

	.services__inner__text {
		padding-top: 12%; }

}

/* Contacts */

.slice--contacts {
	left: auto;
	right: -16.5%; }
	
.slice--contacts__inner {
	position: absolute;
	right: 16.5%; }
	
.tail--contacts {
	height: 0;
	margin-left: 75%;
	width: 25%;
	padding-bottom: 25%; }
	
@media (min-width: 769px) {

	.slice--contacts {
		right: -42.6%; }
	
	.slice--contacts__inner {
		right: 42.6%; }

}

.block__text__em {
	display: block;
	margin-top: 30px; }
	
.block__text__em:first-child {
	margin-top: 0; }
	
#location-contanct-info {
	margin-top: -30px; }
	
@media (min-width: 769px) {

	#location-contanct-info {
		margin-top: -200px; }

}

.map {
	position: relative;
	margin-bottom: 20px; }
	
.map__overlay{
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 9999;
  background-color: transparent; }
	
.map__iframe {
	width: 100%;
	height: 100%;
	min-height: 400px;
	border: 0; }
	
@media (min-width: 769px) {

	.map {
		position: relative;
		margin-bottom: 40px; }
		
	.map__iframe {
		min-height: 550px; }

}

@media (min-width: 769px) {
		
	.block--job__proc,
	.block--inquiry {
		width: 65%; }
		
	.block--job__guide,
	.block--downloads {
		width: 30%; }

}

@media (min-width: 1278px) {

	.block--job__title,
	.block--job__proc,
	.block--inquiry,
	.block--location-info {
		padding-left: 200px; }

	.block--job__proc,
	.block--inquiry {
		width: calc( 65% - 200px ); }	

}

/* Form */

::-webkit-input-placeholder {
	color: #ededed;
	opacity: 1; }

:-moz-placeholder { /* Firefox 18- */
	color: #ededed;
	opacity: 1; }

::-moz-placeholder {  /* Firefox 19+ */
	color: #ededed;
	opacity: 1; }

:-ms-input-placeholder {
	color: #ededed;
	opacity: 1; }

input[type=text],
input[type=email],
input[type=submit],
textarea {
	border-radius: 0;
	box-sizing: border-box;
	font-size: 1.6rem;
	padding: 5px 0;
	width: 100%; }

input[type=text],
input[type=email] {
	border: 0;
	border-bottom: 1px solid #000; }

input[type=submit] {
	background: 0;
	padding: 10px;
	border: 1px solid #000;
	width: 302px;
	max-width: 100%; }
	
input[type=submit]:hover {
	background-color: #d00a2c;
	color: #fff;
	border-color: #d00a2c;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s; }
	
textarea{
	padding: 5px;
	border: 1px solid #000; }
	
form p {
	width: 100%;
	margin-bottom: 30px; }
	
.g-recaptcha {
	margin-bottom: 20px; }
		
@media (max-width: 320px) {

	.g-recaptcha {
		-webkit-transform:scale(0.96);
		transform:scale(0.96);
		-webkit-transform-origin:0 0;
		transform-origin:0 0; }

}
	
.agreement {
	color: #777;
	font-size: 1.4rem; }
	
.agreement a {
	text-decoration: underline; }
	
.agreement a:hover {
	color: #d00a2c; }
	
.ajax-loader {
	width: auto;
	padding-left: 10px;
	display: inline-block; }
	
span[role=alert] {
	margin-top: 10px;
	font-size: 70%; }
	
div.wpcf7-response-output {
	margin: 0;
	padding: 0;
	border: 0; }

/* 404 */

.error-404,
.section-404 {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	background-color: transparent; }
	
.title-404,
.text-404 {
	text-align: left;
	margin-bottom: 10px; }
	
/* ko */

@media (min-width: 769px) {

	.ko.featured__inner__desc {
		margin-top: 15%;
		line-height: 1.2; }
		
	.services__inner__text .ko.banner__text {
		width: 44%;
		margin-left: 56%; }
		
	.block--pm {
		width: 100%; }
		
	.block--csr	{
		margin-bottom: 27%; }

}