/* Standard Elements */
body, HTML {
	font-family: sans-serif !important;
	background: #f7f7f7;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	display: inline;
}

.theme-1 {
	background-color: #444 !important;
	color: #fff !important;
}

.theme-2 {
	background-color: #fff !important;
	color: #444 !important;
}

.theme-3 {
	background-color: #ff6c2c !important;
	color: #fff !important;
}

.theme-4 {
	background-color: #68b0e0 !important;
	color: #fff !important;
}

.theme-5 {
	background-color: rgb(248,248,248) !important;
	color: #222 !important;
}

.typed-cursor {
    -webkit-animation: blinker .8s linear infinite;
    animation: blinker .8s linear infinite;
    color: #fff;
}

@-webkit-keyframes blinker {
    50% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

@keyframes blinker {
    50% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

.material-box {
	padding: 15px;
	margin: 4px;
	box-shadow: 0 2px 2px rgba(0,0,0,.24), 0 0 2px rgba(0,0,0,.12);
	border: 1px solid rgba(0,0,0,.03);
	border-radius: 3px;
	color: #111;
	background: #fff;
}

.material-form select, .material-form input {
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 10px;
	width: 100%;
	box-sizing: border-box;
	color: #111;
	font-size: 13px;
}

.message {
	position: fixed;
	z-index: 99;
	bottom: 25px;
	right: 15px;
	background: rgba(255, 108, 44, 0.9);
	color: #fff;
	border-radius: 6px;
	box-shadow: 0 27px 24px 0 rgba(0,0,0,.2), 0 40px 77px 0 rgba(0,0,0,.22);
	padding: 3px 8px;
	font-family: sans-serif;
	width: 317px;
	border: 1px solid rgba(255, 108, 44, 0.75);
}

.message-title {
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
}

.message-text {
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 12px;
	line-height: initial !important;
}

/* Actual Style */
.loader-case { 
	background-color: rgba(255,255,255,0.86);
	border-radius: 3px;
	text-align: center;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	z-index: 3;
	display: none;
	position: absolute;
}

.loader {
	width: 3em;
	height: 3em;
	animation: loaderAnim 1.25s infinite;
	outline: 1px solid transparent;
}

.loader #largeBox {
	height: 3em;
	width: 3em;
	background-color: #2980b9;
	outline: 1px solid transparent;
	position: fixed;
}

.loader  #smallBox {
	height: 3em;
	width: 3em;
	background: #fff;
	position: fixed;
	z-index: 1;
	outline: 1px solid transparent;
	animation: smallBoxAnim 1.25s alternate infinite ease-in-out;
}

@keyframes smallBoxAnim {
	0% {transform: scale(0.2);}
	100% {transform: scale(0.75);}
}

@keyframes loaderAnim {
	0% {transform: rotate(0deg);}
	100% {transform: rotate(90deg);}
}

#modal-case {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: none; 
	align-items: center;
	justify-content: center;
	z-index: 9;
	background: rgba(0,0,0,0.63);
}

#modal-case .modal-vehicle {
	width: 420px;
	height: 530px;
	max-height: 97%;
	background: #fff;
	border-radius: 3px;
}

.modal-vehicle img {
	width: 100%;
	height: auto;
	border-radius: 3px 3px 0 0;
}

.modal-vehicle .title {
	font-size: 24px;
	text-align: center;
	margin-bottom: 4px;
	padding: 7px 0;
}

.modal-vehicle .sep {
	border-bottom: 1px solid #dedddd;
	height: 1px;
	margin-bottom: 26px;
	padding: 0;
	width: 100%;
}

.modal-vehicle ul {
	margin-left: 15px;
}

.modal-vehicle li {
	list-style-type: disc;
	line-height: 28px;
}

.navbar {
	background: #fff;
	box-shadow: 0 1px 8px 0 rgba(0,0,0,.2), 0 3px 4px 0 rgba(0,0,0,.14), 0 3px 3px -2px rgba(0,0,0,.12);		
}

.navbar a.option {
	font-size: 14px;
	font-weight: 600;
	transition: all 0.2s ease;
}

.navbar a.option:hover, a.option.active, a.option:focus {
	color: #ff6c2c !important;
}

.navbar-toggler-right {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.under-nav {
	display: none;
}

.under-nav .item {
	height: 100%;
	box-sizing: border-box;
	position: relative;
	border-right: 2px solid #5d5d5d;
	padding: 0 12px;
	transition: all 0.1s linear;
	cursor: pointer;
	width: 188.72px;
}

.under-nav .item:hover {
	background-color: #5d5d5d;
}

.item .item-icon {
	display: inline-block;
	padding: 0 4px;
	font-size: 20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.item .text {
	display: block;
	position: absolute;
	margin-left: 40px;
	width: 123px;
	top: 50%;
	transform: translateY(-57%);
}

.item .text .upper {
	text-transform: uppercase;
	color: #ff6c2c;
	font-size: 9px;
	font-weight: 400;
	letter-spacing: 1px;
}

.item .text .lower {
	display: block;
	font-weight: 600;
	margin-top: -5px;
}

.intro {
	background: linear-gradient(rgba(0, 0, 0, 0.67), rgba(0, 0, 0, 0.67) ), url("../img/background-2-min.jpg");
	min-height: 260px;
	background-attachment: fixed;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

@media only screen and (min-width: 992px) { 
	.navbar {
		padding: 1em 159.5px !important;
		box-shadow: 0 1px 8px 0 rgba(0,0,0,.2), 0 3px 4px 0 rgba(0,0,0,.14), 0 3px 3px -2px rgba(0,0,0,.12);		
	}

	.navbar .withBr {
		border-right: 1px solid #e3e3e3;	
	}
		
	.under-nav {
		display: block;
		height: 60px;
	}

	.intro {
		top: 88px;
		position: sticky;	
	}
	
	.body-card {
		margin: 3rem;
		margin-bottom: unset;
		border-radius: 4px;
		position: relative; 
		border-radius: 4px; 
		box-shadow: 0 1px 8px 0 rgba(0,0,0,.2), 0 3px 4px 0 rgba(0,0,0,.14), 0 3px 3px -2px rgba(0,0,0,.12); 
		z-index: 3;
	}
}

.intro-carousel-case {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}

#intro-carousel h2 {
	position: relative;
	margin-left: 0;
	font-weight: 500;
	font-size: 34px;
}

#intro-carousel h2:after {
	content: '';
	position: absolute;
	bottom: -.8333333333rem;
	left: 0;
	height: 2px;
	width: 59px;
	background: #fff;
}

#intro-carousel p {
	font-size: 19px;
}

.intro-form {
	max-width: 360px;
}

#about .img-fluid {
	box-shadow: 0 2px 2px rgba(0,0,0,.24), 0 0 2px rgba(0,0,0,.12);
	border-radius: 3px;
}

#about .about-content {
	display: flex;
	align-items: center;
}

#showroom {
	border-top: 1px solid #fff;
}

.vehicle-holder {
	min-height: 165px;
	position: relative;
}

.vehicle-holder:hover::before, .vehicle-holder:hover::after {
	display: none;
}

.vehicle-holder::before {
	z-index: 8;
	content: "";
	display: block;
	background: linear-gradient(90deg, #fff 0, rgba(0,0,0,0));
	width: 80px;
	left: 0;
	top: 0;
	bottom: 0;
	position: absolute;
}

.vehicle-holder::after {
	z-index: 8;
	content: "";
	display: block;
	background: linear-gradient(90deg, rgba(0,0,0,0) 0, #fff);
	width: 80px;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
}

.vehicles {
	position: absolute;	
	white-space: nowrap;
	display: flex;
	transition: all 0.1s linear;
	padding: 0 200px;
	overflow-y: hidden;
}

.vehicles .vehicle {
	display: inline-block;
	margin: 0 15px;
	position: relative;
	font-family: sans-serif !important;
	height: 165px;
	background: #fff;
	transition: all 0.2s ease;
	cursor: pointer;
}

@media only screen and (max-width: 570px) {
	.vehicles { display: block; position: relative !important; left: unset !important; padding: 0; }
	.vehicle { width: 200px !important;  margin: 25px auto !important;  display: block !important; }
}

.vehicles .vehicle:hover .stats, .vehicle:hover .options {
	transform: translateY(13px);
	transition-delay: .6s;
}

.vehicles .vehicle:hover .options {
	opacity: 1;
}

.vehicles .vehicle:hover .stats {
	left: 0;
	right: 0;
	border-radius: 0;
}

.vehicle img {
	border-radius: 3px;
	width: 200px;
	height: auto;
}

.vehicle .stats {
	position: absolute;	
	border-radius: 3px 3px 0 0;
	left: 6px;
	right: 6px;
	bottom: 1px;
	top: 93px;
	text-align: left;
	padding: 3px 6px;
	z-index: 3;
	background: #fff;
	transition: all 0.2s ease-out;
}

.vehicle .year-model {
	font-weight: bold;
	font-size: 16px;
	color: #403b3b;
	text-overflow: ellipsis;
	overflow: hidden;
}

.vehicle .price-mileage {
	font-size: 13px;
	padding: 0 3px;
}

.vehicle .mpg {
	font-size: 12px;
	padding: 0 3px;
}

.vehicle .options {
	position: absolute;
	font-size: 12px;
	font-variant: all-small-caps;
	bottom: 8px;
	right: 4px;
	color: #292b2c;
	transition: all 0.2s ease-out;
	z-index: 5;
	opacity: 0;
}

.vehicles .options .option:hover {
	color: #ff6c2c;
}

.team {
	border-top: 3px solid #ff6c2c;
	background: linear-gradient(rgba(0, 0, 0, 0.67), rgba(0, 0, 0, 0.67) ), url("../img/background-2-min.jpg");
	min-height: 360px;
	background-attachment: fixed;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

.team .employee-chip {
	display: inline-block;
	padding: 0 25px;
	height: 52px;
	width: 146px;
	text-align: center;
	font-size: 16px;
	line-height: 50px;
	border-radius: 25px;
	border: 2px solid transparent;
	background-color: #fff;
	margin: 4px auto;
	transition: all 0.3s linear;
	position: relative;
}

.employee-chip:hover {
	cursor: pointer;
	background: rgba(0,0,0,0);
	color: #fff;	
	border: 2px solid #fff;
}

.employee-chip:hover img {
	transition-delay: 0.2s;
	display: none;
}

.employee-chip img {
	float: left;
	margin: 0 10px 0 -25px;
	height: 49px;
	width: 49px;
	border-radius: 50%;
}

.employee-chip .name {
	font-variant: all-small-caps;
}

.employee-chip.active {
	cursor: pointer;
	background: rgba(0,0,0,0);
	color: #fff;	
	border: 2px solid #fff;
}

.employee-chip.active img {
	transition-delay: 0.2s;
	display: none;
}

#employee-info .card {
	margin-right: 3rem;
}

@media (max-width: 767px) {
	#employee-info .card {
		margin-right: 0;
	}
}

.card .card-header div {
	padding: .75rem 1rem;
	list-style: none;
	background-color: #eceeef;
	border-radius: .25rem;
}

/* Form */
.search-type {
	width: 60%;
	margin: 0 auto;
}

@media only screen and (max-width: 700px) {
	.search-type {
		width: 90%;
	}
}

@media only screen and (max-width: 600px) {
	.search-type {
		width: 95%;
	}
}

@media only screen and (max-width: 570px) {
	.search-type {
		width: 100%;
	}
}

.search-type-title {
	position: relative;
	z-index: 1;
	text-align: center;
	display: flex;
	justify-content: center;	
}

.search-type-title:before {
	border-top: 2px solid #dfdfdf;
	content:"";
	margin: 0 auto;
	position: absolute; 
	top: 50%; left: 0; right: 0; bottom: 0;
	width: 100%;
	z-index: -1;
}

.search-type-title:after {
	border-top: 2px solid #dfdfdf;
	content:"";
	margin: 0 auto;
	position: absolute; 
	top: 50%; left: 0; right: 0; bottom: 0;
	width: 95%;
	z-index: -1;
}

.search-type-title span { 
	background: #fff; 
	padding: 3px 15px; 
	font-weight: 500;
	font-variant: all-small-caps;
	font-size: 34px;
}

/* REQUEST CLASS */
.classes { 
	text-align: center;
}

.classes .class {
	margin: 0 6px;
	display: inline-block;
	transition: all 0.2s ease-in;
	cursor: pointer;
}

.classes .class:hover {
	transform: scale(1.1);
}

.classes .class.hover {
	opacity: 0.7;
}

.classes .class .title {
	font-variant: all-small-caps;
	font-size: 23px;
	color: #585858;
	text-align: center;
}

.classes .class img {
	width: 128px;
	height: auto;
}

/* REQUEST FORM */
.form-group {
	text-align: left;
}

.request-form-group:not(.active) {
	display: none;
}

.form-group label {
	margin-left: 13px;
	font-weight: 500;
}

input.error, select.error {
	color: #464a4c;
	background-color: #fff;
	border-color: #e74c3c;
	box-shadow: 0 0 5px #e74c3c;
	outline: 0;
}

input.error:focus, select.error:focus {
	box-shadow: unset;
}

.display-none {
	display: none;
}

.map-address {
	border-left: 3px solid #ff6c2c !important;
	border: 1px solid rgba(0,0,0,.03);
	border-radius: 3px;
	box-shadow: 0 2px 2px rgba(0,0,0,.24), 0 0 2px rgba(0,0,0,.12);
	height: 83px;
	display: flex;
	align-items: center;
	position: relative;
}

.map-address .icon { 
	display: inline-block;
	position: relative;
	height: calc(74px - 6px);
	width: 44px;
	border-right: 1px solid #ddd;
	margin: 2px 3px;
}

.icon i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 25px;
}

.map-address .text {
	margin-left: 9px;
}

.map-title {
	font-size: 15px;
}

.map-addr, .map-number, .map-hours {
	font-size: 15px;
	color: #5a5a5a;
}

.map-hours {
	position: absolute;
	top: 8px;
	right: 11px;
	font-size: 14px;
}

