/*   
Stylesheet by Phil Sousa 
Company: Capitol Technologies
*/

@keyframes waitandhide {
    from { left:0px; top:0px; opacity:0; }
    to { left:0px; top:0px; opacity:0; }
}
@keyframes show {
    from { left:143px; top:-250px; opacity:0; }
    to { left:143px; top:91px; opacity:1; }
}
@-webkit-keyframes waitandhide {
    from { left:0px; top:0px; opacity:0; }
    to { left:0px; top:0px; opacity:0; }
}
@-webkit-keyframes show {
    from { left:143px; top:-250px; opacity:0; }
    to { left:143px; top:91px; opacity:1; }
}
@-moz-keyframes waitandhide {
    from { left:0px; top:0px; opacity:0; }
    to { left:0px; top:0px; opacity:0; }
}
@-moz-keyframes show {
    from { left:143px; top:-250px; opacity:0; }
    to { left:143px; top:91px; opacity:1; }
}

.cherry {
    opacity:1;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	left:143px;
	top:91px;
	position:relative;
	animation: waitandhide 0.2s 0s, show 1.8s 0.2s;
    -webkit-animation: waitandhide 0.2s 0s, show 1.8s 0.2s;
    -moz-animation: waitandhide 0.2s 0s, show 1.8s 0.2s;
	animation-timing-function: ease-in-out;
	-moz-animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;
}

@keyframes waitandhide2 {
    from { left:0px; top:0px; opacity:0; }
    to { left:0px; top:0px; opacity:0; }
}
@keyframes show2 {
    from { left:600px; top:0px; opacity:0; }
    to { left:0px; top:0px; opacity:1; }
}
@-webkit-keyframes waitandhide2 {
    from { left:0px; top:0px; opacity:0; }
    to { left:0px; top:0px; opacity:0; }
}
@-webkit-keyframes show2 {
    from { left:600px; top:0px; opacity:0; }
    to { left:0px; top:0px; opacity:1; }
}
@-moz-keyframes waitandhide2 {
    from { left:0px; top:0px; opacity:0; }
    to { left:0px; top:0px; opacity:0; }
}
@-moz-keyframes show2 {
    from { left:600px; top:0px; opacity:0; }
    to { left:0px; top:0px; opacity:1; }
}

.truck {
    opacity:1;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	top:0px;
	position:relative;
	animation: waitandhide2 0.2s 0s, show2 1.8s 0.2s;
    -webkit-animation: waitandhide2 0.2s 0s, show2 1.8s 0.2s;
    -moz-animation: waitandhide2 0.2s 0s, show2 1.8s 0.2s;
	animation-timing-function: ease-in-out;
	-moz-animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;
}