@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,500&display=swap');
/* * {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
	-webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
	outline: none !important;
} */
@font-face {
	font-family: 'Elephant';
	src: url('../SqueezeMeBaby.woff') format('woff2'), url('../SqueezeMeBaby.woff2') format('woff');
	font-weight: normal;
	font-style: normal;
}
::-webkit-scrollbar {
	display: none;
}
a {
	text-decoration: none;
}
*:focus {
	outline: none;
}

/* html,
body {
	overflow-x: hidden;
	height: 100vh;
} */
html {
	-webkit-overflow-scrolling: touch;
	overflow-y: scroll;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	overflow-x: hidden;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
}
body {
	scroll-behavior: smooth;
	font-family: 'Roboto', sans-serif;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	overflow-y: scroll;
	scroll-snap-points-y: repeat(100vh);
	scroll-snap-type: y mandatory;
	scroll-snap-stop: always;
	overscroll-behavior: contain;
	display: block;
	height: 100vh;
	overflow-x: hidden;
}

#loading {
	background-color: red;
	width: 100vw;
	height: 100vh;
	position: absolute;
	z-index: 999;
}
p {
	padding: 80px;
}
header {
	display: block;
	position: fixed;
	top: 0px;
	z-index: 10;
	height: 60px;
	width: 100%;
}

.desktop-nav {
	display: flex;
	justify-content: space-around;
	padding: 10px;
	margin-top: -80px;
	transition: all 0.3s ease-in-out 0s;
	transition-delay: 1s;
	box-shadow: 1px 1px 6px 2px rgb(0 0 0 / 44%);
	background: rgb(0 0 0 / 90%);
	border-bottom: 1px solid #7d7d7d;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}
.nav-down {
	transform: translate(0px, 80px) !important;
	transition: all 0.3s ease-in-out 0s;
}
.dm {
	display: flex;
	justify-content: space-around;
	width: 100%;
	max-width: 510px;
}

.dm a,
.dm a:visited {
	color: white;
	padding-top: 18px;
	text-shadow: 1px 1px 3px #000000;
	font-weight: 100;
	text-transform: lowercase;
}
.dm a:hover {
	border-bottom: 2px solid #e41c02;
}
.logo img {
	max-width: 108px;
	margin-top: -5px;
	margin-bottom: -8px;
}

.mobile-nav {
	position: fixed;
	bottom: -168px;
	display: flex;
	transition: all 0.3s ease-in-out 0s;
	transition-delay: 1s;
	background-color: white;
	width: 100vw;
	padding: 10px;
	border-radius: 10px 10px 0 0;
	box-sizing: border-box;
	justify-content: space-around;
	z-index: 10;
	text-align: -webkit-center;
	font-size: 12px;
}
.mobile-nav a,
.mobile-nav a:hover,
.mobile-nav a:visited {
	color: black;
}
.mobile-nav img {
	max-width: 26px;
	display: block;
	margin-bottom: 11px;
	margin-top: 10px;
}
.mn-visible {
	transition: all 0.3s ease-in-out 0s;
	position: fixed;
	bottom: 0;
	z-index: 22;
}
.bodymask.bm-visible {
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
	opacity: 0;
	visibility: hidden;
}

.bodymask {
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.34);
	position: fixed;
	top: 0;
	z-index: 13;
	transition: opacity 1s;
	opacity: 1;
	visibility: visible;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

section {
	height: 100vh;
	scroll-snap-align: start;
	scroll-snap-stop: always;
	overflow: visible;
	position: relative;
}

.about-section {
	background-color: white;
}
.projects-section {
	background-color: white;
	position: relative;
}

.contact-section {
	background-color: white;
}
.hero-image {
	max-width: 88vw;
	max-height: 88vh;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%);
}
.home-wrapper {
	position: relative;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	/* background: url(../components/hero/background1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed; */
}
.about-wrapper {
	background: url(../components/hero/background1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: unset;
}
.home-wrapper td {
	vertical-align: middle;
	text-align: center;
}
.scrollable-section {
	overflow: scroll;
	/* height: calc(100vh - 120px); */
}
.container {
	padding: 20px;
	max-width: 1800px;
	margin: auto;
}
.h3-down {
	transform: translate(0px, 80px) !important;
	transition: all 0.3s ease-in-out 0s;
}
h3 {
	padding-top: 20px;
	font-size: 28px;
	font-weight: 100;
	padding-left: 20px;
	color: #a2a2a2;
	padding-bottom: 86px;
	z-index: 2;
	position: relative;
	transition: all 0.3s ease-in-out 0s;
	transition-delay: 1s;
}
@media (max-width: 800px) {
	h3 {
		padding-top: 20px;
	}
}
.h3-b {
	padding-top: 0;
	font-size: 28px;
	font-weight: 100;
	padding-left: 20px;
	color: #a2a2a2;
	padding-bottom: 20px;
	z-index: 2;
	position: relative;
}
/* The Modal (background) */

.modal {
	display: none;
	position: relative;
	background-color: #ffffff;
	margin: auto;
	padding: 0;
	border: 1px solid #888;
	width: 80%;
	height: 80vh;
	box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;
}
/* Modal Content */
.modal-content {
	position: relative;
	background-color: #ffffff;
	margin: auto;
	padding: 0;
	border: 1px solid #888;
	width: 80%;
	height: 80vh;
	box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;
}
@media (max-width: 800px) {
	.modal {
		width: 100%;
		height: 100%;
		padding-top: 0;
	}
	.modal-content {
		width: 100%;
		height: 100vh;
	}
}

/* Add Animation */
@-webkit-keyframes animatetop {
	from {
		top: -300px;
		opacity: 0;
	}
	to {
		top: 0;
		opacity: 1;
	}
}

@keyframes animatetop {
	from {
		top: -300px;
		opacity: 0;
	}
	to {
		top: 0;
		opacity: 1;
	}
}

/* The Close Button */
.close {
	color: white;
	float: right;
	font-size: 28px;
	font-weight: bold;
	margin-top: -7px;
}

.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.modal-header {
	padding: 14px 16px;
	background-color: #a5a5a5;
	color: white;
}

.modal-body {
	padding: 20px;
}

.modal-footer {
	padding: 2px 16px;
	background-color: #5cb85c;
	color: white;
}
.sideview-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
}
.sideview {
	margin: auto;
	max-width: 1212px;
	width: 100%;
	height: auto;
	display: block;
	margin-top: 50px;
	opacity: .3;
}
.cutaway-wrapper {
	max-width: 1920px;
	margin: auto;
}
.ctw-images img {
	width: 100%;
	height: auto;
}
.c2 {
	display: none;
}
.ctw-btn,
.ctw-btn2 {
	display: inline-block;
	padding: 12px 54px;
	transition: all 0.3s ease-in-out 0s;
	border-radius: 40px;
	border: 1px solid #f4f4f4;
	text-shadow: 1px 1px 0px #ffffff;
	font-size: 14px;
	font-weight: 400;
}
.ctw-btn2 {
	padding: 12px 38px;
}
.ctw-buttons {
	display: flex;
	cursor: pointer;
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translate(-50%);
	padding: 5px;
	z-index: 2;
	background-color: #f4f4f4;
	border-radius: 50px;
}
.ctw-buttons2 {
	display: block;
	max-width: fit-content;
	cursor: pointer;
	padding: 5px;
	z-index: 2;
	background-color: #f4f4f4;
	border-radius: 50px;
	margin: auto;
	margin-bottom: 30px;
}
.exterior-btn {
	margin-right: 3px;
}
.cutaway-btn {
	margin-left: 3px;
}
.cutaway-wrapper {
	background: url(../components/mods/c1.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 1920px;
	font-size: 0;
}
@media (max-width: 1930px) {
	.cutaway-wrapper {
		max-width: 1500px;
	}
	.c2-overlay {
		max-width: 1500px;
	}
}
.ctw-btn:hover,
.ctw-btn2:hover {
	border: 1px solid #d6d6d6;
	background-color: #e2e2e2;
}
.active-btn,
.active-btn2 {
	display: inline-block;
	color: #191919;
	transition: all 0.3s ease-in-out 0s;
	border: 1px solid #d6d6d6;
	background-color: #ffffff !important;
	border-radius: 40px;
	text-shadow: 1px 1px 0px #ffffff;
	box-shadow: inset 0 0 0 0 transparent, 0 1px 8px 0 rgb(0 0 0 / 10%);
}

.c1-overlay,
.c2-overlay {
	position: absolute;
	display: flex;
	flex-direction: column;
	font-size: 0;
	z-index: 1;
}
.c2-row {
	display: flex;
	max-width: 1920px;
	font-size: 0;
}
.c2-row img {
	display: inline-block;
}
.c2-image {
	font-size: 0;
	margin: 0;
	padding: 0;
}
.cmo {
	cursor: pointer;
	transition: all 0.3s ease-in-out 0s;
}
.cmo:hover {
	filter: grayscale(100%) brightness(114%);
}
.popups {
	display: none;
	width: calc(100% - 60px);
	max-height: calc(100% - 60px);
	max-width: 1000px;
	position: absolute;
	top: 50%;
	padding: 20px;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 11;
	background-color: #ffffff;
	border-radius: 10px;
	box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 47%);
	vertical-align: top;
	overflow: scroll;
}
.hide-popup {
	font-size: 38px;
	cursor: pointer;
	float: right;
	background-color: #949494;
	color: white;
	border-radius: 50%;
	width: 38px;
	height: 38px;
	text-align: center;
	transform: rotate(45deg);
	transition: all 0.3s ease-in-out 0s;
	z-index: 2;
	position: sticky;
	top: 0;
	line-height: 38px;
}
.htl {
	margin-bottom: -50px;
	margin-top: 10px;
	margin-right: 10px;
}
.hide-popup:hover {
	background-color: #c50101;
	transform: rotate(135deg);
}
.popupbg,
.popupbg2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: none;
	z-index: 10;
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.popup-title {
	margin-bottom: 24px;
	font-size: 26px;
	color: black;
	font-weight: 100;
	margin-left: 10px;
	margin-top: 10px;
	z-index: 1;
	position: relative;
	padding-top: 22px;
}
.popup-body,
.ext-page {
	display: inline;
	color: #6b6b6b;
	font-size: 13px;
	width: 46%;
	text-align: justify;
	line-height: 14px;
}
.popup-part {
	display: inline-block;
	max-width: 535px;
	float: left;
	margin-right: 20px;
	margin-left: 20px;
	margin: auto;
}
.popup-part img {
	width: 100%;
	height: auto;
}
.disablescroll {
	overflow: hidden;
}
.popup-row {
	display: flex;
	flex-direction: row;
}
.popup-row-right {
	display: flex;
	flex-direction: row-reverse;
}
.popup-separator {
	margin: auto;
	text-align: center;
}
.popup-separator img {
	width: 100%;
	height: auto;
	max-width: 840px;
}
h4 {
	font-size: 17px;
	margin-bottom: 20px;
	font-weight: 300;
	border-bottom: 1px solid #dee0dd;
	padding-bottom: 20px;
}
.popup-body ul {
	margin-top: 10px;
	margin-bottom: 10px;
}
.popup-body li {
	list-style-type: disc;
	padding: 3px;
	margin-left: 26px;
}
.popup-row-right h4 {
	text-align: right;
}
.pb-source {
	font-style: italic;
	margin-top: 10px;
	font-size: 12px;
	margin-left: 10px;
}
h5 {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 300;
	color: #c30101;
	margin-top: 20px;
}
.popup-body a,
.popup-body a:visited {
	color: black;
}
.popup-part-wide {
	display: block;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.popup-part-wide img {
	width: 100%;
	height: auto;
}
.pb-wide {
	width: 100%;
}
.pb-quote {
	font-style: italic;
}
.popup-body-image img {
	width: 100%;
	height: auto;
}
.lower-gradient {
	background: url(../components/mods/overlays/lower-gradient.png);
	background-repeat: repeat-x;
	background-size: contain;
	position: sticky;
	bottom: -21px;
	width: 100%;
	height: 52px;
	margin-top: -40px;
	pointer-events: none;
}
.hero-gradient {
	background: url(../components/hero/hero-bottom.png);
	background-repeat: repeat-x;
	background-size: contain;
	position: absolute;
	bottom: -21px;
	width: 100%;
	height: 234px;
	pointer-events: none;
	z-index: 0;
	border: 0;
}
.upper-gradient {
	background: url(../components/mods/overlays/upper-gradient.png);
	background-repeat: repeat-x;
	background-size: contain;
	position: sticky;
	top: -21px;
	width: 100%;
	height: 52px;
	z-index: 0;
	margin-bottom: -52px;
	pointer-events: none;
}
.arrow-down {
	text-align: center;
	position: sticky;
	bottom: -10px;
	margin-bottom: -50px;
	cursor: pointer;
	z-index: 3;
}
.audio {
	text-align: center;
}
.sound-ss {
	margin-top: 20px;
	margin-bottom: 30px;
}
.modlist {
	width: 70px;
	height: 70px;
	position: absolute;
	bottom: 100px;
	right: 100px;
	cursor: pointer;
	padding: 0;
	z-index: 1;
}
.modlist img {
	width: 100%;
	height: auto;
	transition: all 0.3s ease-in-out 0s;
	border: 1px solid #d4d4d4;
	background-color: #ffffff;
	border-radius: 50%;
	box-shadow: inset 0 0 0 0 transparent, 0 1px 8px 0 rgb(0 0 0 / 10%);
}
.modlist img:hover {
	background-color: #f4f4f4;
	border: 1px solid #bdbdbd;
}
.modlist-text {
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
	color: #a2a2a2;
	font-weight: 300;
}
/* #cf {
	position: relative;
	height: 281px;
	width: 450px;
	margin: 0 auto;
} */
#cf {
	display: block;
	position: relative;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	min-height: 356px;
}
#cf img {
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
	width: 100%;
	height: auto;
	display: block;
}
#cf img.top {
	animation-name: cf3FadeInOut;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-duration: 5s;
	animation-direction: alternate;
}
@keyframes cf3FadeInOut {
	0% {
		opacity: 1;
	}
	45% {
		opacity: 1;
	}
	55% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
.pb-left-column,
.pb-right-column {
	display: block;
	vertical-align: top;
	width: 48%;
	box-sizing: border-box;
	margin: 0;
	padding: 10px;
}
.pblist {
	display: block;
	width: 100%;
}
.popup-row-list {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: baseline;
}
.third-btn {
	display: none;
}
.ultrawide-ctw {
	width: calc(100% - 500px);
	margin-left: -250px;
}
.ultrawide-ctw-btns {
	left: unset;
	transform: initial;
	bottom: unset;
	position: relative;
}
.mobile-controls {
	display: none;
}
.ultrawide-modlist {
	top: 20px;
	position: relative;
	margin: auto;
	bottom: unset;
	right: 0px;
}
.controls {
	display: none;
}
.controls-uw {
	display: block;
	position: absolute;
	right: -450px;
	top: 50px;
}
.uw-separator {
	display: none;
	height: 100%;
	position: absolute;
	width: 1px;
	right: 0;
	margin-right: -50px;
	top: 0;
	background-image: linear-gradient(#ffffff, #d3d3d3, #ffffff);
}
.controls-title {
	display: block;
	position: relative;
	font-size: 30px;
	font-weight: 300;
	text-align: center;
	margin-bottom: 10px;
	border-bottom: 1px solid #969696;
	padding-bottom: 10px;
}
.controls-subtitle {
	font-size: 13px;
	text-align: center;
	margin-bottom: 22px;
	color: #969696;
}
@media (pointer: none), (pointer: coarse) {
	.controls-uw {
		right: -316px;
		transform: scale(0.7);
	}
	.ultrawide-ctw {
		width: calc(100% - 280px);
		margin-left: -140px;
	}
	.uw-separator {
		margin-right: -10px;
	}
}
.pulldown {
	position: fixed;
	z-index: 3;
	margin-left: 50%;
	left: -22px;
	font-size: 16px;
	font-weight: 300;
	top: 10px;
	box-sizing: border-box;
	padding: 0;
	text-align: center;
	color: #a2a2a2;
}
.pulldown img {
	width: 100%;
	height: auto;
	max-width: 44px;
	display: block;
	position: absolute;
	top: -5px;
}
.cf-mobile-on {
	display: none;
}
.video-container-home {
	width: 100vw;
	height: 100vh;
	position: absolute;
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index: -1;
	background-color: white;
}
.ultrawide-hero {
	display: block;
	max-width: 60vw;
}
.modlist-comp {
	display: table;
	margin: auto;
	margin-bottom: 30px;
	font-size: 13px;
	width: 100%;
	border-radius: 6px;
	overflow: hidden;
	color: #7b7b7b;
	font-weight: 400;
	border-collapse: separate;
}
.msc-row {
	display: table-row;
	position: relative;
}
.msc-row-full {
	display: table-row;
}
.msc-cell {
	display: table-cell;
	padding: 10px;
	border-bottom: 1px solid #f1f1f1;
	border-left: 1px solid #f1f1f1;
}
.msc-th {
	background-color: #949494;
	color: white;
}
.msc-th td {
	border-color: #949494;
}
.msc-grey {
	color: #f32626;
	font-weight: 500;
}
.msc-name {
	color: #000000;
	font-weight: 400;
}
.msc-totals {
	font-weight: 600;
	color: black;
}
.msc-exp {
	font-size: 12px;
}
.msc-ins {
	color: #afafaf;
	font-size: 12px;
	font-weight: 300;
	text-transform: lowercase;
	font-style: italic;
}
.ext-lnk {
	display: inline-block;
	background-color: #949494;
	color: white;
	font-size: 12px;
	padding: 4px 5px 4px 8px;
	border-radius: 4px 0 0 4px;
	margin-left: 2px;
	margin-right: 0;
	height: 20px;
	box-sizing: border-box;
	transition: all 0.3s ease-in-out 0s;
}
.ext-lnk:hover {
	background-color: #4a4a4a;
}
.ext-lnk-r {
	padding: 4px 5px;
	border-radius: 4px;
}
.ext-lnk-history {
	display: inline-block;
	padding: 4px;
	background-color: #d42727;
	margin-left: -4px;
	border-radius: 0 4px 4px 0;
	box-sizing: border-box;
	height: 20px;
	font-size: 12px;
	cursor: pointer;
	color: white;
	transition: all 0.3s ease-in-out 0s;
}
.ext-lnk-open,
.ext-lnk-history:hover {
	background-color: #009a35;
}
@media (max-width: 1080px) {
	.msc-cell {
		display: table-cell;
		padding: 8px;
		font-size: 12px;
	}
	.ext-lnk {
		margin-top: 4px;
		margin-bottom: 0;
	}
}
.preview-pane {
	display: none;
	position: relative;
}
.preview-pane-visible {
	display: table-row;
	transition: all 0.3s ease-in-out 0s;
}
.preview-pane img {
	height: auto;
	position: relative;
	width: 100%;
	z-index: 1;
	padding-bottom: 20px;
}
.custom-na {
	color: #d42727;
	font-size: 12px;
	font-style: italic;
}
.sub-totals-top {
	background-color: #efefef;
}
.orange-lnk {
	background-color: orange;
}
.wbm-lnk {
	background-color: #292929;
}
.lnk-wrapper {
	margin-top: 7px;
	margin-left: -2px;
	margin-bottom: -4px;
}
.lnk-wrapper-2 {
	display: inline-block;
	min-width: max-content;
}
.table-section {
	text-align: left;
}
.table-section-cell {
	padding: 26px 0;
	font-size: 26px;
	color: black;
	font-weight: 100;
}
.right-cell {
	border-right: 1px solid #f1f1f1;
}
.history-icon {
	font-size: 16px;
	margin-bottom: -4px;
	margin-top: -2px;
}
.about-pr {
	display: none;
	padding: 20px;
	color: white;
	font-weight: 100;
	font-size: 14px;
	background-color: rgb(0 0 0 / 70%);
	margin-bottom: 24px;
	text-align: justify;
	line-height: 20px;
}
.pr-links {
	width: 100%;
	width: calc(100% - 60px);
	max-width: 1000px;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
.conditon {
	display: block;
}
.condition-btn {
	display: inline-block;
	cursor: pointer;
	background-color: #44945f;
	color: white;
	font-size: 12px;
	padding: 4px 8px;
	border-radius: 4px;
	margin-left: 2px;
	margin-right: 0;
	height: 20px;
	box-sizing: border-box;
	transition: all 0.3s ease-in-out 0s;
}
.condition-icon {
	color: white;
	font-size: 18px;
	margin-top: -4px;
	margin-bottom: -4px;
	margin-left: -4px;
	margin-right: 3px;
}
#pr-section-2 img {
	width: 100%;
	height: auto;
}
.open-pps {
	display: inline-block;
	font-size: 14px;
	border: 1px solid #d0d0d0;
	cursor: pointer;
	background-color: #f4f4f4;
	padding: 7px 10px;
	font-weight: 300;
	border-radius: 4px;
	box-shadow: 1px 1px 5px -3px rgb(0 0 0 / 69%);
	margin-top: -1px;
	margin-left: 10px;
	position: absolute;
	transition: all 0.3s ease-in-out 0s;
}
.open-pps:hover,
.open-pps-active {
	background-color: #949494;
	color: white;
}
.condition-exp {
	line-height: 0;
}
.condition-exp img {
	width: 100%;
	height: auto;
}
.report-notes {
	font-size: 14px;
	background-color: #f4f4f4;
	padding: 8px;
	border-radius: 20px;
	margin: auto;
	margin-bottom: 10px;
	margin-top: 10px;
}
.r-numbering {
	font-size: 16px;
	background-color: #fa0000;
	color: white;
	padding: 4px 4px 4px 2px;
	border-radius: 50%;
	width: 24px;
	text-align: center;
	height: 24px;
	box-sizing: border-box;
	line-height: 16px;
	font-style: italic;
	font-weight: 600;
	display: inline-block;
	margin-right: 7px;
	vertical-align: top;
}
.r-txt {
	display: inline-block;
	width: calc(100% - 38px);
	text-align: justify;
	margin-top: 5px;
	line-height: 17px;
	font-size: 14px;
}
.r-txt ul {
	list-style: disc;
	margin-left: 16px;
	margin-top: 8px;
	font-size: 13px;
	line-height: 17px;
	color: #777777;
	margin-bottom: 10px;
}
.r-ro {
	font-size: 20px;
	margin-top: -2px;
}
.ordered-ul {
	list-style: decimal !important;
}
.sh-icon {
	color: #d42727;
	font-size: 22px;
	margin-top: -5px;
	margin-bottom: -8px;
	margin-left: 3px;
	margin-right: -6px;
}
.r-txt td {
	padding: 8px;
}
.cs-3 {
	background-color: #949494;
	color: white;
}
.cs-th {
	background-color: #bbbbbb;
	color: white;
}
.r-txt table {
	border-radius: 8px;
	overflow: hidden;
	width: 100%;
	border: 1px solid #dad9d9;
	border-collapse: initial;
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 12px;
	text-align: left;
	color: #676767;
}
.r-txt tr {
	border-bottom: 1px solid #dad9d9;
}
.lnk-wrapper-span {
	display: inline;
	line-height: 12px;
}
.inline-images-visible {
	display: block !important;
}
.inline-images img {
	width: 100%;
	height: auto;
}
.ac-price {
	color: #dc2522;
	font-size: 30px;
	font-weight: 600;
	line-height: 0;
}
.popup-bg {
	height: 70px;
	width: 100%;
	background-repeat: no-repeat;
	position: absolute;
	z-index: -1;
	bottom: -21px;
}
#projects {
	background-color: #0d0b0d;
}
.ppbg-general {
	background-image: url('../components/mods/report/0-general.jpg');
}
.ppbg-comp1 {
	background-image: url('../components/mods/report/0-comp1.jpg');
}
.ppbg-comp2 {
	background-image: url('../components/mods/report/0-comp2.jpg');
}
.ppbg-comp3 {
	background-image: url('../components/mods/report/0-comp3.jpg');
}
.ppbg-comp4 {
	background-image: url('../components/mods/report/pvp.jpg');
}
.ppbg-comp5 {
	background-image: url('../components/mods/report/0-comp4.jpg');
}
.ppbg-paint {
	background-image: url('../components/mods/report/0-paint.jpg');
}
.ppbg-lights {
	background-image: url('../components/mods/report/0-lights.jpg');
}
.ppbg-interior {
	background-image: url('../components/mods/report/0-interior.jpg');
}
.ppbg-under {
	background-image: url('../components/mods/report/0-under.jpg');
}
.ppbg-tires {
	background-image: url('../components/mods/report/0-tires.jpg');
}
.ppbg-wheels {
	background-image: url('../components/mods/report/0-wheels.jpg');
}
.pp-inline img {
	left: 0;
	position: relative;
}
.lnk-q {
	display: block;
	max-width: fit-content;
	background-color: #ffa50f;
	color: black;
	text-align: left;
	padding: 9px;
	font-size: 12px;
	border-radius: 6px;
}
.io-green {
	color: #009a35;
	font-size: 16px;
}
.io-red {
	color: #fa0000;
	font-size: 16px;
}
.comptable {
	background-color: #f4f4f4;
}
.close-comps {
	display: block;
	background-color: #fa0000;
	color: white;
	width: fit-content;
	padding: 10px 20px;
	border-radius: 4px;
	margin: auto;
	cursor: pointer;
}
.close-comps:hover {
	background-color: #a70000;
}
.close-comp-icon {
	font-size: 28px;
	line-height: 0;
	margin-bottom: -9px;
	margin-top: -10px;
	margin-left: -10px;
	margin-right: 7px;
}
.timeline-wrapper {
	font-size: 0;
	line-height: 0;
	display: flex;
	flex-direction: column;
	margin: auto;
	position: relative;
	margin-bottom: 28px;
	margin-top: 66px;
	z-index: 10;
}
.tl-row {
	display: flex;
	width: 100%;
	margin: 0;
}
.tl-img {
	display: inline-block;
}
.tl-img img {
	width: 100%;
	height: auto;
}
.pr-max-width {
	max-width: 1423px;
}
.tl-lnk {
	cursor: pointer;
}
.tl-visible {
	display: block;
}
.tl-open {
	font-size: 0;
	max-height: 400px;
	padding: 10px;
	padding-bottom: 0;
	margin: auto;
	margin-top: 0;
	max-width: 1000px;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 40px;
}
.tl-open img {
	width: 100%;
	height: auto;
}
.tl-open-txt {
	font-size: 14px;
	text-align: justify;
	box-sizing: border-box;
	padding: 10px 14px;
	font-weight: 300;
	color: white;
	position: absolute;
	bottom: -2px;
	line-height: 20px;
	background-color: rgb(175 0 10 / 80%);
	width: calc(100% - 20px);
	left: 10px;
}
.tl-wrapper-lnks {
	overflow-x: scroll;
	z-index: 2;
}
.totals-disclaimer {
	font-size: 12px;
	margin-bottom: 40px;
	color: #8c8c8c;
}
.mobile-tl {
	padding: 40px;
	margin-bottom: -30px;
	margin-top: -120px;
}
.mobile-tl-open-txt {
	bottom: 40px;
	width: calc(100% - 80px);
	left: 40px;
	margin-top: -49px;
}
.companies-image {
	width: 100%;
	height: auto;
}
.companies-text {
	padding: 26px 0;
	font-size: 26px;
	color: black;
	font-weight: 100;
}
.emph-red {
	color: red;
	font-weight: 500;
}
.ext-lnk-2 {
	padding: 4px 8px;
	line-height: 13px;
	border-radius: 8px;
	background-color: #336598;
}
#counter {
	padding: 35px 14px 12px 14px;
	font-size: 40px;
	color: #ffffff;
	display: block;
	margin: auto;
	width: fit-content;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	box-shadow: 1px 1px 6px 2px rgb(0 0 0 / 44%);
	background: rgb(0 0 0 / 70%);
	border: 1px solid #272727;
}
#counter-wrapper {
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translate(-50%);
}
.counter-label {
	color: white;
	height: 20px;
	font-size: 14px;
	font-weight: 300;
	line-height: 0;
	top: 20px;
	text-align: left;
	text-indent: 14px;
	z-index: 1;
	position: absolute;
}
.more-info-btn {
	position: absolute;
	color: #a01301;
	z-index: 1;
	right: 0px;
	font-size: 22px;
	line-height: 0;
	padding: 1px;
	top: 0px;
	border-radius: 0 4px;
	cursor: pointer;
	background-color: #d8d8d8;
	box-sizing: border-box;
}
.odometer-inside {
	border: 1px solid #252525;
	border-radius: 4px;
	background-color: black;
	box-sizing: border-box;
	padding: 2px;
	padding-top: 0;
}
#more-info {
	position: absolute;
	z-index: 0;
	color: black;
	font-size: 13px;
	background-color: rgb(255 255 255 / 70%);
	top: 97px;
	padding: 14px;
	border-radius: 0 0 10px 10px;
	width: 100%;
	box-sizing: border-box;
	line-height: 16px;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	box-shadow: 1px 1px 6px 2px rgb(0 0 0 / 44%);
}
.inst-embed {
	display: block;
	margin: auto;
	max-width: 1500px;
}
.latest-post {
	margin: 5px;
}
.other-inst {
	margin: 5px;
}
.inst-titles {
	padding-top: 34px;
	padding-bottom: 34px;
	font-size: 20px;
	color: darkgrey;
}
.other-inst,
.latest-post {
	/* background-color: #fbfbfb; */
	/* padding: 20px; */
}
.inst-car-wrapper {
	position: relative;
	height: 100vh;
	width: 100%;
	max-height: 368px;
	max-width: 368px;
	background-size: contain;
	background-repeat: no-repeat;
	border: 10px solid transparent;
	box-sizing: border-box;
}

.inst-card {
	display: block;
	background-color: white;
	position: absolute;
	box-shadow: rgb(0 0 0 / 55%) 0px 0px 7px -4px;
	border-radius: 8px;
	padding: 0px;
	max-width: 374px;
	width: 100%;
	height: 85px;
	bottom: 0;
}
.inst-avatar {
	padding: 8px;
	display: inline-block;
	margin-top: -28px;
	margin-left: 4px;
}
.inst-avatar img {
	max-width: 94px;
	height: auto;
	border-radius: 50%;
	border: 1px solid #dadada;
	padding: 0;
	box-shadow: rgb(0 0 0) 0px 0px 6px 0px;
}
.inst-name {
	display: inline-block;
	font-size: 17px;
	top: 9px;
	position: absolute;
	margin-left: 5px;
	color: #828080;
	font-weight: 300;
}
.inst-name-at {
	display: inline-block;
	font-size: 15px;
	top: 29px;
	position: absolute;
	margin-left: 5px;
	color: #000000;
	font-weight: 300;
}
.inst-btn {
	display: inline-block;
	cursor: pointer;
	background-color: #0095f6;
	border-radius: 3px;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	margin-left: 4px;
	padding: 5px 12px;
	text-decoration: none;
	position: absolute;
	top: 50px;
}
.inst-btn:hover {
	background-color: #017ed0;
}
.iw-1 {
	background-image: url('../components/sm/v8e39c.jpg');
}
.iw-2 {
	background-image: url('../components/sm/ricksc.jpg');
}
.iw-3 {
	background-image: url('../components/sm/blackstare.jpg');
}
.iw-q {
	background-image: url('../components/sm/monarchc.jpg');
}
.sw-title {
	padding-left: 20px;
}
.sw-title img {
	max-width: 180px;
	height: auto;
}
#oia {
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
}

/**/
/* */
/*  */
/* RESPONSIVE */
/*  */
/* */
/**/
@media (max-width: 1500px) {
	.timeline {
		width: 100%;
		height: auto;
		margin-left: 0;
		margin-bottom: 58px;
	}
}
@media (max-width: 800px) {
	.tl-row {
		width: 800px;
	}
	.tl-open-txt {
		font-size: 11px;
	}
	.controls,
	.reg-controls {
		display: none !important;
	}
	.ctw-buttons {
		position: relative;
		bottom: 0;
		left: 0;
		transform: none;
		padding: 5px;
	}
	.ctw-btn2 {
		padding: 11px 20px;
	}
	.mobile-controls {
		display: block;
		bottom: 200px;
		position: absolute;
		left: 50%;
		transform: translate(-50%);
	}
	.pulldown {
		display: none;
	}
	.popup-row,
	.popup-row-right {
		flex-direction: column;
	}
	.popup-part-wide {
		margin-top: 10px !important;
	}
	.popup-row-right h4 {
		text-align: left;
	}
	.popup-body,
	.ext-page {
		display: block;
		width: 100%;
		margin-top: 20px;
	}
	.modlist {
		bottom: -90px;
		margin-left: -35px;
		left: 50%;
		z-index: 3;
	}
	.modlist-text {
		display: none;
	}
	.ctw-btn {
		text-align: center;
	}
	.popup-row-list {
		flex-direction: column;
	}
	.pb-left-column,
	.pb-right-column {
		width: 100%;
	}
	.third-btn {
		display: block;
		position: absolute;
		right: 0;
		pointer-events: none;
	}
	.popups {
		width: calc(100% - 30px);
		max-height: calc(100% - 30px);
		padding: 10px;
	}
	.pr-links {
		width: calc(100% - 30px);
	}
	.cf-mobile-off {
		display: none;
	}
	.cf-mobile-on {
		display: block;
	}
	.hero-image {
		margin-bottom: 100px;
	}
}
