@-webkit-keyframes shine {
	0%{
		opacity: 0.1;
		background-position: 50px top;
	}
	30% { opacity: 1; }
	50%, 100%{
		opacity: 0.2;
		background-position: -500px 0;
	}
}

@keyframes shine {
	0%{
		opacity: 0.1;
		background-position: 50px top;
	}
	30% { opacity: 1; }
	50%, 100%{
		opacity: 0.2;
		background-position: -500px 0;
	}
}

@-webkit-keyframes bobbing {
	0%{
		-webkit-transform: rotate(0) translateY(0);
	}
	100%{
		-webkit-transform: rotate(1deg) translateY(5px);
	}
}

@keyframes bobbing {
	0%{
		-webkit-transform: rotate(0) translateY(0);
		transform: rotate(0) translateY(0);
	}
	100%{
		-webkit-transform: rotate(0.1deg) translateY(5px);
		transform: rotate(0.1deg) translateY(5px);
	}
}

@-webkit-keyframes spin {
	0%{
		-webkit-transform: rotate(0);
	}
	100%{
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0%{
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100%{
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes thingy {
	0%{
		-webkit-transform: translateX(0);
		width: 0;
		opacity: 0;
	}
	10%{
		width: 10%;
		opacity: 1;
	}
	30%, 100%{
		-webkit-transform: translateX(-250px);
		width: 0;
		opacity: 0;
	}
}

@keyframes thingy {
	0%{
		-webkit-transform: translateX(0);
		transform: translateX(0);
		width: 0;
		opacity: 0;
	}
	10%{
		width: 10%;
		opacity: 1;
	}
	30%, 100%{
		-webkit-transform: translateX(-250px);
		transform: translateX(-250px);
		width: 0;
		opacity: 0;
	}
}

@-webkit-keyframes shadow {
	0%{
		-webkit-transform: scale(1);
	}
	100%{
		-webkit-transform: scale(1.01);
	}
}

@keyframes shadow {
	0%{
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100%{
		-webkit-transform: scale(1.01);
		transform: scale(1.01);
	}
}
.banner-bg {
    animation: 80s linear 0s normal none infinite running wave-animation-f;
    background: rgba(256, 256, 256, 1) url("../images/road.jpg") repeat-x scroll 0 0;
    /*bottom: -30px;*/
    height: 87px;
    left: 0;
    position: relative;
    width: 100%;
    z-index: 0;
	margin-top:0px;
}
.banner-bg h1 {font-size:102px; color:#FFF; font-family: 'Roboto Condensed', sans-serif; font-weight:900; text-shadow:0px 0px  10px #000; padding-top:90px;}

@media only screen and  (min-width:320px)and (max-width: 767px) {
	.banner-bg h1 {font-size:47px; padding-top:40%;}
}

.banner-bg:after{position: absolute; content:""; width:100%; height:100%; left:0px; right:0px; top:0px; bottom:0px; background:rgba(0,0,0,0.05);    z-index: -1;}
@-webkit-keyframes wave-animation-f {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -10000px 0;
  }
}
@-moz-keyframes wave-animation-f {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -10000px 0;
  }
}
@-o-keyframes wave-animation-f {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -10000px 0;
  }
}
@keyframes wave-animation-f {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -10000px 0;
  }
}
.truck-sec {
	/* background: url(../images/road.jpg) repeat-x bottom center; width:100%; height:auto; min-height:150px; */
	margin: 0px 0;
	padding-top: 87px; margin-top:150px;  border-bottom:2px solid #424242;
}


.truck-container {
	/* background: url(../images/road.jpg) repeat-x; width:100%; height:auto; */
	margin: -126px 0;
	padding: 0px; z-index:99;
}

.truck {
	width: 90%;
	max-width: 500px;
	margin: 60px auto 0px;
	/* margin-top:40px; */
	position: relative; z-index: 1;
}

.truck * {
	position: absolute;
}

.wheel,
.wheel:after,
.wheel:before {
	bottom: -20%;
	width: 9.9%;
	height: 36.38%;
	border-radius: 100%;
	background: #000;
}

.wheel {
	left: 21.5%; top: 237px;
	-webkit-animation: spin 0.4s infinite linear;
	animation: spin 0.4s infinite linear;
}

.wheel.front {
	left: 87%;
}
.wheel.back2 {
	left: 7%;
}

.wheel:after,
.wheel:before {
	content: "";
	position: absolute;
	display: block;
	top: 20%;
	left: 20%;
	width: 60%;
	height: 60%;
}

.wheel:before {
	background: #aaa;
}

.wheel:after {
	top: 40%;
	left: 40%;
	width: 20%;
	height: 20%;
}

.body {
	width: 100%;
	position: relative;
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	-webkit-animation: bobbing 0.2s infinite ease-in-out forwards alternate;
	animation: bobbing 0.2s infinite ease-in-out forwards alternate;
}

.frame {
	position: relative;
}

.truck img {
	width: 100%;
	height: auto;
	top: 142px;
	left: 0;
	margin: 0;
}

.shine {
	width: 67%;
	height: 37%;
	background: #222;
	left: 9%;
	top: 110%;
	-webkit-transform: skew(33deg, 1deg);
	-ms-transform: skew(33deg, 1deg);
	transform: skew(33deg, 1deg);
	border-radius: 56px 100px 20px 0;
	background: -webkit-gradient(linear, left top, right top, color-stop(76%, transparent), color-stop(78%, rgba(255,255,255,0.8)), color-stop(96%, rgba(255,255,255,0.8)), color-stop(98%, transparent));
	background: -webkit-linear-gradient(left, transparent 76%, rgba(255,255,255,0.8) 78%, rgba(255,255,255,0.8) 96%, transparent 98%);
	background: linear-gradient(to right, transparent 76%, rgba(255,255,255,0.8) 78%, rgba(255,255,255,0.8) 96%, transparent 98%);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;

	-webkit-animation: shine 3s infinite ease forwards;
	animation: shine 3s infinite ease forwards;
}

.speed-thingy {
	position: absolute;
	width: 20px;
	border-radius: 10px;
	height: 5%;
	background: #fff;
	top: 100%;
	left: 50%;
	-webkit-animation: thingy 3s infinite ease forwards;
	animation: thingy 3s infinite ease forwards;
}

.speed-thingy.second {
	top: 182%;
	left: 30%;
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

.shadow {
	width: 90%;
	border-radius: 100%;
	height: 20px;
	bottom: -130%;
	left: 5%;
	background: rgba(255, 255, 255, 0.06);
	-webkit-animation: shadow 0.2s infinite ease-in-out forwards alternate;
	animation: shadow 0.2s infinite ease-in-out forwards alternate;
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
}

.not-animated {
	-webkit-animation: none;
	animation: none;
}