/*
Theme Name: FUSO Theme 2026
Theme URI: 
Description: 
Version: 1.0
Author: Elinnov Technologies, Inc.
*/

/*@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400&display=swap');*/

@font-face {
	font-family: 'Roboto';
	src: url('fonts/Roboto/static/Roboto-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto Light';
	src: url('fonts/Roboto/static/Roboto-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto Medium';
	src: url('fonts/Roboto/static/Roboto-Medium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto Bold';
	src: url('fonts/Roboto/static/Roboto-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

html,
body {
	font-family: 'Roboto Medium', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}

.body-wrapper {
	position: relative;
	overflow: hidden;
}

.wrapper {
	max-width: 100%;
	padding: 0 90px;
	margin: 0 auto;
}

.homebtn {
	display: inline-block;
	min-width: 153px;
	background-color: #EC1D25;
	font-size: 12px;
	color: #fff;
	line-height: 14px;
	text-align: center;
	border-radius: 4px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}


/* MOBILE HEADER */
.mobile-header {
	z-index: 10;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #262626;
}

.mobile-header .row {
	margin: 0 -15px;
	align-items: center;
}

.mobile-header [class^="col-"] {
	line-height: 0;
	padding: 0 15px;
}

.mobile-header .col-4:nth-child(2) {
	padding: 24px 0 22px;
}

.mobile-header .search-bar {
	/* display: none; */
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	background-color: #262626;
	padding: 18px 25px 17px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.mobile-header .search-bar.visible {
	/*display: block;*/
	left: 0;
}

.mobile-header .search-bar .iFloat>.fLeft {
	position: relative;
	width: calc(100% - 72px);
}

.mobile-header .search-bar .iFloat>.fRight {
	width: 20px;
	text-align: right;
	padding-left: 20px;
}

.fRight1 {
	width: 20px;
	padding-top: 50px;
	padding-left: 100px;
}



.mobile-header .search-bar input[type="text"] {
	width: 100%;
	height: 45px;
	border-radius: 5px;
}

.mobile-header .search-bar input[type="text"],
.mobile-header .search-bar a {
	font-size: 16px;
	line-height: 19px;
}

.mobile-header .search-bar input[type="submit"] {
	width: 0;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.mobile-header .search-bar a {
	color: #fff;
}

.hamburger {
	position: relative;
	width: 30px;
	height: 20px;
	padding-top: 9px;
	cursor: pointer;
}

.hamburger span,
.hamburger span:before,
.hamburger span:after {
	display: block;
	width: 100%;
	height: 2px;
	background-color: #fff;
	border-radius: 2px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.hamburger span:before,
.hamburger span:after {
	content: '';
	position: absolute;
	left: 0;
}

.hamburger span:before {
	top: 0;
}

.hamburger span:after {
	bottom: 0;
}

/* MOBILE NAV */
.mobile-nav {
	z-index: 9;
	position: fixed;
	top: 0;
	left: -250px;
	width: 250px;
	height: 100%;
	background-color: #262626;
	padding-top: 80px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.mobile-nav a {
	display: block;
	position: relative;
	/*opacity: 0.5;
  	filter: Alpha(opacity=50);*/
	font-size: 14px;
	color: #FFFFFF;
	line-height: 16px;
	padding: 15px 30px 14px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.mobile-nav a span {
	opacity: 0.5;
	filter: Alpha(opacity=50);
}

.mobile-nav .has-submenu.active>a,
.mobile-nav .has-submenu:hover>a,
.mobile-nav a:hover {
	background-color: #ec1d25;
}

.mobile-nav li:hover a span,
.mobile-nav .has-submenu.active a span,
.mobile-nav a:hover span {
	opacity: 1;
	filter: Alpha(opacity=100);
}

.mobile-nav .has-submenu.active>a:after {
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}

.mobile-nav .has-submenu.active>a {
	box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.05);
}

.mobile-nav .submenu {
	display: none;
}

.mobile-nav .submenu a {
	background-color: #E4151D;
	padding-left: 40px;
}

.mobile-nav .submenu a:hover {
	background-color: #DE0F17;
}

.mobile-nav .has-submenu>a:after {
	content: '';
	position: absolute;
	top: 19px;
	right: 25px;
	width: 5px;
	height: 10px;
	background-image: url('images/mobile-header/arrow-right.png');
	background-size: 5px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

/* BODY HEADER */
.header {
	z-index: 2;
	position: relative;
	background-color: #fff;
	padding: 28px 30px 27px 40px;
	box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.03);
	-moz-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.03);
	-webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.03);
}

.header.animated {
	position: fixed;
	top: -95px;
	right: 0;
	width: calc(100% - 110px);
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.header.animated.visible {
	top: 0;
}

/* .header > .fLeft { padding-top: 6px; } */

.header>.fRight ul {
	margin: 0 -10px;
}

.header>.fRight ul li {
	vertical-align: baseline;
	padding: 0 10px;
}

.header>.fRight .btn {
	min-width: auto;
	padding: 12px 30px 12px;
}

@media only screen and (max-width: 481px) {

	/* MOBILE HEADER */
	.header>.fRight {
		display: none;
	}
}

.header h1,
.header h2 {
	font-size: 24px;
	line-height: 28px;
	margin-top: 12px;
}

.header .search-bar {
	width: 302px;
}

.search-bar {
	position: relative;
}

@media only screen and (max-width: 1367px) {
	.header {
		padding: 14px 30px 14px 40px;
	}
}

@media only screen and (max-width: 981px) {

	/* PRICE-LIST */
	.price-list th:nth-child(2),
	.price-list td:nth-child(2) {
		display: none;
	}

	.price-list th:nth-child(1) {
		width: 65%;
	}

	.price-list th:nth-child(3) {
		width: 35%;
	}
}

@media only screen and (max-width: 769px) {

	/* MOBILE HEADER */
	.mobile-header {
		display: block;
	}

	.nav-open .mobile-nav {
		left: 0;
	}

	.nav-open .hamburger span {
		background-color: rgba(255, 255, 255, 0);
	}

	.nav-open .hamburger span:before,
	.nav-open .hamburger span:after {
		top: 9px;
	}

	.nav-open .hamburger span:before {
		transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}

	.nav-open .hamburger span:after {
		transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
	}

	.header {
		display: none;
	}
}

@media only screen and (max-width: 481px) {

	/* MOBILE HEADER */
	.mobile-header .col-4:nth-child(2) {
		padding: 15px 0;
	}

	.mobile-header .search-bar {
		padding: 14px 25px 15px;
	}

	.mobile-header .search-bar>.fLeft {
		width: calc(100% - 45px);
	}

	.mobile-header .search-bar>.fRight {
		width: 45px;
	}

	.mobile-header .search-bar input[type="text"],
	.mobile-header .search-bar a {
		font-size: 14px;
		line-height: 16px;
	}

	.mobile-header .search-bar input[type="text"] {
		height: 35px;
	}
}

/* FOOTER */
.main-footer .links {
	background-color: #2c2c2c;
	padding: 60px 0 76px;
}

.main-footer .links .row {
	margin: 0 -10px;
}

.main-footer .links .column {
	float: left;
	width: 20%;
	padding: 0 10px;
}

.main-footer .links .column:nth-child(1) {
	width: 19%;
}

.main-footer .links .column:nth-child(2) {
	width: 25%;
}

.main-footer .links .column:nth-child(3) {
	width: 19%;
}

.main-footer .links .column:nth-child(4) {
	width: 19%;
}

.main-footer .links .column:nth-child(5) {
	width: 18%;
}

.main-footer .links li {
	margin-bottom: 15px;
}

.main-footer .links li:last-child {
	margin-bottom: 0;
}

.main-footer .links h5,
.main-footer .links a {
	color: #fff;
}

.main-footer .links h5 {
	font-size: 18px;
	line-height: 21px;
	text-transform: uppercase;
	margin-bottom: 31px;
	pointer-events: none;
}

.main-footer .links a {
	opacity: 0.7;
	filter: Alpha(opacity=70);
	font-size: 14px;
	line-height: 16px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.main-footer .links a:hover {
	opacity: 1;
	filter: Alpha(opacity=100);
}

.main-footer .copyright {
	background-color: #262626;
	padding: 22px 0 20px;
}

.main-footer .copyright .inline {
	font-size: 0;
}

.main-footer .copyright .inline>* {
	display: inline-block;
	vertical-align: middle;
}

.main-footer .copyright p {
	font-size: 14px;
	color: #fff;
	line-height: 16px;
}

.main-footer .copyright .fLeft p {
	padding-left: 18px;
}

.main-footer .copyright .fRight p {
	padding-right: 18px;
}

.main-footer .copyright .fLeft {
	padding-top: 9px;
}

.main-footer .social-media-links ul {
	font-size: 0;
}

.main-footer .social-media-links ul>li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.main-footer .social-media-links ul>li:last-child {
	margin-right: 0;
}

.main-footer .social-media-links a {
	position: relative;
	width: 38px;
	height: 38px;
	background-color: #fff;
	text-align: center;
	border-radius: 50%;
}

.main-footer .social-media-links a span {
	display: none;
	position: absolute;
	bottom: calc(100% + 15px);
	left: 50%;
	background-color: #393939;
	font-size: 13px;
	color: #fff;
	line-height: 15px;
	padding: 7px 12px 6px;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.02);
	-moz-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.02);
	-webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.02);
	border-radius: 3px;
	transform: translateX(-50%);
	pointer-events: none;
}

.main-footer .social-media-links a:hover span {
	display: block;
}

.main-footer .social-media-links a span:before {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 5.5px 0 5.5px;
	border-color: #393939 transparent transparent transparent;
	transform: translateX(-50%);
}

.main-footer .social-media-links i {
	display: inline-block;
	pointer-events: none;
	background-size: cover;
	background-repeat: no-repeat;
}

.main-footer .social-media-links i.fb {
	width: 7px;
	height: 13px;
	background-image: url('images/footer/fb.png');
}

.main-footer .social-media-links i.twitter {
	width: 16px;
	height: 13px;
	background-image: url('images/footer/twitter.png');
}

.main-footer .social-media-links i.ig {
	width: 14px;
	height: 14px;
	background-image: url('images/footer/ig.png');
}

.main-footer .social-media-links i.linkedin {
	width: 13px;
	height: 13px;
	background-image: url('images/footer/linkedin.png');
	background-size: 13px;
}

.main-footer .social-media-links i.youtube {
	width: 18px;
	height: 12px;
	background-image: url('images/footer/youtube.png');
}

@media only screen and (max-width: 1025px) {
	/* MAIN FOOTER */
	/*.main-footer .links { padding: 50px 0 46px; }*/

	.main-footer .links {
		padding: 35px 0 22px;
	}

	.main-footer .links .wrapper {
		padding: 0 30px;
	}

	.main-footer .links .column {
		float: none;
		width: 100% !important;
		margin-bottom: 15px;
	}

	.main-footer .links .column:last-of-type {
		margin-bottom: 0;
	}

	.main-footer .links h5 {
		position: relative;
		padding-bottom: 13px;
		margin-bottom: 0;
		border-bottom: 1px solid #1D1D1D;
		cursor: pointer;
		pointer-events: auto;
	}

	.main-footer .links .column:last-of-type h5,
	.main-footer .links .column:last-of-type li:last-child {
		border-bottom: none;
	}

	.main-footer .links h5:after {
		content: '';
		position: absolute;
		top: 9px;
		right: 0;
		width: 12px;
		height: 6px;
		background-image: url('images/footer/arrow-down.png');
		background-size: 12px;
		transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-webkit-transition: all 0.3s ease-in-out;
	}

	.main-footer .links h5.active:after {
		transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		-webkit-transform: rotate(-180deg);
	}

	.main-footer .links ul {
		display: none;
	}

	.main-footer .links li {
		padding: 12px 0 13px;
		margin-bottom: 0;
		border-bottom: 1px solid #262626;
	}

	.main-footer .copyright {
		text-align: center;
		padding: 40px 0;
	}

	.main-footer .copyright .fLeft,
	.main-footer .copyright .fRight {
		float: none;
	}

	.main-footer .copyright .fLeft {
		margin-bottom: 40px;
	}

	.main-footer .copyright .fLeft p {
		display: block;
		margin-top: 12px;
	}

	.main-footer .copyright .fRight p {
		display: none;
	}
}

@media only screen and (max-width: 481px) {

	/* MAIN FOOTER */
	.main-footer .copyright .fLeft p {
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
		padding: 0;
	}
}

ul.list {
	font-size: 0;
}

/* TEXT */
h1,
h2,
h3,
h4,
h5,
h6 {
	/*font-family: 'Roboto Bold';*/
	font-family: 'Roboto Medium';
	font-weight: normal;
}

h3 {
	font-size: 24px;
	line-height: 28px;
}

h2 {
	font-size: 30px;
	line-height: 35px;
}

strong {
	font-family: 'Roboto Medium';
	font-weight: normal;
}

p {
	font-family: 'Roboto Light';
	font-size: 14px;
	line-height: 170%;
}

p strong {
	font-family: 'Roboto Medium';
	font-weight: normal;
}

span.date {
	display: inline-block;
	opacity: 0.5;
	filter: Alpha(opacity=50);
	font-size: 14px;
	color: #fff;
	line-height: 16px;
}

span.date.default {
	color: #000;
	opacity: 0.4;
}

p.has-icon {
	position: relative;
	font-size: 13px;
	color: #797979;
	line-height: 170%;
	/*padding-left: 18px;*/
}

p.has-icon i {
	/*position: absolute;
	top: 0;
	left: 0;*/
	font-size: inherit;
	line-height: inherit;
	margin-right: 4px;
}

/* CHECKBOX */
.checkbox {
	display: inline-block !important;
	position: relative;
	padding-left: 32px;
	cursor: pointer;
	user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
}

.checkbox span {
	font-size: 13px;
	line-height: 170%;
	letter-spacing: 0.02em;
}

.checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.checkbox .check {
	position: absolute;
	top: 1px;
	left: 0;
	height: 18px;
	width: 19px;
	background-color: #fff;
	border: 1px solid #E7E7E7;
	border-radius: 3px;
}

/*.checkbox:hover input ~ .check { background-color: #ccc; }*/
.checkbox input:checked~.check {
	background-color: #EC1D25;
	border-color: #ec1d25;
}

.check:after {
	content: '';
	position: absolute;
	display: none;
}

.checkbox input:checked~.check:after {
	display: block;
}

.checkbox .check:after {
	top: 2px;
	left: 6px;
	width: 5px;
	height: 10px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

/* ARTICLE */
article {
	font-family: 'Roboto Light';
}

article p,
article li {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.9);
	line-height: 170%;
	letter-spacing: 0.02em;
	margin-bottom: 25px;
}

article p strong,
article li strong {
	font-family: 'Roboto Medium';
	font-weight: normal;
}

article ol,
article ul {
	list-style-position: inside;
	padding-left: 30px;
	margin-bottom: 25px;
}

article ol {
	list-style-type: lower-alpha;
}

article li {
	margin-bottom: 0;
}

article ul li {
	position: relative;
}

article ul li:before {
	content: '- ';
}

article a {
	color: rgba(0, 0, 0, 0.9);
	text-decoration: underline;
}

article a:hover {
	color: #EC1D25;
}

article h6 {
	font-size: 1.05em;
	line-height: 1.1em;
	margin-bottom: 1em;
}

article h5 {
	font-size: 1.1em;
	line-height: 1.2em;
	margin-bottom: 1em;
}

article h4 {
	font-size: 1.15em;
	line-height: 1.3em;
	margin-bottom: 1em;
}

article h3 {
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 1em;
}

article h2 {
	font-size: 1.25em;
	line-height: 1.5em;
	margin-bottom: 1em;
}

article h1 {
	font-size: 1.3em;
	line-height: 1.6em;
	margin-bottom: 1em;
}

.article {
	max-width: 910px;
	padding-bottom: 35px;
	margin: 0 auto 60px;
	border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}

.article.no-border {
	padding-bottom: 0;
	margin-bottom: 0 !important;
	border-bottom: none;
}

.article.default {
	max-width: 100%;
	padding-bottom: 0;
	margin: 0;
	border-bottom: none;
}

.article>h1 {
	max-width: 930px;
	font-size: 36px;
	line-height: 150%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.article>h3 {
	margin-bottom: 25px;
}

.article span.date {
	display: block;
	font-size: 16px;
	color: rgba(0, 0, 0, 1);
	line-height: 100%;
	letter-spacing: 0.02em;
	margin-bottom: 39px;
}

.article .featured-image,
.article>.iframe {
	text-align: center;
	margin-bottom: 42px;
}

.article .featured-image img {
	display: inline-block;
}

.article .featured-image figcaption {
	font-family: 'Roboto Light';
	font-size: 14px;
	line-height: 170%;
	margin-top: 12px;
}

.article .wp-caption[style] {
	width: 100% !important;
}

.article .wp-caption {
	margin-bottom: 25px;
}

.article .wp-caption.aligncenter {
	text-align: center;
}

.article .wp-caption.alignright {
	text-align: right;
}

.article .wp-caption img {
	display: inline-block;
}

.article .wp-caption-text,
.wp-block-image figcaption {
	font-size: 13px;
	line-height: 170%;
	margin-top: 8px;
	margin-bottom: 0;
}

.article .coupon {
	margin-bottom: 30px;
}

.article .coupon img {
	display: block;
	width: auto;
	margin-bottom: 30px;
}

.article .iframe {
	display: block;
	width: 100%;
	padding-top: 56%;
	margin-bottom: 25px;
}

/* WYSIWYG */
.wysiwyg h3 {
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 20px;
}

.wysiwyg h4 {
	font-size: 18px;
	line-height: 170%;
	letter-spacing: 0.02em;
	margin-bottom: 10px;
}

.wysiwyg p,
.wysiwyg ol,
.wysiwyg ul {
	font-family: 'Roboto Light';
	margin-bottom: 28px;
}

.wysiwyg ol {
	padding-left: 18px;
}

.wysiwyg ul {
	list-style-type: disc;
	padding-left: 18px;
}

.wysiwyg p,
.wysiwyg li {
	font-size: 14px;
	line-height: 170%;
	letter-spacing: 0.02em;
}

/*.wysiwyg p:last-of-type { margin-bottom: 0; }*/

/* BULLET */
ul.bullet li {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	font-size: 16px;
	line-height: 19px;
	padding-right: 16px;
	margin-right: 10px;
}

ul.bullet li:after {
	content: '';
	position: absolute;
	top: 7px;
	right: 0;
	width: 6px;
	height: 6px;
	background-color: rgba(0, 0, 0, 0.7);
	border-radius: 50%;
}

ul.bullet li:last-child {
	padding-right: 0;
	margin-right: 0;
}

ul.bullet li:last-child:after {
	display: none;
}

/* BTN */
.btn {
	display: inline-block;
	min-width: 153px;
	background-color: #EC1D25;
	font-size: 14px;
	color: #fff;
	line-height: 16px;
	text-align: center;
	border-radius: 3px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

a.btn {
	padding: 15px 14px 14px;
}

input.btn {
	height: 45px;
	padding-left: 14px;
	padding-right: 14px;
}

.btn.fw {
	display: block;
	width: 100%;
}

.btn.under {
	display: block;
	width: 100%;
	border-top: 1px solid #ECECEC;
	border-radius: 0;
}

.btn.fff {
	background-color: #fff;
	color: #EC1D25;
}

.btn.disabled {
	background-color: #9e9e9e;
	pointer-events: none;
}

.btn:hover {
	background-color: #DE0F17;
}

.btn.fff:hover {
	background-color: #EC1D25;
	color: #fff;
}

.btn.under.fff:hover {
	border-top-color: #EC1D25;
}

.btn i {
	font-size: inherit;
	line-height: inherit;
	margin-right: 9px;
}

a.learn-more {
	position: relative;
	font-size: 14px;
	color: #EC1D25;
	line-height: 170%;
	letter-spacing: 0.02em;
	padding-right: 14px;
}

a.learn-more:after {
	content: '';
	position: absolute;
	top: 12px;
	left: 100%;
	width: 34px;
	height: 1px;
	background-color: #EC1D25;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

/*a.learn-more:hover {
	padding-right: 14px;
}*/

a.learn-more:hover:after {
	width: 0;
}

/* TAB LINKS */
div.tab-links ul,
ul.tab-links {
	font-size: 0;
}

.tab-links li {
	display: inline-block;
	vertical-align: top;
}

.tab-links a {
	text-align: center;
}

div.tab-links.default {
	text-align: center;
}

.tab-links.default ul {
	display: inline-block;
	vertical-align: top;
	background-color: #fff;
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.03);
	-moz-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.03);
	-webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.03);
}

.tab-links.default a {
	font-size: 16px;
	color: #999999;
	line-height: 19px;
	padding: 27px 35px 24px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.tab-links.default a:hover {
	background-color: #fbfbfb;
}

.tab-links.default a.active {
	background-color: #EC1D25;
	color: #fff;
}

.tab-content {
	display: none;
}

.tab-content.active {
	display: block;
}

/* LOGO */
div.logo a {
	display: inline-block;
	background-repeat: no-repeat;
}

.fuso {
	display: inline-block;
	width: 85px;
	height: 85px;
	background-image: url('images/logo/regular-new.png');
	background-size: 85px;
}

.fuso.sm {
	width: 70px;
	height: 15px;
	background-image: url('images/logo/small-alt-white.png');
	background-size: 70px;
	background-repeat: no-repeat;
}

.fuso.lg {
	width: 34px;
	height: 34px;
	background-image: url('images/logo/large-white.png');
	background-size: 34px;
	background-repeat: no-repeat;
}

/* SLICK */
.slick-slide>div {
	line-height: 0;
}

.slick-arrow {
	z-index: 2;
	position: absolute;
	top: 50%;
	width: 25px;
	height: 45px;
	font-size: 0;
	transform: translateY(-50%);
	background-color: transparent;
	background-size: 25px;
}

.slick-arrow.slick-disabled {
	opacity: 0.5;
	filter: Alpha(opacity=50);
}

.slick-prev {
	left: 39px;
	background-image: url('images/left.png');
}

.slick-next {
	right: 39px;
	background-image: url('images/right.png');
}

.slick-dots {
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	font-size: 0;
	text-align: center;
}

.slick-dots li {
	display: inline-block;
	vertical-align: top;
	padding: 0 5px;
}

.slick-dots button {
	width: 9px;
	height: 9px;
	background-color: rgba(255, 255, 255, 0.3);
	border-radius: 50%;
}

.colored .slick-dots button {
	background-color: rgba(0, 0, 0, 0.3);
}

.slick-dots li.slick-active button {
	background-color: rgba(255, 255, 255, 1);
}

.colored .slick-dots li.slick-active button {
	background-color: rgba(0, 0, 0, 1);
}

.text-arrows .slick-arrow {
	width: auto;
	height: auto;
	font-size: 0;
	letter-spacing: initial;
	background-color: initial;
	background-size: initial;
}

.text-arrows .slick-prev,
.text-arrows .slick-next {
	background-image: initial;
}

.text-arrows .slick-prev {
	left: 0;
	padding-right: 45px;
}

.text-arrows .slick-next {
	right: 0;
	padding-left: 45px;
}

.text-arrows .slick-prev:before,
.text-arrows .slick-next:before {
	content: '';
	font-size: 13px;
	line-height: 15px;
	text-transform: uppercase;
}

.text-arrows .slick-prev:before {
	content: 'Prev';
}

.text-arrows .slick-next:before {
	content: 'Next';
}

.text-arrows .slick-arrow:after {
	z-index: 3;
	content: '';
	position: absolute;
	top: 7px;
	width: 35px;
	height: 1px;
	background-color: #000;
}

.text-arrows .slick-arrow.slick-disabled {
	opacity: 0.3;
	filter: Alpha(opacity=30);
}

.text-arrows .slick-prev:after {
	right: 0;
}

.text-arrows .slick-next:after {
	left: 0;
}

/* SEARCH BAR */
.search-bar.floating {
	z-index: 4;
	position: absolute;
	top: 28px;
	right: 30px;
	max-width: 302px;
	width: 100%;
}

.search-bar .container {
	font-size: 0;
}

.search-bar input[type="text"],
.search-bar .submit {
	display: inline-block;
	vertical-align: top;
}

.search-bar input[type="text"] {
	width: calc(100% - 42px);
	height: 40px;
	background-color: #fff;
	font-size: 14px;
	color: #000;
	line-height: 16px;
	letter-spacing: 0.02em;
	padding: 0 19px;
	border: 1px solid #DCDCDC;
	border-right: none;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.search-bar input[type="text"]::-webkit-input-placeholder {
	opacity: 0.4;
	filter: Alpha(opacity=40);
}

.search-bar input[type="text"]:-ms-input-placeholder {
	opacity: 0.4;
	filter: Alpha(opacity=40);
}

.search-bar input[type="text"]::-moz-placeholder {
	opacity: 0.4;
	filter: Alpha(opacity=40);
}

.search-bar input[type="text"]:-moz-placeholder {
	opacity: 0.4;
	filter: Alpha(opacity=40);
}

.search-bar input[type="submit"] {
	width: 42px;
	height: 40px;
	background-color: #EC1D25;
	font-size: 0;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.search-bar input[type="submit"]:hover {
	background-color: #DE0F17;
}

.search-bar .submit {
	position: relative;
}

.search-bar .submit:before {
	content: '';
	position: absolute;
	top: 13px;
	left: 14px;
	width: 14px;
	height: 14px;
	background-image: url('images/search-bar/search.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 14px;
	pointer-events: none;
}

/* BODY */
.body {
	padding-left: 110px;
}

.body>.content {
	float: left;
	width: 100%;
}

/* SIDEBAR */
.sidebar {
	z-index: 8;
	position: fixed;
	top: 0;
	left: 0;
	width: 110px;
	height: 100vh;
	background-color: #262626;
}

.sidebar .logo {
	height: 95px;
	background-color: #fff;
	text-align: center;
}

.sidebar .logo .td {
	line-height: 0;
}

.side-nav li {
	border-bottom: 1px solid #202020;
}

.side-nav a {
	height: 70px;
	opacity: 0.5;
	filter: Alpha(opacity=50);
	font-size: 16px;
	color: #fff;
	line-height: 19px;
	text-align: center;
	padding: 0 16px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.side-nav a:hover {
	opacity: 1;
	filter: Alpha(opacity=100);
	background-color: #EC1D25;
}

.side-nav li:hover>a {
	opacity: 1;
	filter: Alpha(opacity=100);
	background-color: #EC1D25;
}

.side-nav li:hover .submenu {
	display: block;
}

.side-nav .submenu {
	display: none;
	position: absolute;
	top: 0;
	left: 100%;
	width: 130px;
	height: 100vh;
	background-color: #EC1D25;
	padding-top: 95px;
	box-shadow: 5px 0px 7px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 5px 0px 7px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 5px 0px 7px rgba(0, 0, 0, 0.1);
}

.side-nav .submenu li {
	border-bottom: none;
}

.side-nav .submenu a {
	height: 95px;
	opacity: 1;
	filter: Alpha(opacity=100);
}

.side-nav .submenu a:hover {
	background-color: #DE0F17;
}

/* SECTION TITLE */
.section-title.center {
	text-align: center;
}

.section-title.normal {
	margin-bottom: 50px;
}

.section-title span.label {
	display: block;
	font-size: 13px;
	color: rgba(0, 0, 0, 0.7);
	line-height: 15px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	margin-bottom: 13px;
}

.section-title h2,
.section-title h3 {
	text-transform: uppercase;
}

.section-title.default h2,
.section-title.default h3 {
	text-transform: unset;
}

.section-title h3 {
	font-size: 30px;
	line-height: 35px;
}

/* HERO */
.hero {
	position: relative;
}

.hero .slick-arrow.slick-disabled[style] {
	display: none !important;
}

.hero.home .bg:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(360deg, rgba(0, 0, 0, 0.88) 0%,
			rgba(6, 6, 6, 0.59) 28.65%,
			rgba(35, 35, 35, 0) 42.19%);
}

.hero.model:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(360deg, #FFFFFF 0%,
			rgba(255, 255, 255, 0.85) 9.38%,
			rgba(255, 255, 255, 0.48) 18.23%,
			rgba(255, 255, 255, 0) 29.69%);
}

.hero img {
	width: 100%;
}

.hero h1,
.hero h2,
.hero p {
	color: #fff;
}

.hero h1,
.hero h2 {
	max-width: 750px;
	font-family: 'Roboto Bold';
	font-size: 48px;
	line-height: 57px;
}

.hero p {
	font-size: 18px;
	line-height: 21px;
	margin-top: 13px;
}

.hero .btn {
	margin-top: 41px;
}

.hero .bg {
	position: relative;
	height: 100vh;
}

.hero .bg>img {
	display: none;
	width: 100%;
}

.hero .content {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	padding: 60px 66px;
}

.hero .desktop {
	display: block;
}

.hero .mobile {
	display: none;
}

/* QUICK ACCESS MODELS */
.quick-access-models {
	font-size: 0;
}

.quick-access-models>div {
	display: inline-block;
	vertical-align: top;
	/* 	width: 25%; */
	width: 33%;
}

.quick-access-models>div .table {
	/* 	border-right: 1px solid rgba(0, 0, 0, 0.2); */
}

.quick-access-models>div:last-of-type .table {
	border-right: none;
}

.quick-access-models a {
	position: relative;
	height: 150px;
	color: #000;
}

.quick-access-models a:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #FF0000;
	opacity: 0;
	filter: Alpha(opacity=0);
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	pointer-events: none;
}

.quick-access-models a:hover:before {
	opacity: 1;
	filter: Alpha(opacity=100);
}

.quick-access-models h4 {
	max-width: 120px;
	font-size: 18px;
	line-height: 25px;
}

.quick-access-models .td {
	width: 50%;
}

.quick-access-models .td:first-of-type {
	padding-left: 60px;
	/*padding-right: 21px;*/
}

.quick-access-models .td:last-of-type {
	text-align: right;
}

/* LATEST */
.latest-from-fuso {
	background-color: #000;
}

.latest-from-fuso>.fLeft {
	position: relative;
	width: calc(100% - 398px);
	/*width: 70%;*/
	background-color: rgba(0, 0, 0, 0.5);
}

.latest-from-fuso.no-fRight>.fLeft,
.latest-from-fuso.no-fLeft>.fRight {
	width: 100%;
}

.latest-from-fuso>.fRight {
	width: 398px;
	/*width: 30%;*/
	background-color: #000;
	padding: 44px 44px 33px;
}

.latest-from-fuso h3,
.latest-from-fuso p,
.latest-from-fuso a {
	color: #fff;
}

.latest-from-fuso a {
	display: block;
}

.latest-from-fuso h3 {
	font-family: 'Roboto Bold';
	line-height: 30px;
}

.latest-from-fuso .date {
	margin-bottom: 13px;
}

.latest-from-fuso .date.category {
	margin-bottom: 0;
	margin-top: 10px;
}

.latest-from-fuso .slider .bg {
	position: relative;
}

.latest-from-fuso .slider .bg img {
	display: none;
	width: 100%;
}

.latest-from-fuso img {
	width: 100%;
}

/*.latest-from-fuso > .fLeft li { background-color: #dadada; }*/

.latest-from-fuso .slider .bg .fuso {
	z-index: 2;
	position: absolute;
	top: 44px;
	right: 44px;
}

.latest-from-fuso .fLeft h3 {
	z-index: 2;
	position: absolute;
	top: 44px;
	left: 44px;
}

.latest-from-fuso .fRight h3 {
	margin-bottom: 40px;
}

.latest-from-fuso .fRight ul,
.latest-from-fuso .fRight li {
	padding-bottom: 26px;
	margin-bottom: 30px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.latest-from-fuso .fRight ul {
	margin-bottom: 32px;
}

.latest-from-fuso .fRight li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.latest-from-fuso .fRight p {
	font-family: 'Roboto Medium';
	font-size: 16px;
	line-height: 23px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.latest-from-fuso .fRight ul a:hover p {
	color: #ec1d25;
}

/*.latest-from-fuso.no-fLeft .fRight { text-align: center; }*/

.latest-from-fuso.no-fLeft .fRight ul {
	height: auto !important;
	overflow-y: initial !important;
	font-size: 0;
	padding-bottom: 0;
	margin-left: -16px;
	margin-right: -16px;
	margin-bottom: 0;
	border-bottom: none;
}

.latest-from-fuso.no-fLeft .fRight li {
	display: inline-block;
	vertical-align: top;
	width: calc(100% / 3);
	padding: 0 16px;
	margin-bottom: 40px;
	border-bottom: none;
}

.latest-from-fuso.no-fLeft .btn.fw {
	display: inline-block;
	width: auto;
}

/* A NOTICE */
.a-notice {
	z-index: 5;
	position: fixed;
	top: 20px;
	right: 20px;
	max-width: 550px;
	width: 100%;
	background-color: #fff;
	opacity: 0;
	filter: Alpha(opacity=0);
	padding: 28px 28px 21px;
	border-left: 7px solid #0569FF;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	pointer-events: none;
}

.a-notice.visible {
	opacity: 100;
	filter: Alpha(opacity=100);
	pointer-events: auto;
}

.a-notice h4 {
	font-size: 15px;
	line-height: 20px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.a-notice p {
	font-family: 'Roboto Medium';
	opacity: 0.5;
	filter: Alpha(opacity=50);
	font-size: 13px;
	line-height: 20px;
}

.a-notice .close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 11px;
	height: 11px;
	background-image: url('images/notice/close.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 11px;
	cursor: pointer;
}

/* ICON */
.icon {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
}

.icon.search {
	width: 25px;
	height: 25px;
	background-image: url('images/mobile-header/search.png');
	cursor: pointer;
}

/* SECTION */
.section {
	padding: 30px 0;
}

.section.empty {
	min-height: calc(100vh - 463px);
}

.section.no-pBottom {
	padding-bottom: 0;
}

.section.highlight {
	padding: 118px 0 94px;
}

.body-area {
	padding: 60px 90px;
}

/* MODEL LINEUP */
.model-lineup>.group {
	padding-bottom: 35px;
}

.model-lineup>.group:last-of-type {
	padding-bottom: 0;
}

.disclaimer {
	max-width: 780px;
	margin: 0 auto;
	text-align: center;
}

.disclaimer p {
	font-family: 'Roboto Light';
	font-size: 16px;
	line-height: 23px;
	margin-bottom: 22px;
}

.disclaimer p:last-of-type {
	margin-bottom: 0;
}

.model-lineup h3,
.model-lineup h2 {
	margin-bottom: 10px;
}

.model-lineup p {
	margin-bottom: 40px;
}

.model-lineup h2 {
	font-size: 24px;
}

.model-lineup ul.list {
	margin: 0 -15px;
}

.model-lineup ul.list>li {
	display: inline-block;
	vertical-align: top;
	width: calc(100% / 4);
	padding: 0 15px;
	margin-bottom: 35px;
}

.model-lineup ul.list>li .container {
	display: block;
	overflow: hidden;
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.03);
	-moz-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.03);
	-webkit-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.03);
}

.model-lineup ul.list>li .container>a {
	display: block;
	font-size: 13px;
	line-height: 15px;
	color: #EC1D25;
	letter-spacing: 0.03em;
	text-align: center;
	padding: 16px 0 14px;
	border-top: 1px solid #ECECEC;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.model-lineup ul.list>li .container>a:hover {
	background-color: #EC1D25;
	color: #fff;
}

.model-lineup .details {
	text-align: center;
	padding: 21px 25px;
}

.model-lineup .details .figure img {
	width: 100%;
}

.model-lineup .details h5,
.model-lineup .details h3 {
	font-size: 16px;
	line-height: 23px;
	text-align: center;
	text-transform: unset;
}

.model-lineup .details ul {
	margin-top: 30px;
	/*margin-bottom: 4px;*/
}

.model-lineup .details li,
.model-lineup .details p {
	font-family: 'Roboto Light';
	font-size: 16px;
	line-height: 19px;
}

.model-lineup .details p {
	margin-top: 4px;
	margin-bottom: 0;
}

.model-lineup .details .relative {
	display: block;
	width: 100%;
	margin-bottom: 18px;
}

.model-lineup .details .figure {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.model-lineup.related img {
	width: 100%;
}

.model-lineup.related ul.list>li {
	width: 50%;
}

.model-lineup.related .details .fLeft {
	width: 50%;
	text-align: right;
}

.model-lineup.related .details .fRight {
	width: 50%;
	text-align: left;
	padding-left: 40px;
}

.model-lineup.related .details h5 {
	text-align: left;
	margin-bottom: 18px;
}

.model-lineup.related .details h5,
.model-lineup.related .details li,
.model-lineup.related .details p {
	color: #000;
}

.model-lineup.related .details ul {
	margin-top: 0;
}

/* MODEL DETAILS */
.model-details {
	padding: 14px 0 94px;
}

.model-details .section-title {
	margin-bottom: 80px;
}

.model-details .iFloat .fLeft {
	width: 54%;
	text-align: right;
	padding-right: 37px;
}

.model-details .iFloat .fRight {
	width: 46%;
	padding-left: 37px;
}

.model-details img {
	display: inline-block;
	/*max-width: 540px;*/
}

.model-details .fRight h4,
.model-details .fRight h1 {
	font-size: 30px;
	line-height: 35px;
	margin-bottom: 20px;
}

.model-details .fRight p,
.model-details .fRight li {
	font-family: 'Roboto Light';
	font-size: 16px;
	color: rgba(0, 0, 0, 0.7);
}

.model-details .fRight p {
	line-height: 150%;
	letter-spacing: 0.03em;
	margin-top: 7px;
}

.model-details .fRight li {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	line-height: 19px;
	padding-right: 16px;
	margin-right: 10px;
}

.model-details .fRight li:after {
	content: '';
	position: absolute;
	top: 7px;
	right: 0;
	width: 6px;
	height: 6px;
	background-color: rgba(0, 0, 0, 0.7);
	border-radius: 50%;
}

.model-details .fRight li:last-child {
	padding-right: 0;
	margin-right: 0;
}

.model-details .fRight li:last-child:after {
	display: none;
}

.model-details .fRight a {
	margin-top: 30px;
}

/* HIGHLIGHT */
.highlight .row {
	margin: 0 -40px;
}

.highlight [class^="col"] {
	padding: 0 40px;
}

.highlight .content p {
	margin-top: 40px;
}

.highlight p {
	font-family: 'Roboto Light';
	font-size: 16px;
	line-height: 170%;
}

.highlight ul {
	margin-top: 70px;
}

.highlight ul li {
	margin-bottom: 30px;
}

.highlight ul li:last-child {
	margin-bottom: 0;
}

.highlight .iFloat .fLeft {
	width: 200px;
}

.highlight .iFloat .fRight {
	width: calc(100% - 200px);
	padding-left: 40px;
}

.highlight .iFloat img {
	width: 100%;
}

/* ARTICLE LIST */
.article-list>h3 {
	margin-bottom: 40px;
}

.article-list.related>h3 {
	text-align: center;
	margin-bottom: 40px;
}

.article-list ul {
	margin: 0 -18px;
}

.article-list.related ul {
	text-align: center;
}

.article-list ul.list li {
	display: inline-block;
	vertical-align: top;
	width: calc(100% / 3);
	padding: 0 18px;
	margin-bottom: 35px;
}

.article-list.related ul.list {
	padding-bottom: 49px;
}

.article-list.related ul.list li {
	margin-bottom: 0;
}

.article-list.related ul.slick-dots li {
	width: auto;
	padding: 0 5px;
}

.article-list a:not(.btn) {
	display: block;
	position: relative;
}

.article-list figure {
	overflow: hidden;
	border-radius: 3px 3px 0 0;
}

.article-list img {
	width: 100%;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.article-list a:hover img {
	transform: scale(1.1);
}

.article-list .details {
	position: relative;
	padding: 19px 25px 22px;
}

.article-list .details:before {
	z-index: 1;
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 95%;
	height: 50%;
	transform: translateX(-50%);
	box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.07);
}

.article-list .details:after {
	z-index: 2;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	border-radius: 0px 0px 3px 3px;
}

.article-list .details .relative {
	z-index: 3;
}

.article-list.related .details .relative {
	text-align: left;
}

.article-list p {
	font-size: 14px;
	color: #000;
	line-height: 150%;
	text-align: left;
	margin-top: 12px;
}

.article-list span.date {
	font-size: 13px;
	line-height: 150%;
}

.article-list .slick-dots {
	bottom: 0;
}

.article-list .filler h3 {
	max-width: 600px;
	margin-bottom: 24px;
}

/* TABLE */
.table.default {
	display: initial;
	text-align: left;
}

.table table th {
	font-weight: normal;
}

.table.underline thead tr {
	border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.table.underline tbody tr {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.table.underline tbody tr:last-of-type {
	border-bottom: none;
}

.table.underline th,
.table.underline td {
	font-size: 16px;
	color: #000;
	line-height: 19px;
	padding: 0 24px;
}

.table.underline th {
	padding-top: 21px;
	padding-bottom: 21px;
}

.table.underline td {
	font-family: 'Roboto Light';
	padding-top: 31px;
	padding-bottom: 27px;
}

/* PRICE LIST */
.price-list>h3 {
	margin-bottom: 50px;
}

.price-list .title {
	margin-bottom: 22px;
}

.price-list .title .fLeft {
	width: 100px;
}

.price-list .title .fLeft img {
	max-width: 80px;
}

.price-list .title .fRight {
	width: calc(100% - 100px);
	padding-left: 4px;
}

.price-list>.group {
	margin-bottom: 56px;
}

.price-list>.group:last-of-type {
	margin-bottom: 0;
}

.price-list>.group .table.underline table {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.price-list>.group:last-of-type .table.underline table {
	border-bottom: none;
}

.price-list th:nth-child(1) {
	width: 30%;
}

.price-list th:nth-child(2) {
	width: 55%;
}

.price-list th:nth-child(3) {
	width: 15%;
}

.price-list td span {
	font-family: 'Roboto Light';
}

.price-list td li {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	font-size: 16px;
	line-height: 19px;
	padding-right: 14px;
	margin-right: 10px;
}

.price-list td li:last-child {
	padding-right: 0;
	margin-right: 0;
}

.price-list td li:after {
	content: '';
	position: absolute;
	top: 7px;
	right: 0;
	width: 6px;
	height: 6px;
	background-color: #000;
	border-radius: 50%;
}

.price-list td li:last-child:after {
	display: none;
}

/* MODEL FOR SPECIAL OFFER */
.model-for-special-offer {
	max-width: 910px;
	text-align: center;
	padding-bottom: 60px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
	border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}

.model-for-special-offer>h3 {
	margin-top: 65px;
	margin-bottom: 30px;
}

.model-for-special-offer .fLeft,
.model-for-special-offer .fRight {
	/* 	padding-left: 40px; */
	padding-right: 20px;
	margin-bottom: 40px;
}

.model-for-special-offer .fLeft {
	width: 57%;
	text-align: right;
}

.model-for-special-offer .fRight {
	width: 43%;
	text-align: left;
}

.model-for-special-offer .details ul {
	margin-top: 20px;
}

.model-for-special-offer .details li {
	font-family: 'Roboto Light';
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 8px;
}

.model-for-special-offer .details li:last-child {
	margin-bottom: 0;
}

.model-for-special-offer .details a {
	margin-top: 20px;
}

/* FEATURES SECTIONS */
.features-sections>li:nth-child(odd) .section {
	background-color: #F9F9F9;
}

.features-sections>li:nth-child(even) .section {
	background-color: #ffffff;
}

.features-sections .section:not(.highlight) {
	padding: 100px 0;
}

.feature .fLeft {
	width: 30%;
	padding-left: 90px;
}

.feature .fRight {
	width: 70%;
	padding-left: 80px;
}

.feature.default .fRight {
	padding-right: 90px;
}

.feature .container {
	width: calc(100% + 20%);
}

.feature.default .container {
	width: 100%;
}

.feature h3 {
	max-width: 300px;
}

.feature .slider {
	padding-bottom: 29px;
	margin: 0 -20px;
}

.feature .slider .td {
	vertical-align: bottom;
}

.feature figure {
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.feature .slider figure {
	padding-top: 20px;
}

.feature .slick-current figure {
	padding-top: 0;
	transition-delay: 0.2s;
}

.feature .fRight li {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	padding: 0 20px;
}

.feature img {
	width: 100%;
	cursor: pointer;
}

.feature .slider .slick-arrow {
	top: initial;
	bottom: 0;
	transform: initial;
}

.feature .slider .slick-arrow:after {
	top: 6px;
	height: calc(1px + 0.1px);
}

.feature .slider .slick-prev {
	left: 20px;
}

.feature .slider .slick-next {
	right: initial;
	left: 129px;
}

.feature figure figcaption {
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 0.03em;
	margin-top: 25px;
}

/*.feature .owl-carousel figure {
	padding-top: 0;
}

.feature .owl-item.active ~ .owl-item.active figure {
	padding-top: 20px;
	transition-delay: 0.2s;
}*/

/*.feature .owl-nav { display: block !important; }*/

/*.feature .owl-carousel { padding-bottom: 48px; }*/

.feature .owl-nav {
	/*position: absolute;
	left: 0;
	bottom: 0;*/
	margin-top: 48px;
}

.feature .owl-nav button {
	position: relative;
	font-size: 13px !important;
	line-height: 15px !important;
	text-transform: uppercase;
}

.feature .owl-carousel .owl-nav button.owl-prev {
	/*left: 0;*/
	padding-right: 45px !important;
	margin-right: 30px !important
}

.feature .owl-carousel .owl-nav button.owl-next {
	/*right: 0;*/
	padding-left: 45px !important;
}

.feature .owl-nav button:after {
	z-index: 3;
	content: '';
	position: absolute;
	top: 7px;
	width: 35px;
	height: 1px;
	background-color: #000;
}


.feature .owl-nav button.disabled {
	opacity: 0.3;
	filter: Alpha(opacity=30);
}

.feature .owl-nav .owl-prev:after {
	right: 0;
}

.feature .owl-nav .owl-next:after {
	left: 0;
}

/* SPECS TABLE */
.specs-container {
	display: inline-block;
	max-width: 1440px;
	width: 100%;
}

.specs-container .section-title {
	margin-bottom: 57px;
}

.specs-container .disclaimer {
	margin-top: 32px;
}

.specs-container .tab-links {
	display: none;
	background-color: #fff;
	margin-bottom: 24px;
}

.specs-container .tab-links a {
	min-width: 112px;
	background-color: #fff;
	font-size: 13px;
	color: #000;
	line-height: 150%;
	padding: 16px 24px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.specs-container .tab-links a:hover,
.specs-container .tab-links a.active {
	background-color: #EC1D25;
	color: #fff;
}

.specs-table {
	display: inline-block;
	position: relative;
	max-width: 100%;
	text-align: center;
	padding-left: 350px;
}

/*.specs-table h5,*/
.specs-table li {
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.03em;
	padding: 20px 23px 19px;
}

.specs-table h5 {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 50px;
	font-size: 0;
}

.specs-table h5 img {
	max-height: 50px;
}

.specs-table h5 .fLeft,
.specs-table h5 span {
	display: inline-block;
	vertical-align: middle;
}

.specs-table h5 .fLeft {
	float: none;
	width: 65px;
	padding-right: 15px;
}

.specs-table h5 span {
	width: calc(100% - 65px);
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

.specs-table li {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100%;
}

.specs-table h5 {
	padding: 0;
}

.specs-table .specs-table-label {
	position: absolute;
	top: 0;
	left: 0;
	width: 350px;
	text-align: left;
}

.specs-table .specs-table-label ul li:nth-child(odd) {
	background-color: #EFEFEF;
}

.specs-table .specs-table-label ul li:nth-child(even) {
	background-color: #E6E6E6;
}

.specs-table .specs-table-group {
	margin-bottom: 36px;
}

.specs-table .specs-table-group h5 {
	margin-bottom: 12px;
}

.specs-table .specs-table-value h5 {
	display: none;
}

.specs-table .specs-table-value .specs-table-group li {
	text-align: center;
}

.specs-table .specs-table-value {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	overflow-x: auto;
	font-size: 0;
	text-align: left;
	white-space: nowrap;
}

.features-sections>li:nth-child(odd) .specs-table .specs-table-value ul li:nth-child(odd) {
	background-color: #FFFFFF;
}

.features-sections>li:nth-child(odd) .specs-table .specs-table-value ul li:nth-child(even) {
	background-color: #F5F5F5;
}

.features-sections>li:nth-child(even) .specs-table .specs-table-value ul li:nth-child(odd) {
	background-color: #FAFAFA;
}

.features-sections>li:nth-child(even) .specs-table .specs-table-value ul li:nth-child(even) {
	background-color: #F5F5F5;
}

.specs-table .specs-table-model .specs-table-group:not(:first-of-type) {
	padding-top: 62px;
}

.specs-table .specs-table-model .specs-table-group:last-of-type {
	margin-bottom: 0;
}

.specs-table .specs-table-value .specs-table-model {
	display: inline-block;
	vertical-align: top;
	width: 266px;
	white-space: normal;
}

/* PRIVACY POLICY */
.privacy-policy>h3 {
	display: none;
}

/* SOCIALS */
.socials h3 {
	text-align: center;
	margin-bottom: 30px;
}

.socials .fLeft {
	width: 500px;
}

.socials .fLeft h3 {
	padding-bottom: 10px;
}

.socials .fRight {
	width: calc(100% - 500px);
	padding-left: 40px;
}

/* DEALER LIST */
.dealer-list {
	max-width: 1150px;
	margin: 0 auto;
}

.dealer-list.highlight {
	padding-bottom: 30px;
}

.dealer-list .tab-links {
	margin-bottom: 40px;
}

.dealer-list .fLeft {
	width: 200px;
	padding: 25px 0 25px 25px;
	/*min-height: 224px;*/
	/*position: relative;*/
}

.dealer-list .fRight {
	/*min-height: 224px;*/
	width: calc(100% - 200px);
	background-color: #fff;
	padding: 25px;
}

.dealer-list.featured .fLeft,
.dealer-list.featured .fRight {
	float: none;
	width: 100%;
	height: auto;
}

.dealer-list.featured .fLeft {
	padding: 0;
}

.dealer-list a {
	display: block;
}

/*.dealer-list:not(.featured) ul.list a {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 100%;
}*/

.dealer-list h3 {
	text-align: center;
	margin-bottom: 35px;
}

.dealer-list.featured h3 {
	margin-bottom: 40px;
}

.dealer-list ul.list {
	margin: 0 -15px;
}

.dealer-list ul.list li {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 0 15px;
	margin-bottom: 30px;
}

.dealer-list.featured ul.list li {
	width: calc(100% / 3);
}

.dealer-list ul.list .clearfix {
	position: relative;
	background-color: #fff;
}

.dealer-list h5 {
	font-size: 18px;
	line-height: 150%;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.dealer-list p {
	font-family: 'Roboto Light';
	font-size: 14px;
	color: #797979;
	line-height: 150%;
	margin-bottom: 21px;
}

.dealer-list p:last-of-type {
	margin-bottom: 0;
}

.dealer-list img {
	width: 100%;
}

.dealer-list:not(.featured) img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.dealer-list .responsive {
	display: none;
}

/* IFRAME */
.iframe {
	position: relative;
}

.iframe>img {
	width: 100%;
}

.iframe .content,
.iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.iframe .content {
	z-index: 3;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.iframe .content.disabled {
	opacity: 0;
	pointer-events: none;
}

.iframe iframe {
	z-index: 2;
	border: none;
}

.iframe .content .table {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%,
			rgba(0, 0, 0, 0.0572917) 18.23%,
			rgba(0, 0, 0, 0.34) 47.4%,
			rgba(0, 0, 0, 0.78) 100%);
}

.iframe .content .td {
	padding: 0 78px;
}

.iframe .content h3,
.iframe .content p {
	color: #fff;
}

.iframe .content h3 {
	max-width: 720px;
	font-size: 36px;
	line-height: 150%;
}

.iframe .content p {
	max-width: 450px;
	margin-top: 15px;
}

.iframe .content .btn {
	margin-top: 50px;
}

/* COMPANY PROFILE */
.company-profile .iframe {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.company-profile .container {
	padding-top: 35px;
}

.company-profile article {
	max-width: 1024px;
	text-align: center;
	margin: 0 auto;
}

/* BRAND */
.brand .intro {
	margin-bottom: 55px;
}

.brand .intro .container {
	margin-top: 25px;
}

.brand .intro .fLeft {
	width: 155px;
}

.brand .intro .fRight {
	width: calc(100% - 155px);
	padding-left: 32px;
}

.brand .content>.fLeft {
	width: calc(100% - 300px);
	padding-right: 70px;
}

.brand .content>.fRight {
	width: 300px;
}

.brand .content.reverse {
	display: flex;
	flex-direction: row-reverse;
}

.brand .content.reverse>.fLeft {
	width: calc(100% - 272px);
	padding-left: 72px;
	padding-right: 0;
}

.brand .content.reverse>.fRight {
	width: 272px;
	padding-left: 32px;
}

.brand .tab-links.default {
	text-align: left;
	margin-bottom: 50px;
}

.brand .images {
	padding-top: 35px;
}

.brand .images a {
	display: block;
}

.brand .images ul {
	margin: 0 -5px;
}

.brand .images li {
	vertical-align: top;
	width: 100%;
	/*width: calc(100% / 3);*/
	padding: 0 5px;
	margin-bottom: 10px;
}

.brand .images li._2 {
	width: 50%;
}

.brand .images li img {
	width: auto;
}

.brand .images li._2 img {
	width: 100%;
}

.brand img {
	width: 100%;
}

.brand .timeline {
	position: relative;
}

.brand .timeline .line {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 50%;
	width: 2px;
	height: 100%;
	background-image: url('images/dash.png');
	background-repeat: repeat-y;
	transform: translateX(-50%);
}

.brand .timeline ul {
	z-index: 2;
	position: relative;
}

.brand .timeline li {
	margin-bottom: 40px;
}

.brand .timeline li:last-child {
	margin-bottom: 0;
}

.brand .timeline .container {
	position: relative;
	width: 50%;
}

.brand .timeline .container:before,
.brand .timeline .container:after {
	content: '';
	position: absolute;
	top: 50%;
	border-radius: 50%;
	transform: translateY(-50%);
}

.brand .timeline .container:before {
	width: 20px;
	height: 20px;
	background-color: #fff;
	border: 1px solid #E2E2E2;
}

.brand .timeline .container:after {
	width: 8px;
	height: 8px;
	background-color: #FFA0A0;
}

.brand .timeline li:nth-child(odd) .container {
	padding-right: 36px;
}

.brand .timeline li:nth-child(even) .container {
	padding-left: 36px;
	margin-left: auto;
}

.brand .timeline li:nth-child(odd) .container:before {
	right: -10px;
}

.brand .timeline li:nth-child(odd) .container:after {
	right: -4px;
}

.brand .timeline li:nth-child(even) .container:before {
	left: -10px;
}

.brand .timeline li:nth-child(even) .container:after {
	left: -4px;
}

.brand .timeline .container .fLeft {
	width: 57%;
	padding-right: 50px;
}

.brand .timeline .container .fRight {
	width: 43%;
}

.brand .timeline li:nth-child(even) .iFloat {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
}

.brand .timeline li:nth-child(even) .container .fLeft {
	padding-right: 0;
	padding-left: 50px;
}

.brand .timeline .title {
	font-family: 'Roboto Light';
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0.02em;
}

.brand .timeline p {
	letter-spacing: 0.02em;
}

.brand .timeline .subtitle {
	font-family: 'Roboto Medium';
	font-size: 14px;
	color: rgba(0, 0, 0, 0.4);
	line-height: 16px;
	margin-top: 7px;
}

.brand .timeline p:not(.subtitle) {
	font-size: 14px;
	line-height: 150%;
	margin-top: 15px;
}

/* DL PRIVACY POLICY */
.dl-privacy-policy {
	position: relative;
	max-width: 500px;
	width: 100%;
	background-color: #fff;
	margin: 40px auto;
	border-radius: 3px;
}

.dl-privacy-policy .title {
	padding: 27px 74px 30px 38px;
	border-bottom: 1px solid #F1F1F1;
}

.dl-privacy-policy .content,
.dl-privacy-policy .link {
	padding: 27px 38px 30px;
}

.dl-privacy-policy .content {
	padding-bottom: 0;
}

.dl-privacy-policy .content .container {
	max-height: 50vh;
	overflow-y: scroll;
}

.dl-privacy-policy .title h3 {
	font-size: 20px;
	line-height: 150%;
}

.dl-privacy-policy .title p {
	font-size: 13px;
	color: #999999;
	line-height: 150%;
	letter-spacing: 0.03em;
}

.close {
	position: absolute;
	top: 40px;
	right: 40px;
	width: 15px;
	height: 15px;
	background-image: url('images/close.png');
	background-repeat: no-repeat;
	background-size: 15px;
	cursor: pointer;
}

/*.dl-privacy-policy .checkbox { margin-bottom: 14px; }*/

/* 404 */
.error-404 {
	position: relative;
	min-height: calc(100vh - 471px);
	text-align: center;
	padding-top: 13.5%;
	padding-bottom: 38.4%;
}

.error-404 h2,
.error-404 p {
	color: #fff;
	text-shadow: 0px 10px 30px rgba(0, 0, 0, 0.25);
	-moz-text-shadow: 0px 10px 30px rgba(0, 0, 0, 0.25);
	-webkit-text-shadow: 0px 10px 30px rgba(0, 0, 0, 0.25);
}

.error-404 h2 {
	font-size: 72px;
	line-height: 100%;
}

.error-404 p {
	max-width: 740px;
	font-family: 'Roboto Medium';
	font-size: 24px;
	line-height: 170%;
	margin: 48px auto 0;
}

.error-404 .text-center {
	position: absolute;
	bottom: 60px;
	left: 0;
	width: 100%;
}

/* SEARCH RESULT */
.search-result>.group {
	margin-bottom: 35px;
}

.search-result>.group:last-child {
	margin-bottom: 0;
}

.ajax-result {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background-color: #fff;
	padding: 12px 0;
	border-radius: 0 0 5px 5px;
	box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.03);
	-moz-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.03);
	-webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.03);
}

.ajax-result.active {
	display: block;
}

.ajax-result a {
	display: block;
	padding: 8px 15px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.ajax-result a:hover {
	background-color: #fbfbfb;
}

.ajax-result h5,
.ajax-result p {
	font-size: 13px;
	color: #000;
	line-height: 15px;
	margin-bottom: 3px;
}

.ajax-result p {
	padding: 8px 15px;
	margin-bottom: 0;
}

.ajax-result span {
	display: block;
	font-family: 'Roboto Light';
	font-size: 11px;
	color: #999999;
	line-height: 13px;
	letter-spacing: 0.02em;
}

.ajax-result .loader {
	display: none;
	text-align: center;
}

.ajax-result .loader.active {
	display: block;
}

/* CAREER LIST */
.career-list .intro {
	max-width: 580px;
	text-align: center;
	margin: 0 auto 40px;
}

.career-list .intro p {
	line-height: 150%;
	margin-top: 17px;
}

.career-list ul.list {
	margin: 0 -10px;
}

.career-list ul.list>li {
	display: inline-block;
	vertical-align: top;
	width: calc(100% / 3);
	padding: 0 10px;
	margin-bottom: 20px;
}

.career-list.related ul.list>li {
	display: block;
	width: 100%;
}

.career-list.related>h3 {
	font-size: 18px;
	line-height: 170%;
	margin-bottom: 20px;
}

.career-list ul.list>li:hover {
	padding-top: 0;
}

.career-list .container {
	display: block;
	position: relative;
	overflow: hidden;
	background-color: #fff;
	padding: 36px 40px 34px;
	border-radius: 3px;
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.03);
	-moz-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.03);
	-webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.03);
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.career-list.related .container {
	border: 1px solid #DCDCDC;
}

.career-list:not(.related) .container:hover {
	transform: translateY(-10px);
}

.career-list .container:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 3px;
	height: 100%;
	background-color: transparent;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.career-list .container:hover:before {
	background-color: #EC1D25;
}

.career-list h4 {
	font-size: 18px;
	color: #000;
	line-height: 21px;
}

.career-list ul.list p:not(.has-icon) {
	font-size: 13px;
	color: rgba(0, 0, 0, 0.8);
	margin-top: 24px;
}

.career-list p.has-icon {
	margin-top: 7px;
}

.career-list p.has-icon i {
	color: #EC1D25;
}

.career .fLeft {
	width: calc(100% - 370px);
	padding-right: 86px;
}

.career .fRight {
	width: 370px;
}

.career>h1 {
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 24px;
}

.career .details {
	margin-bottom: 36px;
}

.career .options {
	padding-top: 25px;
}

.career .options .share {
	padding-top: 60px;
	margin-top: 40px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.career .options.no-ssba .share {
	display: none;
	padding-top: 0;
	margin-top: 0;
	border-top: none;
}

.career .btn,
.popup.apply-now .btn {
	max-width: 250px;
	width: 100%;
}

/* POPUP */
.popup {
	position: relative;
	max-width: 800px;
	margin: 40px auto;
}

.popup .title {
	background-color: #fff;
	padding: 54px 50px 52px;
}

.popup .content {
	background-color: #fafafa;
	padding: 50px;
}

/* POPUP (APPLY NOW) */
.popup.apply-now h2 {
	font-size: 24px;
	line-height: 28px;
}

.popup.apply-now p.has-icon {
	margin-top: 7px;
}

.popup.apply-now p.has-icon i {
	color: #EC1D25;
}

.popup.apply-now p:not(.has-icon) {
	margin-top: 24px;
}

.popup.apply-now .file input[type="text"] {
	background-color: #fafafa;
}

/* POPUP (PARTS) */
.popup.parts {
	max-width: 700px;
}

.popup.parts .img {
	background-color: #f2f2f2;
	padding: 60px;
	text-align: center;
}

.popup.parts .img.brochure {
	padding: 0;
	width: 100%;
}

.popup.parts .img.brochure img {
	width: 100%;
}

.popup.parts .content {
	background-color: #fff;
	padding: 48px 50px 40px;
}

.popup.parts .content>h2 {
	font-size: 24px;
	line-height: 100%;
	margin-bottom: 25px;
}

.popup.parts .close {
	top: 30px;
	right: 30px;
}

.popup.parts .wysiwyg {
	padding-bottom: 15px;
}

/* FORM */
.form .row {
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: 20px;
}

.form .row:last-of-type {
	margin-bottom: 0;
}

.form .actions {
	padding-top: 50px;
}

.form [class^="col-"] {
	padding: 0 10px;
}

.form label {
	display: block;
	font-size: 13px;
	color: #4D4D4D;
	line-height: 170%;
	letter-spacing: 0.02em;
	margin-bottom: 7px;
}

.form .select select,
.form textarea,
.form input[type="tel"],
.form input[type="file"],
.form input[type="text"],
.form input[type="email"] {
	display: block;
	width: 100%;
	height: 45px;
	background-color: #fff;
	font-size: 13px;
	color: #4D4D4D;
	line-height: 170%;
	padding-left: 23px;
	padding-right: 23px;
	border: 1px solid #CFCFCF;
	border-radius: 3px;
}

.form input.wpcf7-not-valid,
.form textarea.wpcf7-not-valid {
	border-color: #EC1D25 !important;
}

.form.transparent textarea,
.form.transparent input[type="tel"],
.form.transparent input[type="file"],
.form.transparent input[type="text"],
.form.transparent input[type="email"] {
	background-color: transparent;
}

.form textarea {
	height: 150px;
	padding-top: 11px;
	padding-bottom: 11px;
}

.form ul.list.has-checkbox li:not(:last-child) {
	margin-right: 29px;
}

.form.default .row {
	margin-bottom: 32px;
}

.form.default .row.last-item {
	margin-bottom: 0;
}

.form.default label {
	font-family: 'Roboto Medium';
	font-size: 14px;
	color: rgba(0, 0, 0, 0.6);
	line-height: 16px;
	margin-bottom: 8px;
}

.form.default label.checkbox {
	margin-bottom: 0;
}

.form.default .select select,
.form.default textarea,
.form.default input[type="tel"],
.form.default input[type="file"],
.form.default input[type="text"],
.form.default input[type="email"],
.form.default .checkbox .check {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.8);
	line-height: 16px;
	border: 1px solid #BCBCBC;
}

.form.default textarea {
	height: 100px;
	line-height: 130%;
}

.form.default .checkbox input:checked~.check {
	background-color: #3562FF;
	border-color: #3562FF;
}

.form.default .checkbox span a {
	color: #3562FF;
}

.form.default .checkbox span a:hover,
.form .wpcf7-list-item-label a:hover {
	text-decoration: underline;
}

.form.default ul.list.has-checkbox,
.form .wpcf7-form-control.wpcf7-checkbox {
	display: block;
	padding-top: 12px;
}

.form.default .sub {
	margin-top: 15px;
}

.form.default .sub.has-label {
	margin-top: 32px;
}

[data-id="group-others"] label {
	margin-top: 32px;
}

.form .wpcf7-checkbox label span,
.form .wpcf7-acceptance label span {
	font-size: 14px;
	color: rgba(0, 0, 0.8);
	line-height: 16px;
	letter-spacing: 0.02em;
	margin-bottom: 0;
}

.form .wpcf7-checkbox label,
.form .wpcf7-acceptance label {
	position: relative;
	padding-left: 29px;
	margin-bottom: 0;
	cursor: pointer;
}

.form .wpcf7-checkbox label .check,
.form .wpcf7-acceptance label .check {
	position: absolute;
	top: 50%;
	left: 0;
	width: 20px;
	height: 20px;
	border-radius: 3px;
	border: 1px solid #BCBCBC;
	transform: translateY(-50%);
}

.form .wpcf7-checkbox input:checked~.check,
.form .wpcf7-acceptance input:checked~.check {
	background-color: #3562FF;
	border-color: #3562FF;
}

.form .wpcf7-checkbox label .check:before,
.form .wpcf7-acceptance label .check:before {
	content: '';
	display: none;
	position: absolute;
	top: 6px;
	left: 4px;
	width: 10px;
	height: 8px;
	background-image: url('images/check.png');
	background-repeat: no-repeat;
	background-size: 10px;
}

.form .wpcf7-checkbox input:checked~.check:before,
.form .wpcf7-acceptance input:checked~.check:before {
	display: block;
}

.form span.wpcf7-list-item {
	margin: 0;
}

.form span.wpcf7-list-item:not(:last-of-type) {
	margin-right: 29px;
}

.form span.wpcf7-list-item-label::before,
.form span.wpcf7-list-item-label::after {
	display: none;
}

.form span.wpcf7-not-valid-tip {
	display: block;
	font-size: 12px;
	color: #EC1D25;
	line-height: 14px;
	letter-spacing: 0.02em;
	margin-top: 5px;
}

.form br {
	display: none;
}

div.wpcf7-response-output {
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 0.02em;
	text-align: center;
	padding: 15px;
	margin: 18px 0 0 !important;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

div.wpcf7-mail-sent-ok {
	background-color: #dff0d8;
	color: #3c763d;
	border: #d6e9c6 1px solid;
}

div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ng {
	background-color: #f5d2d2;
	color: #a94442;
	border: #ecb6bf 1px solid;
}

/* SELECT */
.select {
	position: relative;
}

.select:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	width: 12px;
	height: 7px;
	background-image: url('images/select.png');
	background-repeat: no-repeat;
	background-size: 12px;
	transform: translateY(-50%);
	pointer-events: none;
}

/* FILE */
.file {
	position: relative;
	overflow: hidden;
}

.file:before,
.file input[type="text"] {
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}

.file:before {
	z-index: 3;
	content: 'Choose File';
	left: 1px;
	top: 1px;
	height: calc(100% - 2px);
	background-color: #E2E2E2;
	font-size: 13px;
	color: #4D4D4D;
	line-height: 170%;
	letter-spacing: 0.02em;
	padding: 11px 23px 0;
	border-right: 1px solid #CFCFCF;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.file:hover:before {
	background-color: #CFCFCF;
}

.file input[type="file"] {
	border: none;
	cursor: pointer;
}

.file input[type="text"] {
	left: 0;
	width: 100%;
	padding-left: 141px;
	pointer-events: none;
	/*border: none;*/
}

/* CONTACT US */
.contact-us {
	background-color: #fcfcfc;
}

.contact-us .column .fLeft {
	/*width: 480px;*/
	width: 50%;
}

.contact-us .column .fRight {
	/*width: calc(100% - 480px);*/
	width: 45%;
	/* 	padding-left: 68px; */
}

.contact-us .column .fLeft .container {
	background-color: #fff;
	padding: 50px;
	border-radius: 5px;
	box-shadow: 0px 0px 150px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 0px 150px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0px 0px 150px rgba(0, 0, 0, 0.05);
}

/* .contact-us .column > .fRight .container {
	background-color: #fff;
	padding: 50px;
	border-radius: 5px;
	box-shadow: 0px 0px 150px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 0px 150px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0px 0px 150px rgba(0, 0, 0, 0.05);
} */

.contact-us .column .fRight .title {
	margin-bottom: 100px;
}

.contact-us .column .fRight.fixed .title {
	margin-bottom: 48px;
}

.contact-us .column .fLeft .title {
	margin-bottom: 42px;
}

.contact-us span.label,
.contact-us .title p {
	display: block;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.5);
	line-height: 16px;
}

.contact-us .title p {
	font-family: 'Roboto Medium';
	color: rgba(0, 0, 0, 0.4);
	margin-top: 10px;
}

.contact-us .title span.label {
	color: rgba(0, 0, 0, 0.4);
	letter-spacing: 0.02em;
	margin-bottom: 9px;
}

.contact-us .details span.label {
	font-family: 'Roboto Light';
	margin-bottom: 10px;
}

.contact-us .details p {
	font-family: 'Roboto Light';
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0.02em;
}

.contact-us .fixed .details p {
	font-size: 16px;
	line-height: 26px;
}

.contact-us .details img {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.contact-us .details li {
	position: relative;
	margin-bottom: 55px;
	padding-left: 100px;
}

.contact-us .fixed .details li {
	margin-bottom: 32px;
}

.contact-us .details li:last-child {
	margin-bottom: 0;
}

.contact-us .form .btn {
	min-width: 106px;
}

.contact-us .select-form {
	margin-bottom: 32px;
}

.contact-us .select-form-tab>div {
	display: none;
}

.contact-us .select-form-tab>div.active {
	display: block;
}

/* PARTS & SERVICES */
.parts-n-services .intro {
	margin-bottom: 50px;
}

.parts-n-services .intro h1 {
	font-size: 24px;
	line-height: 28px;
}

.parts-n-services .tab-links.default {
	text-align: left;
	margin-bottom: 50px;
}

.parts-n-services .tab-content.has-pBottom {
	padding-bottom: 60px;
}

.parts-n-services .tab-content>div {
	margin-bottom: 90px;
}

.parts-n-services .tab-content>div:last-of-type {
	margin-bottom: 0;
}

.parts-n-services .content>h3 {
	margin-bottom: 55px;
}

.parts-n-services .column-list.two {
	margin: 0 -27px;
}

.parts-n-services .column-list.four {
	margin: 0 -15px;
}

.parts-n-services .column-list>li {
	display: inline-block;
	vertical-align: top;
}

.parts-n-services .column-list.two>li {
	width: 50%;
	padding: 0 27px;
	margin-bottom: 20px;
}

.parts-n-services .column-list.two.fw>li {
	width: 100%;
}

.parts-n-services .column-list.two.fw p {
	max-width: 348px;
}

.parts-n-services .column-list.four>li {
	width: 25%;
	padding: 0 15px;
	margin-bottom: 30px;
}

.parts-n-services .column-list .img {
	display: block;
	overflow: hidden;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.parts-n-services .column-list .img img {
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.parts-n-services .column-list .img:hover img {
	transform: scale(1.1);
}

.parts-n-services .column-list.four.less1>li {
	width: calc(100% / 3);
	margin-bottom: 0;
}

.parts-n-services .column-list h5 {
	letter-spacing: 0.02em;
}

.parts-n-services .column-list.two h5 {
	font-size: 24px;
	line-height: 100%;
	margin-bottom: 15px;
}

.parts-n-services .column-list.two.books h5 {
	font-size: 18px;
	line-height: 170%;
}

.parts-n-services .column-list.four h5 {
	font-size: 14px;
	line-height: 170%;
}

.parts-n-services .column-list.four.less1 h5 {
	max-width: 184px;
	margin: 0 auto;
}

.parts-n-services .column-list.four .title {
	background-color: #fff;
	text-align: center;
	padding: 15px 15px 13px;
}

.parts-n-services .column-list p,
.parts-n-services .column-list a.learn-more {
	letter-spacing: 0.02em;
}

.parts-n-services .column-list a.learn-more {
	position: absolute;
	left: 0;
	bottom: 0;
}

.parts-n-services .column-list.four a:not(.btn) {
	font-size: 13px;
	color: #EC1D25;
	line-height: 15px;
	letter-spacing: 0.03em;
}

.parts-n-services .column-list .btn {
	min-width: 100%;
}

.parts-n-services .column-list .btn.under {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.parts-n-services .column-list .figure>figure {
	background-color: #F2F2F2;
	padding: 30px 20px;
}

.parts-n-services .column-list.fw .figure>figure {
	background-color: #000;
}

.parts-n-services .column-list img {
	width: 100%;
}

.parts-n-services .column-list.four img {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.parts-n-services .column-list.two .fLeft {
	width: 247px;
	padding-right: 40px;
}

.parts-n-services .column-list.two .fLeft a {
	display: block;
}

.parts-n-services .column-list.two .fRight {
	position: relative;
	width: calc(100% - 247px);
	/*padding-top: 25px;*/
	padding-bottom: 52px;
}

.parts-n-services .column-list.two.books .fRight {
	padding-bottom: 0;
}

.parts-n-services .column-list.four .container {
	box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.03);
	-moz-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.03);
	-webkit-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.03);
}

.parts-n-services .overlapped {
	width: calc(100% + 180px);
	background-color: #F5F5F5;
	padding: 94px 0 0;
	margin-left: -90px;
}

.parts-n-services .overlapped .wrapper {
	max-width: 945px;
	padding: 0 30px;
}

.parts-n-services .overlapped.default {
	padding: 70px 0;
}

.parts-n-services .overlapped.default .wrapper {
	max-width: 915px;
}

.parts-n-services .overlapped .td:first-of-type {
	width: 71%;
	padding-right: 74px;
	padding-bottom: 30px;
}

.parts-n-services .overlapped .td:last-of-type {
	width: 29%;
	vertical-align: bottom;
}

.parts-n-services .overlapped.default h3 {
	margin-bottom: 40px;
}

/* PERIODIC MAINTENANCE SERVICE */
#pms-form {
	display: flex;
	align-items: flex-end;
	margin-bottom: 2rem;
}

.pms-content table {
	table-layout: inherit;
}

.pms-content table .check {
	color: #EC1D25;
	font-weight: bold;
	font-size: 1.5rem;
	text-align: center;
}

.pms-content table tr {
	height: 3rem;
	background-color: #f2f2f2;
}

.pms-content table td {
	border: 1px solid #d9d9d9;
	padding: 0 1rem;
}

.pms-content {
	display: block;
}

.pms-content-mobile {
	display: none;
}

@media only screen and (min-width: 1366px) {
	.contact-us .column .fRight.fixed .title {
		margin-bottom: 100px;
	}

	.contact-us .fixed .details li {
		margin-bottom: 55px;
	}

	.contact-us .fixed .details p {
		font-size: 18px;
		line-height: 28px;
	}
}

@media only screen and (max-width: 1541px) {
	.latest-from-fuso .fRight ul {
		max-height: 384px;
	}
}

@media only screen and (max-width: 1367px) {
	.wrapper {
		padding: 0 30px 0 40px;
	}

	/* BODY */
	.body {
		padding-left: 90px;
	}

	/* SIDEBAR */
	.sidebar {
		width: 90px;
	}

	.sidebar .logo {
		width: 90px;
		height: 68px;
	}

	.sidebar .logo .fuso {
		width: 35px;
		height: 35px;
		background-image: url('images/logo/small-new.png');
		background-size: 35px;
	}

	.side-nav a {
		height: 52px;
		font-size: 13px;
	}

	.side-nav .submenu {
		padding-top: 68px;
	}

	.side-nav .submenu a {
		height: 68px;
	}

	/* SECTION */
	.section.empty {
		min-height: auto;
	}

	.body-area {
		padding: 60px 30px 60px 40px;
	}

	/* HERO */
	.hero h1,
	.hero h2 {
		max-width: 570px;
		font-size: 36px;
		line-height: 45px;
	}

	/* LATEST */
	.latest-from-fuso .fRight ul {
		max-height: 299px;
		overflow-y: auto;
	}

	.latest-from-fuso .fRight ul::-webkit-scrollbar-track {
		background-color: transparent;
	}

	.latest-from-fuso .fRight ul::-webkit-scrollbar-thumb {
		background-color: #505050;
	}

	/*.latest-from-fuso .fRight ul::-webkit-scrollbar-thumb:hover { background: #555; }*/

	/* MODEL LINEUP */
	.model-lineup ul.list>li {
		width: calc(100% / 3);
	}

	/* FEATURE */
	.feature .fLeft {
		width: 28%;
		padding-left: 40px;
	}

	.feature .fRight {
		width: 72%;
	}

	.feature.default .fRight {
		padding-right: 30px;
	}

	/* TAB LINKS */
	.tab-links.default a {
		font-size: 14px;
		padding: 20px 24px;
	}

	/* 404 */
	.error-404 h2 {
		font-size: 48px;
	}

	.error-404 p {
		max-width: 500px;
		font-size: 16px;
		margin-top: 18px;
	}

	.error-404 .text-center {
		bottom: 80px;
	}

	/* CAREER LIST */
	.career-list.related .container {
		padding: 24px 32px;
	}

	/* PARTS N SERVICES */
	.parts-n-services .overlapped {
		width: calc(100% + 70px);
		margin-left: -40px;
	}
}

@media only screen and (max-width: 1241px) {

	/* LATEST */
	.latest-from-fuso .fRight ul {
		height: 125px;
		overflow-y: auto;
	}
}

@media only screen and (max-width: 1141px) {

	/* DEALER LIST */
	.dealer-list {
		max-width: 640px;
	}

	.dealer-list ul.list li,
	.dealer-list.highlight ul.list li {
		display: block;
		width: 100%;
	}

	.dealer-list.featured:not(.highlight) ul.list li {
		display: inline-block;
		width: 50%;
	}

	.dealer-list:not(.highlight) ul.list li:last-child {
		margin-bottom: 0;
	}

	.dealer-list.highlight ul.list .fRight[style] {
		height: auto !important;
	}
}

@media only screen and (max-width: 1081px) {

	/* HIGHLIGHT */
	.highlight .content {
		max-width: 640px;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}

	.highlight ul {
		max-width: 780px;
		margin-left: auto;
		margin-right: auto;
	}

	.highlight .content p {
		margin-top: 24px;
	}

	.highlight [class^="col"] {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	/* FEATURE */
	.feature .fLeft,
	.feature .fRight {
		float: none;
		width: 100%;
		padding: 0 30px 0 40px;
	}

	.feature .container {
		width: 100%;
	}

	.feature .section-title {
		text-align: center;
		margin-bottom: 32px;
	}

	.feature h3 {
		margin-left: auto;
		margin-right: auto;
	}

	.feature .slider figure {
		padding-top: 0;
	}

	.feature figure figcaption {
		text-align: center;
	}

	.feature .slider .slick-arrow {
		top: calc(100% + 24px);
		bottom: initial;
	}

	.feature .slider .slick-prev,
	.feature .slider .slick-next {
		left: 50%;
		transform: translateX(-50%);
	}

	.feature .slider .slick-prev {
		transform: translateX(calc(-50% - 50px));
	}

	.feature .slider .slick-next {
		transform: translateX(calc(-50% + 50px));
	}

	.feature .owl-nav {
		width: 100%;
		text-align: center;
	}

	/* MODEL LINEUP */
	.model-lineup.related {
		max-width: 640px;
		margin: 0 auto;
	}

	.model-lineup.related ul.list>li {
		width: 100%;
	}

	.model-lineup.related ul.list>li:last-child {
		margin-bottom: 0;
	}

	/* SOCIALS */
	.socials .fLeft,
	.socials .fRight {
		float: none;
		width: 100%;
	}

	.socials .fCenter {
		position: relative;
		min-height: calc(100vh - 471px);
		text-align: center;
		padding-top: 13.5%;
		padding-bottom: 38.4%;
	}

	.socials .fLeft {
		text-align: center;
		padding-top: 0;
		overflow: hidden;
	}

	.socials .fRight {
		padding: 40px 0 0;
	}


	.socials h3 {
		margin-bottom: 10px;
	}

	/* CAREER LIST */
	.career .fLeft {
		width: calc(100% - 300px);
	}

	.career .fRight {
		width: 300px;
	}

	.career-list ul.list>li {
		width: 50%;
	}

	.career-list h4 {
		font-size: 16px;
		line-height: 150%;
	}

	.career-list p.has-icon {
		margin-top: 4px;
	}

	/* CONTACT US */
	.contact-us .column .fLeft,
	.contact-us .column .fRight {
		float: none;
		width: 100%;
	}

	.contact-us .column .fRight {
		padding-left: 0;
		margin-top: 60px;
	}

	.contact-us .column .fRight .title {
		margin-bottom: 48px;
	}

	.contact-us .details li {
		margin-bottom: 28px;
	}

	.wrapper-sticky[style] {
		float: none !important;
		width: 100% !important;
		top: initial !important;
		bottom: initial !important;
		left: initial !important;
		right: initial !important;
	}

	.contact-us .column .fRight.fixed[style] {
		width: 100% !important;
		top: initial !important;
		bottom: initial !important;
		left: initial !important;
		right: initial !important;
		position: initial !important;
	}
}

@media only screen and (max-width: 1025px) {
	.section-title.normal {
		margin-bottom: 36px;
	}

	/* HERO */
	.hero h1,
	.hero h2 {
		font-size: 32px;
		line-height: 40px;
	}

	.hero p {
		font-size: 14px;
		line-height: 16px;
		margin-top: 9px;
	}

	.hero .btn {
		margin-top: 20px;
	}

	.hero .bg {
		height: 70vh;
	}

	.hero .content {
		padding: 60px 86px;
	}

	/* SECTION */
	.section.empty {
		min-height: calc(100vh - 574px);
	}

	/* QUICK ACCESS MODELS */
	.quick-access-models>div {
		width: 50%;
	}

	.quick-access-models>div:nth-child(4n+1) .table,
	.quick-access-models>div:nth-child(4n+2) .table {
		border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	}

	.quick-access-models .td:first-of-type {
		padding-right: 30px;
	}

	.quick-access-models h4 {
		max-width: 100%;
	}

	/* LATEST */
	.latest-from-fuso>.fLeft,
	.latest-from-fuso>.fRight {
		float: none;
		width: 100%;
	}

	.latest-from-fuso>.fRight {
		padding-top: 35px;
		padding-bottom: 35px;
		padding-left: 30px;
		padding-right: 30px;
	}

	.latest-from-fuso .fLeft h3 {
		left: 30px;
	}

	.latest-from-fuso .slider .bg .fuso {
		right: 30px;
	}

	.latest-from-fuso .date {
		display: block;
	}

	.latest-from-fuso .fRight ul {
		height: auto;
		overflow-y: initial;
		font-size: 0;
		padding-bottom: 0;
		margin-left: -16px;
		margin-right: -16px;
		margin-bottom: 0;
		border-bottom: none;
	}

	.latest-from-fuso .fRight li {
		display: inline-block;
		vertical-align: top;
		width: calc(100% / 3);
		padding: 0 16px;
		border-bottom: none;
	}

	.latest-from-fuso .slider .bg[style] {
		height: auto !important;
		background-image: none !important;
	}

	.latest-from-fuso .slider .bg img {
		display: block;
	}

	/* MODEL LINEUP */
	.model-lineup ul.list>li {
		width: 50%;
	}

	/* ARTICLE LIST */
	.article-list>h3,
	.model-lineup h3 {
		margin-bottom: 32px;
	}

	.article-list ul.list li {
		width: 50%;
	}

	/* SPECS */
	.specs-table .specs-table-label {
		display: none;
	}

	.specs-table {
		padding-left: 0;
	}

	.specs-table .specs-table-value .specs-table-model {
		display: none;
		width: 100%;
	}

	.specs-table .specs-table-model .specs-table-group:not(:first-of-type) {
		padding-top: 0;
	}

	.specs-table .specs-table-value .specs-table-model.active {
		display: block;
	}

	.specs-group-1 {
		display: none;
	}

	.specs-container .tab-links {
		display: inline-block;
	}

	.specs-container .section-title {
		margin-bottom: 36px;
	}

	/*.specs-table .specs-table-value h5 { display: block; }*/
	.specs-table .specs-table-value h5 {
		display: table;
	}

	.specs-table li {
		position: relative;
		text-align: left;
		padding-left: 244px;
	}

	.specs-table li:before {
		z-index: 2;
		content: attr(data-th);
		display: flex;
		align-items: center;
		justify-content: left;
		position: absolute;
		top: 0;
		left: 0;
		width: 220px;
		height: 100%;
		font-size: 14px;
		line-height: 16px;
		letter-spacing: 0.03em;
		text-align: left;
		padding: 20px 23px 19px;
	}

	.features-sections>li:nth-child(even) .tab-links,
	.features-sections>li:nth-child(even) .tab-links a {
		background-color: #FAFAFA;
	}

	.features-sections>li:nth-child(even) .tab-links a:hover,
	.features-sections>li:nth-child(even) .tab-links a.active {
		background-color: #EC1D25;
		color: #fff;
	}

	.features-sections>li:nth-child(odd) .specs-table .specs-table-value ul li:nth-child(odd):before {
		background-color: #EFEFEF;
	}

	.features-sections>li:nth-child(odd) .specs-table .specs-table-value ul li:nth-child(even):before {
		background-color: #E6E6E6;
	}

	.features-sections>li:nth-child(even) .specs-table .specs-table-value ul li:nth-child(odd):before {
		background-color: #E6E6E6;
	}

	.features-sections>li:nth-child(even) .specs-table .specs-table-value ul li:nth-child(even):before {
		background-color: #EFEFEF;
	}

	.specs-table .specs-table-value {
		display: block;
		width: 100%;
		overflow-x: hidden;
	}

	/* TAB LINKS */
	.tab-links.scrollable ul {
		width: 100%;
		overflow-x: auto;
		white-space: nowrap;
	}

	.tab-links.scrollable li {
		white-space: normal;
	}

	/* BRAND */
	.brand .tab-links.default {
		margin-bottom: 32px;
	}

	.brand .tab-links a {
		min-width: 160px;
	}

	.brand .timeline .line {
		left: 9px;
		transform: initial;
	}

	.brand .timeline .container {
		width: 100%;
	}

	.brand .timeline li:nth-child(odd) .container {
		padding-right: 0;
		padding-left: 46px;
	}

	.brand .timeline li:nth-child(odd) .container .fLeft {
		padding-right: 0;
		padding-left: 36px;
	}

	.brand .timeline li:nth-child(even) .container .fLeft {
		padding-left: 36px;
	}

	.brand .timeline li:nth-child(odd) .iFloat {
		display: flex;
		align-items: center;
		flex-direction: row-reverse;
	}

	.brand .timeline li:nth-child(even) .container {
		padding-left: 46px;
	}

	.brand .timeline li:nth-child(even) .container:before {
		left: 0;
	}

	.brand .timeline li:nth-child(even) .container:after {
		left: 6px;
	}

	.brand .timeline li:nth-child(odd) .container:before {
		right: initial;
		left: 0;
	}

	.brand .timeline li:nth-child(odd) .container:after {
		right: initial;
		left: 6px;
	}

	.brand .timeline .container .fLeft {
		width: 67%;
	}

	.brand .timeline .container .fRight {
		width: 33%;
	}

	.brand .timeline p:not(.subtitle) {
		max-width: 360px;
	}

	/* IFRAME */
	.iframe .content h3 {
		max-width: 420px;
		font-size: 24px;
	}

	.iframe .content p {
		max-width: 300px;
		margin-top: 8px;
	}

	.iframe .content .btn {
		margin-top: 32px;
	}

	/* PARTS N SERVICES */
	/*.parts-n-services .column-list.two .fLeft {
    	width: 100%;
    	padding-right: 0;
    }

    .parts-n-services .column-list.two .fRight {
    	width: 100%;
    }*/

	.parts-n-services .tab-content>div {
		margin-bottom: 60px;
	}

	.parts-n-services .content>h3 {
		margin-bottom: 32px;
	}

	.parts-n-services .column-list.two>li {
		width: 100%;
		margin-bottom: 30px;
	}

	.parts-n-services .column-list.two>li:last-child {
		margin-bottom: 0;
	}

	.parts-n-services .column-list.four>li {
		width: calc(100% / 3);
	}

	.parts-n-services .column-list.two p {
		max-width: 348px;
	}

	.parts-n-services .column-list.two h5 {
		font-size: 20px;
		margin-bottom: 12px;
	}
}

@media only screen and (max-width: 941px) {

	/* MAIN HEADER */
	.header .search-bar {
		width: 250px;
	}

	/* BRAND */
	.brand .content.reverse {
		flex-direction: column-reverse;
	}

	.brand .content.reverse>.fLeft {
		width: 100%;
	}

	.brand .content.reverse>.fRight {
		width: 272px;
		/*margin-bottom: 36px;*/
	}

	.brand .content.reverse>.fLeft {
		padding-left: 0;
	}

	/* CAREER LIST */
	.career .fLeft,
	.career .fRight {
		float: none;
		width: 100%;
	}

	.career .fLeft {
		padding-right: 0;
		margin-bottom: 60px;
	}

	.career .fRight {
		max-width: 400px;
	}
}

@media only screen and (max-width: 841px) {
	.mfp-container {
		padding-left: 20px;
		padding-right: 20px;
	}

	/* BRAND */
	.brand .content {
		display: flex;
		flex-direction: column-reverse;
	}

	.brand .content>.fLeft,
	.brand .content>.fRight {
		float: none;
		width: 100%;
	}

	.brand .content>.fLeft {
		padding-top: 36px;
		padding-right: 0;
	}

	.brand .content>.fRight img {
		width: auto;
	}

	.brand .images {
		padding-top: 24px;
	}

	/* PARTS N SERVICES */
	.parts-n-services .column-list.four>li {
		width: 50%;
	}
}

@media only screen and (max-width: 769px) {
	.wrapper {
		padding: 0 30px;
	}

	/* SEARCH BAR */
	.search-bar.floating {
		display: none;
	}

	/* SLICK */
	.slick-prev {
		left: 30px;
	}

	.slick-next {
		right: 30px;
	}

	/* BODY */
	.body {
		padding-top: 80px;
		padding-left: 0px;
	}

	/* SIDEBAR */
	.sidebar {
		display: none;
	}

	/* HERO */
	.hero .bg[style] {
		background-image: none !important;
	}

	.hero .bg {
		height: auto;
	}

	.hero.home .bg:before {
		display: none;
	}

	.hero .bg>img {
		display: block;
	}

	.hero.home .slick-arrow {
		display: none !important;
	}

	.hero .content {
		display: table;
		table-layout: fixed;
		position: initial;
		bottom: initial;
		left: initial;
		width: 100%;
		height: 260px;
		background-color: #000;
		text-align: center;
		padding: 40px 30px 50px;
	}

	.hero h1,
	.hero h2 {
		font-size: 24px;
		line-height: 32px;
		margin: 0 auto;
	}

	.hero .desktop {
		display: none;
	}

	.hero .mobile {
		display: block;
	}

	/* A NOTICE */
	.a-notice {
		top: 100px;
	}

	/* HIGHLIGHT */
	.highlight .iFloat .fLeft {
		width: 140px;
	}

	.highlight .iFloat .fRight {
		width: calc(100% - 140px);
	}

	/* FEATURE */
	.feature .fLeft,
	.feature .fRight {
		float: none;
		width: 100%;
		padding: 0 30px;
	}

	.feature figure figcaption {
		font-family: 'Roboto Light';
		font-size: 14px;
		line-height: 18px;
		margin-top: 16px;
	}

	/* MODEL DETAILS */
	.model-details {
		padding: 32px 0 60px;
	}

	.model-details .section-title {
		margin-bottom: 40px;
	}

	/* PRIVACY POLICY */
	.privacy-policy>h3 {
		display: block;
	}

	/* DEALERS LIST */
	.dealer-list {
		max-width: 600px;
	}

	.dealer-list.featured:not(.highlight) ul.list li {
		display: block;
		width: 100%;
	}

	.dealer-list.featured:not(.highlight) ul.list .clearfix[style] {
		height: auto !important;
	}

	/* IFRAME */
	.iframe .content {
		position: relative;
		top: initial;
		left: initial;
		width: auto;
		height: auto;
	}

	.iframe .content[style],
	.iframe .content .table {
		background-image: none !important;
	}

	.iframe .content h3,
	.iframe .content p {
		max-width: 100%;
		color: #000;
	}

	.iframe>img,
	.iframe .content .btn {
		display: none;
	}

	.iframe .content .td {
		padding: 0;
	}

	.iframe .video {
		position: relative;
		padding-top: 60%;
		width: 100%;
		margin-top: 24px;
	}

	/* PARTS N SERVICES */
	.parts-n-services .overlapped .wrapper {
		padding: 0 40px;
	}

	.parts-n-services .column-list.four.less1>li {
		width: 50%;
	}

	.parts-n-services .column-list.four.less1>li:nth-child(3) {
		display: none;
	}
}

@media only screen and (max-width: 641px) {

	/* MODEL DETAILS */
	.model-details .iFloat .fLeft,
	.model-details .iFloat .fRight {
		width: 100%;
		text-align: center;
	}

	.model-details .iFloat .fLeft {
		padding-right: 0;
		margin-bottom: 28px;
	}

	.model-details .iFloat .fRight {
		padding-left: 0;
	}

	.model-details .fRight h4 {
		margin-bottom: 14px;
	}

	/* ARTICLE LIST */
	.article-list {
		max-width: 400px;
		margin: 0 auto;
		text-align: center;
	}

	.article-list ul.list li {
		width: 100%;
	}

	/* SECTION TITLE */
	.section-title.default h2,
	.section-title.default h3,
	.model-details .fRight h4 {
		font-size: 24px;
		line-height: 28px;
	}

	/* SECTION */
	.section.empty {
		min-height: auto;
	}

	/* LATEST */
	.latest-from-fuso>.fRight {
		text-align: center;
	}

	.latest-from-fuso .fRight li {
		display: block;
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	.latest-from-fuso .fRight ul,
	.latest-from-fuso .fRight li {
		padding-bottom: 26px;
		margin-bottom: 30px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	}

	.latest-from-fuso .fRight ul {
		margin-bottom: 32px;
		margin-left: 0;
		margin-right: 0;
	}

	.latest-from-fuso .fRight li:last-child {
		padding-bottom: 0;
		margin-bottom: 0;
		border-bottom: none;
	}

	.latest-from-fuso.no-fLeft .fRight ul {
		margin-bottom: 40px;
	}

	.latest-from-fuso.no-fLeft .fRight li {
		width: 100%;
		margin-bottom: 30px;
	}

	.latest-from-fuso.no-fLeft .fRight li:last-child {
		margin-bottom: 0;
	}

	/* A NOTICE */
	.a-notice {
		left: 30px;
		right: initial;
		max-width: 100%;
		width: calc(100% - 60px);
	}

	/* MODEL LINEUP */
	.model-lineup {
		max-width: 400px;
		text-align: center;
		margin: 0 auto;
	}

	.model-lineup.related {
		max-width: 100%;
	}

	.model-lineup ul.list>li {
		width: 100%;
	}

	/* BRAND */
	/*.brand .images li {
		width: 50%;
	}*/

	/* CAREER LIST */
	.career-list:not(.related) {
		max-width: 480px;
		margin: 0 auto;
	}

	.career-list ul.list>li {
		display: block;
		width: 100%;
	}

	/* PARTS N SERVICES */
	.parts-n-services .overlapped .table {
		display: block;
		table-layout: initial;
		text-align: center;
	}

	.parts-n-services .overlapped .td {
		display: block;
		width: 100% !important;
	}

	.parts-n-services .overlapped .td:first-of-type {
		padding-right: 0;
		padding-bottom: 0;
		margin-bottom: 48px;
	}

	.parts-n-services .overlapped .td:last-of-type {
		vertical-align: initial;
	}

	/* PM Schedule */
	#pms-form {
		display: grid;
	}

	#pms-choice {
		width: 100%;
		margin-bottom: 1rem;
	}

	#pms-link {
		width: 100%;
	}

	#pms-link a {
		width: 100%;
	}

	.pms-content {
		display: none;
	}

	.pms-content-mobile {
		display: block;
	}

	.pms-content-mobile table .check {
		color: #EC1D25;
		font-weight: bold;
		font-size: 1.5rem;
		text-align: center;
	}

	.pms-content-mobile table tr {
		height: 3rem;
		background-color: #f2f2f2;
	}

	.pms-content-mobile table td {
		border: 1px solid #d9d9d9;
		padding: 0 1rem;
	}

	.pms-content-mobile .accordion-first-button,
	.pms-content-mobile .accordion-first-button:not(.collapsed) {
		color: black !important;
		background-color: #eaeaea !important;
	}

	.pms-content-mobile .accordion-body .interval-name {
		height: 1.5rem;
		color: gray;
		font-size: 0.85rem;
	}

	.pms-content-mobile .accordion-first.accordion-button::after {
		background-image: url("https://staging.fuso.com.ph/wp-content/themes/fuso-theme-2019/images/plus.svg");
	}

	.pms-content-mobile .accordion-first.accordion-button:not(.collapsed)::after {
		background-image: url("https://staging.fuso.com.ph/wp-content/themes/fuso-theme-2019/images/minus.svg");
	}

	.pms-content-mobile .accordion-second.accordion-button::after {
		background-image: url("https://staging.fuso.com.ph/wp-content/themes/fuso-theme-2019/images/down-arrow.svg");
	}

	.pms-content-mobile .accordion-second.accordion-button:not(.collapsed)::after {
		background-image: url("https://staging.fuso.com.ph/wp-content/themes/fuso-theme-2019/images/up-arrow.svg");
	}
}

@media only screen and (max-width: 581px) {

	/* CONTACT US */
	.contact-us .column .fLeft .container {
		padding: 50px 32px;
	}
}

@media only screen and (max-width: 541px) {

	/* HIGHLIGHT */
	.highlight .iFloat .fLeft,
	.highlight .iFloat .fRight {
		width: 100%;
		text-align: center;
	}

	.highlight .iFloat .fLeft img {
		max-width: 200px;
		margin: 0 auto;
	}

	.highlight .iFloat .fRight {
		padding-left: 0;
		margin-top: 14px;
	}

	.highlight ul {
		margin-top: 42px;
	}

	/* DEALERS LIST */
	.dealer-list .fLeft,
	.dealer-list .fRight {
		float: none;
		width: 100%;
	}

	.dealer-list .fLeft {
		padding: 0;
	}

	/*.dealer-list:not(.featured) .fLeft {
		position: relative;
		padding-top: 60%;
	}*/

	.dealer-list:not(.featured) ul.list a {
		position: initial;
		top: initial;
		left: initial;
		width: 100%;
		height: auto;
	}

	.dealer-list:not(.featured) img {
		height: auto;
		object-fit: initial;
	}

	.dealer-list ul.list .clearfix[style] {
		height: auto !important;
	}

	.dealer-list:not(.featured) a>img {
		display: none;
	}

	.dealer-list .responsive {
		display: block;
	}

	.dealer-list h3,
	.dealer-list.featured h3 {
		margin-bottom: 24px;
	}

	.dealer-list .tab-links {
		margin-bottom: 32px;
	}

	/* TAB LINKS */
	div.tab-links.default:not(.scrollable) {
		text-align: left;
	}

	.tab-links.default:not(.scrollable) li {
		width: 50%;
	}

	.tab-links.default:not(.scrollable) ul,
	.tab-links.default:not(.scrollable) a {
		display: block;
	}

	/* BRAND */
	.brand .timeline .container .fLeft,
	.brand .timeline .container .fRight {
		display: block;
		width: 100%;
	}

	/*.brand .timeline .container .fRight img { max-width: 75%; }*/

	.brand .timeline li:nth-child(odd) .iFloat,
	.brand .timeline li:nth-child(even) .iFloat {
		flex-direction: column-reverse;
	}

	.brand .timeline li:nth-child(odd) .container .fLeft,
	.brand .timeline li:nth-child(even) .container .fLeft {
		padding-top: 32px;
		padding-left: 0;
	}

	/* BRAND */
	.brand .content.reverse>.fRight {
		max-width: 240px;
		width: 100%;
		padding-left: 0;
	}

	.company-profile article {
		text-align: left;
	}

	.company-profile .article>h1 {
		text-align: left;
	}

	.article>h1 {
		font-size: 28px;
		margin-bottom: 24px;
	}

	/* MODEL LINEUP */
	.model-lineup>.group,
	.search-result>.group {
		padding-bottom: 24px;
	}

	/* FORM */
	.form .row [class^="col-"] {
		margin-bottom: 20px;
	}

	.form .row [class^="col-"]:last-of-type {
		margin-bottom: 0;
	}

	.form.default .row [class^="col-"] {
		margin-bottom: 32px;
	}

	.form.default .row [class^="col-"]:last-of-type {
		margin-bottom: 0;
	}

	.form [class^="col-"] {
		width: 100%;
	}

	/* PARTS N SERVICES */
	.parts-n-services .column-list.two .fLeft {
		width: 207px;
	}

	.parts-n-services .column-list.two .fRight {
		width: calc(100% - 207px);
		padding-bottom: 48px;
	}
}

@media only screen and (max-width: 540px) {

	/* QUICK ACCESS MODELS */
	.quick-access-models {
		font-size: 0;
	}

	.quick-access-models>div {
		display: block;
		/* 		vertical-align: center; */
		width: 100%;
	}

	.quick-access-models>div .table {
		display: grid;
		height: fit-content;
		border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	}

	.quick-access-models>div:last-of-type .table {
		border-bottom: none;
	}

	.quick-access-models a {
		color: #000;
	}

	.quick-access-models .td {
		display: block;
		width: 100%;
		height: auto;
	}

	.quick-access-models .td:first-of-type {
		order: 2;
		text-align: center;
		margin: 20px 0 40px 0;
	}

	.quick-access-models .td:last-of-type {
		order: 1;
		text-align: center;
		padding: 25px;
	}

	.quick-access-models h4 {
		font-size: 26px;
		font-weight: bold;
		line-height: 36px;
	}

	.quick-access-models p {
		font-size: 18px;
	}

	.model-lineup ul.list>li {
		padding: 0;
	}
}

@media only screen and (max-width: 481px) {
	/*.wrapper,
	.main-footer .links .wrapper {
		padding: 0 40px;
	}*/

	/* HEADING */
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		font-family: 'Roboto Medium';
	}

	h3,
	.wysiwyg h3 {
		font-size: 18px;
		line-height: 22px;
	}

	.wysiwyg h4 {
		font-size: 16px;
		margin-bottom: 6px;
	}

	/* SLICK */
	.slick-arrow {
		width: 15px;
		height: 27px;
		background-size: 15px;
	}

	.slick-prev {
		background-image: url('images/left_.png');
	}

	.slick-next {
		background-image: url('images/right_.png');
	}

	/* BODY */
	.body {
		padding-top: 64px;
	}

	/* HERO */
	.hero h1,
	.hero h2 {
		font-family: 'Roboto Medium';
		font-size: 22px;
		line-height: 30px;
		margin: 0 auto;
	}

	.hero .slick-dots {
		bottom: 20px;
	}

	.hero .content {
		height: 220px;
		padding: 30px 30px 40px;
	}

	/*.hero .bg .content {
		text-align: center;
		padding: 45px 65px 72px;
	}

	.hero.home .bg:before {
	    background: linear-gradient(360deg,
	    	rgba(0, 0, 0, 0.88) 0%,
	    	rgba(6, 6, 6, 0.59) 38.65%,
	    	rgba(35, 35, 35, 0) 52.19%);
	}*/

	/* LATEST */
	.latest-from-fuso h3 {
		font-size: 20px;
		line-height: 28px;
	}

	.latest-from-fuso .fRight h3 {
		margin-bottom: 28px;
	}

	.latest-from-fuso .fLeft h3 {
		top: 30px;
	}

	.latest-from-fuso .slider .bg .fuso {
		top: 28px;
	}

	/* MODEL LINEUP */
	.model-lineup.related .details .fLeft,
	.model-lineup.related .details .fRight {
		width: 100%;
	}

	.model-lineup.related .details .fRight {
		padding-left: 0;
		margin-top: 18px;
		text-align: center;
	}

	.model-lineup.related .details ul {
		margin-top: 12px;
	}

	.model-lineup.related .details h5 {
		text-align: center;
	}

	/* FEATURE */
	.features-sections>li:nth-child(even) .section {
		padding: 80px 0;
	}

	.feature .owl-nav {
		margin-top: 32px;
	}

	/* SOCIALS */
	/*.socials h3 {
		max-width: 220px;
		margin-left: auto;
		margin-right: auto;
	}*/

	/* 404 */
	.error-404 {
		padding-top: 80px;
		padding-bottom: 48%;
	}

	.error-404 h2 {
		font-size: 24px;
	}

	.error-404 p {
		font-size: 14px;
		font-family: 'Roboto Medium';
	}

	.error-404 .text-center {
		bottom: 60px;
	}

	/* BRAND */
	.brand .intro .container {
		display: flex;
		flex-direction: column-reverse;
		margin-top: 18px;
	}

	.brand .intro .fLeft,
	.brand .intro .fRight {
		float: none;
		width: 100%;
	}

	.brand .intro .fRight {
		padding-bottom: 24px;
		padding-left: 0;
	}


	.brand .intro img {
		width: auto;
	}

	/* FORM */
	.form.default .row,
	.contact-us .select-form,
	.form.default .row [class^="col-"] {
		margin-bottom: 24px;
	}

	[data-id="group-others"] label {
		margin-top: 24px;
	}

	/* CONTACT US */
	.contact-us .details li,
	.contact-us .fixed .details li {
		margin-bottom: 36px;
		padding-left: 80px;
	}

	.contact-us .details p,
	.contact-us .title p,
	.contact-us .fixed .title p {
		font-size: 14px;
		line-height: 20px;
	}

	.contact-us .column .fLeft .title {
		margin-bottom: 32px;
	}

	/* PARTS N SERVICES */
	.parts-n-services .column-list.four>li,
	.parts-n-services .column-list.four.less1>li {
		width: 100%;
	}

	.parts-n-services .column-list.four>li:last-child {
		margin-bottom: 0;
	}

	.parts-n-services .column-list.two .fLeft,
	.parts-n-services .column-list.two .fRight {
		width: 100%;
	}

	.parts-n-services .column-list.two .fLeft {
		padding-right: 0;
		margin-bottom: 32px;
	}

	.parts-n-services .column-list.two>li,
	.parts-n-services .column-list.four>li,
	.parts-n-services .column-list.four.less1>li {
		margin-bottom: 48px;
	}

	.parts-n-services .column-list.two>li:last-child,
	.parts-n-services .column-list.four>li:last-child,
	.parts-n-services .column-list.four.less1>li:last-child {
		margin-bottom: 0;
	}

	.parts-n-services .column-list.two h5 {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 8px;
	}

	.parts-n-services .column-list.two .fLeft {
		margin-bottom: 24px;
	}

	.parts-n-services .column-list.two.fw .figure.new>figure img {
		object-fit: contain;
	}

	.parts-n-services .column-list .figure>figure {
		padding: 50px 40px;
	}

	/* POPUP PARTS */
	.popup.parts .content {
		padding: 48px 32px 40px;
	}
}

@media only screen and (max-width: 425px) {

	/* SLICK */
	.slick-arrow {
		display: none !important;
	}

	.feature .slick-arrow {
		display: block !important;
	}

	/* HERO */
	/*.hero .bg .content {
		padding: 45px 30px 72px;
	}*/

	/* SPECS */
	.specs-table li {
		padding-left: 174px;
	}

	.specs-table li:before {
		width: 150px;
	}

	/* PRICELIST */
	.price-list th:nth-child(1) {
		width: 55%;
	}

	.price-list th:nth-child(3) {
		width: 45%;
	}

	/* MFP */
	.mfp-iframe-scaler {
		padding-top: 150%;
	}

	/* FORM */
	.form span.wpcf7-list-item {
		display: block;
	}

	.form span.wpcf7-list-item:not(:last-of-type) {
		margin-bottom: 16px;
	}

	/* CONTACT US */
	.contact-us .details li,
	.contact-us .fixed .details li {
		padding-left: 0;
		margin-bottom: 28px;
	}

	.contact-us .details img {
		position: initial;
		top: initial;
		left: initial;
		margin-bottom: 16px;
		transform: initial;
	}

	.contact-us .form .btn {
		min-width: 100%;
	}

	div.wpcf7 .ajax-loader {
		display: none;
	}

	.contact-us .column .fLeft .container {
		padding: 42px 24px;
	}
}

@media only screen and (max-width: 321px) {

	.hero h1,
	.hero h2 {
		font-size: 18px;
		line-height: 24px;
	}

	.hero .content {
		height: 210px;
	}

	/* PRICELIST */
	.price-list th:nth-child(1) {
		width: 45%;
	}

	.price-list th:nth-child(3) {
		width: 55%;
	}

	/* 404 */
	.error-404 h2 {
		font-size: 18px;
		line-height: 24px;
	}

	.error-404 p {
		margin-top: 10px;
	}
}

/* ==========================================================================
   WordPress Core Gutenberg Block Styling & Resets
   ========================================================================== */

/* --- 1. Columns Block (.wp-block-columns & .wp-block-column) --- */
.wp-block-columns,
.wp-block-columns.is-layout-flex,
.wp-block-columns-is-layout-flex {
	display: flex !important;
	box-sizing: border-box !important;
	flex-wrap: wrap !important;
	gap: 2em !important;
	margin-bottom: 25px !important;
}

@media (min-width: 782px) {

	.wp-block-columns,
	.wp-block-columns.is-layout-flex,
	.wp-block-columns-is-layout-flex {
		flex-wrap: nowrap !important;
	}
}

.wp-block-column,
.wp-block-column.is-layout-flow {
	flex-grow: 1 !important;
	min-width: 0 !important;
	word-break: break-word !important;
	overflow-wrap: break-word !important;
	box-sizing: border-box !important;
}

@media (max-width: 781px) {
	.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
		flex-basis: 100% !important;
	}
}

@media (min-width: 782px) {
	.wp-block-column {
		flex-basis: 0 !important;
		flex-grow: 1 !important;
	}

	.wp-block-column[style*="flex-basis"] {
		flex-grow: 0 !important;
	}
}

/* --- 1.2 Image Block (.wp-block-image) --- */
.wp-block-image {
	margin-bottom: 25px !important;
}

/* --- 1.3 Gallery Block (.wp-block-gallery) --- */
/* Restore and protect WordPress Gallery Block flex/grid layouts from reset styles */
figure.wp-block-gallery.has-nested-images {
	align-items: normal !important;
}

.wp-block-gallery.has-nested-images {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: var(--wp--style--unstable-gallery-gap, 16px) !important;
	margin-bottom: 25px !important;
}

.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image) {
	width: 100% !important;
}

.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
	width: calc(50% - (var(--wp--style--unstable-gallery-gap, 16px) / 2)) !important;
	margin: 0 !important;
}

.wp-block-gallery.has-nested-images figure.wp-block-image {
	display: flex !important;
	flex-grow: 1 !important;
	justify-content: center !important;
	position: relative !important;
	flex-direction: column !important;
	max-width: 100% !important;
	box-sizing: border-box !important;
}

.wp-block-gallery.has-nested-images figure.wp-block-image>div,
.wp-block-gallery.has-nested-images figure.wp-block-image>a {
	margin: 0 !important;
	flex-direction: column !important;
	flex-grow: 1 !important;
}

.wp-block-gallery.has-nested-images figure.wp-block-image img {
	display: block !important;
	height: auto !important;
	max-width: 100% !important;
	width: auto !important;
}

.wp-block-gallery.has-nested-images figcaption {
	flex-grow: 1 !important;
	flex-basis: 100% !important;
	text-align: center !important;
}

/* Cropped Images layout */
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) {
	align-self: inherit !important;
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>div:not(.components-drop-zone),
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a {
	display: flex !important;
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
	width: 100% !important;
	flex: 1 0 0% !important;
	height: 100% !important;
	object-fit: cover !important;
}

/* Columns layouts */
@media (min-width: 600px) {
	.wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image) {
		width: calc(33.333% - (var(--wp--style--unstable-gallery-gap, 16px) * 0.666)) !important;
	}

	.wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image) {
		width: calc(25% - (var(--wp--style--unstable-gallery-gap, 16px) * 0.75)) !important;
	}

	.wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image) {
		width: calc(20% - (var(--wp--style--unstable-gallery-gap, 16px) * 0.8)) !important;
	}

	.wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image) {
		width: calc(16.666% - (var(--wp--style--unstable-gallery-gap, 16px) * 0.833)) !important;
	}

	.wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image) {
		width: calc(14.285% - (var(--wp--style--unstable-gallery-gap, 16px) * 0.857)) !important;
	}

	.wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image) {
		width: calc(12.5% - (var(--wp--style--unstable-gallery-gap, 16px) * 0.875)) !important;
	}

	.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
		width: calc(33.333% - (var(--wp--style--unstable-gallery-gap, 16px) * 0.666)) !important;
	}

	.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),
	.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image) {
		width: calc(50% - (var(--wp--style--unstable-gallery-gap, 16px) * 0.5)) !important;
	}

	.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(1) {
		width: 100% !important;
	}
}

/* --- 2. Table Block (.wp-block-table) --- */
.wp-block-table {
	overflow-x: auto !important;
	margin-bottom: 25px !important;
}

.wp-block-table table,
table {
	border-collapse: collapse !important;
	width: 100% !important;
	empty-cells: show !important;
	table-layout: fixed !important;
}

.wp-block-table td,
.wp-block-table th,
td,
th {
	width: 1% !important;
	border: 1px solid #000000 !important;
	padding: 0.5em !important;
	text-align: left !important;
	vertical-align: middle !important;
	word-break: break-word !important;
}

/* Table Cell Alignment Overrides */
td.has-text-align-center,
th.has-text-align-center,
td[data-align="center"],
th[data-align="center"] {
	text-align: center !important;
}

td.has-text-align-right,
th.has-text-align-right,
td[data-align="right"],
th[data-align="right"] {
	text-align: right !important;
}

td.has-text-align-left,
th.has-text-align-left,
td[data-align="left"],
th[data-align="left"] {
	text-align: left !important;
}


/* --- 3. Alignments (.aligncenter, .alignleft, .alignright, .alignwide, .alignfull) --- */
.aligncenter,
figure.aligncenter,
.wp-block-image.aligncenter,
.wp-block-table.aligncenter {
	clear: both !important;
	display: block !important;
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: center !important;
}

.aligncenter img,
figure.aligncenter img,
.aligncenter table,
figure.aligncenter table,
.wp-block-table.aligncenter table {
	display: inline-block !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.alignleft,
figure.alignleft,
.wp-block-image.alignleft {
	float: left !important;
	margin-right: 1.5em !important;
	margin-bottom: 1.5em !important;
}

.alignright,
figure.alignright,
.wp-block-image.alignright {
	float: right !important;
	margin-left: 1.5em !important;
	margin-bottom: 1.5em !important;
}

.alignwide {
	max-width: 100% !important;
}

.alignfull {
	width: 100% !important;
	max-width: none !important;
}

/* --- 4. WYSIWYG & Tab Content Float Containment & Image Alignment --- */
.wysiwyg img.alignleft,
.wysiwyg img.alignright,
.wysiwyg img.size-large,
.wysiwyg img.size-full {
	float: none !important;
	display: block !important;
}

/* --- THIRD-PARTY PLUGIN OVERRIDES --- */
/* Override fonts from third-party plugins (Instagram Feed, Chaty, Leaflet) to comply with corporate branding guidelines. */
.sbi_lb-dataContainer,
.sbi_lb-dataContainer *,
.chaty-agent-data,
.chaty-agent-data *,
.chaty-whatsapp-field input[type=text],
.chaty-whatsapp-message,
.chaty-whatsapp-message p,
.chaty-whatsapp-message *,
.chaty-form,
.chaty-form *,
.chaty-whatsapp-form,
.chaty-whatsapp-form *,
.leaflet-container,
.leaflet-container * {
	font-family: 'Roboto', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif !important;
}