
#headerLinks {
	font-family: 'Montserrat', sans-serif;
  
	float: left;
	width: 95%;
	position: absolute;
	top: 0px;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
}
#headerLinks a {
	text-decoration: none;
	color: rgb(73, 106, 250);
	padding: 10px 25px;
	font-size: 20px;
  background-color: rgba(36, 35, 35, 1);
  border-radius: 0 0 10px 10px;


}

.headeralert {
	text-decoration: none;
	color: rgb(0, 0, 0);
	width: 100%;
	font-size: 20px;
	position: absolute;
	background-color: rgba(255, 230, 0, 0.37);
}

#headerinfo {
	float: left;
	text-align: right;
}

header {
	color: rgba(0,0,0,1.00);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
    background-color: rgba(0, 0, 0, 0.8);	
	width: 50%;
}


body {
  background-image: url("https://mosley.lossantoshosting.com//mmassets/images/mm2.png"), url("https://mosley.lossantoshosting.com//mmassets/images/bg_building.png");
  background-position: right top,  center top; /* Centers the image */
  background-size: 25vw,  cover; /* Cover the entire area */
  background-attachment: fixed; /* Fix the position relative to the viewport */
  background-repeat: no-repeat; /* Prevent image repetition */
  min-height: 100vh; /* New: Ensure it's at least as tall as the viewport */
  margin: 0; /* Removes default margin */
  padding: 0; /* Removes default padding */
  height: 100vh; /* New: Ensure body takes full viewport height */
  background-color: #000000; /* Your existing style */
  color: rgb(199, 199, 199); /* Your existing style */
}


.content {
  font-family: 'Montserrat', sans-serif;
}


.listings {
	font-family: 'Montserrat', sans-serif;
	color: rgba(146,146,146,1.00);
	text-align: center;
	width: 90%;
	
	
}

.listings img {
	object-fit: cover;
	height: 200px;
	width: 100%;	
}



.sidebar {
	font-family: 'Montserrat', sans-serif;
	color: rgba(146,146,146,1.00);
	float: right;
	width: 30%;
	padding-left: 1%;
	height: 100%;
	text-align: center;

	background-repeat: no-repeat;
    background-size: contain;
	padding-top: 36px;
	background-position: 55%

}

.sidebar .sidebartext{
	font-family: 'Montserrat', sans-serif;
	color: rgba(146,146,146,1.00);
	text-align: center;


}

.sidebar div img {
	width: 100%;
	object-fit: cover;	
}

.dtsidebar {
	font-family: 'Montserrat', sans-serif;

	float: right;
	width: 25%;
	padding-left: 3%;
	height: 1400px;
	text-align: center;

	background-repeat: no-repeat;
    background-size: contain;
	padding-top: 36px;
	background-position: 55%

}

.dtsidebar .dtsidebartext{
	font-family: 'Montserrat', sans-serif;
	color: rgba(146,146,146,1.00);
	text-align: center;


}

.dtsidebar div img {
	width: 100%;
	object-fit: cover;	
}

.listings-grid {
  font-family: 'Montserrat', sans-serif;
  display: grid;
  grid-template-columns: repeat(auto-fill, 400px);
  color: rgba(146,146,146,1.00);
  grid-gap: 10px;


}
.listings-item {
  text-align: center;
  font-size: 20px;
  background-color: rgba(10, 10, 10, 0.8);
  
}

.metrics-grid {
  font-family: 'Montserrat', sans-serif;
  display: grid;
  grid-template-columns: repeat(auto-fill, 800px);
  color: rgba(146,146,146,1.00);
  grid-gap: 10px;


}
.metrics-item {
  text-align: center;

  font-size: 20px;
  background-color: rgba(10, 10, 10, 0.3);
}

.dealer-listings-item {
  font-size: 18px;
  background-color: rgba(10, 10, 10, 0.8);
  overflow: hidden;
}

.dealer-listings-item table{
  border-spacing: 30px;
}

.listings-item-featured {
  text-align: center;
  padding: 20px 0;
  font-size: 20px;
  background-color: rgba(246, 253, 118, 0.2);
}
.footerspace {
	width: 85%;



}
.footer-grid {
  font-family: 'Montserrat', sans-serif;
  display: grid;
  grid-template-columns: auto auto auto;
  color: rgba(146,146,146,1.00);
  grid-gap: 10px;



}
.footer-grid > div {
  text-align: center;
  padding: 10px;
  font-size: 20px;
}
.footer-grid div img {
	width: 70%;
	object-fit: cover;	
}



.footerbanner {
	font-family: 'Montserrat', sans-serif;
	color: rgba(146,146,146,1.00);
	width: 30%;
	text-align: center;
    background-color: rgba(0, 0, 0, 0.8);
	padding-top: 36px;

}

.featured {
  position: relative;
  text-align: center;
  color: white;
}


/* Centered text */
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.grid-dealertools {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  font-family: 'Montserrat', sans-serif;
  padding: 20px;
  width: 70%;
  
}
.grid-dealertoolsitem {
	
  background-color: rgba(10, 10, 10, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.8);
  padding: 10px;
  font-size: 20px;
  text-align: center;
  min-height: 150px;
  overflow-y: auto;
  
}

.grid-dealertoolsitemsidebar {
	
  background-color: rgba(10, 10, 10, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.8);
  padding: 20px;
  font-size: 20px;
  text-align: center;
  min-height: 150px;
  overflow-y: auto;
  
}

.grid-financetools1 {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  font-family: 'Montserrat', sans-serif;
  padding: 10px;
  width: 70%;
  
}
.grid-financetoolsitem1 {
	
  background-color: rgba(10, 10, 10, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.8);
  padding: 20px;
  font-size: 20px;
  text-align: center;
  
}

.grid-financetools2 {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  font-family: 'Montserrat', sans-serif;
  padding: 10px;
  width: 70%;
  
}
.grid-financetoolsitem2 {
	
  background-color: rgba(10, 10, 10, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.8);
  padding: 20px;
  font-size: 20px;
  text-align: center;
  
}

#cf {
	font-family: 'Montserrat', sans-serif;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
position:fixed;
  height:100px;
  width:100px;
  margin:0 auto;
    background-color: rgba(35, 106, 153, 1);
	  transition: width 0.5s;
	  bottom: 0;
	  right: 0;

}

#cf img {
		border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
  position:absolute;
  height: 100px;
  right:0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
    background-color: rgba(35, 106, 153, 1);
overflow: hidden
}

#cf:hover {
  width: 400px;
}

#cf img.top {
  opacity:0;

}

#cf img.protec {
  position:absolute;
  left:0;
    top: 20px;
    width: 300px;
	height: auto;
}

#cf img.top:hover {
  opacity:1;

}
.ProcLinks {
	 position:absolute;
	font-family: 'Montserrat', sans-serif;
	color: rgba(146,146,146,1.00);
overflow: hidden

}





.grid-dealertoolsitem #listing_strikes {
	width:100%;
}

.grid-dealertoolsitem #listing_upg_engine {
	width:100%;
}
.grid-dealertoolsitem #listing_upg_turbo {
	width:100%;
}
.grid-dealertoolsitem #listing_upg_suspension {
	width:100%;
}
.grid-dealertoolsitem #listing_upg_transmission {
	width:100%;
}
.grid-dealertoolsitem #listing_upg_brakes {
	width:100%;
}

.grid-dealertoolsitem #listing_upg_engine_con {
	width:100%;
}
.grid-dealertoolsitem #listing_upg_turbo_con {
	width:100%;
}
.grid-dealertoolsitem #listing_upg_suspension_con {
	width:100%;
}
.grid-dealertoolsitem #listing_upg_transmission_con {
	width:100%;
}
.grid-dealertoolsitem #listing_upg_brakes_con {
	width:100%;
} 
.grid-dealertoolsitem #transaction_dealer {
	width:100%;
}

.grid-dealertoolsitem #transaction_carmodel {
	width:100%;
}

.grid-dealertoolsitem #transaction_type {
	width:100%;
}
.grid-dealertoolsitem #transaction_feetype {
	width:100%;
}
.grid-dealertoolsitem #listing_percentage {
	width:100%;
}
.grid-dealertoolsitem #transaction_price {
	width:95%;
}

.grid-dealertoolsitem #transaction_vin {
	width:95%;
}

.grid-dealertoolsitem #transaction_listingid {
	width:100%;
}