
section {padding-top: 112px;}
.base-element {
background-color:transparent;
}
.overlay-element {
  position: relative;
  top: 0;
  left: 0; 
  background-color: transparent;
  z-index: 10;  
}
.mdisus {
    background: linear-gradient(to right, #6366f1, #8B5CF6, #D946EF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.threesixty {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	cursor: ew-resize;
}
.threesixty .threesixty_images {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
	
}
.threesixty .threesixty_images img {
	position: absolute;
	top: 50px;
	width: 800px;
}
.threesixty .threesixty_images img.previous-image {visibility: hidden; }
.threesixty .threesixty_images img.current-image { visibility: visible; }

.threesixty .spinner {
	width: 60px;
	display: block;
	margin: 0 auto;
	height: 30px;
	background: #333;
	background: rgba(0, 0, 0, 0.7);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.threesixty .spinner span {
	font-size: 12px;
	font-weight: bolder;
	color: #FFF;
	text-align: center;
	line-height: 30px;
	display: block;
}
.threesixty .nav_bar {
	position: absolute;
	top: 80.2%;
	bottom: auto;
	left: 0;
	z-index: 11;
}
.threesixty .nav_bar a {
	display: block;
	width: 32px;
	height: 32px;
	float: left;
	background: url('../demos/car/images/360degree-cars/navs.png') no-repeat;
	text-indent: -99999px;
}
.threesixty .nav_bar a.nav_bar_play { background-position: 0 0 !important; }
.threesixty .nav_bar a.nav_bar_previous { background-position: -3px -73px !important; }
.threesixty .nav_bar a.nav_bar_stop { background-position: 0 -37px !important; }
.threesixty .nav_bar a.nav_bar_next { background-position: 3px -104px !important; }
/* html */
.threesixty:-webkit-full-screen {
	background: #ffffff;
	width: 100%;
	height: 100%;
	margin-top: 0;
	padding-top: 24px;
}
.threesixty:-moz-full-screen {
	background: #ffffff;
	width: 100%;
	height: 100%;
	margin-top: 0;
	padding-top: 24px;
}

.product-price ins {text-decoration:none;}
.hover-reveal {
	position: fixed;
	width: var(--hover-img-w, 230px);
	height: var(--hover-img-h, 150px);
	top: -60px;
	left: 0;
	pointer-events: none;
	opacity: 0;
}

.hover-reveal__inner,
.hover-reveal__img {
	width: 100%;
	height: 100%;
	position: relative;
}

.hover-reveal__img {
	background-size: cover;
	background-position: 50% 50%;
}

.grid-filter-wrap {
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}

.grid-filter {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
   margin: 12px 0 24px;
}

.grid-filter li {
	position: relative;
	width: 100%;
   margin-right: 6px;
}

.grid-filter li a {
	display: block;
	position: relative;
	padding: 10px 40px;
	font-size: 0.9375rem;
	text-align: center;
	border-radius: 2px;
   box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(255, 255, 255, 0.15) inset, 0 -1px 1px rgba(255, 255, 255, 0.15) inset, 0 1px 3px rgba(0, 0, 0, 0.4);
}

.grid-filter li a:hover { color: inherit;box-shadow: 1px 1px 1px rgb(255 255 255 / 20%), 1px 1px 2px rgb(0 0 0 / 20%) inset; }

.grid-filter li.activeFilter a {
	color: inherit;
	background-color:transparent;
	margin: 0;
	font-weight: bold;
   box-shadow: 1px 1px 1px rgb(255 255 255 / 20%), 1px 1px 2px rgb(0 0 0 / 20%) inset;
}

@media (min-width: 576px) {
	.grid-filter li {
		width: 33.333333%;
	}
}

@media (min-width: 768px) {
	.grid-filter li {
		width: auto;
	}

	.grid-filter {
		border:none;
		border-radius: 4px;
	}

	.grid-filter li a {
		border-left: 1px solid rgba(0,0,0,0.07);
		border-radius: 0;
	}

	.grid-filter li:first-child a {
		border-left: none;
		border-radius: 4px 0 0 4px;
	}

	.grid-filter li:last-child a { border-radius: 0 4px 4px 0; }

	.grid-filter li.activeFilter a {
		margin: -1px 0;
		padding-top: 11px;
		padding-bottom: 11px;
	}

	.bothsidebar .grid-filter li a { padding:0; }

	.bothsidebar .grid-filter li.activeFilter a { padding: 0; }
}
.nav-link, .navbar-brand {font-family: 'Oswald';text-transform: uppercase;letter-spacing: 1px;}
.grid-item > img,
.grid-item .grid-inner > img {
	width: 100%;
	height: auto;
	border-radius: 0;
}

.grid-1 > .grid-item {
	width: 100%;
}

.grid-2 > .grid-item {
	width: 50%;
}

.grid-3 > .grid-item {
	width: 33.333333%;
}

.grid-4 > .grid-item {
	width: 25%;
}

.grid-5 > .grid-item {
	width: 20%;
}

.grid-6 > .grid-item {
	width: 16.666667%;
}

.grid-8 > .grid-item {
	width: 12.50%;
}

.grid-10 > .grid-item {
	width: 10%;
}

.grid-12 > .grid-item {
	width: 8.333333%;
}

@media (min-width: 576px) {
	.grid-sm-1 > .grid-item {
		width: 100%;
	}

	.grid-sm-2 > .grid-item {
		width: 50%;
	}

	.grid-sm-3 > .grid-item {
		width: 33.333333%;
	}

	.grid-sm-4 > .grid-item {
		width: 25%;
	}

	.grid-sm-5 > .grid-item {
		width: 20%;
	}

	.grid-sm-6 > .grid-item {
		width: 16.666667%;
	}

	.grid-sm-8 > .grid-item {
		width: 12.50%;
	}

	.grid-sm-10 > .grid-item {
		width: 10%;
	}

	.grid-sm-12 > .grid-item {
		width: 8.333333%;
	}
}

@media (min-width: 768px) {
	.grid-md-1 > .grid-item {
		width: 100%;
	}

	.grid-md-2 > .grid-item {
		width: 50%;
	}

	.grid-md-3 > .grid-item {
		width: 33.333333%;
	}

	.grid-md-4 > .grid-item {
		width: 25%;
	}

	.grid-md-5 > .grid-item {
		width: 20%;
	}

	.grid-md-6 > .grid-item {
		width: 16.666667%;
	}

	.grid-md-8 > .grid-item {
		width: 12.50%;
	}

	.grid-md-10 > .grid-item {
		width: 10%;
	}

	.grid-md-12 > .grid-item {
		width: 8.333333%;
	}
}

@media (min-width: 992px) {
	.grid-lg-1 > .grid-item {
		width: 100%;
	}

	.grid-lg-2 > .grid-item {
		width: 50%;
	}

	.grid-lg-3 > .grid-item {
		width: 33.333333%;
	}

	.grid-lg-4 > .grid-item {
		width: 25%;
	}

	.grid-lg-5 > .grid-item {
		width: 20%;
	}

	.grid-lg-6 > .grid-item {
		width: 16.666667%;
	}

	.grid-lg-8 > .grid-item {
		width: 12.50%;
	}

	.grid-lg-10 > .grid-item {
		width: 10%;
	}

	.grid-lg-12 > .grid-item {
		width: 8.333333%;
	}
}

@media (min-width: 1200px) {
	.grid-xl-1 > .grid-item {
		width: 100%;
	}

	.grid-xl-2 > .grid-item {
		width: 50%;
	}

	.grid-xl-3 > .grid-item {
		width: 33.333333%;
	}

	.grid-xl-4 > .grid-item {
		width: 25%;
	}

	.grid-xl-5 > .grid-item {
		width: 20%;
	}

	.grid-xl-6 > .grid-item {
		width: 16.666667%;
	}

	.grid-xl-8 > .grid-item {
		width: 12.50%;
	}

	.grid-xl-10 > .grid-item {
		width: 10%;
	}

	.grid-xl-12 > .grid-item {
		width: 8.333333%;
	}
} 
 
.clients-grid,
.testimonials-grid {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: stretch;
	align-items: stretch;
	list-style: none;
	overflow: hidden;
}

.clients-grid .grid-item,
.testimonials-grid .grid-item {
	position: relative;
	padding: 24px 42px;
	-webkit-backface-visibility: hidden;
}

.clients-grid .grid-item a { opacity: 0.6; }

body:not(.device-touch) .clients-grid .grid-item a {
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.clients-grid .grid-item a:hover { opacity: 1; }

.clients-grid .grid-item a,
.clients-grid .grid-item img {
	display: block;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}

.clients-grid .grid-item a img { width: 100%; }

.clients-grid .grid-item::before,
.clients-grid .grid-item::after,
.testimonials-grid .grid-item::before,
.testimonials-grid .grid-item::after {
	content: '';
	position: absolute;
}

.clients-grid .grid-item::before,
.testimonials-grid .grid-item::before {
	height: 100%;
	top: 0;
	left: -1px;
	border-left: 1px dashed #DDD;
}

.clients-grid .grid-item::after,
.testimonials-grid .grid-item::after {
	width: 100%;
	height: 0;
	top: auto;
	left: 0;
	bottom: -1px;
	border-bottom: 1px dashed #DDD;
}