<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background: #efefef;
}

#view_wrapper {
	width: 100%;
	float: left;
}

#car_left {
	float: left;
	width: 100%;
	margin-top: 20px;
	box-shadow: 0px 2px 5px #9c9c9c;
	overflow: hidden;
}

#car_left .header {
	float: left;
	width: 100%;
	background: #f6f6f6;
	padding: 20px;
	box-sizing: border-box;
	position: relative;
}

#car_left .header h1 {
	float: left;
	font-size: 28px;
	font-family: 'Goldman', cursive;
	font-weight: bold;
	color: #000000;
}


#car_left .header h2 {
	float: right;
	font-size: 16px;
	background: #007cba;
	color: #fff;
	padding: 6px 20px 5px;
	letter-spacing: 1px;
}

#car_left .header h1,
#car_left .header h2 {
	width: 100%;
	text-align: center;
	box-sizing: border-box;
}

#car_left .header .facebook {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin: 10px 0;
	font-size: 25px;
}

#car_left .header .facebook i {}

#car_left #car_img {
	display: none;
	float: left;
	width: 100%;
	height: 265px;
	background-position: center !important;
	background-size: cover !important;
	position: relative;
}

#car_left #car_img iframe {
	display: none;
	float: left;
	width: 100%;
	height: 100%;
	border-style: none;
}

#car_left .car_img_down,
#car_left .car_img_up {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 60px;
	height: 60px;
	background: #00000045;
	cursor: pointer;
	z-index: 9;
}

#car_left .car_img_down:hover,
#car_left .car_img_up:hover {
	background: #007cba69;
}

#car_left .car_img_down i,
#car_left .car_img_up i {
	color: #fff;
	font-size: 36px;
	line-height: 60px;
	width: 100%;
	text-align: center;
}

#car_left .car_img_down {
	left: 0;
}

#car_left .car_img_up {
	right: 0;
}

#car-view-img-wrapper {
	float: left;
	position: relative;
}

#car_left #car_img_container {
	float: left;
	width: 100%;
	background: #f6f6f6;
}

#car_left #car_img_container .car-view-panorama-inside {
	float: left;
	width: 100%;
	height: 115px;
	background-size: cover !important;
	background-position: center !important;
	text-align: center;
}

#car_left #car_img_container .car-view-panorama-inside i {
	float: left;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 36px;
	text-shadow: 0 1px 3px #000000;
	margin: 18px 0 4px;
}

#car_left #car_img_container .car-view-panorama-inside span {
	float: left;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 20px;
	text-shadow: 0 1px 3px #000000;
	font-family: arial;
	font-weight: bold;
	text-decoration: underline;
}

#car_left #car_img_container .car-view-other-img {
	float: left;
	width: calc(100% / 3);
	height: 115px;
	background-size: cover !important;
	background-position: center !important;
}

#car_text {
	float: left;
	width: 100%;
	background: #f6f6f6;
	padding: 20px;
	box-sizing: border-box;
}

#car_text h2 {
	float: left;
	width: 100%;
	text-align: center;
	margin: 15px 0 25px;
	color: #000;
	font-family: 'Goldman', cursive;
	font-size: 32px;
}

#car_text p {
	float: left;
	width: 100%;
	color: #000;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 30px;
}

#car_text iframe {
	float: left;
	width: 100%;
	margin: 10px 0;
}

#car_extras {
	float: left;
	width: 100%;
	background: #fff;
	border: 1px solid #d0d0d0;
	padding: 20px;
	box-sizing: border-box;
	margin-top: 10px;
}

#car_extras .row {
	float: left;
	width: 100%;
}

#car_extras .entry {
	float: left;
	width: 100%;
	margin: 5px 0 20px;
}

#car_extras h3 {
	float: left;
	width: 100%;
	font-size: 16px;
	color: #375faa;
	margin-bottom: 5px;
}

#car_extras ul {
	float: left;
	width: 100%;
}

#car_extras ul li {
	float: left;
	width: 100%;
	margin: 3px 0;
	font-size: 13px;
	color: #444;
}

#car_extras ul li i {
	width: 25px;
}

#car_extras ul li.active {}

#car_extras ul li.inactive {
	color: #ababab;
}

#car_extras ul li.active i {
	color: #00a8ff;
}

#car_extras ul li.inactive i {
	font-size: 4px;
	float: left;
	margin-top: 8px;
	margin-left: 4px;
	margin-right: -1px;
}

#car_attributes {
	float: left;
	width: 100%;
	background: #fff;
	border: 1px solid #d0d0d0;
	padding: 20px;
	box-sizing: border-box;
	margin-top: 10px;
	margin-bottom: 5px;
}

#car_attributes ul {
	float: left;
	width: 100%;
}

#car_attributes ul li {
	float: left;
	width: 100%;
	margin: 3px 0;
	font-size: 13px;
	padding: 7px 10px;
	box-sizing: border-box;
}

#car_attributes ul li:nth-child(odd) {
	background: #00000033;
}

#car_attributes ul li label {
	float: left;
	width: 50%;
	color: #444;
}

#car_attributes ul li p {
	float: left;
	width: 50% !important;
	color: #000;
	font-weight: bold;
	line-height: unset !important;
	margin-bottom: unset !important;
}

#car_left .product_perk_entry {
	float: left;
	width: 98%;
	height: 95px;
	margin: 4px 1%;
	border-radius: 10px;
	background: #007cba;
	box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}

#car_left .product_perk_entry .icon {
	float: left;
	width: 30%;
	height: 100%;
	position: relative;
}

#car_left .product_perk_entry .icon img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

#car_left .product_perk_entry span {
	float: left;
	width: 70%;
	padding: 33px 15px;
	box-sizing: border-box;
	font-family: tahoma;
	font-size: 14px;
	color: #fff;
}

#car_right {
	float: left;
	width: 100%;
	margin-top: 0;
	background: #f6f6f6;
	box-shadow: 0px 2px 5px #9c9c9c;
}

#car_right #car_price {
	float: left;
	width: 100%;
	background: #f6f6f6;
	color: #000;
	text-align: center;
	padding: 15px 0;
	font-size: 28px;
	font-weight: bold;
}

#car_right #car_price span {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 13px;
	text-decoration: line-through;
	color: #6b6b6b;
}

#car_right #car_loan {
	float: left;
	width: 100%;
	background: #ffd800;
	color: #000;
	text-align: center;
	padding: 6px 0;
	font-size: 20px;
	font-family: 'Goldman', cursive;
}

#car_right #car_details {
	float: left;
	width: 100%;
	margin: 15px 0;
}

#car_right .car_detail {
	float: left;
	width: 100%;
	padding: 0 15px;
	box-sizing: border-box;
	margin: 8px 0;
}

#car_right .car_detail label {
	float: left;
	width: 50%;
	font-size: 12px;
	font-weight: bold;
	color: #2e566f;
	margin-top: 1px;
}

#car_right .car_detail span {
	float: left;
	width: 50%;
	font-size: 14px;
	font-family: tahoma, arial;
	font-weight: bold;
	color: #383838;
}

#car_right #application_form_button {
	float: left;
	width: 100%;
	background: #6bbb18;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 26px;
	padding: 20px 0;
	cursor: pointer;
}

#car_right #application_form_button i {
	margin-right: 5px;
	font-size: 27px;
}

#car_right #application_form,
#car_right #application_contact_form {
	display: none;
	float: left;
	width: 100%;
	background: #6bbb18;
	padding: 5px 20px 20px;
	box-sizing: border-box;
}

#car_right #application_form h2,
#car_right #application_contact_form h2 {
	float: left;
	width: 100%;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	font-size: 40px;
	font-family: tahoma;
	margin: 10px 0;
}

#car_right #application_form h3,
#car_right #application_contact_form h3 {
	float: left;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

#car_right #application_form .form_control,
#car_right #application_contact_form .form_control {
	float: left;
	width: 100%;
	margin: 3px 0;
}

#car_right #application_form .form_control i,
#car_right #application_contact_form .form_control i {
	float: left;
	width: 15%;
	text-align: center;
	background: #fff;
	color: #6bbb18;
	height: 40px;
	line-height: 40px;
}

#car_right #application_form .form_control input,
#car_right #application_contact_form .form_control input {
	float: left;
	width: 100%;
	border: none;
	background: #fff;
	height: 40px;
	padding: 0 15px;
}

#car_right .application_marketing.error,
#car_right #application_form .form_control.error i,
#car_right #application_form .form_control.error input,
#car_right #application_contact_form .form_control.error i,
#car_right #application_contact_form .form_control.error input {
	background: #ffe5e5;
}

#car_right #application_form button,
#car_right #application_contact_form button {
	float: left;
	width: 100%;
	background: #ffd800;
	padding: 15px;
	margin-top: 5px;
	border: none;
	border-radius: 5px;
	font-size: 15px;
	font-weight: bold;
}

#car_right #application_form .application_marketing,
#car_right #application_contact_form .application_marketing {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 13px;
	line-height: 28px;
	font-size: 13px;
}

#car_right #application_form .application_marketing input,
#car_right #application_contact_form .application_marketing input {
	float: left;
	width: 20px;
	height: 20px;
}

#car_right #application_form .application_marketing a,
#car_right #application_contact_form .application_marketing a {
	text-decoration: underline;
	color: inherit;
}

#car_right #application_contact_form_button {
	float: left;
	width: 100%;
	background: #007cba;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
	padding: 20px 0;
	cursor: pointer;
}

#car_right #application_contact_form_button i {
	margin-right: 5px;
}

#car_right #application_contact_form {
	background: #007cba;
}

#car_right #application_contact_form h2 {
	font-size: 24px;
}

#car_right #application_contact_form h3 {
	font-size: 14px;
}

#car_right #application_contact_form .form_control i {
	color: #007cba;
}

#car_right #map {
	display: none;
}

#car-related {
	float: left;
	width: 100%;
	margin-top: 20px;
}

#car-related h2 {
	float: left;
	width: 100%;
	background: #ffd800;
	color: #000;
	padding: 15px 0;
	text-align: center;
	font-family: "Open Sans", arial;
	font-size: 30px;
	box-sizing: border-box;
}

#links {
	float: left;
	width: 100%;
	display: flex;
	margin-top: 20px;
	justify-content: space-around;
	align-items: center;
}

#car_vertical_logo {
	float: left;
	width: 35px;
	height: 30px;
}

#car_vertical_logo img {
	width: 100%;
	object-fit: cover;
}

#car-related p {
	float: left;
	width: 100%;
	margin: 10px 0;
	text-align: center;
	font-size: 14px;
	font-family: tahoma;
	color: #5c5c5c;
	line-height: 25px;
}

#car-newest-entries {
	float: left;
	width: 100%;
}

#application_client_type {
	float: left;
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 10px 0;
}

.application_client_type-item {
	display: flex;
	align-items: center;
	position: relative;
}

.application_client_type-item input[type="radio"] {
	appearance: none;
	position: absolute;
}

.application_client_type-item input[type="radio"]:checked+label:after {
	opacity: 1;
}

.application_client_type-item label {
	padding-left: 25px;
	font-size: 13px;
	cursor: pointer;
	color: #fff;
	line-height: 24px;
}

.application_client_type-item label:before {
	content: "";
	display: block;
	background-color: #fff;
	border-radius: 3px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	transition: background .1s linear, border .1s linear;
	width: 20px;
	height: 20px;
	border: 1px solid #000;
}

.application_client_type-item label:after {
	content: "";
	opacity: 0;
	display: block;
	border: solid #000;
	border-width: 0 3px 3px 0;
	transform: rotate(45deg);
	position: absolute;
	z-index: 10;
	width: 6px;
	height: 12px;
	top: 1px;
	left: 7px;
}

.fotorama__caption {
	position: relative;
	top: 0;
	left: 0;
	background-color: #000000ab;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.fotorama__caption__wrap {
	background: transparent !important;
}

.fotorama__caption__wrap p {
	text-align: center;
	color: #fff;
	font-size: 16px;
}

.fotorama__caption__wrap p span {
	color: #23dc69;
}

.fotorama__caption__wrap b {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: var(--first-color);
	opacity: 0.2;
}

.fotorama__caption__wrap div {
	background-image: url(/design/img/logo-elizings.png);
	height: 40px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

#eitem-button-placement {
	width: 100%;
	float: left;
	display: flex;
	justify-content: center;
}

@media screen and (min-width: 800px) {
	#links {
		width: 120px;
		float: right;
		margin: 0;
	}

	#car_left .header h1,
	#car_left .header h2 {
		width: auto;
		text-align: left;
		box-sizing: unset;
	}

	#car_left .header .facebook {
		position: relative;
		float: right;
		right: 0;
		display: block;
		width: unset;
		margin: 0 10px;
		font-size: 30px;
	}

	#car_left #car_img_container .car-view-other-img {
		width: calc(100% / 4);
	}

	#car_left #car_img_container .car-view-panorama-inside {
		width: calc(100% / 2) !important;
	}
}

@media screen and (min-width: 960px) {
	.car-catalog-entry {
		margin: 10px calc(10% / 6);
	}

	.car-catalog-entry-img {
		height: 190px;
	}

	#car_left {
		width: 65%;
		margin-right: 2%;
	}

	#car-view-img-wrapper {
		display: none;
	}

	#car_left #car_img {
		display: block;
		height: 515px;
	}

	#car_left .product_perk_entry {
		width: 48%;
	}

	#car_left #car_img_container .car-view-other-img {
		width: calc(100% / 6);
	}

	#car_left #car_img_container .car-view-panorama-inside {
		width: calc(100% / 3) !important;
	}

	#car_extras .row {
		width: calc(100% / 3);
	}

	#car_right {
		width: 33%;
		margin-top: 20px;
		position: sticky;
		top: 10px;
		height: fit-content;
	}

	#car_right #map {
		display: block;
		float: left;
		width: 100%;
		height: 500px;
	}

	.fotorama__caption__wrap p {
		font-size: 20px;
	}
}

@media screen and (min-width:1125px) {
	#car_left {
		width: 73%;
	}

	#car_right {
		width: 25%;
		margin-top: 20px;
	}

	#car-related p {
		width: 36%;
		margin: 10px 32%;
	}

	.fotorama__caption__wrap div {
		height: 60px;
	}
}


/*.eitem-btn.eitem-show {
	animation: flash 2s infinite;
}*/

@keyframes flash {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0.5;
	}

	100% {
		opacity: 1;
	}
}

/*.eitem-btn.eitem-show {
	animation: btn-pulse 2s infinite;
}

@keyframes btn-pulse {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.05);
	}

	100% {
		transform: scale(1);
	}
}*/

/*.eitem-btn.eitem-show .eitem-wrapper {
	animation: colorShift 2s infinite;
}*/

@keyframes colorShift {
	0% {
		background-color: #23dc69;
	}

	50% {
		background-color: #0b7e37;
	}

	100% {
		background-color: #23dc69;
	}
}

/*.eitem-btn.eitem-show .eitem-wrapper {
	animation: heavyShake 1s infinite;
}*/

@keyframes heavyShake {
	0% {
		transform: translateX(0);
	}

	10% {
		transform: translateX(-1px);
	}

	20% {
		transform: translateX(1px);
	}

	30% {
		transform: translateX(-1px);
	}

	40% {
		transform: translateX(1px);
	}

	50% {
		transform: translateX(-1px);
	}

	60% {
		transform: translateX(1px);
	}

	70% {
		transform: translateX(-1px);
	}

	80% {
		transform: translateX(1px);
	}

	90% {
		transform: translateX(-1px);
	}

	100% {
		transform: translateX(0);
	}
}</pre></body></html>