.md-fact-item-icon.headr_search {
	margin-right: 27px;
}

.fact-leftcard-title {
	font-family: 'MINIRegular', 'Georgia', serif;
	text-transform: uppercase;
	margin: 0 auto;
	word-wrap: break-word;
	font-size: 1.125rem;
	line-height: 1.375rem;
	margin-left: 40px;
}

.fact_icon {
	position: absolute;
	font-size: 1.375rem;
	margin-top: -2px;
}

.generic-item-h-auto-card {
	height: 100%;
	display: inline-flex;
	background-color: #f1f1f1;
}

.slide-auto-height .slick-slide.md-pg-slide-item {
	display: flex;
	flex-direction: column;
	flex: 1 0 auto;
	align-self: stretch;
	height: auto;
}

.slide-auto-height .feature-item-product {
	height: 100%;
	/*display: inline-flex;*/
	background-color: #f1f1f1;
}

.slide-auto-height .slick-track {
	display: inline-flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	vertical-align: top;
}

/*MediaQueryCss*/
@media screen and (max-width: 768px) {
	.feature-section .slick-slide.slide-items {
		flex: 1;
		max-width: 100%;
	}
}

@media (min-width: 480px) {
	.fact-leftcard-title {
		font-size: 2rem;
		line-height: 2.375rem;
	}
}

@media (min-width: 768px) {
	.fact-leftcard-title {
		font-size: 2rem;
		line-height: 2.375rem;
	}
}

@media (min-width: 1280px) {
	.fact-leftcard-title {
		font-size: 1.5rem;
		line-height: 1.8125rem;
		margin-left: 50px;
	}
}

@media (min-width: 1920px) {
	.fact-leftcard-title {
		font-size: 2rem;
		line-height: 2.375rem;
		margin-left: 60px;
	}
}


.underline > div {
	border-bottom-color: #000;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	width: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.underline > div.white {
	border-bottom-color: #fff;
}

.bg-grey {
	background-color: #f1f1f1;
}

.md-icon {
	display: inline;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 0 100%;
	vertical-align: bottom;
	font-family: 'md-icon';
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	text-transform: none;
	text-rendering: optimizeLegibility;
	height: 1em;
	line-height: 1;
}

.md-icon:before {
	text-indent: 0;
}

.md-icon.location:before {
	content: '\e843';
}

.md-icon.arrow-right {
	display: inline-block;
	vertical-align: middle;
	transform: rotate(-45deg);
}

.md-icon.arrow-right:before {
	content: '\e8a6';
}

.mini-button {
	font-family: 'MINISansReg', Arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 1rem;
	line-height: 1rem;
	display: inline-block;
	color: #fff;
	background: #000;
	border: 2px solid transparent;
	padding: 10px 20px;
	margin-top: 0;
	margin-bottom: 0;
	border-radius: 0;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	position: relative;
	-webkit-font-smoothing: antialiased;
	outline: 0;
}

.mini-button:hover {
	color: black;
	border-color: black;
	background-color: white;
}

.mini-button:focus {
	outline: none;
}

.mini-button.cyan {
	color: #fff;
	background-color: #0085ac;
	border-color: #0085ac;
}

.mini-button.cyan span {
	color: white;
}

.mini-button.cyan:hover {
	color: #000;
	background-color: #fff;
	border-color: #000;
}

.mini-button.cyan:hover span {
	color: #000;
}

.mini-button.white {
	color: #000;
	background-color: #fff;
	border-color: #fff;
}

.mini-button.white:hover {
	color: white;
	border-color: #fff;
	background-color: black;
}

.mini-button.red {
	color: white;
	border-color: #a70d19;
	background-color: #a70d19;
}

.mini-button.red:hover {
	color: #a70d19;
	border-color: #a70d19;
	background-color: white;
}

/**
* [BEGIN] SLIDER
**/
.z-index-4 {
	z-index: 4;
}

.hero-slider-section {
	overflow: hidden;
	height: 100vh;
}

.Modern-Slider {
	height: calc(100vh - 0px);
	animation: fadeIn 0.5s both;
	overflow: visible;
}

.Modern-Slider .slick-list,
.Modern-Slider .slick-track {
	height: 100%;
}

.Modern-Slider .item {
	position: relative;
	height: 100%;
	overflow: hidden;
}

.img-fill {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #333;
}

.img-fill img {
	vertical-align: top;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;

}

/* ==== Slider Style === */
.Modern-Slider .item .img-fill {
	height: 100%;
	background: #000;
}

.black-slick-arrow .NextArrow {
	cursor: pointer;
	position: absolute;
	top: 50%;
	z-index: 1;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	transition: background-color .2s;
	outline: 0;
	pointer-events: all;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.5);
	border: 0 none;
	right: 0;
	margin-right: 15px;
}

.black-slick-arrow .PrevArrow {
	cursor: pointer;
	position: absolute;
	top: 50%;
	z-index: 1;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	transition: background-color .2s;
	outline: 0;
	pointer-events: all;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.5);
	border: 0 none;
	left: 0;
	margin-left: 15px;
}

.md-product-features .md-pf-feature-group-tab .md-pf-feature-group-tab-icon.none {
	display: none;
}

.black-slick-arrow .PrevArrow,
.black-slick-arrow .NextArrow {
	display: none !important;
}

.black-slick-arrow .NextArrow:hover,
.black-slick-arrow .PrevArrow:hover {
	background-color: rgba(0, 0, 0, 1);
}

.black-slick-arrow .NextArrow:before,
.black-slick-arrow .PrevArrow::before {
	font-family: "md-icon";
	font-size: 20px;
	line-height: 1;
	color: white;
	opacity: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: block;
	text-align: center;
}

.black-slick-arrow .PrevArrow:before {
	content: '\e8a3';
	text-indent: 0;
}

.black-slick-arrow .NextArrow:before {
	content: '\e8a6';
	text-indent: 0;
}

/*NewsArrow*/
.newsSlick .news-arrow-next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	z-index: 1;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	transition: background-color .2s;
	outline: 0;
	pointer-events: all;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.5);
	border: 0 none;
	right: 0;
	margin-right: 30px;
}

.newsSlick .news-arrow-prev {
	cursor: pointer;
	position: absolute;
	top: 50%;
	z-index: 1;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	transition: background-color .2s;
	outline: 0;
	pointer-events: all;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.5);
	border: 0 none;
	left: 0;
	margin-left: 30px;
}

.newsSlick .news-arrow-prev,
.newsSlick .news-arrow-next {
	display: none !important;
}

.newsSlick .news-arrow-next:hover,
.newsSlick .news-arrow-prev:hover {
	background-color: rgba(0, 0, 0, 1);
}

.newsSlick .news-arrow-next:before,
.newsSlick .news-arrow-prev::before {
	font-family: "md-icon";
	font-size: 20px;
	line-height: 1;
	color: white;
	opacity: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: block;
	text-align: center;
}

.newsSlick .news-arrow-prev:before {
	content: '\e8a3';
	text-indent: 0;
}

.newsSlick .news-arrow-next:before {
	content: '\e8a6';
	text-indent: 0;
}

.Modern-Slider .slick-dots {
	position: absolute;
	height: 5px;
	background: #fff;
	bottom: 0;
	width: 100%;
	left: 0px;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.Modern-Slider .slick-dots li button {
	display: none;
}

.Modern-Slider .slick-dots li {
	float: left;
	width: 0px;
	height: 5px;
	background: rgb(0, 133, 172);
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.Modern-Slider .slick-dots li.slick-active {
	width: 100%;
	animation: ProgressDots 6.5s both;
}

.Modern-Slider .slick-active .img-fill {
	transform: scale(1.1);
	transition: transform 6s ease 0s;
}

.Modern-Slider .item.slick-active .info {
	animation: fadeIn 1s both 1s;
}

.Modern-Slider {
	background: #000;
}

.slick-next:before {
	content: '\e808';
	text-indent: 0;
}

.md-pf-feature-group-tab-title {
	font-family: 'MINISansReg', Arial, sans-serif;
}

.slick-prev:before, .slick-next:before {
	font-family: "md-icon";
	font-size: 20px;
	line-height: 1;
	color: white;
	cursor: pointer;
	opacity: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: block;
	text-align: center;
}

.slick-prev:before {
	content: '\e806';
	text-indent: 0;
}

.slick-next:before {
	content: '\e808';
	text-indent: 0;
}

/* ==== Slider Image Transition === */

@-webkit-keyframes ProgressDots {
	from {
		width: 0px;
	}

	to {
		width: 100%;
	}
}

@keyframes ProgressDots {
	from {
		width: 0px;
	}

	to {
		width: 100%;
	}
}

/**
* [END] SLIDER
**/

/**
* [BEGIN] PRODUCT-SECTION
**/

.product-strip {
	position: relative;
	padding-top: 15px;
}

.product-strip .ppn-list.bg-grey {
	background-color: #f1f1f1;
}

.product-strip .ppn-list {
	background-color: white;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: start;
}

.product-strip .ppn-list.bg-grey .product-strip-item-wrapper {
	max-width: unset;
}

.product-strip .product-strip-item-wrapper {
	flex-basis: 100%;
	max-width: 500px;
}

.product-strip .product-strip-item {
	padding: 20px 0;
	margin: 0 auto;
}

.product-strip .product-image {
	max-width: 300px;
	margin: 0 auto;
}

.product-strip a {
	text-decoration: none;
}

.product-strip img {
	width: 100%;
}

.product-strip .product-strip-item p {
	font-family: 'MINISansReg', Arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	font-size: 1rem;
	line-height: 1.375rem;
	width: 90%;
	margin: 10px auto 0 auto;
}

.hero-zindex {
	position: relative;
	z-index: 5;
}

.md-next .btn.blue-btn {
	background-color: rgb(0, 133, 172);
	border-color: rgb(0, 133, 172);
	color: #FFF;
}

.md-next .btn.blue-btn:hover {
	background-color: black;
	border-color: white;
	color: #FFF;
}

.md-next .btn.redBtn {
	background-color: #a70d19 !important;
	border-color: #a70d19 !important;
	color: #fff;
}

.md-next .btn.redBtn:hover .btn-title {
	color: #a70d19 !important;
}

.md-next .btn.redBtn:hover {
	background-color: white !important;
	border-color: #a70d19 !important;
	color: #a70d19;
}

.md-next .btn.white-btn:hover .btn-title-white {
	color: #fff;
}

.md-next .btn.white-btn .btn-title-white {
	color: #000;
}

.md-next .btn.white-btn {
	background-color: #fff;
	border-color: #fff;
	color: #000 !important;
}

.md-next .btn.white-btn:hover {
	background-color: #000;
	border-color: #fff;
	color: #fff !important;
}

.find-dealer {
	margin: 60px 0;
}

.md-homestage .slick-arrow {
	top: 48% !important;
}

.find-dealer .find-dealer-wrapper {
	background: #f1f1f1;
	padding: 30px;
}

.find-dealer .dealer-text {
	font-family: 'MINIRegular', 'Georgia', serif;
	text-transform: uppercase;
	margin: 0 auto;
	word-wrap: break-word;
	font-size: 1.375rem;
	line-height: 1.375rem;
	margin-bottom: 10px;
}

.find-dealer .dealer-text-button a {
	width: 100%;
}

.slider-wrapper {
	position: relative;
}

.slider-wrapper .slick-track {
	display: flex;
}

.slider-wrapper .slick-slider {
	position: initial;
}

.explore-mini-slider .slick-slide.slide-items,
.news-slider .slick-slide.slide-items {
	display: flex;
	flex-direction: column;
	flex: 1 0 auto;
	align-self: stretch;
	height: auto;
	padding: 0 10px;
}

.news-slider .feature-item-product {
	overflow: initial;
}

.news-slider .feature-caption {
	padding-right: 15px;
	position: relative;
}

.news-slider .feature-caption .wrapper-image-drop {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #5f5c5b;
	color: #fff;
	margin-top: 50px;
}

.news-slider .feature-item-product .product-feature-item-content {
	margin-left: 15px;
	background: #5f5c5b;
	padding: 30px 30px 60px;
}

.news-slider .feature-item-product h3 {
	color: white !important;
	font-size: 1.125rem;
	line-height: 1.375rem;
}

.news-slider span {
	color: white !important;
}

.news-slider .text-right {
	margin-bottom: 10px;
}

.news-slider .text-right span:first-child {
	font-family: MINIRegular, Georgia, serif;
	font-size: 14px;
	font-style: italic;
}

.social-icon a {
	line-height: 36px;
	min-height: 40px;
	min-width: 40px;
	font-size: 26px;
}

.home_container #footer {
	margin: 0 75px;
	padding-top: 0;
}

.md-product-page-navigation .md-product-page-navigation-item {
	width: 160px;
}

.js-slick-btn-prev-2, .js-slick-btn-next-1 {
	border: transparent
}

.topheadermodels {
	margin: 0 30px;
}

.md-product-page-navigation .md-product-page-navigation-item.dataImg200 {
	width: 200px;

}

.md-product-page-navigation .md-product-page-navigation-item.dataImg200 .md-ppni-item-inner {
	min-height: 101px;
}

.md-product-page-navigation .md-product-page-navigation-item.dataImg200 img {
	margin-top: 5px;
}

.home_container .md-social-title {
	display: none;
}

.md-social-title {
	display: none;
}

/**
* [END] SLIDERS-SECTION
**/
.md-custom-overlay-veil {
	display: none;
}

.md-product-inpage-navigation .md-in-wrapper .md-in-item-list {
	transform: translateY(-10%);
	transition: transform .3s ease;
	background-color: #000;
	visibility: hidden;
}

.md-product-inpage-navigation .md-in-wrapper.open .md-in-item-list {
	visibility: visible;
	transform: translateY(0);

}

@media (max-width: 767px) {
	.home_container #footer {
		margin: 0 0;
		padding: 0;
	}

	.backdrop_rbody .md-custom-overlay-veil {
		display: block;
		background-color: rgba(255, 255, 255, 0.8);
		z-index: 3;
		opacity: 1;
		visibility: visible;

	}

	.home_container #footer .home-footer-us {
		background-color: #1d1d1d;
		padding: 0 0 0 10px;
	}

	.home_container .md-social-title {
		font-family: 'MINISansReg', Arial, sans-serif;
		font-size: 12px;
		font-size: .75rem;
		color: #a7a7a7;
		display: inline-block;
		line-height: 40px;
		float: left;
		margin-right: 5px;
	}

	.home_container #footer ul.footer-menu {
		margin-top: 0;
		margin-bottom: 20px;
	}

	.home_container #footer ul.footer-menu > li {
		display: block;
		line-height: 34px;
		margin: 0;
		min-height: 34px;
		text-align: left;
		padding: 0 10px;
		border-bottom: solid 1px #121212;
	}

	.home_container #footer .row > [class*='col-'] {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.home_container #footer .social-icon {
		text-align: right;
	}
}

@media (min-width: 480px) {

	.black-slick-arrow .PrevArrow,
	.black-slick-arrow .NextArrow {
		display: block !important;
	}

	.topheadermodels {
		margin: 0 30px;
	}

	.Modern-Slider .PrevArrow,
	.Modern-Slider .NextArrow {
		margin-left: 20px;
	}

	.product-strip {
		padding-top: 20px;
	}

	.find-dealer .find-dealer-wrapper {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.find-dealer .dealer-text {
		flex-basis: 100%;
		font-size: 1.5rem;
		line-height: 1.5rem;
		margin-bottom: 0;
	}

	.find-dealer .dealer-text-button {
		flex-basis: 50%;
		display: flex;
		flex-flow: row-reverse;
	}

	.underline > div {
		width: 60px;
	}

	.Modern-Slider .slick-dots {
		height: 5px;
	}

	.Modern-Slider .slick-dots li {
		height: 5px;
	}
}

@media (min-width: 768px) {
	.hero-slider-section {
		height: calc(85vh + 0px);
	}

	.topheadermodels {
		margin: 0 30px;
	}

	.Modern-Slider {
		height: 85vh;
	}

	.Modern-Slider .PrevArrow,
	.Modern-Slider .NextArrow {
		margin-left: 20px;
	}

	.product-strip .ppn-list {
		flex-wrap: nowrap;
	}

	.product-strip .product-strip-item {
		max-width: 360px;
	}

	.product-strip .ppn-list.bg-grey .product-strip-item-wrapper {
		margin: 0 auto;
		max-width: 1280px;
	}

	.find-dealer {
		margin: 80px 0;
	}

	.Modern-Slider .slick-dots {
		height: 5px;
	}

	.Modern-Slider .slick-dots li {
		height: 5px;
	}
}


@media (min-width: 1280px) {
	.Modern-Slider .slick-dots {
		height: 5px;
	}

	.md-product-page-navigation .md-product-page-navigation-item.dataImg200 .works-john {
		padding-bottom: 30% !important;
	}

	.topheadermodels {
		margin: 0 80px;
	}

	.Modern-Slider .slick-dots li {
		height: 5px;
	}

	.Modern-Slider .PrevArrow,
	.Modern-Slider .NextArrow {
		margin-left: 30px;
	}

	.product-strip {
		padding-top: 30px;
	}

	.product-strip .product-strip-item p {
		font-size: 1.125rem;
		line-height: 1.5rem;
		margin-top: 15px;
	}

	.find-dealer .dealer-text {
		font-size: 2rem;
		line-height: 2rem;
	}

	.find-dealer {
		margin: 100px 0;
	}

	.underline > div {
		width: 70px;
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.news-slider .feature-item-product h3 {
		font-size: 1.5rem;
		line-height: 1.8125rem;
	}

	.news-slider .text-right {
		margin-bottom: 15px;
	}
}

@media (min-width: 1920px) {
	.Modern-Slider .slick-dots {
		height: 10px;
	}

	.Modern-Slider .slick-dots li {
		height: 10px;
	}

	.topheadermodels {
		margin: 0 80px;
	}

}

.fonts {
	font-family: BMWGlobalprolight;
	font-size: 20px;
	color: #000;
}
