@charset "utf-8";
/* CSS Document */

footer .top {
	padding: 30px 0;
	background-image: url(../images/car-bg.png);
	background-size: cover;
	background-position: center;
}

footer {
	font-size: 12px;
	color:rgba(255,255,255,.50);
}

.mobile-index-bg{
	height: 100vh;
	width: 100%;
	background-image: url("../images/mobile-bg.jpg");
	background-size: cover;
	background-position: center;
	position: absolute;
	left: 0;
	top: 0;
	opacity: .3;
	z-index: 1;
}

.mobile-index{
	height: 100vh;
	width: 100%;
	padding: 30px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}

@media (max-width: 767px) {
	.mobile-index .logo{
		width: 70%;
		margin-left: 15%;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.mobile-index .logo{
		width: 30%;
		margin-left: 15%;
	}
}

.mobile-index .slogan{
	font-size: 20px;
	font-weight: 600;
	color: #ffffff;
	margin-left: 15%;
	margin-top: 15px;
}

.mobile-menu ul li{
	margin: 2px 0;
	padding: 10px 15px 10px 45px;
	background-color: rgba(0,0,0,.3);
	position: relative;
}

.mobile-menu ul li a{
	font-size: 15px;
	font-weight: 500;
	display: block;
	letter-spacing: 1px;
}

.mobile-menu ul li a svg{
	position: absolute;
	left: 15px;
	top: 12px;
	opacity: .3;
}