/* @font-face { */
    /* font-family: ToyotaText-Regular; */
    /* src: url(fonts/ToyotaText-Regular.woff); */
/* } */
/* @font-face { */
    /* font-family: ToyotaText-Bold; */
    /* src: url(fonts/ToyotaText-Bold.woff); */
    /* font-weight: bold; */
/* } */
/* @font-face { */
    /* font-family: ToyotaDisplay-Bold; */
    /* src: url(/fonts/ToyotaDisplay-Bold.woff); */
    /* font-weight: bold; */
/* } */
body {
	font-family: 'ToyotaText-Regular';
    font-size: 14px;
    color: #404040;
    height: 100vh;
    -webkit-overflow-scrolling: auto;
}
a:hover, a:visited, a:active, a:focus {
    text-decoration: none;
}
a {
	color: #000;
}
p {
	color: #000;
}
a:hover {
	color: red;
}
h1, h2, .h1, .h2 {
    font-family: 'ToyotaDisplay-Bold';
}
img {
	max-width: 100%;
}

.section,
section {
	display: block;
}
.section .container,
section .container {
	padding-top: 50px;
	padding-bottom: 70px;
}
@media (max-width: 1023px) {
	.section .container,
	section .container {
		padding-bottom: 50px;
	}
}
.section-title {
	color: #000;
	text-align: center;
	font-size: 45px;
	line-height: 1.3;
	text-transform: uppercase;
	margin-bottom: 0;
	font-family: 'ToyotaText-Bold';
}
@media (max-width: 767px) {
	.section-title {
		font-size: 34px;
	}
}
.section-desc {
	text-align: center;
}
.link {
	color: #eb0a1e;
    text-decoration: underline;
}
.bg-silver {
	background: #ebebeb;
}
.text-left {
	text-align: left !important;
}
.text-right {
	text-align: right !important;
}
.text-center {
	text-align: center !important;
}
@media (min-width: 992px) {
	.text-md-left {
		text-align: left !important;
	}
	.text-md-right {
		text-align: right !important;
	}
	.text-md-center {
		text-align: center !important;
	}
}
.m-t-0 {
	margin-top: 0 !important;
}
.text-uppercase {
	text-transform: uppercase !important;
}
.btn.btn-primary {
	height: 46px;
	line-height: 46px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background-color: #eb0a1e;
	border: none;
	border-bottom: 2px solid #9c0b0f;
	display: inline-block;
	margin: 0 2px;
	text-decoration: none;
	padding: 0 20px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.btn.btn-primary i {
	margin-right: 10px;
    font-size: 20px;
}
.section-nav {
	margin-top: 0;
}
.section-nav ul {
	list-style-type: none;
	margin: 0px 0 20px;
	padding: 0;
	text-align: center;
	float: right;
}

.section-nav ul > li {
	float: left;
}
.btn.btn-section-nav {
	width: 160px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	font-size: 16px;
	color: #555;
	background-color: #d6d6d6;
	border-bottom: 2px solid #555;
	display: block;
	margin: 0 2px;
	text-decoration: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 0;
}
.active .btn.btn-section-nav {
	background-color: #eb0a1e;
	border-bottom: 2px solid #9c0b0f;
	color: #fff;
}
@media (max-width: 991px) {
	.section-nav ul > li .btn-section-nav {
		width: 220px;
	}
	.section-nav ul > li {
		display: inline-block;
		float: none;
	}
	.section-nav ul {
		margin-top: 20px;
		float: none;
		text-align: center;
	}
}
@media (max-width: 767px) {
	.section-nav ul > li .btn-section-nav {
		width: 180px;
	}
}
@media (max-width: 480px) {
	.section-nav ul > li .btn-section-nav {
		width: 135px;
	}
}
.overview {
	display: block;
}
a.batd-btn {
    width: 175px;
    display: block;
    background-color: #eb0a1e;
    color: #fff;
    font-family: 'ToyotaText-Regular',sans-serif;
    font-size: 14px;
    padding: 10px 15px;
    margin: 20px auto 23px auto;
    text-align: center;
    position: relative;
    border-bottom: 3px solid #9c0b0f;
    -webkit-transition: ease-in-out .2s;
    -moz-transition: ease-in-out .2s;
    -ms-transition: ease-in-out .2s;
    transition: ease-in-out .2s;
}
a.tvc {
	outline: none !important;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.banner {
    position: relative;
    width: 100%;
    height: 350px;
    display: none;
}
.banner.articles-header-banner {
    height: auto;
    margin-bottom: 20px;
    display: block;
}
.banner-title {
	text-transform: uppercase;
}
.banner-title.center-center {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
}
.banner-title h1 {
    font-family: 'ToyotaText-Bold';
    font-size: 50px;
    color: #000;
    margin-top: 0;
    margin-bottom: 5px;
    text-shadow: 0 0 15px white;
    line-height: 1;
}
.banner-title.text-white h1, .banner-title.text-white h2, .banner-title.text-white h3, .banner-title.text-white h4 {
    color: #000;
}
.tyt-container {
    margin: auto;
    margin-bottom: 30px;
    padding: 0 15px;
}
.tyt-container h2.title {
    font-weight: bold;
}
.tyt-container h2 {
    padding: 2px 0;
    font-size: 24px;
}
.form-control {
    border: 1px solid #c8c8c8;
    width: 100%;
    padding: 8px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.tyt-form .form-control {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.default-red-btn-adjusted-width {
    background: red;
    color: #fff;
    border: 0;
    border-bottom: 2px solid #9c0b0f;
    line-height: 46px;
    width: 155px;
    margin: 15px 0;
    display: block;
    text-align: center;
}
@media (min-width: 768px) {
	.banner-title.text-white h1, .banner-title.text-white h2, .banner-title.text-white h3, .banner-title.text-white h4 {
		color: #fff;
		text-shadow: 0 0 15px black;
	}
	.banner-title {
		display: block;
	}
	.banner {
		display: block;
	}
	.banner.articles-header-banner {
		height: auto;
		margin-bottom: 40px;
	}
	.tyt-container {
		width: calc(750px - 140px);
		min-height: calc(100vh - 100px);
	}
}


@media (min-width: 992px) {
	.tyt-container {
		width: calc(970px - 140px);
	}
}
@media (min-width: 1200px) {
	.tyt-container {
		width: calc(1170px - 140px);
	}
}


.dropdown-input,
.text-input {
	display: block;
	position: relative;
	margin: 0;
}
.text-input.with-icon i {
	position: absolute;
	top: 8px;
    right: 8px;
    font-size: 1.6em;
    color: #c8c8c8;
}
.dropdown-input:after {
	content: '\f078';
	font-family: 'FontAwesome';
    color: #fff;
    right: 3px;
    top: 3px;
    width: 32px;
    height: 32px;
    text-align: center;
    padding-top: 6px;
    background: red;
    position: absolute;
    pointer-events: none;
}
.form-group {
	margin: 8px -15px;
}
.control-label {
	line-height: 35px;
}
.form-control {
	height: 38px;
	color: #000;
}
.tyt-form {
	color: #000;
}
select.form-control {
	/* -webkit-appearance: none; */
    /* -moz-appearance: none; */
    /* appearance: none; */
    /* cursor: pointer; */
    /* font-weight: normal; */
    /* -moz-border-radius: 0; */
    /* -webkit-border-radius: 0; */
    /* border-radius: 0; */
    /* -webkit-appearance: none; */
    /* appearance: none; */
}
.checkbox.checkbox-icon {
	position: relative;
}
.checkbox.checkbox-icon input {
	display: none;
}
.checkbox.checkbox-icon label {
	padding-left: 36px;
}
.checkbox.checkbox-icon label:before {
	content: '';
	border: 1px solid #c4c4c4;
	width: 28px;
	height: 28px;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 6px;
}
.checkbox.checkbox-icon input:checked + label:after {
	content: '\f00c';
	font-family: FontAwesome;
	width: 28px;
	height: 28px;
	position: absolute;
	left: 0;
	top: 0;
	line-height: 28px;
	text-align: center;
	font-size: 24px;
	color: #eb0c21;
}
.default-red-btn {
    background: red;
    color: #fff !important;
    border: 0;
    border-bottom: 2px solid #9c0b0f;
    line-height: 46px;
    width: 25%;
    margin: 15px 0;
    display: block;
    text-align: center;
}
.default-red-btn-adjusted-width {
    color: #fff !important;
}
.default-red-btn.lg-btn {
    width: 100%;
}

.radio.radio-icon {
	position: relative;
	margin: 0;
}
.radio.radio-icon input {
	display: none;
}
.radio.radio-icon label {
	padding: 4px 0 4px 34px;
	font-size: 15px;
	color: #000;
}
.radio.radio-icon label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	height: 30px;
	width: 30px;
	border: 1px solid #c8c8c8;
	border-radius: 40px;
}
.radio.radio-icon input + label:after {
	content: '';
	position: absolute;
	left: 4px;
	top: 4px;
	bottom: 0;
	height: 22px;
	width: 22px;
	background: #c8c8c8;
	border-radius: 40px;
}
.radio.radio-icon input:checked + label:after {
	background: red;
}
.list-bullet {
    list-style: disc;
    margin-left: 20px;
}
.banner-title.left-bottom {
	position: absolute;
	bottom: 40px;
	left: 50px;
}
.banner.portion-right {
	background-position: 60% 0;
}
.banner-title h4 {
	font-family: 'ToyotaText-Bold';
	font-size: 24px;
	color: #000;
	margin-top: 0;
	margin-bottom: 0;
	text-shadow: 0 0 15px white;
	line-height: 1;
}

.accordion-wrapper .panel-group .panel .panel-heading {
	background-color: #ebebeb;
	border-top: 1px solid #ccc;
	padding: 14px 30px 14px 15px;
	position: relative;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
.accordion-wrapper .panel-group .panel .panel-heading .panel-title a {
	display: block;
	margin: -14px -30px -14px -15px;
	padding: 14px 30px 14px 15px;
}
.accordion-wrapper .panel-group .panel .panel-heading .panel-title {
	font-size: 14px;
}
.accordion-wrapper .panel-group .panel .panel-heading .panel-title a.collapsed::after {
	content: '\f067';
}
.accordion-wrapper .panel-group .panel .panel-heading .panel-title a::after {
	font-family: FontAwesome;
	content: "\f068";
	color: rgb(235, 10, 30);
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -8px;
}
.accordion-wrapper .panel-group .panel+.panel {
	margin-top: 0;
}
.accordion-wrapper .panel-group .panel {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	border: none;
	box-shadow: none;
}
.horizon-swiper.arrows {
	padding: 0 25px;
}
.accordion-wrapper .horizon-swiper .horizon-inner {
	text-align: left;
}
.horizon-swiper .horizon-item {
	display: inline-block;
	position: relative;
	white-space: nowrap;
}
.horizon-swiper .horizon-item.active a, .horizon-swiper .horizon-item.active a:hover, .horizon-swiper .horizon-item.active a:focus {
	color: #555;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	cursor: default;
	padding: 10px;
}
.tab-wrapper .horizon-swiper .horizon-item a {
	border-radius: 0;
	color: #eb0a1e;
	padding: 10px;
	line-height: 42px;
}
.horizon-swiper {
	background: transparent;
	height: 42px;
	overflow: hidden;
	margin-bottom: -1px;
	border-bottom: 0;
}
.horizon-swiper .horizon-next, .horizon-swiper .horizon-prev {
	position: absolute;
	top: 5px;
	bottom: 5px;
	width: 40px;
	border: none;
	outline: 0;
	background: center no-repeat;
}
.horizon-swiper .horizon-prev {
	left: -10px;
	background-image: url(https://toyota.com.my/ToyotaOfficialWebsite/media/ToyotaMedia/arrow-left.png);
}
.horizon-swiper.first-item .horizon-prev, .horizon-swiper.last-item .horizon-next {
	opacity: .2;
}
.horizon-swiper .horizon-next {
	right: -10px;
	background-image: url(https://toyota.com.my/ToyotaOfficialWebsite/media/ToyotaMedia/arrow-right.png);
}
.accordion-wrapper .tab-content {
	border-top: 1px solid #ddd;
	margin-top: -1px;
	float: left;
	width: 100%;
}
.tab-wrapper .tab-content>.tab-pane {
	box-shadow: 1px 1px 20px -5px rgba(0,0,0,.6);
	padding: 12px 15px;
}


.thumb-landing {
	-moz-box-shadow: 0 0 1em #5f5f5f;
	-webkit-box-shadow: 0 0 1em #5f5f5f;
	box-shadow: 0 0 1em #5f5f5f;
	width: 100%;
	margin-top: 20px;
	height: 540px;
}
.thumb-landing .thumb-img img {
	max-width: 100%;
	width: 100%;
}
.thumb-landing .thumb-copy {
	padding: 10px;
}
.thumb-landing a {
	position: relative;
}
.tyt-container h2 {
	padding: 2px 0;
	font-size: 24px;
}
.tyt-container {
	margin: auto;
	margin-bottom: 30px;
	padding: 0 15px;
}
.learn-more {
	background: red;
	color: #fff !important;
	border: 0;
	border-bottom: 2px solid #9c0b0f;
	line-height: 46px;
	width: auto;
	margin: 15px 0;
	display: block;
	text-align: center;
	padding: 0 15px;
}
@media (min-width: 768px) {
	.thumb-landing a {
		position: absolute;
		bottom: 20px;
		right: 35px;
	}
	.tyt-container {
		width: calc(750px - 140px);
		min-height: calc(100vh - 100px);
	}
}
@media (min-width: 992px) {
	.tyt-container {
		width: calc(970px - 140px);
	}
}
@media (min-width: 1200px) {
	.tyt-container {
		width: calc(1170px - 140px);
	}
}

.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    background: none;
    color: #000;
}
.pagination > li > a {
	display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent !important;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
	
.loading-dialog {
	background: rgba(0,0,0,0.60);
    border: 0 none;
    left: 45%;
    margin-left: -50px;
    margin-top: -50px;
    position: fixed;
    top: 50%;
    width: 140px;
    padding: 20px;
    z-index: 9999999;
}

.no-padding {
	padding: 0 !important;
}
.p-0 { padding: 0px !important; }
.p-1 { padding: 1px !important; }
.p-2 { padding: 2px !important; }
.p-3 { padding: 3px !important; }
.p-4 { padding: 4px !important; }
.p-5 { padding: 5px !important; }
.p-10 { padding: 10px !important; }
.p-15, .wrapper { padding: 15px !important; }
.p-20 { padding: 20px !important; }
.p-25 { padding: 25px !important; }
.p-30 { padding: 30px !important; }
.p-35 { padding: 35px !important; }
.p-40 { padding: 40px !important; }

.p-t-0 { padding-top: 0px !important; }
.p-t-1 { padding-top: 1px !important; }
.p-t-2 { padding-top: 2px !important; }
.p-t-3 { padding-top: 3px !important; }
.p-t-4 { padding-top: 4px !important; }
.p-t-5 { padding-top: 5px !important; }
.p-t-10 { padding-top: 10px !important; }
.p-t-15 { padding-top: 15px !important; }
.p-t-20 { padding-top: 20px !important; }
.p-t-25 { padding-top: 25px !important; }
.p-t-30 { padding-top: 30px !important; }
.p-t-35 { padding-top: 35px !important; }
.p-t-40 { padding-top: 40px !important; }

.p-r-0 { padding-right: 0px !important; }
.p-r-1 { padding-right: 1px !important; }
.p-r-2 { padding-right: 2px !important; }
.p-r-3 { padding-right: 3px !important; }
.p-r-4 { padding-right: 4px !important; }
.p-r-5 { padding-right: 5px !important; }
.p-r-10 { padding-right: 10px !important; }
.p-r-15 { padding-right: 15px !important; }
.p-r-20 { padding-right: 20px !important; }
.p-r-25 { padding-right: 25px !important; }
.p-r-30 { padding-right: 30px !important; }
.p-r-35 { padding-right: 35px !important; }
.p-r-40 { padding-right: 40px !important; }

.p-b-0 { padding-bottom: 0px !important; }
.p-b-1 { padding-bottom: 1px !important; }
.p-b-2 { padding-bottom: 2px !important; }
.p-b-3 { padding-bottom: 3px !important; }
.p-b-4 { padding-bottom: 4px !important; }
.p-b-5 { padding-bottom: 5px !important; }
.p-b-10 { padding-bottom: 10px !important; }
.p-b-15 { padding-bottom: 15px !important; }
.p-b-20 { padding-bottom: 20px !important; }
.p-b-25 { padding-bottom: 25px !important; }
.p-b-30 { padding-bottom: 30px !important; }
.p-b-35 { padding-bottom: 35px !important; }
.p-b-40 { padding-bottom: 40px !important; }

.p-l-0 { padding-left: 0px !important; }
.p-l-1 { padding-left: 1px !important; }
.p-l-2 { padding-left: 2px !important; }
.p-l-3 { padding-left: 3px !important; }
.p-l-4 { padding-left: 4px !important; }
.p-l-5 { padding-left: 5px !important; }
.p-l-10 { padding-left: 10px !important; }
.p-l-15 { padding-left: 15px !important; }
.p-l-20 { padding-left: 20px !important; }
.p-l-25 { padding-left: 25px !important; }
.p-l-30 { padding-left: 30px !important; }
.p-l-35 { padding-left: 35px !important; }
.p-l-40 { padding-left: 40px !important; }

.f-s-8 { font-size: 8px !important; }
.f-s-9 { font-size: 9px !important; }
.f-s-10 { font-size: 10px !important; }
.f-s-11 { font-size: 11px !important; }
.f-s-12 { font-size: 12px !important; }
.f-s-13 { font-size: 13px !important; }
.f-s-14 { font-size: 14px !important; }
.f-s-15 { font-size: 15px !important; }
.f-s-16 { font-size: 16px !important; }
.f-s-17 { font-size: 17px !important; }
.f-s-18 { font-size: 18px !important; }
.f-s-19 { font-size: 19px !important; }
.f-s-20 { font-size: 20px !important; }


.m-auto { margin: 0 auto !important; }
.m-0 { margin: 0px !important; }
.m-1 { margin: 1px !important; }
.m-2 { margin: 2px !important; }
.m-3 { margin: 3px !important; }
.m-4 { margin: 4px !important; }
.m-5 { margin: 5px !important; }
.m-10 { margin: 10px !important; }
.m-15 { margin: 15px !important; }
.m-20 { margin: 20px !important; }
.m-25 { margin: 25px !important; }
.m-30 { margin: 30px !important; }
.m-35 { margin: 35px !important; }
.m-40 { margin: 40px !important; }

.m-t-0 { margin-top: 0px !important; }
.m-t-1 { margin-top: 1px !important; }
.m-t-2 { margin-top: 2px !important; }
.m-t-3 { margin-top: 3px !important; }
.m-t-4 { margin-top: 4px !important; }
.m-t-5 { margin-top: 5px !important; }
.m-t-10 { margin-top: 10px !important; }
.m-t-15 { margin-top: 15px !important; }
.m-t-20 { margin-top: 20px !important; }
.m-t-25 { margin-top: 25px !important; }
.m-t-30 { margin-top: 30px !important; }
.m-t-35 { margin-top: 35px !important; }
.m-t-40 { margin-top: 40px !important; }

.m-r-0 { margin-right: 0px !important; }
.m-r-1 { margin-right: 1px !important; }
.m-r-2 { margin-right: 2px !important; }
.m-r-3 { margin-right: 3px !important; }
.m-r-4 { margin-right: 4px !important; }
.m-r-5 { margin-right: 5px !important; }
.m-r-10 { margin-right: 10px !important; }
.m-r-15 { margin-right: 15px !important; }
.m-r-20 { margin-right: 20px !important; }
.m-r-25 { margin-right: 25px !important; }
.m-r-30 { margin-right: 30px !important; }
.m-r-35 { margin-right: 35px !important; }
.m-r-40 { margin-right: 40px !important; }

.m-b-0 { margin-bottom: 0px !important; }
.m-b-1 { margin-bottom: 1px !important; }
.m-b-2 { margin-bottom: 2px !important; }
.m-b-3 { margin-bottom: 3px !important; }
.m-b-4 { margin-bottom: 4px !important; }
.m-b-5 { margin-bottom: 5px !important; }
.m-b-10 { margin-bottom: 10px !important; }
.m-b-15 { margin-bottom: 15px !important; }
.m-b-20 { margin-bottom: 20px !important; }
.m-b-25 { margin-bottom: 25px !important; }
.m-b-30 { margin-bottom: 30px !important; }
.m-b-35 { margin-bottom: 35px !important; }
.m-b-40 { margin-bottom: 40px !important; }

.m-l-0 { margin-left: 0px !important; }
.m-l-1 { margin-left: 1px !important; }
.m-l-2 { margin-left: 2px !important; }
.m-l-3 { margin-left: 3px !important; }
.m-l-4 { margin-left: 4px !important; }
.m-l-5 { margin-left: 5px !important; }
.m-l-10 { margin-left: 10px !important; }
.m-l-15 { margin-left: 15px !important; }
.m-l-20 { margin-left: 20px !important; }
.m-l-25 { margin-left: 25px !important; }
.m-l-30 { margin-left: 30px !important; }
.m-l-35 { margin-left: 35px !important; }
.m-l-40 { margin-left: 40px !important; }




/* TAB */

.tab-container {
	margin-top: 40px;
}
.tab-nav .nav > li {
	border-bottom: 1px solid #c2c2c2;
}
.tab-nav .nav > li:first-child {
	border-top: 1px solid #c2c2c2;
}
.tab-nav .nav > li > a {
	display: block;
	font-family: 'ToyotaText-Regular';
	font-size: 16px;
	padding: 13px 20px 13px 13px;
}
.tab-nav .nav > li > a:hover,
.tab-nav .nav > li > a:focus {
	background: none;
}
.tab-nav .nav > li.active > a:before {
	content: '\f054';
	font-family: FontAwesome;
	position: absolute;
	top: 13px;
	right: 10px;
	color: #fff;
	font-size: 14px;
	line-height: 23px;
}
.tab-nav .nav > li.active > a {
	color: #fff;
	font-family: 'ToyotaText-Bold';
	position: relative;
	text-decoration: none;
	background-color: #eb0a1e;
}
.tab-content .tab-info {
	padding: 10px 5px;
}
.tab-content .tab-info h5 {
	color: #555;
	font-family: 'ToyotaText-Bold';
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom: 0;
}
.tab-content .tab-info p {
	color: #555;
}
.tab-container .panel {
	margin-bottom: 0;
	background-color: transparent;
	border: 0 solid transparent;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.tab-container .tab-mobile-toggler {
	position: relative;
	display: block;
	cursor: pointer;
	padding: 15px 40px 15px 20px;
	font-size: 16px;
	font-family: 'ToyotaText-Regular';
	border-bottom: 1px solid #c2c2c2;
	background: none;
	background: #eb0a1e;
	color: #fff;
}
.tab-container .tab-mobile-toggler.collapsed {
	background: none;
	color: #000;
}
.tab-container .tab-mobile-toggler.collapsed:after {
	color: #eb0a1e;
}
.tab-container .tab-mobile-toggler:after {
	content: '-';
	position: absolute;
	top: 5%;
	right: 15px;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
}
.tab-container .tab-mobile-toggler.collapsed:after {
	content: '+';
}
.tab-container .btn.btn-load-more {
	background-color: #eb0a1e;
	margin: 20px auto 0 auto;
	text-align: center;
	color: #fff;
	padding: 10px;
	max-width: 90%;
	font-size: 16px;
	display: none;
	border-bottom: 2px solid #9c0b0f;
	border-radius: 0;
}
@media (min-width: 992px) {
	.tab-container .collapsed {
		display: none;
	}
	.tab-container .tab-content > .tab-pane .tab-pane.collapse {
		display: block;
	}
}
@media (max-width: 991px) {
	.tab-container .tab-content > .tab-pane {
		display: block;
		opacity: 1;
	}
	.tab-container .tab-content > .tab-pane .tab-pane.collapse {
		display: none;
	}
	.tab-container .tab-content > .tab-pane .tab-pane.collapse.in {
		display: block;
	}
	.tab-container .tab-content > .tab-pane .tab-pane { 
    	border-bottom: 1px solid #c2c2c2;
    }
	.tab-container .tab-content > .tab-pane .tab-pane .tab-image {
		padding: 15px;
	}
	.tab-container .tab-content > .tab-pane .tab-pane .tab-info {
		padding: 0 15px 15px;
	}
}
@media (max-width: 767px) {
	.tab-container .tab-content {
		padding: 0;
	}
	.tab-container .tab-content .panel {
		-webkit-transition: none;
		-moz-transition: none;
		transition: none;
	}
	.tab-container .btn.btn-load-more {
		display: block;
	}
}
.tab-nav .owl-stage-outer {
	overflow: hidden;
	padding-top: 32px;
	padding-bottom: 69px;
}
.tab-nav .owl-stage .owl-item {
	float: left;
}
.tab-nav .owl-dots {
	text-align: center;
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 32px;
}
.tab-nav .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
}
.tab-nav .owl-dots .owl-dot.active span {
	 background: #404040;
}
.tab-nav .owl-dots .owl-dot span {
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	background: none;
	border: 1px solid #404040;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.tab-nav .owl-prev {
	top: 0;
}
.tab-nav .owl-next {
	bottom: 0;
}
.tab-nav .owl-prev,
.tab-nav .owl-next {
	display: block;
	padding: 5px;
	text-align: center;
	background-color: #bcbcbc;
	color: #fff;
	font-size: 16px;
	position: absolute;
	left: 15px;
	right: 15px;
}



/* GALLERY */

.section-nav {
	margin-top: 0;
}
.section-nav ul {
	list-style-type: none;
	margin: 0px 0 20px;
	padding: 0;
	text-align: center;
	float: right;
}

.section-nav ul > li {
	float: left;
}
.btn.btn-section-nav {
	width: 160px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	font-size: 16px;
	color: #555;
	background-color: #d6d6d6;
	border-bottom: 2px solid #555;
	display: block;
	margin: 0 2px;
	text-decoration: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 0;
}
.active .btn.btn-section-nav {
	background-color: #eb0a1e;
	border-bottom: 2px solid #9c0b0f;
	color: #fff;
}
.gallery-nav {
	margin-bottom: 30px;
}
.gallery-container {
	display: none;
}
.gallery-container.active {
	display: block;
}
.gallery-nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.gallery-nav ul > li {
	display: inline-block;
}
.gallery-nav ul > li > a {
	width: 190px;
	color: #636363;
	font-size: 16px;
	text-align: center;
	padding: 4px 0;
	margin: 0 1px;
	border-bottom: 2px solid #ccc;
	display: inline-block;
	text-decoration: none;
}
.gallery-nav ul > li.active a {
	color: #000;
	border-bottom: 2px solid #eb0a1e;
}
.gallery .gallery-item {
	padding: 0;
	position: relative;
	cursor: pointer;
}
.gallery .gallery-item img {
	width: 100%;
}
.gallery .gallery-item a {
	position: relative;
	display: block;
}
.gallery .gallery-item a:before {
	content: '';
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: rgba(200, 27, 43, .85);
	opacity: 0;
}
.gallery .gallery-item a:after {
	content: '+';
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	display: inline-block;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 70px;
	font-style: normal;
	color: #fff;
	opacity: 0;
}
.gallery .gallery-item a:hover::before, 
.gallery .gallery-item a:hover::after {
	opacity: 1;
}
@media (max-width: 991px) {
	.section-nav ul > li .btn-section-nav {
		width: 220px;
	}
	.section-nav ul > li {
		display: inline-block;
		float: none;
	}
	.section-nav ul {
		float: none;
		text-align: center;
	}
}
@media (max-width: 767px) {
	.section-nav ul > li .btn-section-nav {
		width: 180px;
	}
}
@media (max-width: 480px) {
	.section-nav ul > li .btn-section-nav {
		width: 135px;
	}
}
.gallery-fullscreen .title {
	background-color: #eb0a1e;
	font-family: 'ToyotaDisplay-Bold';
	font-size: 18px;
	color: #fff;
	padding: 16px 25px;
	line-height: 28px;
	height: 60px;
	width: 100%;
	top: 0;
	left: 0;
	opacity: 1;
}
.gallery-fullscreen .next {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	border: 0;
	background: transparent;
	font-family: inherit;
	font-size: 90px;
	color: #eb0a1e;
	width: 60px;
	height: 60px;
	line-height: 45px;
	opacity: .7;
	right: 5px;
}
.gallery-fullscreen .prev {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	border: 0;
	background: transparent;
	font-family: inherit;
	font-size: 90px;
	color: #eb0a1e;
	width: 60px;
	height: 60px;
	line-height: 45px;
	opacity: .7;
	left: 5px;
}
.blueimp-gallery.gallery-fullscreen {
	background: #000;
	background-color: #000;
	padding-top: 60px;
	padding-bottom: 82px;
}
.gallery-fullscreen .description {
	position: relative;
	bottom: 50px;
	color: #fff;
	display: block;
	margin: auto;
	background-color: rgba(0,0,0,.7);
	padding: 15px 0;
	text-align: center;
}
.gallery-fullscreen .close {
	background-color: #9c0b0f;
	color: #fff;
	padding: 15px 20px;
	margin: 0;
	opacity: 1;
	font-size: 30px;
	line-height: 1;
	top: 0;
	right: 0;
}
.gallery-fullscreen .indicator li {
	width: 12%;
	height: 60px;
	margin: 0;
	background-size: cover;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
.gallery-fullscreen .indicator li.active {
	border-color: #eb0a1e;
}
.gallery-fullscreen .indicator {
	margin: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
@media (min-width: 320px) {
	.gallery-fullscreen .indicator li {
		width: 70px;
		height: 70px;
	}
}
@media (min-width: 768px) {
	.blueimp-gallery.gallery-fullscreen {
		padding-bottom: 82px;
	}
	.gallery-fullscreen .description {
		bottom: 50px;
	}
	.gallery-fullscreen .indicator li {
		width: 12.2%;
		height: 80px;
	}
}
@media (min-width: 992px) {
	.blueimp-gallery.gallery-fullscreen {
		padding-bottom: 130px;
	}
	.gallery-fullscreen .indicator li {
		width: 12.2%;
		height: 130px;
	}
}
@media (min-width: 1200px) {
	.blueimp-gallery.gallery-fullscreen {
		padding-bottom: 130px;
	}
	.gallery-fullscreen .indicator li {
		width: 12.3%;
		height: 130px;
	}
}


/* PRICE */
.price-list {
	border: 1px solid #ececec;
	-webkit-box-shadow: 2px 2px 5px 0 rgba(228,228,228,.75);
	-moz-box-shadow: 2px 2px 5px 0 rgba(228,228,228,.75);
	box-shadow: 2px 2px 5px 0 rgba(228,228,228,.75);
	padding: 10px 20px 0;
	margin: 28px auto;
	list-style-type: none;
	color: #000;
}
.price-list > li:first-child {
	border-top: none;
}
.price-list > li {
	padding: 22px 12px;
	border-top: 1px solid #e5e5e5;
}
.price-list .car-model {
	font-family: 'ToyotaText-Bold';
	font-size: 22px;
	line-height: 1.2;
	text-transform: uppercase;
}
.price-list .car-price {
	position: relative;
	font-family: 'ToyotaText-Bold';
	font-size: 22px;
	top: 6px;
}
.price-list .car-price span {
	position: absolute;
	top: -16px;
	left: 0;
	font-family: 'ToyotaText-Regular';
	font-size: 14px;
}
.price-list .car-view-spec {
	font-size: 16px;
	margin-top: 8px;
}
.price-list .car-view-spec a:before {
	content: '\f054';
	color: #eb0a1e;
	margin-right: 4px;
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.price-list .car-view-spec a i {
	color: #eb0a1e;
	margin-right: 4px;
}
.price-list-msg {
	color: #555;
	font-size: 12px;
	line-height: 1.2;
}
@media (max-width: 767px) {
	.price-list .car-model {
		font-size: 18px;
	}
	.price-list .car-price {
		font-size: 16px;
	}
	.price-list .car-price span {
		font-size: 12px;
	}
	.price-list .car-view-spec {
		font-size: 13px;
	}
}


/* CAR FOOTER */

.model-footer {
	background: #fffaec url(https://toyota.com.my/assets/img/bg-footer.jpg) center center;
	background-size: cover;
	margin-top: 30px;
}
.model-footer:before {
	content: '';
	background-color: #ccc;
	height: 1px;
	display: block;
	position: relative;
	top: -2px;
}
.model-footer .container {
	padding: 10px 15px 30px;
}
.model-footer .model-footer-image-container {
	position: relative;
	text-align: center;
}
.model-footer .model-footer-image-container .model-footer-image {
	padding-right: 30px;
	margin-top: -60px;
	text-align: right;
}
.model-footer .model-footer-info h3 {
	font-family: 'ToyotaText-Bold';
	font-size: 20px;
	color: #000;
	margin-bottom: 16px;
}
.model-footer .model-footer-info ul {
	margin: 12px 0;
	padding: 0;
}
.model-footer .model-footer-info ul li {
	display: inline-block;
	margin: 0 0 6px
}

@media (max-width: 1199px) {
	.model-footer .model-footer-image-container .model-footer-image {
		margin-top: -60px;
		text-align: right;
		padding-right: 0;
	}
}
@media (max-width: 991px) {
	.model-footer .model-footer-image-container .model-footer-image {
		margin-top: -130px;
	}
	.model-footer {
		margin-top: 70px;
	}
}
@media (max-width: 767px) {
	.model-footer .model-footer-image-container .model-footer-image {
		margin-top: -100px;
	}
	.model-footer .model-footer-info {
		text-align: center;
	}
}


/* COLOR */

.color-container {
	margin-top: 80px;
	padding: 0;
}
.color-container .color-content {
	float: left;
	padding: 0;
	text-align: center;
}
.color-container .color-selection-content {
	background-color: #ebebeb;
	padding: 25px;
}
.color-container .color-content h1 {
	color: #000;
	text-align: center;
	font-size: 45px;
	line-height: 1.3;
	text-transform: uppercase;
	margin-bottom: 0;
	font-family: 'ToyotaText-Bold';
	padding: 20px 20px 0 20px;
	margin-top: 0;
}
.color-container .color-content p {
	padding: 0 20px 20px 20px;
	line-height: 1.2;
}
.color-container .color-content .color-selector {
	width: 100%;
	max-width: 330px;
	margin: 0 auto 20px;
}
.color-container .color-content .color-selector:before,
.color-container .color-content .color-selector:after {
	content: '';
	display: table;
	clear: both;
}
.color-container .color-content .color-selector a {
	width: 20%;
	height: 58px;
	text-align: center;
	display: block;
	float: left;
	padding-top: 2px;
}
.color-container .color-content.grid-4 .color-selector a {
	width: 25%;
}
.color-container .color-content .color-selector a.active {
	padding-top: 0;
}	
.color-container .color-content .color-selector a.active img {
	border: 2px solid #eb0a1e;
}
.color-container .color-content .color-name {
	width: 100%;
	font-family: 'ToyotaText-Regular',sans-serif;
	font-size: 20px;
	text-align: center;
	padding: 8px 0 15px 0;
	color: #000;
}
.color-container .color-content small {
	text-align: center;
	font-family: 'ToyotaText-Regular';
	font-size: 12px;
	color: #555;
	display: block;
}
.color-container .color-car-img {
	float: right;
	min-height: 470px;
	padding-left: 30px;
	text-align: center;
	padding-top: 20px;
	margin-bottom: 20px;
}
@media (max-width: 1199px) {
	.color-container .color-content h1 {
		font-size: 36px;
	}
}
@media (max-width: 767px) {
	.color-container .color-content h1 {
		font-size: 34px;
		padding: 0;
	}
	.color-container {
		margin-top: 20px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.color-container .color-car-img {
		min-height: 250px;
		padding-left: 15px;
		padding-right: 15px;
		margin-bottom: 0;
	}
	.color-container .color-content .color-name span {
		display: block;
		padding-left: 15px;
		padding-right: 15px;
	}
}


/* MODAL PRICE & PRICE LIST */
.modal.modal-price .modal-dialog {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow-x: hidden;
	overflow-y: auto;
	margin: 0;
	width: auto;
}
.modal.modal-price .modal-content {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	border: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow-x: hidden;
	overflow-y: hidden;
}
.modal.modal-price .modal-header {
	padding: 0;
	border: none;
	position: relative;
}
.modal.modal-price .modal-header .close {
	background-color: #9c0b0f;
	color: #fff;
	padding: 12px 20px;
	margin: 0;
	opacity: 1;
	font-size: 36px;
}
.modal.modal-price .modal-header .modal-title {
	background-color: #eb0a1e;
	font-family: 'ToyotaDisplay-Bold';
	font-size: 20px;
	color: #fff;
	padding: 16px 25px;
	height: 60px;
}
.modal.modal-price .modal-body {
	padding: 0;
	overflow-y: auto;
	height: 100%;
}
.modal.modal-price .container {
	padding-top: 50px!important;
	padding-bottom: 70px!important;
}
.modal.modal-price .modal-option-list {
	text-align: left;
	float: right;
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-top: 5px;
}
.modal.modal-price .modal-option-list > li {
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
}
@media (max-width: 991px) {
	.modal.modal-price .modal-option-list > li {
		margin: 5px 0;
		margin-top: 20px;
	}
}
.modal.modal-price .modal-option-list > li + li {
}
.modal.modal-price .modal-option-list > li label {
	font-weight: normal;
	font-size: 16px;
	margin-right: 10px;
}
.modal.modal-price .modal-option-list > li .dropdown-container {
	display: inline-block;
	position: relative;
}
.modal.modal-price .modal-option-list > li .dropdown-container .form-control {
	-moz-appearance: none;
	background: #fff none repeat scroll 0 0;
	font-size: 15px;
	font-weight: bold;
	color: #555;
	cursor: pointer;
	display: inline-block;
	height: 48px;
	outline: medium none;
	padding: 5px 44px 5px 10px;
	width: 100%;
	border: 0 solid transparent;
	border-bottom: 3px solid #eb0a1c;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
.modal.modal-price .modal-option-list > li .dropdown-container:after {
	background: #fff none repeat scroll 0 0;
	color: #eb0a1c;
	content: '\f078';
	font-family: "FontAwesome";
	font-size: 20px;
	height: 30px;
	width: 48px;
	pointer-events: none;
	position: absolute;
	right: 3px;
	text-align: center;
	top: 8px;
}
.full-price-list {
	list-style-type: none;
	padding: 10px 20px 0;
	margin: 28px auto;
	background-color: #fff;
	box-shadow: 2px 2px 5px 0 rgba(210,210,210,.75);
}
.full-price-list > li {
	padding: 22px 12px;
	color: #000;
}
.full-price-list > li + li {
	border-top: 1px solid #e5e5e5;
}
.full-price-list .car-model {
	font-family: 'ToyotaText-Bold';
	font-size: 24px;
	line-height: 1.2;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.full-price-list .car-paint {
	font-size: 16px;
}
.full-price-list .car-price {
	position: relative;
	font-family: 'ToyotaText-Bold';
	font-size: 18px;
	top: -2px;
}
.full-price-list .action-list ul {
	list-style-type: none;
	float: right;
	margin: 0;
	padding: 0;
	font-size: 16px;
}
.full-price-list .action-list ul > li {
	padding: 22px 12px;
	display: inline-block;
}
.full-price-list .action-list ul > li > a i {
	color: #eb0a1e;
	margin-right: 4px;
}
.modal.modal-price .price-msg {
	font-size: 12px;
	line-height: 1.2;
	color: #555;
}
@media (max-width: 991px) {
	.full-price-list .action-list ul {
		float: none;
	}
	.full-price-list .action-list ul > li {
		padding: 8px 12px;
		display: block;
	}
}
@media (max-width: 767px) {
	.full-price-list .action-list ul {
		font-size: 13px;
	}
	.full-price-list > li {
		padding: 20px 0 16px;
	}
	.full-price-list .car-paint {
		font-size: 14px;
	}
	.full-price-list .car-model,
	.full-price-list .car-price {
		font-size: 16px;
	}
	.modal.modal-price .modal-option-list {
		float: none;
		text-align: center;
	}
	.modal.modal-price .modal-option-list > li .dropdown-container {
		display: block;
	}
}
.comparison-item-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.modal-car-comparison .container > h3 {
	font-family: 'ToyotaText-Regular';
	margin: 0;
}
.modal-car-comparison .container > h6 {
	font-family: 'ToyotaText-Regular';
	font-size: 18px;
	margin: 3px 0;
}
.modal-car-comparison .container > h6 span {
	color: #eb0a1e;
}
.comparison-item-list {
	list-style-type: none;
	margin: 32px -15px 40px;
	padding: 0;
}
.comparison-item-list > li {
	float: left;
	width: 20%;
	padding: 0 1px;
}
.comparison-item-list .comparison-item {
	background-color: #ebebeb;
	border-bottom: 3px solid #ccc;
	padding: 20px 10px;
	font-family: 'ToyotaText-Regular';
	font-size: 16px;
	display: table;
	height: 75px;
	width: 100%;
}
.comparison-item-list .comparison-item.checked {
	border-bottom: 3px solid #eb091d;
}
.comparison-item-list .comparison-item a {
	background: transparent url(https://toyota.com.my/assets/img/checkbox-uncheck.png) no-repeat scroll 0 0;
	padding-left: 30px;
	height: 30px;
	display: block;
	color: #ccc;
}
.comparison-item-list .comparison-item a:hover,
.comparison-item-list .comparison-item.checked a:hover {
	color: red;
	cursor: pointer;
}
.comparison-item-list .comparison-item.checked a {
	background: url(https://toyota.com.my/assets/img/checkbox-checked.png) no-repeat scroll 0 0;
	color: #000;
}
.table-comparison-container {
	margin: 0 -15px;
}
.table.table-comparison thead > tr > td {
	background-color: #000;
	color: #fff;
	padding: 15px 22px;
	font-size: 18px;
	text-align: center;
	margin-bottom: 3px;
}
.table.table-comparison thead > tr > td .title,
.table.table-comparison thead > tr > td .car-title {
	padding-top: 8px;
	padding-bottom: 8px;
}
.table.table-comparison thead > tr > td a {
	color: #fff;
	font-size: 14px;
	display: block;
}
.table.table-comparison thead > tr > td a:hover {
	color: red;
}
.table.table-comparison tbody > tr.spec-header td {
	background: #ebebeb;
	color: #545454;
	font-weight: bold;
	line-height: 24px;
	font-size: 18px!important;
	text-align: left;
	padding: 13px 21px;
	font-weight: normal!important;
}
.table.table-comparison tbody > tr.spec-header {
	opacity: 1;
	text-transform: initial;
}
.table.table-comparison tbody > tr.spec-header td i {
	color: red;
	line-height: 24px;
}
.modal-car-comparison .compare-msg {
	text-align: center;
	margin-top: 20px;
}
.table.table-comparison .spec-header-toggler,
.table.table-comparison .spec-header-toggler.collapse {
	margin: -13px -21px;
	padding: 13px 21px;
	cursor: pointer;
	display: block;
}
.table.table-comparison .spec-header-toggler.collapse .fa:before {
	content: '\f067';
}


	
.page-menu {
	width: 140px;
	border-right: 1px solid #c8c8c8;
	-webkit-box-shadow: 2px 0 10px 0 rgba(0,0,0,.2);
	-moz-box-shadow: 2px 0 10px 0 rgba(0,0,0,.2);
	box-shadow: 2px 0 10px 0 rgba(0,0,0,.2);
	z-index: 10;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	background: #fff;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.page-menu .nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	align-content: flex-start;
}
.page-menu .nav > li > a {
	display: block;
	text-align: center;
	color: #000;
	position: relative;
	padding: 16px 18px;
}
.page-menu.lvl-1 .nav > li {
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}
.page-menu.lvl-1 .nav > li + li {
	margin-top: -1px;
}
.page-menu .nav > li.nav-logo {
	border-top: none;
}
.page-menu .nav > li.nav-logo a {
	padding: 12px 20px;
}
.page-menu .nav > li:hover > a {
	background: #e1e1e1;
}
.page-menu .nav > li > a .nav-arrow {
	position: absolute;
	top: 50%;
	right: 4px;
	color: #eb0a1e;
	-moz-transition: .2s;
	-o-transition: .2s;
	-webkit-transition: .2s;
	transition: .2s;
	margin-top: -10px;
	line-height: 20px;
}
.page-menu .nav > li > a:hover .nav-arrow {
	margin-right: -3px;
}
.page-menu .nav .nav-icon {
	width: 38px;
	height: 22px;
	display: inline-block;
	margin-bottom: 5px;
}
.page-menu .nav .nav-icon img {
	max-width: 100%;
	max-height: 100%;
}
.page-menu .nav .nav-title {
	font-size: 15px;
	display: block;
}
.page-menu.lvl-2 {
	width: 200px;
	left: 140px;
	font-size: 15px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	z-index: 9;
	position: fixed;
	top: 0;
	bottom: 0;
	background: #ebebeb;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: none;
	text-align: left;
}
.page-menu.lvl-2 .nav > li { 
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}
.page-menu.lvl-2 .nav > li > a {
	padding: 10px 22px 10px 22px;
	text-align: left;
}	
.page-menu.lvl-2 .nav > li > a .nav-arrow {
	font-size: 14px;
}
.page-menu.lvl-3 {
	position: fixed;
	left: 340px;
	width: 300px;
	top: 0;
	bottom: 0;
	background: #fff;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	z-index: 8;
	-webkit-box-shadow: 2px 0 10px 0 rgba(0,0,0,.2);
	-moz-box-shadow: 2px 0 10px 0 rgba(0,0,0,.2);
	box-shadow: 2px 0 10px 0 rgba(0,0,0,.2);
	border: none;
}
.page-menu .has-sub:hover > .sub-menu.lvl-2 {
	left: 340px;
}

.page-menu .nav-msg {
	font-size: 11px;
	padding: 5px 22px 5px 22px;
}
.page-menu .nav-msg a {
	display: inline;
	padding: 0;
	text-decoration: underline;
}
.page-menu .nav-divider {
	background-color: #fff;
	height: 1px;
	border: none !important;
	margin: 16px 10px !important;
}
.page-menu .nav-car {
	padding: 10px;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}
.page-menu .nav-car + .nav-car {
	margin-top: -1px;
}
.page-menu .nav-car a {
	display: block;
	padding: 3px 15px 0 !important;
}
.page-menu .nav-car:hover {
	background: #e1e1e1;
}
.page-menu .nav-car h2 {
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;
	text-align: left;
	margin: 0 0 3px;
}
.page-menu .nav-car img {
	margin: 4px 0 8px;
	max-width: 155px;
}
.page-menu .nav-car .info {

}
.page-menu .nav-car .info:before,
.page-menu .nav-car .info:after {
	content: '';
	display: table;
	clear: both;
}
.page-menu .nav-car .info-left {
	float: left;
	font-size: 12px;
}
.page-menu .nav-car .info-left b {
	font-weight: normal;
	font-size: 15px;
}
.page-menu .nav-car .info-right {
	float: right;
}
.page-menu .nav-car .info-right .fa {
	color: #eb0a1e;
	-moz-transition: .2s;
	-o-transition: .2s;
	-webkit-transition: .2s;
	transition: .2s;
	right: 1px;
	position: relative;
}
.page-menu .nav-car:hover .info-right .fa {
	margin-right: -2px;
}
.page-menu.lvl-2.closed {
	left: -200px;
}
.page-menu.lvl-3.closed {
	left: -300px;
}
.page-menu .hidden {
	display: none;
}


.nav#nav-vehicles {
	padding-top: 91px;
}
.nav#nav-shopping-tools {
	padding-top: 173px;
}
.nav#nav-aftersales-services,
.nav#nav-more {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.page-menu-mobile:before,
.page-menu-mobile:after,
.mobile-nav-top:before,
.mobile-nav-top:after {
	content: '';
	display: table;
	clear: both;
}
.page-menu-mobile {
	border-bottom: 1px solid #e1e1e1;
	position: relative;
	background: #fff;
	z-index: 1020;
}
.page-menu-mobile .logo {
	padding: 10px 15px;
}
.page-menu-mobile .logo a {
	display: block;
}
.page-menu-mobile .logo img {
	width: 51px;
}
.mobile-nav-top {
	height: 70px;
	float: left;
	width: 100%;
}
.mobile-nav-top .navbar-toggle {
	padding: 15px 0;
	margin-right: 0;
	margin-bottom: 0;
}
.mobile-nav-top .navbar-toggle .fa {
	top: 50%;
	right: -10px;
	color: #eb0a1e;
	-moz-transition: .2s;
	-o-transition: .2s;
	-webkit-transition: .2s;
	transition: .2s;
	font-size: 2.5em;
	line-height: .75em;
	vertical-align: -15%;
	position: relative;
}
.page-menu-mobile .nav {
	margin: 0 -15px;
}
.page-menu-mobile .nav.nav-lvl2,
.page-menu-mobile .nav.nav-lvl3 {
	margin: 0;
}
.page-menu-mobile .nav > li {
	border-top: 1px solid #e1e1e1;
}
.page-menu-mobile .nav > li > a {
	padding: 0;
	display: table;
	width: 100%;
	background: #fff;
	color: #000;
}
.page-menu-mobile .nav > li .nav-title,
.page-menu-mobile .nav > li .nav-icon,
.page-menu-mobile .nav > li .nav-plus {
	display: table-cell;
	padding: 10px 15px;
	line-height: 20px;
}
.page-menu-mobile .nav > li .nav-plus {
	width: 55px;
	text-align: right;
}
.page-menu-mobile .nav > li .nav-plus .fa {
	color: red;
}
.page-menu-mobile .nav > li .nav-icon {
	width: 55px;
	height: 40px;
	text-align: center;
}
.page-menu-mobile .nav > li .nav-icon img {
	max-width: 100%;
	max-height: 100%;
}
.page-menu-mobile .nav.nav-lvl2 {
	background: #ebebeb;
}
.page-menu-mobile .nav.nav-lvl2 > li > a {
	padding-left: 55px;
	background: none;
}
.page-menu-mobile .nav-car a {
	display: block !important;
	padding: 10px 0 !important;
}
.page-menu-mobile .nav-car a:before,
.page-menu-mobile .nav-car a:after {
	content: '';
	display: table;
	clear: both;
}	
.page-menu-mobile .nav-car .img,
.page-menu-mobile .nav-car .info {
	float: left;
	width: 50%;
}
.page-menu-mobile .nav-car .img {
	text-align: center;
}
.page-menu-mobile .nav-car .img img {
	width: 90%;
}
.page-menu-mobile .nav-car .info h2,
.page-menu-mobile .nav-car .info .title {
	text-align: left;
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 0;
	text-transform: uppercase;
	display: block;
	font-family: 'ToyotaDisplay-Bold';
}
.page-menu-moble .nav-car .info p,
.page-menu-moble .nav-car .info .text {
	margin-bottom: 0;
	display: block;
	font-size: 14px;
	color: #000;
}
.page-menu-moble .nav-car .info p strong {

}
.press-release .press-container .dynamic-result .press-news a.block-btn {
    float: right;
    max-width: 150px;
    display: block;
    text-decoration: none;
    background-color: #eb0a1e;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 15px 25px;
    margin-top: 20px;
}
.spacer10 {
    height: 10px;
    clear: both;
}
.spacer20 {
    height: 20px;
    clear: both;
}
.spacer30 {
    height: 30px;
    clear: both;
}
.spacer40 {
    height: 40px;
    clear: both;
}
.spacer50 {
    height: 50px;
    clear: both;
}

@media (max-width: 767px) {
	.banner {
		height: auto;
	}
	.banner {
		background-image: none!important;
	}
	section > .container-fluid h1 {
		font-size: 32px;
		margin-bottom: 0;
	}
}


.mobile-page-title h1 {
    font-family: 'ToyotaText-Bold';
    font-size: 46px!important;
    color: #000!important;
    margin-top: -10px;
    margin-bottom: 35px;
    line-height: 1;
}
.mobile-page-title {
    display: block;
    text-transform: uppercase;
    text-align: center;
}
@media (min-width: 768px) {
	.mobile-page-title {
		display: none;
	}
}
.table-comparison-mobile-container,
.table.table-comparison-mobile {
	display: none;
}
@media (max-width: 767px) {
	.pricespecs .section-nav ul .btn {
		margin-bottom: 6px;
	}
	.modal.modal-price .modal-header .modal-title {
		font-size: 16px;
		height: 54px;
	}
	.modal.modal-price .modal-header .close {
		font-size: 30px;
	}
	.modal-car-comparison .comparison-item-list,
	.modal-car-comparison .table.table-comparison {
		display: none;
	}
	.table-comparison-mobile-container {
		display: block;
		padding: 15px 30px;
	}
	.modal-car-comparison .table.table-comparison-mobile {
		display: block;
		border-bottom: 1px solid #c4c4c4;
		font-family: 'ToyotaText-Regular';
		line-height: 1.1;
	}
	.table.table-comparison-mobile .spec-header {
		opacity: 1.0;
		text-align: left;
	}
	.table-comparison-mobile-container .spec-item > .spec-header {
		background-color: #000;
		color: #fff;
		padding: 15px 22px;
		font-size: 16px;
		text-align: center;
		opacity: 1;
		margin-bottom: 3px;
	}
	.table-comparison-mobile-container .spec-item > .spec-header .form-control {
		border-color: #fff;
		border-radius: 6px;
	}
	.table-comparison-mobile-container .spec-item > .spec-header a {
		color: #fff;
		display: inline-block;
		margin-top: 10px;
	}
	.table-comparison-mobile-container .spec-item > .spec-header a .fa {
		color: #eb091d;
	}
	.table.table-comparison-mobile .spec-header td {
		background-color: #ebebeb;
		border-color: #ebebeb;
		color: #545454;
		padding: 12px 18px;
		font-size: 14px;
	}
	.table.table-comparison-mobile .spec-header td .fa {
		color: red;
		font-size: 18px;
   		margin-top: 2px;
	}
	.table.table-comparison-mobile .spec-header-toggler.collapse {
		display: block;
	}
	.table.table-comparison-mobile .spec-header-toggler.collapse .fa-minus:before {
		content: '\f067';
	}
	.table.table-comparison-mobile .spec-header + .spec td {
		border-top: none;
	}
	.table.table-comparison-mobile .spec td {
		padding: 20px 18px;
		color: #000;
		font-size: 14px;
		border-bottom: 1px solid #c4c4c4;
		margin: 0;
	}
	.table.table-comparison-mobile .spec:last-child td {
		border-bottom: none !important;
	}
	.table.table-comparison-mobile tbody + tbody {
		border-top: 1px solid #fff !important;
	}
	.table.table-comparison-mobile tbody + tbody .spec-header td {
		border-top: 1px solid #fff !important;
	}
	.table.table-comparison-mobile .spec td .title {
		float: left;
		width: 50%;
	}
	.table-comparison-mobile-container {
		padding-top: 45px;
		position: relative;
	}
	.table-comparison-mobile-container .owl-dots {
		position: absolute;
		top: -30px;
		left: 0;
		right: 0;
		text-align: center;
	}
	.table-comparison-mobile-container .owl-dots .owl-dot {
		display: inline-block;
	}
	.table-comparison-mobile-container .owl-dots .owl-dot span {
		display: block;
		width: 12px;
		height: 12px;
		margin: 5px 7px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		background: #666;
	}
	.table-comparison-mobile-container .owl-dots .owl-dot.active span {
		background: #eb0a1e;
	}
}