﻿/*

	 .----------------.  .----------------.  .----------------.  .----------------.  .----------------. 
	| .--------------. || .--------------. || .--------------. || .--------------. || .--------------. |
	| |  ___  ____   | || |              | || | ____    ____ | || |     ____     | || |  _________   | |
	| | |_  ||_  _|  | || |              | || ||_   \  /   _|| || |   .'    `.   | || | |  _   _  |  | |
	| |   | |_/ /    | || |    ______    | || |  |   \/   |  | || |  /  .--.  \  | || | |_/ | | \_|  | |
	| |   |  __'.    | || |   |______|   | || |  | |\  /| |  | || |  | |    | |  | || |     | |      | |
	| |  _| |  \ \_  | || |              | || | _| |_\/_| |_ | || |  \  `--'  /  | || |    _| |_     | |
	| | |____||____| | || |              | || ||_____||_____|| || |   `.____.'   | || |   |_____|    | |
	| |              | || |              | || |              | || |              | || |              | |
	| '--------------' || '--------------' || '--------------' || '--------------' || '--------------' |
	'----------------'  '----------------'  '----------------'  '----------------'  '----------------' 

Power by EPUX and MDOX =)

*/

@font-face {font-family: "celtg"; src: url("../fonts/celtg.ttf");}
body, input, button {font-family: "celtg";}
body {background-color: #000;}

/*
@keyframes         texthighlight {50% {text-shadow: 0px 0px 10px #8A0829; color: #8A0829;}}
@-webkit-keyframes texthighlight {50% {text-shadow: 0px 0px 10px #8A0829; color: #8A0829;}}
.highlight {animation: texthighlight 1s infinite; -webkit-animation: texthighlight 1s infinite;}
*/
.highlight {color: #8A0829; font-weight: bold; text-shadow: 0px 0px 10px #8A0829; color: #8A0829;}

input[type=checkbox] {width: 10px !important;}

.clear-float {clear: both;}

.km-1 {border-radius: 5px; border: 1px solid #000; box-shadow: 0px 0px 20px #FFF; margin: 40px auto 0px auto; padding: 10px; position: relative;}
.km-2 {background-color: rgba(200, 200, 200, 0.7); border-radius: 5px; border: 1px solid #000; padding: 10px;}
.km-3 {background-color: rgba(255, 255, 255, 0.7); border-radius: 5px; border: 1px solid #000; padding: 10px;}