@charset "utf-8";
body{
	margin: 0px;
	background: black;
}
@keyframes pimg{
	0%{transform: translateX(100%);}
	100%{transform: translateX(0%);}
}
a{
	text-decoration: none;
	color: #CABFB3;
}
pimg{
	font-size: 2.2vw;
	font-family: corbel;
	font-weight: bold;
	opacity: 0.4;
	border-bottom: solid 3px hsla(0,0%,100%,0.5);
	padding-left: 40px;
	padding-right: 50px;
	font-style: italic;
	position: absolute;
	right: 10px;
	bottom: 9vw;
	color: white;
	animation: pimg 1s;
	z-index: 3;
	text-shadow: 0 0 12px #6f6f6f;
}
pimgs{
	font-size: 1.4vw;
    font-family: corbel;
    font-weight: bold;
    opacity: 0.4;
    padding-left: 40px;
    padding-right: 10px;
    font-style: italic;
    position: absolute;
    right: 10px;
    bottom: 7.3vw;
    color: white;
    z-index: 3;
    animation: pimg 1s;
	animation-delay: 0.3s;
	text-shadow: 0 0 12px #6f6f6f;
}
.Fade{
	width: 100%;
	padding-top: 13%;
	bottom: 0px;
	position: absolute;
	background-image: -webkit-linear-gradient(90deg,rgba(0,0,0,1.00) 0%,rgba(255,255,255,0.00) 100%);
	background-image: -moz-linear-gradient(90deg,rgba(0,0,0,1.00) 0%,rgba(255,255,255,0.00) 100%);
	background-image: -o-linear-gradient(90deg,rgba(0,0,0,1.00) 0%,rgba(255,255,255,0.00) 100%);
	background-image: linear-gradient(0deg,rgba(0,0,0,1.00) 0%,rgba(255,255,255,0.00) 100%);
}
.TopNavigation{
	position: absolute;
	bottom: 0;
	right: 0;
	left:0;
}
.Wheels, .CarParts, .Services{
	height: 70px;
	background: transparent;
	color: white;
	font-size: 33px;
	border: none;
	margin: 10px;
	padding: 10px;
	opacity: 0.5;
	outline: none;
	cursor: pointer;
}
.Wheels:hover, .CarParts:hover, .Services:hover{
	border-bottom: solid 1px hsla(38,34%,50%,1.00);
}
#NRG, #Wheels, #CarParts, #Services{
	position: absolute;
	right: 0;
	left: 0;
	top:0px;
	margin-left: auto;
	margin-right: auto;
}
#Newest{
	background: #222;
}
.Spacer{
	width: 100%;
	height: 1px;
	border-bottom: 1px solid white;
	margin-bottom: 50px;
	margin-top: 50px;
	opacity: 0.2;
}
#Contacts{
	color: white;
	text-align: right;
	width: 600px;
	font-size: 20px;
	display: inline-block;
	vertical-align: top;
}
.Email{
	padding: 20px;
	border-bottom: solid 1px hsla(0,0%,100%,0.7);
	background-image: url(../IMG/Mail.png);
	background-size: auto 70%;
	background-repeat: no-repeat;
	background-position: 10px;
	opacity: 0.4;
}
.Phone{
	padding: 20px;
	border-bottom: solid 1px hsla(0,0%,100%,0.7);
	background-image: url(/../IMG/Phone.png);
	background-size: auto 70%;
	background-repeat: no-repeat;
	background-position: 10px;
	opacity: 0.4;
}
.Address{
	padding: 20px;
	border-bottom: solid 1px hsla(0,0%,100%,0.7);
	background-image: url(/../IMG/Address.png);
	background-size: auto 70%;
	background-repeat: no-repeat;
	background-position: 10px;
	opacity: 0.4;
}
.MoreInfo{
	padding: 20px;
	text-align: center;
	opacity: 0.3;
}
#Map{
	width: 100%;
	height: 350px;
	opacity: 0.8;
}
#Map:hover{
	opacity: 1;
}
#aboutOther{
	display: inline-block;
	width: 400px;
	min-height: 603px;
	margin-left: 30px;
	background-color: rgb(44, 44, 44);
	color: white;
	vertical-align: top;
	text-align: left;
	font-family: 'Corben', 'Arial Narrow', Arial, sans-serif;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 3px;
}
.hoursTitle{
	opacity: 0.5;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-right: 5px;
	margin-left: 5px;
}
.hoursAb{
	opacity: 0.2;
	border-top: 2px solid rgb(119, 119, 119);
	border-bottom: 2px solid rgb(119, 119, 119);
	padding-top: 10px;
	padding-bottom: 10px;
}
.hoursDay{
	width: 100%;
	position: relative;
}
.hoursDayName{
	padding-top: 20px;
	padding-right: 5px;
	margin-left: 20px;
	opacity: 0.5;
	display: inline-block;
}
.hoursDayNameMore{
	padding-top: 20px;
	display: inline-block;
	position: absolute;
	top: 0px;
	left: 50px;
	opacity: 0.3;
}
.hoursDayTime{
	padding-top: 20px;
	display: inline-block;
	text-align: right;
	opacity: 0.5;
	position: absolute;
	right: 20px;
	top: 0px;

}
#soLinks{
	width: 100%;
	height: 66px;
	margin-top: 70px;
}
.inM{
	height: 100%;
	width: 66px;
	margin-left: 30px;
	margin-right: 30px;
	cursor: pointer;
}
.swiper-pagination-bullet{
	height: 13px;
	width: 13px;
	background-color: red;
}
.swiper-pagination{
	width: 100%;
	padding-top: 15px;
}
#aboutBtop,
#aboutBbottom{
	width: 1075px;
	height: 50px;
	margin-bottom: 44px;
	background-color: rgb(44, 44, 44);
	position: relative;
}
#aboutBtop::before{
	content: "";
	width: 200px;
	height: 80px;
	background-color: rgb(44, 44, 44);
	position: absolute;
	top: 0;
	right: 0;
	border-bottom: 35px solid black;
	z-index: 2;
}
#aboutBtop::after{
	content: "";
	width: 42.5px;
	height: 42.5px;
	background-color: rgb(44, 44, 44);
	position: absolute;
	top: 25px;
	right: 164px;
	transform: rotate(45deg);
	border-bottom: 25px solid black;
	border-left: 27px solid transparent;
	border-right: 22px solid black;
	z-index: 1;
}
#aboutBbottom::before{
	content: "";
	width: 200px;
	height: 80px;
	background-color: rgb(44, 44, 44);
	position: absolute;
	bottom: 0;
	left: 0;
	border-top: 35px solid black;
	z-index: 2;
}
#aboutBbottom::after{
	content: "";
	width: 42.5px;
	height: 42.5px;
	background-color: rgb(44, 44, 44);
	position: absolute;
	bottom: 25px;
	left: 164px;
	transform: rotate(45deg);
	border-top: 25px solid black;
	border-left: 27px solid black;
	border-right: 22px solid transparent;
	z-index: 1;
}