/** @format */

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap");
/* font-family: 'Montserrat', sans-serif; */

body {
	font-family: "Montserrat", sans-serif;
}

html {
	scroll-behavior: smooth !important;
}

a {
	color: #ed1c24;
}

/* ============= typography ============= */

.red {
	color: #ed1c24 !important;
}
.green {
	color: #42ac25 !important;
}
.f400 {
	font-weight: 400 !important;
}
.f600 {
	font-weight: 600;
}
.f800 {
	font-weight: 800;
}

.heading-xl {
	font-size: 50px;
}
.heading-lg {
	font-size: 36px;
}
.heading-md {
	font-size: 28px;
}
.heading-md-sm {
	font-size: 19px;
}
.heading-md-xsm {
	font-size: 16px;
}
.heading-reg {
	font-size: 22px;
}
.heading-sm {
	font-size: 18px;
}

a.redprime {
	color: #ed1c24 !important;
	text-decoration: underline !important;
}

/* ============= backgrounds ============= */

.bg-dkgray {
	background: #343434;
}
.bg-lightgray {
	background: #e5e5e5;
}
.bg-gray {
	background: #808080;
}
.bg-slightgray {
	background: #f2f2f2;
}
.bg-red {
	background: #ed1c24;
}

/* ============= buttons and extras ============= */
.btn-outline-dark {
	border-radius: 0;
	border: 2px solid #000 !important;
	font-weight: 600;
}
hr.red {
	border: 0px;
	height: 2px;
	background: #ed1c24;
}
hr.gray {
	border: 0px;
	height: 1px;
	background: #656565;
}
hr.white {
	border: 0px;
	height: 1px;
	background: #fff;
}
hr.black {
	border: 0px;
	height: 1px;
	background: #1d1d1d;
}
.border-r {
	border-right: 1px solid #fff;
}

/* ============= utilities ============= */
.pad-x-reg {
	padding: 0px 50px;
}
.pad-x-sm {
	padding: 0px 30px;
}
.pad-y-reg {
	padding: 50px 0px;
}
.pad-reg {
	padding: 50px;
}
.pad-xy30 {
	padding: 30px;
}
.pad-xsm {
	padding: 20px;
}
.spcr-100 {
	height: 100px;
}
.spcr-70 {
	height: 70px;
}

/* ============= navigation ============= */
.topmenu {
	background: #f5f5f5;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 1pt;
	text-transform: uppercase;
}
.topmenu a,
.topmenu span {
	margin: 20px 12px;
	color: #a3a3a3;
}
.topmenu a {
	color: #343434;
	text-decoration: none;
}
.topmenu a:hover {
	text-decoration: underline !important;
}
.logo img {
	max-width: 220px !important;
	padding-left: 10px;
}
img.logo2 {
	width: 100%;
	margin-top: 0px !important;
}

.nav-cars a {
	border: 0;
}
.nav .nav-tabs a {
	font-size: 15px;
	margin-right: 20px;
	
}
.nav-cars-content {
	font-size: 11px;
	padding: 0px;
}
.nav-cars-content h4 a {
	color: #000;
	font-size: 13px;
	font-weight: 800;
	margin: 0px !important;
	line-height: 6px !important;
	
}
.nav-cars-content h4 {text-align: center !important;}
.car-card {
	width: 13rem;
	display: inline-block;
	margin-right: 0px;
}

/* =============  blocks =============  */
.highlights {
	padding: 50px 30px;
}
.highlights h2 {
	font-size: 15px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	color: #343434;
}
.highlights a {
	color: #343434;
}
.highlights a:hover {
	text-decoration: underline;
}
.highlights img {
	max-width: 75px !important;
	max-height: 68px !important;
}

.promobox {
	padding: 50px 70px;
}
.promobox h3 {
	font-weight: 600;
	text-transform: uppercase;
	margin: 30px 0px;
}
.promobox p {
	font-size: 13px;
	margin-bottom: 30px;
}

.news-main {
	min-height: 475px;
	background: url(assets/news-tmp1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	margin: 10px 0px;
}
.news-main small {
	color: #ed1c24;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.news-main-bg {
	background: rgba(35, 35, 35, 0.8);
}
.news-main-bg2 {
	background: rgba(237, 28, 36, 0.6);
	padding: 40px 0px;
}

.newsbox {
	margin: 10px 0px 30px 0px;
}
.newsbox a {
	color: #ed1c24;
}
.newsbox a:hover {
	color: #ed1c24;
	text-decoration: underline;
}
.newsbox h3 {
	font-weight: 400;
	margin: 20px 0px;
	font-size: 24px;
}
.newsbox p {
	font-weight: 400;
	margin: 20px 0px;
	font-size: 14px;
}
.newsbox small {
	color: #1d1d1d;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.newsbox img {
	margin-bottom: 10px;
}

.idx-quick {
	min-height: 480px;
	background: url(assets/idx-bgtcl.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right;
}
.idx-quick-bg {
	background: rgba(35, 35, 35, 0.8);
	min-height: 480px;
}

.quickbox {
	padding: 10px 30px;
	margin: 10px auto;
	width: 90%;
}
.quickbox img {
	max-width: 40px;
	max-height: 40px;
}
.quickbox h5 {
	color: #ed1c24;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
}
.quickbox p {
	line-height: 15px !important;
}
.quickbox a {
	color: #343434;
	font-size: 12px;
}

.owl-carousel .item {
	font-size: 14px;
}
.owl-carousel .item h4 a {
	color: #ed1c24;
	font-size: 18px;
	font-weight: 600;
	margin: 0px !important;
}
.owl-prev,
.owl-next {
	font-size: 30px !important;
}

footer h5 {
	font-size: 16px;
}
footer .card {
	border: 0px;
}
footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
footer ul li {
	font-size: 13px;
	margin: 5px 0px;
}
footer ul li a {
	color: #343434;
}
footer ul li a:hover {
	color: #ed1c24;
}
.socket a {
	color: #343434;
}
.socket i {
	font-size: 24px;
	float: right;
	margin: 0px 8px;
}

.financing {
	padding: 0px;
	background: #d13730;
	color: white;
	font-size: 15px;
}
.financing h3 {
	font-size: 60px;
	background: #42ac25;
	padding: 8px;
}
.financing h2 {
	font-size: 24px;
}
.financing ul {
	list-style: disc;
	margin-left: -21px;
	font-size: 13px;
}

/* ======== */

.inbanner-ctc {
	background: rgba(0, 0, 0, 0.8);
	margin-right: 40px;
	padding: 40px;
}
.inbanner-ctc2 {
	background: rgba(0, 0, 0, 0.8);
	margin-left: 40px;
	padding: 40px;
}
.inbanner-ctc3 {
	background: rgba(0, 0, 0, 0.8);
	margin-left: 40px;
	padding: 30px;
}
.inbanner-ctc h1,
.inbanner-ctc2 h1 {
	font-weight: 600;
	font-size: 48px;
	margin: 0px 0px 20px 0px;
	line-height: 44px;
}
.inbanner-ctc h4,
.inbanner-ctc2 h4 {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
}
.inbanner-ctc h2,
.inbanner-ctc2 h2 {
	font-weight: 600;
	font-size: 36px;
	margin: -20px 0px 0px 0px;
	color: #fff;
}
.inbanner-ctc h3,
.inbanner-ctc2 h3 {
	font-weight: 400;
	font-size: 16px;
	margin: 0px;
	color: #fff;
}
.inbanner-ctc3 h1 {
	font-weight: 600;
	font-size: 28px;
	margin: 0px 0px 0px 0px;
	line-height: 44px;
}

.inmenu {
	background: #f5f5f5;
	height: 60px;
	padding: 20px 20px;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 1.5pt;
	text-transform: uppercase;
}
.inmenu a,
.inmenu span {
	margin: 8px 12px;
	color: #ed1c24;
}
.inmenu a {
	color: #343434;
	text-decoration: none;
}
.inmenu a:hover {
	text-decoration: underline !important;
}

.cell-dark {
	padding: 80px 80px !important;
}
.cell-dark h4 {
	color: #ed1c24;
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 1.5pt;
}
.cell-dark h2 {
	color: #fff;
	font-size: 38px;
	text-transform: uppercase;
	letter-spacing: 1.5pt;
	font-weight: 600;
}
.cell-dark p {
	font-size: 22px;
	color: #ccc;
}

.cell-light {
	padding: 80px 80px !important;
}
.cell-light h4 {
	color: #ed1c24;
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 1.5pt;
}
.cell-light h2 {
	color: #000;
	font-size: 38px;
	text-transform: uppercase;
	letter-spacing: 1.5pt;
	font-weight: 600;
}
.cell-light p {
	font-size: 22px;
	color: #333333;
}

.carousel-fade .carousel-item {
	opacity: 0;
	transition-duration: 0.6s;
	transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
	opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
	opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
	transform: translateX(0);
	transform: translate3d(0, 0, 0);
}

#tabs-min {
	background: transparent;
	border: none;
}
#tabs-min .ui-widget-header {
	background: transparent;
	border: none;
	border-bottom: 1px solid #1d1d1d;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}
#tabs-min .ui-tabs-nav .ui-state-default {
	background: transparent;
	border: none;
}
#tabs-min .ui-tabs-nav .ui-state-active {
	background: transparent url(assetsw/uiTabsArrow.png) no-repeat bottom center;
	border: none;
}
#tabs-min .ui-tabs-nav .ui-state-default a {
	color: #656565;
	font-size: 18px;
	font-weight: 800;
	padding: 18px 8px;
	background: #fff;
	border: 1px solid #1d1d1d;
	border-bottom: 0px solid #1d1d1d;
}
#tabs-min .ui-tabs-nav .ui-state-active a {
	color: #fff;
	background: #ed1c24;
	border: 1px solid #ed1c24;
	border-bottom: 0px solid #1d1d1d;
}

.cell-Reg {
	padding: 30px 30px !important;
}
.cell-Med {
	padding: 50px 50px !important;
}
.cell-Reg h4,
.cell-Med h4 {
	color: #ed1c24;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1.5pt;
}
.cell-Reg h2,
.cell-Med h2 {
	color: #fff;
	font-size: 20px;
	letter-spacing: 1.5pt;
	font-weight: 600;
}
.cell-Reg p,
.cell-Med p {
	font-size: 14px;
	color: #ccc;
}

.car-card2 {
	width: 320px;
	display: inline-block;
	margin: 15px;
}
.car-card2 img {
	width: 100%;
}
.car-card2 a {
	color: #1d1d1d;
	display: block;
}
.car-card2 a:hover {
	color: #000;
}

article {
	padding: 0px 50px !important;
}
aside {
	border-left: 1px dotted #999;
	padding-left: 40px !important;
}

/* --------------------------------------  mobile --------------------------------------  */

@media screen and (min-width: 960px) and (min-height: 660px) {
	.promobox {
		padding: 20px 30px;
	}
}

@media (max-width: 768px) {
	.logo img {
		max-width: 260px !important;
		text-align: left !important;
	}
	.border-r {
		border-right: 0px solid #fff;
	}
	.promobox {
		padding: 15px 40px;
	}
	.news-main {
		min-height: 575px;
		background: url(assets/news-tmp1.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		margin: 10px 0px;
	}
	.idx-quick {
		min-height: 250px;
	}
	.idx-quick-bg {
		min-height: 250px;
	}
	
	.nav .nav-tabs a {
		font-size: 12px;
		margin-top: 10px;;
		margin-right: 10px;
	}

	/* ============= utilities ============= */
	.pad-x-reg {
		padding: 0px 30px;
	}
	.pad-x-sm {
		padding: 0px 30px;
	}
	.pad-reg {
		padding: 30px;
	}
	.spcr-100 {
		height: 20px;
	}
	.spcr-70 {
		height: 20px;
	}
	.border-r {
		border-right: 0px solid #fff;
		border-bottom: 1px solid #fff;
	}

	.car-card {
		width: 8rem;
		display: inline-block;
		margin-right: 1px;
	}

	.inbanner-ctc {
		background: rgba(0, 0, 0, 0.8);
		margin-right: 0px;
		padding: 30px;
	}
	.inbanner-ctc2 {
		background: rgba(0, 0, 0, 0.8);
		margin-left: 0px;
		padding: 30px;
	}
	.inbanner-ctc h1,
	.inbanner-ctc2 h1 {
		font-size: 28px;
		margin: 0px 0px 10px 0px;
		line-height: 24px;
	}
	.inbanner-ctc h4,
	.inbanner-ctc2 h4 {
		font-size: 14px;
		font-weight: 600;
		color: #fff;
	}
	.inbanner-ctc h2,
	.inbanner-ctc2 h2 {
		font-weight: 600;
		font-size: 20px;
		margin: -20px 0px 0px 0px;
		color: #fff;
	}
	.inbanner-ctc h3,
	.inbanner-ctc2 h3 {
		font-weight: 400;
		font-size: 16px;
		margin: 0px;
		color: #fff;
	}

	.inmenu {
		background: #f5f5f5;
		height: 170px;
		padding: 20px 20px;
		font-size: 13px;
		line-height: 30px;
	}

	.cell-dark {
		padding: 30px 30px !important;
	}
	.cell-light {
		padding: 30px 30px !important;
	}
}
