@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
    box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.66;
	outline: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow:hidden;

}

img{ vertical-align:middle;max-width: 100%;}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {    -webkit-font-smoothing: antialiased;    -moz-osx-font-smoothing: grayscale;}
img{ max-width:100%;}

.close-btn{
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 99;
	cursor:pointer;
	max-width: 52px;
}

.main-wrapper{ 
	width: 100%;
    height:100vh;
    background-size: cover;
	background-position: bottom center;
	background-repeat:no-repeat;
	position:relative;
	background-image:url('images/main-background.png');
	/* -webkit-transition: all ease-out 1s; 
	-moz-transition: all ease-out 1s; 
	transition: all ease-out 1s; */
	/*
	-webkit-transition: all ease-out 3s; 
	-moz-transition: all ease-out 3s; 
	transition: all ease-out 3s;*/
}
.main-wrapper.time-out{background-image:url('images/main-background-time-out.png');}


.sun-rising {
    width: 960px;
    height: 960px;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: -520px;
    right: 60px;
    display: none;
    z-index: 9;
}
.sun-rising-rotate {
    width: 760px;
    height: 760px;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: -380px;
    right: 160px;
    display: none;
    z-index: 9;
}

.banner-content{
	max-width: 960px;
    height: auto;
    position: absolute;
    top: 80px;
    z-index: 9;
	left:60px;
	min-height:300px;
}
.banner-content .heading{ margin-bottom:40px; max-width:660px; display:none;}
.banner-content .paragraph{ margin-bottom:40px; max-width:900px;display:none;}
.banner-content .find-btn{  max-width:320px; display:none;}
.banner-content .find-btn a {
    background: #0091dc;
    display: inline-block;
    border-radius: 3px;
	padding-bottom: 10px;
	transform: matrix(1, 0, 0, 1, 0, 5);
}
.banner-content .find-btn a:hover{
	transform: matrix(1, 0, 0, 1, 0, 10);
	padding-bottom: 5px;
}

.gray-car-box {
    z-index: 1;
    width: 860px;
    height: auto;
	position: absolute;
	bottom:160px;
	transform: translateX(-110%);
	/* left: -1200px; */
}
.gray-car{
	width: 100%;
    height:390px;
    background-position: top;
    background-size: cover;
	background-repeat:no-repeat;
	position:absolute;
	bottom:0px;
	left: 0px;
}
.car-shadow{
	width: 100%;
    height:100px;
    background-position: top;
    background-size: cover;
	background-repeat:no-repeat;
	position:absolute;
	bottom:-16px;
	left: 0px;
}
.wheel-back{
	width:130px;
	height:130px;
	display:inline-block;
	background-position: top;
	background-size: cover;
	background-repeat:no-repeat;
	position:absolute;
	bottom:0px;
	left: 80px;
	z-index:1;
}
.wheel-front{
	width:130px;
	height:130px;
	display:inline-block;
	background-position: top;
	background-size: cover;
	background-repeat:no-repeat;
	position:absolute;
	bottom:-5px;
	left: 606px;
	z-index:1;
}


/* red car */

.red-car-box {
    z-index: 1;
    width: 860px;
    height: 270px;
	position: absolute;
	bottom:160px;
	left:0px;
	transform: translateX(-110%);
	/* left:-1076px; */
}
.red-car{
	width: 100%;
    height: 270px;
    background-position: top;
    background-size: cover;
	background-repeat:no-repeat;
	position:absolute;
	bottom:0px;
	left: 0px;
}
.red-car-shadow{
	width: 100%;
    height:56px;
    background-position: center;
    background-size: cover;
	background-repeat:no-repeat;
	position:absolute;
	bottom:-8px;
	left: 0px;
}
.red-car-wheel-back{
	width:120px;
	height:120px;
	display:inline-block;
	background-position: top;
	background-size: cover;
	background-repeat:no-repeat;
	position:absolute;
	bottom:0px;
	left: 122px;
	z-index:1;
}
.red-car-wheel-front {
    width: 120px;
    height: 120px;
    display: inline-block;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0px;
    left: 688px;
    z-index: 1;
}


footer#footer{
	width: 100%;
	display:flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	align-items: center;
	justify-content: left;
	position: fixed;
	padding: 5px 60px;
	bottom:10px;
	z-index: 1;
	/*display:none;*/
}
.live-boldly {
    max-width:320px;
}
.brought {
    max-width:260px;
	margin-left:20px;
}



/* +++++++++++++++++ media css +++++++++++++++++ */

/* @media (max-width:1366px) and (min-width:1025px) {
	
	.main-wrapper .gray-car-box { width: 360px; height: 220px;bottom:120px;}
	.main-wrapper .gray-car {height: 170px;}
	.main-wrapper .wheel-back {width: 60px;height: 60px;left: 30px;}
	.main-wrapper .wheel-front { width: 60px; height: 60px; bottom: -1px; left: 251px; }

	.main-wrapper .sun-rising {    width: 260px;height: 260px;right: 0px;top: -130px;}
	.main-wrapper .sun-rising-rotate {    width: 260px;height: 260px;right: 0px;top: -130px;}
	.main-wrapper .banner-content {max-width: 320px;left: 20px;min-height: 220px;}
	.main-wrapper .banner-content .find-btn {max-width: 200px;}

	.close-btn {top: 20px;right: 20px;max-width: 60px;}
	footer#footer{padding: 5px 20px;}
	
	.car-shadow { width: 100%; height: 40px; bottom: 0px; }
	
	.main-wrapper .red-car-box { width: 360px; height: 220px;  bottom:120px;}
	.main-wrapper .red-car {height: 110px;}
	.main-wrapper .red-car-wheel-front {width: 46px; height: 46px; left: 288px;}
	.main-wrapper .red-car-wheel-back {width: 46px;height: 46px;left: 54px;}
	.red-car-shadow {height: 24px;bottom: -5px; }
	
} */

@media (max-width:1024px) and (min-width:769px) {
	
		.main-wrapper {background-position: 70% 0px;}
	
	.main-wrapper .gray-car-box { width: 360px; height: 220px;}
	.main-wrapper .gray-car {height: 170px;}
	.main-wrapper .wheel-back {width: 60px;height: 60px;left: -370px;}
	.main-wrapper .wheel-front { width: 60px; height: 60px; bottom: -1px; left: -149px; }

	.main-wrapper .sun-rising {    width: 260px;height: 260px;right: 0px;top: -130px;}
	.main-wrapper .sun-rising-rotate {    width: 260px;height: 260px;right: 0px;top: -130px;}
	.main-wrapper .banner-content {max-width: 320px;left: 20px;min-height: 220px;}
	.main-wrapper .banner-content .find-btn {max-width: 200px;}

	.close-btn {top: 20px;right: 20px;max-width: 60px;}
	footer#footer{padding: 5px 20px;}
	
	.car-shadow { width: 100%; height: 40px; bottom: 0px; }
	
	.main-wrapper .red-car-box { width: 360px; height: 220px;}
	.main-wrapper .red-car {height: 110px;}
	.main-wrapper .red-car-wheel-front {width: 46px; height: 46px; left: 288px;}
	.main-wrapper .red-car-wheel-back {width: 46px;height: 46px;left: 54px;}
	.red-car-shadow {height: 24px;bottom: -5px; }
	
}

/* @media (max-width: 768px) and (min-width:481px) {
	
		.main-wrapper {background-position: 70% 0px;}
	
	.main-wrapper .gray-car-box { width: 360px; height: 220px;}
	.main-wrapper .gray-car {height: 170px;}
	.main-wrapper .wheel-back {width: 60px;height: 60px;     left: 31px;}
	.main-wrapper .wheel-front { width: 60px; height: 60px; bottom: -1px; left: 251px; }

	.main-wrapper .sun-rising {    width: 260px;height: 260px;right: 0px;top: -130px;}
	.main-wrapper .sun-rising-rotate {    width: 260px;height: 260px;right: 0px;top: -130px;}
	.main-wrapper .banner-content {max-width: 320px;left: 20px;min-height: 220px;}
	.main-wrapper .banner-content .find-btn {max-width: 200px;}

	footer#footer{padding: 5px 20px;}
	
	.car-shadow { width: 100%; height: 40px; bottom: 0px; }
	
	.main-wrapper .red-car-box { width: 360px; height: 220px;}
	.main-wrapper .red-car {height: 110px;}
	.main-wrapper .red-car-wheel-front {width: 46px; height: 46px; left: 288px;}
	.main-wrapper .red-car-wheel-back {width: 46px;height: 46px;left: 54px;}
	.red-car-shadow {height: 24px;bottom: -5px; }
	
} */

@media all and (max-width:620px){
	
	.main-wrapper {background-position: 70% 0px;}
	
	.main-wrapper .gray-car-box { width: 360px; height: 220px; left:-100px;   bottom: 40px;}
	.main-wrapper .gray-car {height: 170px;}
	.main-wrapper .wheel-back {width: 60px;height: 60px; left: 31px; }
	.main-wrapper .wheel-front { width: 60px; height: 60px; bottom: -1px;left: 251px;}

	.main-wrapper .sun-rising {    width: 260px;height: 260px;right: 0px;top: -130px;}
	.main-wrapper .sun-rising-rotate {    width: 260px;height: 260px;right: 0px;top: -130px;}
	.main-wrapper .banner-content {max-width: 220px;left: 20px;min-height: 220px;top:45px;}
	.main-wrapper .banner-content .find-btn {max-width: 160px;}
    .banner-content .heading, .banner-content .paragraph {margin-bottom: 10px;}

	footer#footer{padding: 5px 20px 0px;}
	
	.car-shadow { width: 100%; height: 40px; bottom: 0px; }
	
	.main-wrapper .red-car-box { width: 360px; height: 220px; left:-110px; bottom: 40px;}
	.main-wrapper .red-car {height: 110px;}
	.main-wrapper .red-car-wheel-front {width: 46px; height: 46px; left: 288px;}
	.main-wrapper .red-car-wheel-back {width: 46px;height: 46px;left: 54px;}
	.red-car-shadow {height: 24px;bottom: -5px; }
	
	.live-boldly {max-width: 140px;}
	.brought {max-width: 100px;}

}
	

@media all and (max-width:456px){
	.main-wrapper .gray-car-box { width: 360px; height: 220px; left: -185px;   bottom: 0px;}
	.main-wrapper .red-car-box { width: 360px; height: 220px; bottom: 0px; left: -190px;}
}
@media all and (max-width:450px){
	.main-wrapper .gray-car-box { width: 360px; height: 220px; left: -185px;   bottom: 90px;}
	.main-wrapper .red-car-box { width: 360px; height: 220px; bottom: 90px; left: -190px;}
}

@media all and (max-width:320px){
	.main-wrapper .gray-car-box { width: 360px; height: 220px; left:-300px;bottom: 0px;}
	.main-wrapper .red-car-box { width: 360px; height: 220px; left: -313px;bottom: 0px;}
	
	.main-wrapper .banner-content {max-width: 250px;left: 10px;}
	.banner-content .heading, .banner-content .paragraph { margin-bottom: 20px;}
	.banner-content .find-btn {max-width: 140px;}
}
	