
/* Website Content Copyright © Tomek Jankowski. All Rights Reserved. */

/* Font Family - Work Sans: 300 Light; 400 Regular; 500 Medium; 600 Semi Bold; 700 Bold; subset=latin,latin-ext */

/* 001. Splash Screens ----------------------------------------------- */

.splash-fade-in {animation: opac 0.75s} @keyframes opac {from{opacity: 0} to{opacity: 1}}

a.splash {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.fullscreen-section .fullscreen-inner {
	background: rgba(0,0,0,0.75);
}

.fullscreen-inner.v-align-bottom {
	vertical-align: bottom;
}

/* 002. Global Settings ---------------------------------------------- */

body,
.content,
.header .header-inner,
.fullscreen-sections-wrapper {
	font-family: 'Work Sans', 'Helvetica Neue', Arial, sans-serif;
	font-weight: 300;
	font-size: 1.90rem;
	letter-spacing: 0.05rem;
	word-spacing: 0.10rem;
	line-height: 1.3;
	color: #000000;
	background: #fafafa !important;
	background-color: #fafafa !important;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke: transparent;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

body.boxed {
	background-color: #fafafa !important;
}

body.boxed .wrapper-inner {
	background-color: #fafafa !important;
}

/* 003. Layout And Spacing ------------------------------------------- */

.header .logo {
	margin-left: 1.50rem;
}

.header .header-inner .logo {
	width: 75%;
}

.header .header-inner {
	background-color: #fafafa !important;
}

.mobile .header .header-inner {
	background-color: #fafafa !important;
}

.mobile .header,
.mobile .header .header-inner{
	background: #fafafa !important;
}

.header .side-nav-show {
	margin-right: 0.10rem !important;
}

.header .navigation .navigation-show .nav-icon {
	width: 100%;
}

.header .secondary-navigation.nav-right:not(.with-division) > ul {
	margin-right: 0.15rem;
}

.scrollbarcorr {
	width: calc(100vw - 1.75rem) !important;
}

.section-block,
.fullscreen-section .fullscreen-inner {
	padding-top: 0;
	padding-bottom: 11.00rem;
}

.grid-container {
	position: relative;
}

.grid-container .grid {
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
}

.grid-container .thumbnail {
	margin-bottom: 0;
	display: block;
	float: none;
}

.grid-container .grid .grid-item {
	padding-left: 1.50rem;
	padding-right: 1.50rem;
}

.grid-container > .row > .column {
	padding-left: 0;
	padding-right: 0;
}

.grid-container.full-width .row {
	max-width: 100%;
}

.grid-container.full-width .grid {
	margin-left: 1.50rem;
	margin-right: 1.30rem;
}

.grid-container.full-width > .row > .column {
	padding-left: 0;
	padding-right: 0;
}

.grid-container.full-width.no-padding-bottom .grid {
	margin-bottom: 0;
}

.masonry-set-dimensions.full-width.no-padding-top {
	margin-top: -10.50rem !important;
}

.masonry-set-dimensions.full-width.no-padding-bottom {
	padding-bottom: 1.47rem !important;
}

.masonry.fade-in-progressively .grid-item,
.masonry.fade-in-progressively .masonry-stamp {
	opacity: 0;
	-webkit-transition-property: -webkit-transform, opacity;
	transition-property: transform, opacity;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	will-change: transform, opacity;
}

.masonry.fade-in-progressively.slide-in-bottom .grid-item,
.masonry.fade-in-progressively.slide-in-bottom .masonry-stamp {
	-webkit-transform: translateY(2rem);
	transform: translateY(2rem);
}

.masonry.fade-in-progressively.scale-out .grid-item,
.masonry.fade-in-progressively.scale-out .masonry-stamp {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.masonry.fade-in-progressively.scale-in .grid-item,
.masonry.fade-in-progressively.scale-in .masonry-stamp {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.masonry.fade-in-progressively .grid-item.animate-in,
.masonry.fade-in-progressively .masonry-stamp.animate-in {
	opacity: 1;
	-webkit-transform: translateY(0) scale(1);
	transform: translateY(0) scale(1);
}

.leadspace {
	margin-bottom: -3.00rem;
}

.section-items {
	text-align: center;
	margin-top: -9.80rem;
	margin-bottom: -9.80rem;
}

.items-spacing {
	padding-bottom: 5.00rem;
}

.footer {
	width: 100%;
	background: #fafafa;
	align: center;
	z-index: 1;
}

.footer .footer-top {
	padding-top: 1rem;
	padding-bottom: 5rem;
}

.spacer-vert-bottom {
	margin-bottom: 1.00rem;
}

/* 004. Typography And Colors ---------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6,
.header .navigation > ul > li > a,
.side-navigation > ul > li > a,
.overlay-navigation > ul > li > a {
	font-family: 'Work Sans', 'Helvetica Neue', Arial, sans-serif;
	color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 300;
	line-height: 1.4;
	color: #000000;
}

.page-title {
	text-align: center;
	margin-top: 0 !important;
}

.page-title-weight-med {
	font-weight: 500;
	font-size: 3.25rem;
	letter-spacing: 0.05rem;
	word-spacing: 0.03rem;
	line-height: 1.35rem;
}

.page-title-weight-lgt {
	font-weight: 300;
	font-size: 3.10rem;
	letter-spacing: 0.10rem;
	word-spacing: 0.03rem;
	line-height: 0;
	margin-bottom: 2.00rem !important;
}

.section-title {
	font-weight: 300;
	font-size: 2.50rem;
	letter-spacing: 0.07rem;
	word-spacing: 0.07em;
	line-height: 8.25rem;
	text-align: center;
	margin-top: 0 !important;
	margin-bottom: 0.50rem !important;
}

.section-title-sub {
	font-weight: 300;
	font-size: 2.50rem;
	letter-spacing: 0.07rem;
	word-spacing: 0.07em;
	line-height: 8.25rem;
	text-align: center;
	margin-top: -0.80rem !important;
	margin-bottom: 0.50rem !important;
}

.overlay-info > span > span {
	font-weight: 300;
	font-size: 2.50rem !important;
	letter-spacing: 0.07rem !important;
	word-spacing: 0.07rem !important;
	line-height: 1.4;
	color: #fafafa;
	opacity: 0.75;
	filter: alpha(opacity=75);
	text-align: center;
	padding-bottom: 1.60rem;
}

.overlay-info-white {
	color: #fafafa !important;
	opacity: 0.90 !important;
	filter: alpha(opacity=90) !important;
}

.overlay-info-black {
	color: #000000 !important;
	opacity: 1.00 !important;
	filter: alpha(opacity=100) !important;
}

.item-title-section {
	font-weight: 300;
	font-size: 2.00rem;
	line-height: 1.0;
}

.item-title-main {
	font-weight: 300;
	font-size: 3.00rem;
	word-spacing: 0.06rem;
	line-height: 1.0;
	margin-top: -1.50rem;
}

.item-text-mb {
	margin-bottom: 0.20rem;	
}

.item-text {
	font-weight: 300;
	font-size: 1.90rem;
	letter-spacing: 0;
	word-spacing: 0.10rem;
	line-height: 1.4;
}

.bold-text {
	font-weight: 500;
	letter-spacing: 0;
	word-spacing: 0.10rem;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

	.item-text {
		font-weight: 300;
		font-size: 1.70rem;
		letter-spacing: 0;
		word-spacing: 0.10rem;
		line-height: 1.4;
	}

}

.text-two-column-1 {
	padding-top: 3.00rem;
}

.text-two-column-2 {
	padding-top: 3.00rem;
}

.footer-title-weight-med {
	font-weight: 500;
	font-size: 2.35rem;
	letter-spacing: 0;
	word-spacing: 0;
	line-height: 0;
	text-align: center;
}

.footer-weight-med {
	font-weight: 500;
	font-size: 1.80rem;
	letter-spacing: 0;
	word-spacing: 0;
	line-height: 4.50rem;
}

.footer-weight-lgt {
	font-weight: 400;
	font-size: 1.70rem;
	letter-spacing: 0;
	word-spacing: 0;
	line-height: 0;
}

.footer-navigation > ul > li > a {
	font-weight: 300;
	font-size: 2.40rem;
	letter-spacing: 0.06rem;
	word-spacing: 0.06rem;
	line-height: 1.40;
	color: #000000;
	text-align: center;
	vertical-align: center;
}

.footer-navigation > ul > li > a:hover {
	color: #7c7c7c;
}

a,
p a {
	color: #000000;
}

.sidebar a {
	color: #000000;
}

a:hover,
p a:hover,
.footer .navigation a:hover,
.footer .footer-bottom a:hover {
	color: #7c7c7c;
}

/* 005. Images ------------------------------------------------------- */

.header .logo a:hover {
	opacity: 1 !important;
}

div.iconhover img:a {
	opacity: 1;
	filter: alpha(opacity=100);
}

div.iconhover img:hover {
	opacity: 0.50;
	filter: alpha(opacity=50);
}

.hankoheader img {
	max-width: 60px !important;
	max-height: 60px !important;
	margin-top: 0 !important;
	margin-bottom: 2.00rem !important;
	opacity: 0.50;
	filter: alpha(opacity=50);
}

.hankofooter img {
	max-width: 43px;
	max-height: 43px;
	margin-bottom: 2.50rem;
	display: block;
	margin-left: auto;
	margin-right: auto;
	opacity: 0.50;
	filter: alpha(opacity=50);
}

/* 006. Side Navigation ---------------------------------------------- */

.forcescrl::-webkit-scrollbar {
	display: none;
}

.forcescrl {
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.side-navigation-wrapper {
	background-color: #fafafa !important;
	box-shadow: none !important;
	margin-right: 1.70rem;
}

.side-navigation-header {
	border: none;
	background-color: #fafafa !important;
}

.side-navigation > ul > li > a {
	padding: 0.60rem 4.00rem;
	font-size: 1.70rem;
	line-height: 1.80;
	letter-spacing: 0.05rem;
	word-spacing: 0.10rem;
	font-weight: 400;
	color: #000000;
	position: relative;
}

.side-navigation ul li a:hover,
.side-navigation ul li.current a:hover {
	color: #7c7c7c;
}

.navigation-hide {
	width: 4.40rem;
	height: 4.40rem;
	margin-top: 2.60rem;
	margin-right: 0;
}

.navigation-hide a {
	background: none;
}

.side-navigation-wrapper .navigation-hide {
	margin-right: 2.00rem;
}
.side-navigation-wrapper .navigation-hide {
	color: #fafafa;
}
.side-navigation-wrapper .navigation-hide a:hover {
	color: #7c7c7c;
}

/* 007. Lightbox ----------------------------------------------------- */

*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#tml-lightbox, 
#tml-content-wrapper,
#tml-content {
	position: absolute;
}

.tm-lightbox {
	width: 100%;
	height: 100%;
	background: rgba(250,250,250,0.95);
	top: 0;
	left: 0;
	position: fixed;
	z-index: 1000;
}

#tml-content {
	width: 100%;
	height: 100%;
}

#tml-content-wrapper {
	top: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	margin-top: 3.00rem;
	margin-bottom: 3.00rem;
}

#tml-content video, 
#tml-content iframe,
#tml-content object,
#tml-content embed {
	width: 100% !important;
	height: 100% !important;
	top: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	margin-top: 3.00rem;
	margin-bottom: 3.00rem;
}

.tml-nav:hover {
	opacity: 0.35;
	filter: alpha(opacity=35);
}

#tml-next {
	top: 50%;
	right: 3.00rem;
	margin-top: -2.10rem;
}

#tml-next:before { 
	content: '\e644'; 
} 

#tml-prev {
	top: 50%;
	left: 3.00rem;
	margin-top: -2.10rem;
}

#tml-prev:before { 
	content: '\e643'; 
}

#tml-exit {
	top: 1.50rem;
	right: 3.00rem;
}

#tml-exit:before {
	content: '\e66f';
}

#tml-zoom, 
#tml-zoom:before {
	visibility: hidden;
}

#tml-share, 
#tml-share:before {
	visibility: hidden;
}

#tml-tool-bar .tml-social-list {
	visibility: hidden;
}

#tml-tool-bar .tml-social-list.active {
	visibility: hidden;
}

.tml-nav {
	width: 4.40rem;
	height: 4.40rem;
	line-height: 4.40rem;
	text-align: center !important;
	opacity: 0.15;
	filter: alpha(opacity=15);
	position: absolute;
	z-index: 10;
}

.tml-nav {
	-webkit-transition-property: color, opacity;
	-moz-transition-property: color, opacity;
	-o-transition-property: color, opacity;
	-ms-transition-property: color, opacity;
	transition-property: color, opacity;
	-webkit-transition-duration: 300ms;
	-moz-transition-duration: 300ms;
	-o-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	transition-duration: 300ms;
}

@font-face {
	font-family: 'icomoon';
	src:url('fonts/entypo.eot');
	src:url('fonts/entypo.eot') format('embedded-opentype'),
		url('fonts/entypo.woff') format('woff'),
		url('fonts/entypo.ttf') format('truetype'),
		url('fonts/entypo.svg') format('svg');
	font-weight: 100;
}

[class^="tml-nav"]:before, 
[class*="tml-nav"]:before {
	font-family: 'icomoon';
	font-size: 5.00rem;
	color: #000000;
	-webkit-font-smoothing: antialiased;
}

/* 008. Media Queries ------------------------------------------------ */

@media only screen and (max-width: 1300px) {

	.grid-container .grid-item {
		width: 25%;
	}

	.header .secondary-navigation.nav-right:not(.with-division) > ul {
		margin-right: 0.15rem !important;
	}

	.scrollbarcorr {
		width: calc(100vw - 1.90rem) !important;
	}

}

@media only screen and (max-width: 1140px) {

	.grid-container .grid .grid-item {
		width: 33.33333%;
	}

	.content-inner .grid-container .grid .grid-item,
	.grid-container .grid-item {
		width: 50%;
	}

	.header .secondary-navigation.nav-right:not(.with-division) > ul {
		margin-right: 0.06rem !important;
	}

	.scrollbarcorr {
		width: calc(100vw - 0.01rem) !important;
	}

	.header .header-inner .logo {
		margin-left: 1.50rem !important;
		width: 25% !important;
	}
	
}

@media only screen and (min-width: 1024px) {
	
	.grid-container.full-width .grid {
		margin-left: 1.50rem;
		margin-right: 1.30rem;
	}

}

@media only screen and (max-width: 1024px) {

	#tml-content-wrapper {
		top: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
		left: 0 !important;
		margin-left: 10.50rem;
		margin-right: 10.50rem;
	}

}

@media only screen and (min-width: 960px) {

	.mt-mobile-1 {
		margin-top: -0.10rem;
	}

	.mb-mobile-2 {
		margin-bottom: 1.35rem;
	}

}

@media only screen and (max-width: 960px) {

	.content-inner .grid-container .grid .grid-item,
	.grid-container .grid .grid-item {
		width: 50%;
	}

	.grid-container .grid .grid-item {
		width: 33.33333%;
	}

	.content-grid-4 .grid-item,
	.content-grid-4 .grid-item {
		width: 50%;
	}

	.mt-mobile-1 {
		margin-top: -0.35rem;
	}

	.mb-mobile-2 {
		margin-bottom: 1.35rem;
	}

	.header .secondary-navigation.nav-right:not(.with-division) > ul {
		margin-right: -0.12rem !important;
	}

	.header .header-inner .logo { 
		margin-left: 1.50rem !important;
		width: 25% !important;
	}

	.header .navigation-show {
		margin-left: 2rem;
	}

	.overlay-navigation-header {
		top: 2rem;
	}

	.overlay-navigation-wrapper .navigation-hide {
		top: 0;
		right: 3rem;
	}

	.page-title-weight-med {
		font-weight: 500;
		font-size: 3.25rem;
		letter-spacing: 0.05rem;
		word-spacing: 0.03rem;
		line-height: 1.35rem;
	}

	.page-title-weight-lgt {
		font-weight: 300;
		font-size: 3.10rem;
		letter-spacing: 0.10rem;
		word-spacing: 0.03rem;
		line-height: 0;
		margin-bottom: 2.00rem !important;
	}

	.section-title {
		font-size: 2.50rem;
		letter-spacing: 0.07rem;
		word-spacing: 0.07em;
		line-height: 8.25rem;
		margin-bottom: 0.50rem !important;
	}
	
	.section-title-sub {
		font-size: 2.50rem;
		letter-spacing: 0.07rem;
		word-spacing: 0.07em;
		line-height: 8.25rem;
		margin-top: -0.80rem !important;
		margin-bottom: 0.50rem !important;
	}

	.overlay-info > span > span {
		font-size: 2.50rem !important;
		letter-spacing: 0.07rem !important;
		word-spacing: 0.07rem !important;
		padding-bottom: 1.20rem !important;
	}

	.item-title-section {
		font-weight: 300;
		font-size: 2.00rem;
		line-height: 1.0;
	}

	.item-title-main {
		font-weight: 300;
		font-size: 3.00rem;
		word-spacing: 0.06rem;
		line-height: 1.0;
		margin-top: -1.50rem;
	}

	.item-text-mb {
		margin-bottom: 0.10rem;	
	}

	.item-text {
		font-weight: 300;
		font-size: 1.65rem;
		letter-spacing: 0;
		word-spacing: 0.10rem;
		line-height: 1.3;
	}

	.text-two-column-1 {
		padding-top: 2.00rem;
	}

	.text-two-column-2 {
		padding-top: 2.00rem;
	}

	.leadspace {
		margin-bottom: -2.10rem;
	}

	.section-items {
		text-align: center;
		margin-top: -10.50rem;
		margin-bottom: -9.00rem;
	}

	.items-spacing {
		margin-left: 3.00rem;
		margin-right: 3.00rem;
		padding-bottom: 4.20rem;
	}

	.items-spacing-last {
		margin-left: 3.00rem;
		margin-right: 3.00rem;	
	}

	.footer-title-weight-med {
		font-weight: 500;
		font-size: 2.20rem;
		letter-spacing: 0;
		word-spacing: 0;
		line-height: 0;
		text-align: center;
	}

	.footer-weight-med {
		font-weight: 500;
		font-size: 1.60rem;
		letter-spacing: 0;
		word-spacing: 0;
		line-height: 3.80rem;
	}

	.footer-weight-lgt {
		font-weight: 400;
		font-size: 1.50rem;
		letter-spacing: 0;
		word-spacing: 0;
		line-height: 0;
	}

	.footer-navigation > ul > li > a {
		font-weight: 300;
		font-size: 2.50rem;
		letter-spacing: 0.06rem;
		word-spacing: 0.06rem;
		line-height: 1.4;
		color: #000000;
		text-align: center;
		vertical-align: center;
	}

	.footer .footer-top {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}

	.hankoheader img {
		max-width: 55px !important;
		max-height: 55px !important;
		margin-bottom: 1.85rem !important;
	}
	
	.hankofooter img {
		max-width: 37px !important;
		max-height: 37x !important;
		margin-bottom: 2.10rem !important;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	.side-navigation-wrapper {
		margin-right: 1.30rem;
	}

	.side-navigation > ul > li > a {
		padding: 0.60rem 4.00rem;
		font-size: 1.70rem;
		line-height: 1.80;
		letter-spacing: 0.05rem;
		word-spacing: 0.10rem;
		font-weight: 400;
		color: #000000;
		position: relative;
	}

	#tml-exit {
		top: 1.50rem;
		right: 2.20rem;
	}

	[class^="tml-nav"]:before, 
	[class*="tml-nav"]:before {
		font-family: 'icomoon';
		font-size: 4.00rem;
		line-height: 1.30;
		color: #000000;
		-webkit-font-smoothing: antialiased;
	}

}

@media only screen and (min-width: 769px) {

	.status-code-digits {
		font-size: 25.00rem;
		line-height: 1;
		color: #fafafa;
	}

	.status-code-title {
		font-size: 5.15rem;
		line-height: 2;
		color: #fafafa;
		letter-spacing: 0.10rem;
		word-spacing: 0.25rem;
	}

	.status-code-text {
		font-size: 1.90rem;
		line-height: 1.4;
		color: #fafafa;
	}

}

@media only screen and (max-width: 768px) {

	.grid-container .grid .grid-item {
		width: 100%;
	}

	.grid-container.full-width .grid .grid-item {
		width: 50%;
	}

	.mt-mobile-1{
		margin-top: 0;
	}

	.mb-mobile-2{
		margin-bottom: 1.55rem;
	}

	.header .header-inner .logo{ 
		margin-left: 1.50rem !important;
		width: 31% !important;
	}

	.header .secondary-navigation.nav-right:not(.with-division) > ul {
		margin-right: -0.12rem !important;
	}

	.text-two-column-1 {
		padding-top: 2.00rem;
	}

	.text-two-column-2 {
		margin-top: -2.75rem;
	}

	.leadspace {
		margin-bottom: -2.20rem;
	}

	.footer .footer-top {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}

	.footer-title-weight-med {
		font-weight: 500;
		font-size: 2.00rem;
		letter-spacing: 0;
		word-spacing: 0;
		line-height: 0;
		text-align: center;
	}

	.footer-weight-med {
		font-weight: 500;
		font-size: 1.55rem;
		letter-spacing: 0;
		word-spacing: 0;
		line-height: 3.75rem;
	}

	.footer-weight-lgt {
		font-weight: 400;
		font-size: 1.45rem;
		letter-spacing: 0;
		word-spacing: 0;
		line-height: 0;
	}

	.footer-navigation > ul > li > a {
		font-weight: 300;
		font-size: 2.35rem;
		letter-spacing: 0.06rem;
		word-spacing: 0.06rem;
		line-height: 1.5;
		color: #000000;
		text-align: center;
		vertical-align: center;
	}

	.hankofooter img {
		max-width: 35px;
		max-height: 35x;
		margin-bottom: 2.50rem;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	.side-navigation-wrapper {
		margin-right: 1.30rem;
	}

	.side-navigation > ul > li > a {
		padding: 0.60rem 4.00rem;
		font-size: 1.70rem;
		line-height: 1.80;
		letter-spacing: 0.05rem;
		word-spacing: 0.10rem;
		font-weight: 400;
		color: #000000;
		position: relative;
	}

	.status-code-digits {
		font-size: 15.00rem;
		line-height: 1;
		color: #fafafa;
	}

	.status-code-title {
		font-size: 3.10rem;
		line-height: 1.25;
		color: #fafafa;
		letter-spacing: 0.10rem;
		word-spacing: 0.25rem;
	}

	.status-code-text {
		font-size: 1.50rem;
		line-height: 1.4;
		color: #fafafa;
		margin-bottom: 1.25em;
	}

	h1 {
		font-size: 3.755rem;
	}

	h2{
		font-size: 2.823rem;
	}

	h3 {
		font-size: 2.123rem;
	}

	h4 {
		font-size: 1.596rem;
	}

	h5{
		font-size: 1.2rem;
	}

	h6{
		font-size: 1.053rem;
	}

	.fullscreen-section .background-on-mobile {
		background: #fafafa !important;
	}

	.fullscreen-section .background-on-mobile * {
		color: #fafafa !important;
	}

	.fullscreen-section .background-on-mobile h1,
	.fullscreen-section .background-on-mobile h2,
	.fullscreen-section .background-on-mobile h3,
	.fullscreen-section .background-on-mobile h4,
	.fullscreen-section .background-on-mobile h5,
	.fullscreen-section .background-on-mobile h6{
		color: #fafafa !important;
	}

	#tml-content-wrapper {
		margin-top: 7.00rem;
		margin-bottom: 7.00rem;
	}

	#tml-prev {
		left: 2.40rem;
	}

}

@media only screen and (max-width: 600px) {

	.content-inner .grid-container .grid .grid-item,
	.grid-container .grid .grid-item,
	.grid-container.full-width .grid .grid-item {
		width: 100%;
	}
	
	.section-title {
		margin-top: 2.00rem !important;
	}

}

@media only screen and (min-width: 479px) and (max-width: 960px) {

	.content-grid-4 .grid-item,
	.content-grid-4 .grid-item {
		width: 50%;
	}
	
}

@media only screen and (max-width: 479px) {

	#tml-content-wrapper {
		left: 10% !important;
		right: 10% !important;
	}

}

@media only screen and (max-width: 480px) {

	.grid-container .grid .grid-item.no-image {
		height: auto !important;
	}

	.mt-mobile-1 {
		margin-top: -1.00rem;
	}

	.mb-mobile-2 { 
		margin-bottom: 0.50rem;
	}

	.section-block,
	.fullscreen-section .fullscreen-inner {
		padding-top: 0.50rem !important;
		padding-bottom: 0;
	}

	.header .header-inner .logo { 
		margin-left: 1.50rem !important;
		width: 50% !important;
	}

	.header .secondary-navigation.nav-right:not(.with-division) > ul {
		margin-right: -0.12rem !important;
	}

	.masonry-set-dimensions.full-width.no-padding-top {
		margin-top: -1.00rem !important;
	}

	.page-title-weight-med {
		font-weight: 500;
		font-size: 2.75rem;
		letter-spacing: 0.05rem;
		word-spacing: 0.03rem;
		line-height: 0.65rem;
	}

	.page-title-weight-lgt {
		font-weight: 300;
		font-size: 2.70rem;
		letter-spacing: 0.10rem;
		word-spacing: 0.03rem;
		line-height: 0;
		margin-bottom: -0.70rem !important;
	}

	.section-title {
		font-size: 2.10rem;
		letter-spacing: 0.05rem;
		word-spacing: 0.05rem;
		line-height: 7.00rem;
		margin-top: 2.50rem !important;
	}
	
	.section-title-sub {
		font-size: 2.10rem;
		letter-spacing: 0.05rem;
		word-spacing: 0.05rem;
		line-height: 7.00rem;
		margin-top: -2.00rem !important;
	}

	.overlay-info > span > span {
		font-size: 2.35rem !important;
		letter-spacing: 0.05rem !important;
		word-spacing: 0.05rem !important;
		padding-bottom: 0.85rem !important;
	}

	.item-title-section {
		font-weight: 300;
		font-size: 1.60	rem;
		line-height: 1.0;
	}

	.item-title-main {
		font-weight: 300;
		font-size: 2.60rem;
		word-spacing: 0.06rem;
		line-height: 1.0;
		margin-top: -1.50rem;
	}

	.item-text-mb {
		margin-bottom: 0.06rem;	
	}

	.item-text {
		font-weight: 300;
		font-size: 1.50rem;
		letter-spacing: 0;
		word-spacing: 0.10rem;
		line-height: 1.3;
	}

	.text-two-column-1 {
		padding-top: 2.00rem;
	}

	.text-two-column-2 {
		margin-top: -2.80rem;
	}

	.leadspace {
		margin-bottom: -2.20rem;
	}

	.section-items {
		text-align: center;
		margin-top: -1.00rem;
		margin-bottom: 2.30rem;
	}

	.section-text {
		padding-left: 1.60rem;
		padding-right: 1.60rem;
	}

	.items-spacing {
		margin-left: 3.00rem;
		margin-right: 3.00rem;
		padding-bottom: 3.00rem;
	}

	.items-spacing-last {
		margin-left: 3.00rem;
		margin-right: 3.00rem;	
	}

	.footer .footer-top {
		padding-top: 2rem !important;
		padding-bottom: 2rem !important;
	}

	.footer-title-weight-med {
		font-weight: 500;
		font-size: 1.70rem;
		letter-spacing: 0;
		word-spacing: 0;
		line-height: 0;
		text-align: center;
	}

	.footer-weight-med {
		font-weight: 500;
		font-size: 1.30rem;
		letter-spacing: 0;
		word-spacing: 0;
		line-height: 3.35rem;
	}

	.footer-weight-lgt {
		font-weight: 400;
		font-size: 1.20rem;
		letter-spacing: 0;
		word-spacing: 0;
		line-height: 0;
	}

	.footer-navigation > ul > li > a {
		font-weight: 300;
		font-size: 2.00rem;
		letter-spacing: 0.06rem;
		word-spacing: 0.06rem;
		line-height: 1.7;
		color: #000000;
		text-align: center;
		vertical-align: center;
	}

	.hankoheader img {
		max-width: 46px !important;
		max-height: 46px !important;
		margin-top: -1.90rem !important;
		margin-bottom: 1.10rem !important;
	}

	.hankofooter img {
		max-width: 28px !important;
		max-height: 28x !important;
		margin-bottom: 1.80rem !important;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	.side-navigation-wrapper {
		margin-right: 1.30rem;
	}

	.side-navigation > ul > li > a {
		padding: 0.60rem 4.00rem;
		font-size: 1.70rem;
		line-height: 1.80;
		letter-spacing: 0.05rem;
		word-spacing: 0.10rem;
		font-weight: 400;
		color: #000000;
		position: relative;
	}

	.status-code-digits {
		font-size: 10.00rem;
		line-height: 1;
		color: #fafafa;
	}

	.status-code-title {
		font-size: 2.25rem;
		line-height: 1.25;
		color: #fafafa;
		letter-spacing: 0.10rem;
		word-spacing: 0.25rem;
	}

	.status-code-text {
		font-size: 1.25rem;
		line-height: 1.35;
		color: #fafafa;
		margin-bottom: 1.25em;
	}

	#tml-content-wrapper {
		margin-top: 0;
		margin-bottom: 0;
		margin-left: 3.00rem;
		margin-right: 3.00rem;
		top: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
		left: 0 !important;
	}

	#tml-next {
		top: 94.5%;
		right: 1.70rem;
		margin-top: -2.10rem;
	}

	#tml-prev {
		top: 94.5%;
		left: 1.80rem;
		margin-top: -2.10rem;
	}

	#tml-exit {
		top: 1.50rem;
		right: 2.20rem;
	}

	[class^="tml-nav"]:before, 
	[class*="tml-nav"]:before {
		font-family: 'icomoon';
		font-size: 3.60rem;
		line-height: 1.50;
		color: #000000;
		-webkit-font-smoothing: antialiased;
	}

}

@media only screen and (max-height: 480px) {

	.status-code-digits {
		font-size: 10.00rem;
		line-height: 1;
		color: #fafafa;
	}

	.status-code-title {
		font-size: 2.25rem;
		line-height: 1.25;
		color: #fafafa;
		letter-spacing: 0.10rem;
		word-spacing: 0.25rem;
	}

	.status-code-text {
		font-size: 1.25rem;
		line-height: 1.35;
		color: #fafafa;
		margin-bottom: 1.25em;
	}

	#tml-content-wrapper {
		top: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
		left: 0 !important;
		margin-top: 1.00rem;
		margin-bottom: 1.00rem;
	}

}