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

	/*
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@(#(((((/(/(/(&&&&&((##/#%(@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@(*%&%%%%%%%#%#(((###%%%%%#%%#(/*#(@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
%#(#((/(#(#/#(///(/#((((((#(#(((((/(/((//((((/#(#(&/%%%%((((((((//%##(/////////////(%(/%%((@@@@@@@@@@@@@@@@@@@@@@@@@@@@
##(#(#((#(#(#(((/((#((((((#/#(((((((((((((((((#/%%%%#///((/(/(///////////////////////%#,*%%#((@@@@@@@@@@@@@@@@@@@@@@@@@
%#(#(#((#/#/((((((/(((((((#/#((//(((((/(((/(*&%#/(//(////(////////////////*((/////////////*%%##@@@@@@@@@@@@@@@@@%@@@@@@
%%(#(#((#/#/#(((/((#(((#((#(%((////(/(/(/*%%%&&&(/(((((#(((#(%&&&%%#////(////***,,///////////////////////(#%%#%##@@@@@@
%#(((#/(#/%/#(//(((#%&////((((&(##%#%###%&%&&@&%###(((((((((((((((#((((((((((((((((((((//((((((((((#####%%%#((/(##%@@@@
%&%%%###%%%##%#%##%%%((%%%#(((///((##((((((((/&&&(((((##%%%&&&&%%&&&&&&&%%%%%%%%%%&%@@&(((((((((((((####(#%%((&&&@@@@@@
##%###%##%##%%#&&&&&&&%%##%%%%%#%%&%%%&&&&&&&&&&&&&&&&&&&%%&&%%&&&&&&&&&&&&&%&&&%%%(#%%%%#(####%%%%%%%&&&%%/&&@%%@@@@@@
%%#(###%%/,/(*%&&%%###%&&&&&&&&&&&&&%(%&&&&&&&&&&&&&&&&&&&%%%&&&&&&&&&&&&&#####&%(%%&&&&&&&&&&&&%%&%&&&&&@&%##(#&@@@@@@
%%%%%%#(//#%&%%%#%%&&&@@@&&&&@@@@@&#%&&&&&&%&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&%&&&&&@@@&&&&@@@@&&&&&&&&%&&&&&%&@@@@@@
%##(#%%(&&&&%%%&&%&&@@%%###&%&&@@&&&&@&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&@@%%##(&%%@@@&&&&&&&@&@@@@@@@@@@@@@
##%%%&&@@@&&%@%#&&@@%%##@@&@%%@@&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&@&%%@&@@%&(&%@@&&&&&&&&&&&&&@@@@@@@@@@
%#%##&&&@&&@@@&&&&@&%#@#%#&&%#&@(%%@@&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&@@%%%@#&&&%#@@#%%@&&&&&&&&&&&@@@@@@
####(&&@&&&&&&%&&&@%&%@&&&(#%#%&(%%@@&&&&&&&&&&&@&&&@@&@&&&&&&@@&&&&&&&&&&&&&&&&&&&&@@%#&&@(##(%@@%&%@@&&&&&&&@&@&@@@@@
(((##%%%&&&&&&&&&&@&&(&@#%@%##@(%%&@@&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&@@&%/@(&((#@%((&&(@//((((#///@@@@@@
%%%%%%%####%#######%&&&(%@@#@#*&%&@#%%%%%%%%###%%%%%%%%%%%%%%#%%%%%%%%%%%%%%%#%%%#@@@@&&%#(&&%%((%&@%##%%%%%%%%%%#%@@@@
@@@@@@@@@@@@@@@@@@@@@%&%%&&&&&&&%@%%##%#%%%%%%%%%%&&%%&&%%&&&&%&%%%%%%%%%%%%%%%%%%%&%&@@&&%%&&&&%&&((//(/(((((((###@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@This is my car, a 2013 Subaru Impreza Wrx @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
*/

@keyframes fade-button {
	0% 			{opacity: 0;}
	100% 		{opacity: 1;}
}

.fade-button {
	animation-name: fade-button;
	animation-duration:5s;
}

.bottom {
	transform :scaleY(.98);
}