body, p, div, span, li, ol, label, input, select, textarea, label{
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.5em; 
}
.theme-wrapper{
	width: 1600px;
	margin: 0 auto;
	display: block;
	position: relative;
}
.mm-theme h2, .mm-theme h3, .mm-theme h4{
	text-transform: capitalize;
}
.theme-color-1{
	background-color: #253b7b;
}
.theme-color-2{
	background-color: #2e4997;
}
.theme-color-3{
	background-color: #3454b1;
}
.theme-color-4{
	background-color: #1547db;
}
.theme-color-5{
	background-color: #0037db;
}
.theme-color-6{
	background-color: #002eb9;
}
header.sticky-top{
	position: fixed;
	width: 100%;
}
.header-container{
	width: 100%;
	position: relative;
	display: flex;
}

.theme-header {
    background-color: #1d3276f5;
    position: fixed;
    width: 100%;
    padding: 0;
}

.logo-container{
	width: 17%;
	display: inline-block;
	padding: 20px;
	border-right: 1px solid #ffffff26;
	text-align: center;
	align-items: center;
	display: flex;
    flex-wrap: wrap;
}
.logo-container img{
	align-self: center!important;
}

.nav-container{
	width: 83%;
	display: inline-block;
}
.top-menu-container{
    text-align: right;
    border-bottom: 1px solid #ffffff26;
}
.top-menu-container,.menu-container{
	width: 100%;
	display: block;
}
.menu-container{
	padding: 30px 20px;
}
.theme-box{
	display: inline-flex;
	padding: 20px 50px;
	border-left: 1px solid #ffffff26;
}
.theme-box:first-child{
	border-left: none;
}


.theme-nav ul{
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;	
	flex-direction: row;
	justify-content: space-between; 
}
.theme-nav ul li{
	
}
.theme-nav ul ul{
	display: none;
	background-color: #fff;
}
.blue .theme-nav ul ul li a{
	color: #000;
	text-transform: capitalize;
	font-size: 16px;
}
.blue .theme-nav ul li a{ 
	color: #fff;
}
.blue .theme-header a{
	color: #fff;
	text-decoration: none;
}
.theme-nav .nav-link, .theme-nav .nav-item{
	font-size: 16px;
	text-transform: capitalize;
	border-right: none;
}
.blue .theme-nav ul ul li a:hover{
	background-color: #1f46c1;
	color: #fff;
}

.top-socials a{
	display: inline-block;
	margin: 0 10px;
}

/* carousel --------------------------- */
.banner{
	position: relative;
	z-index: 1;
}
#homeCarousel.overlay .carousel-inner::after{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100%;
	background: rgb(204,204,204);
	background: linear-gradient(90deg, rgba(204,204,204,.5) 0%, rgba(230,230,230,0.3) 30%, rgba(255,255,255,.2) 100%);
}
#homeCarousel.overlay .carousel-caption{
	z-index: 5;
}
#homeCarousel, #homeCarousel .carousel-item{
	border: none;
}
.carousel-caption{
	top: 12vw;
	bottom: auto;
}
#homeCarousel.default .carousel-title{
	color: #000;
}
.carousel-title{
	font-weight: 600;
    font-size: 4vw;
    line-height: 4vw;
    text-shadow: 0 0 2px #fff;
    color: #1d3276;
}
.carousel-caption p {
    font-size: 24px;
    color: #000;
    font-weight: 400;
    background: #ffffffb3;
    display: inline-flex;
    padding: 10px 20px;
}
.mm-theme .car-count{
	background-color: #0037da;
}

/* car finder ----------------------------- */
.car-finder{
	position: relative;
	z-index: 2;
	margin-bottom: 50px;
}
.car-finder-container{
    padding: 50px;
    background: #fff;
    box-shadow: 0 0 0 15px #87878752;
    margin-top: -200px;
    text-align: center;
}
.v-type{
	position: relative;
	display: flex;
	justify-content: space-between;
	border: 1px solid #ddd;
}
.vtype-item{
	padding: 10px;	
	width: 33.33%;
	text-align: center;
	border-left: 1px solid #ddd;
	cursor: pointer;
}
.vtype-item:first-child{
	border-left: none;
}
.vtype-item:hover, .vtype-item.selected{
	background-color: #27439f;
	color: #fff;
}
.v-condition{
	display: flex;
	justify-content: space-between;
	border: 1px solid #ddd;
	margin-top: 10px;
}
.v-box{
	padding: 20px;	
	width: 25%;
	text-align: center;
	border-left: 1px solid #ddd;
	text-align: left;
	position: relative;
}
.v-title{
	font-weight: 500;
	font-size: 18px;
	width: 100%;
}
.v-box:first-child{
	border-left: none;
}
.v-title span{
	position: absolute;
	right: 20px;
}
.v-box:hover .v-option{
	display: block;
}
.v-box:hover .v-title span{
	transform: rotate(180deg);
}
.v-option{
    position: absolute;
    background: #fff;
    width: 100.8%;
    left: -1px;
    border: 1px solid #ddd;
    margin-top: 20px;
    display: none;
}
.v-option-item{
	text-align: left;
	padding: 10px;
	border-bottom: 1px solid #ddd;
}
.v-option-item:last-child{
	border-bottom: none;
}
.v-option-item:hover, .v-option-item.selected{
	background-color: #27439f;
	color: #fff;
}
.v-option-item input{
	width: 40px;
}
.v-box-button{
	background-color: #27439f;
}
.car-finder-button{
	background-color: #27439f;
	border: none;
	box-shadow: none;
	text-align: center;
	padding: 10px 20px;
	width: 100%;
	text-shadow: none;
	color: #fff;	
}

/* car shopping ------------------------ */
.car-shopping {
    padding: 43px 50px;
    background: #f1f1f1;
    color: #0e0e0e;
}
.car-shopping h2 {
    text-align: left;
    border-bottom: 3px solid #dbdbdb;
    padding-bottom: 20px;
    text-transform: inherit;
    margin-bottom: 20px;
}



.two-column-icon-text{
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
}
.icon-column{
	width: 10%;
}
.icon-column span {
    font-size: 36px;
    color: #27429e;
}
.text-column{
	width: 90%;
	text-align: left;
}
.text-column label {
    font-weight: 500;
    font-size: 22px;
    color: #28419d;
}


.mm-theme .inventory-box{
	color: #000;
}
.mm-theme .inventory-box img {
    max-width:180px;
    filter: invert(.5);
    width: 100%;
}
.mm-theme .inventory-box h4{
	color: #000;
}



/* footer ----------------------- */
.theme-footer{
	position: relative;
	background-color: #253b7b;
	color: #fff;
}
.theme-footer-top{
	border-bottom: 1px solid #3552a5;
	padding: 30px 0;
}
.footer-socials ul {
    width: auto;
    display: inline-block;
    margin: 0 !important;
    padding: 0;
}
.footer-socials ul li{
	display: inline-block;
	list-style: none;	
}
.footer-socials label {
    width: 80px;
    display: inline-block;
}
.footer-socials ul li a span{
	color: #fff;
	margin: 0 10px;
	font-size: 20px;
}
.footer-socials, .footer-buttons{
	width: 50%;
}
.theme-footer-bottom{
	padding: 20px 0;
	border-top: 1px solid #3552a5;
	background-color: #1c2e64;
}
.theme-footer-bottom div.copyright, .theme-footer-bottom div.powered{
	width: 49%;
	display: inline-block;
	font-size: 14px;
}
.theme-footer-bottom div.powered{
	text-align: right;
}
.footer-main{
	padding: 30px 0;
}
.footer-main ul{
	list-style: none;
	padding-left: 0;
}
.footer-main ul li{
	padding: 5px 0;
}
.footer-box a{
	color: #fff;
	text-decoration: none;
}
.footer-table td, .footer-table th{
	padding: 5px 0;
}
.footer-content{
	padding: 5px 0;	
}




@media only screen and (max-width: 1024px) {
	.carousel-caption {
    	top: 40%;
	}
	.carousel-title {
	    font-size: 5.5vw;
	    line-height: 6vw;
	}
	.carousel-item{
		min-height: auto;
	}
}
@media only screen and (max-width: 920px) {
	#homeCarousel{
		margin-top: 100px;
	}
	#homeCarousel.overlay .carousel-inner::after{
		display: none;
	}
	.carousel-caption {
	    top: auto;
	    bottom: 0;
	}
	.carousel-title {
	    font-size: 5vw;
	    line-height: 5vw;
	}

}
