/* Circle-Animation */
/* @CHARSET "ISO-8859-1"; */

/* @-webkit-keyframes rotateCircle { */
/* 	from {-webkit-transform: rotate(0deg);} */
/* 	to {-webkit-transform: rotate(360deg);} */
/* } */

/* @-moz-keyframes rotateCircle { */
/* 	from {-moz-transform: rotate(0deg);} */
/* 	to {-moz-transform: rotate(360deg);} */
/* } */

/* @-ms-keyframes rotateCircle { */
/* 	from {-ms-transform: rotate(0deg);} */
/* 	to {-ms-transform: rotate(360deg);} */
/* } */

/* @keyframes rotateCircle { */
/* 	from {transform: rotate(0deg);} */
/* 	to {transform: rotate(360deg);} */
/* } */

/* .circle { */
/* 	width: 64px; */
/* 	height: 64px; */
	
/* 	position: fixed; */
/* 	top: 50%; */
/* 	left: 50%; */
/* 	margin-top: -32px;	25px because of border-box property */
/* 	margin-left: -32px;	25px because of border-box property */
	
/* 	border-radius: 50%; */
/* 	border: 4px solid #EEEEEE; */
/* 	border-top-color: #00FF00; */
/* 	-webkit-border-radius: 50%; */
/* 	-moz-border-radius: 50%; */
	
/* 	-webkit-animation: rotateCircle 1s linear infinite; */
/* 	-moz-animation: rotateCircle 1s linear infinite; */
/* 	-ms-animation: rotateCircle 1s linear infinite; */
/* 	animation: rotateCircle 1s linear infinite; */
/* } */

/* .spinner { */
/* 	height: 100px; */
/* 	width: 140px; */
	
/* 	/* positioning the spinner-container */ */
/* 	position: fixed; */
/* 	z-index: 100; */
/* 	top: 50%; */
/* 	left: 50%; */
/* 	margin-top: -50px; */
/* 	margin-left: -70px; */
	
/* 	background-color: rgba(25, 25, 25, 0.5); */
	
/* 	border-radius: 12px; */
/* 	-webkit-border-radius: 7px; */
/* 	-moz-border-radius: 7px; */
/* } */

/* .spinner-container { */
/* 	height: 100%; */
/* 	width: 100%; */
	
/* 	/* positioning the spinner-container */ */
/* 	position: absolute; */
/* 	top: 0px; */
/* 	z-index: 100; */
/* 	background-color: rgba(25, 25, 25, 0); */
/* 	display: none; */
/* } */


/* Circle-Animation 2 */
/* @CHARSET "ISO-8859-1"; */

/* @-webkit-keyframes rotateCircle { */
/* 	from {-webkit-transform: rotate(0deg);} */
/* 	to {-webkit-transform: rotate(360deg);} */
/* } */

/* @-moz-keyframes rotateCircle { */
/* 	from {-moz-transform: rotate(0deg);} */
/* 	to {-moz-transform: rotate(360deg);} */
/* } */

/* @-ms-keyframes rotateCircle { */
/* 	from {-ms-transform: rotate(0deg);} */
/* 	to {-ms-transform: rotate(360deg);} */
/* } */

/* @keyframes rotateCircle { */
/* 	from {transform: rotate(0deg);} */
/* 	to {transform: rotate(360deg);} */
/* } */

/* .circle { */
/* 	width: 90px; */
/* 	height: 90px; */
	
/* 	position: fixed; */
/* 	top: 50%; */
/* 	left: 50%; */
/* 	margin-top: -45px;	25px because of border-box property */
/* 	margin-left: -45px;	25px because of border-box property */
	
/* 	border-radius: 50%; */
/* 	border: 5px solid #BBBBBB; */
/* 	border-top-color: #00FF00; */
/* 	-webkit-border-radius: 50%; */
/* 	-moz-border-radius: 50%; */
	
/* 	-webkit-animation: rotateCircle 1s linear infinite; */
/* 	-moz-animation: rotateCircle 1s linear infinite; */
/* 	-ms-animation: rotateCircle 1s linear infinite; */
/* 	animation: rotateCircle 1s linear infinite; */
/* } */

/* .spinner { */
/* 	height: 120px; */
/* 	width: 120px; */
	
/* 	/* positioning the spinner-container */ */
/* 	position: fixed; */
/* 	z-index: 100; */
/* 	top: 50%; */
/* 	left: 50%; */
/* 	margin-top: -60px; */
/* 	margin-left: -60px; */
	
/* 	background-color: #FFFFFF; */
	
/* 	border-radius: 6px; */
/* 	border: 5px solid; */
/* 	border-color: rgba(25, 25, 25, 0.5); */
/* 	-webkit-border-radius: 6px; */
/* 	-moz-border-radius: 6px; */
/* } */

/* .spinner-container { */
/* 	height: 100%; */
/* 	width: 100%; */
	
/* 	/* positioning the spinner-container */ */
/* 	position: absolute; */
/* 	top: 0px; */
/* 	z-index: 100; */
/* 	background-color: rgba(25, 25, 25, 0); */
/* 	display: none; */
/* } */


/* Night-Rider Animation */
/* @CHARSET "ISO-8859-1"; */

/* @-webkit-keyframes fillCircle { */
/* 	0% {-webkit-transform: translateX(-73px);} */
/* 	50% {-webkit-transform: translateX(73px);} */
/* 	100% {-webkit-transform: translateX(-73px);} */
/* } */

/* @-moz-keyframes fillCircle { */
/* 	0% {-moz-transform: translateX(-73px);} */
/* 	50% {-moz-transform: translateX(73px);} */
/* 	100% {-moz-transform: translateX(-73px);} */
/* } */

/* @-ms-keyframes fillCircle { */
/* 	0% {-ms-transform: translateX(-73px);} */
/* 	50% {-ms-transform: translateX(73px);} */
/* 	100% {-ms-transform: translateX(-73px);} */
/* } */

/* @keyframes fillCircle { */
/* 	0% {transform: translateX(-73px);} */
/* 	50% {transform: translateX(73px);} */
/* 	100% {transform: translateX(-73px);} */
/* } */

/* .circle { */
/* 	width: 50px; */
/* 	height: 16px; */
	
/* 	position: fixed; */
/* 	top: 50%; */
/* 	left: 50%; */
/* 	margin-top: -8px;	25px because of border-box property */
/* 	margin-left: -25px;	25px because of border-box property */
	
/* 	background-color: #00FF00; */
	
/* 	border-radius: 12px; */
/* /* 	border: 4px solid #EEEEEE; */ */
/* /* 	border-top-color: #00FF00; */ */
/* 	-webkit-border-radius: 50%; */
/* 	-moz-border-radius: 50%; */
	
/* 	-webkit-animation: fillCircle 1.5s linear infinite; */
/* 	-moz-animation: fillCircle 1.5s linear infinite; */
/* 	-ms-animation: fillCircle 1.5s linear infinite; */
/* 	animation: fillCircle 1.5s linear infinite; */
/* } */

/* .spinner { */
/* 	height: 20px; */
/* 	width: 200px; */
	
/* 	/* positioning the spinner-container */ */
/* 	position: fixed; */
/* 	z-index: 100; */
/* 	top: 50%; */
/* 	left: 50%; */
/* 	margin-top: -10px; */
/* 	margin-left: -100px; */
	
/* 	background-color: rgba(25, 25, 25, 0.5); */
	
/* 	border-radius: 12px; */
/* 	-webkit-border-radius: 7px; */
/* 	-moz-border-radius: 7px; */
/* } */

/* .spinner-container { */
/* 	height: 100%; */
/* 	width: 100%; */
	
/* 	/* positioning the spinner-container */ */
/* 	position: absolute; */
/* 	top: 0px; */
/* 	z-index: 100; */
/* 	background-color: rgba(25, 25, 25, 0); */
/* 	display: none; */
/* } */



Night-Rider Animation
@CHARSET "ISO-8859-1";

@-webkit-keyframes fillCircle {
	0% {-webkit-transform: translateX(-125px);}
	50% {-webkit-transform: translateX(125px);}
	100% {-webkit-transform: translateX(-125px);}
}

@-moz-keyframes fillCircle {
	0% {-moz-transform: translateX(-125px);}
	50% {-moz-transform: translateX(125px);}
	100% {-moz-transform: translateX(-125px);}
}

@-ms-keyframes fillCircle {
	0% {-ms-transform: translateX(-125px);}
	50% {-ms-transform: translateX(125px);}
	100% {-ms-transform: translateX(-125px);}
}

@keyframes fillCircle {
	0% {transform: translateX(-125px);}
	100% {transform: translateX(125px);}
/* 	100% {transform: translateX(-125px);} */
}

.circle {
	width: 50px;
	height: 16px;
	
	position: relative;
	top: 50%;
	left: 50%;
	margin-top: -8px;	/* 25px because of border-box property */
	margin-left: -25px;	/* 25px because of border-box property */
	
	background-color: #00FF00;
	
	border-radius: 4px;
/* 	border: 4px solid #EEEEEE; */
/* 	border-top-color: #00FF00; */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	
	-webkit-animation: fillCircle 1.5s linear infinite;
	-moz-animation: fillCircle 1.5s linear infinite;
	-ms-animation: fillCircle 1.5s linear infinite;
	animation: fillCircle 1.5s linear infinite;
	
}

.spinner {
	height: 26px;
	width: 206px;
	
	/* positioning the spinner-container */
	position: fixed;
	z-index: 100;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -103px;
	
/* 	background-color: rgba(25, 25, 25, 0.5); */
	background-color: #EEEEEE;
	
	border-radius: 4px;
	border: 3px solid rgba(80, 80, 80, 1);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	
	overflow: hidden;
}

.spinner-container {
	height: 100%;
	width: 100%;
	
	/* positioning the spinner-container */
	position: absolute;
	top: 0px;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1060;
	display: none;
}

/* .spinner-container-transparent { */
/* 	background-color: rgba(0, 0, 0, 0); */
/* } */


/* Box within Box */
/* @CHARSET "ISO-8859-1"; */

/* @-webkit-keyframes fillCircle { */
/* 	0% {-webkit-transform: translate(0px, 0px);} */
/* 	25% {-webkit-transform: translate(32px, 0px);} */
/* 	50% {-webkit-transform: translate(32px, 32px);} */
/* 	75% {-webkit-transform: translate(0px, 32px);} */
/* 	100% {-webkit-transform: translate(0px, 0px);} */
/* } */

/* @-moz-keyframes fillCircle { */
/* 	0% {-moz-transform: translate(0px, 0px);} */
/* 	25% {-moz-transform: translate(32px, 0px);} */
/* 	50% {-moz-transform: translate(32px, 32px);} */
/* 	75% {-moz-transform: translate(0px, 32px);} */
/* 	100% {-moz-transform: translate(0px, 0px);} */
/* } */

/* @-ms-keyframes fillCircle { */
/* 	0% {-ms-transform: translate(0px, 0px);} */
/* 	25% {-ms-transform: translate(32px, 0px);} */
/* 	50% {-ms-transform: translate(32px, 32px);} */
/* 	75% {-ms-transform: translate(0px, 32px);} */
/* 	100% {-ms-transform: translate(0px, 0px);} */
/* } */

/* @keyframes fillCircle { */
/* 	0% {transform: translate(0px, 0px);} */
/* 	25% {transform: translate(32px, 0px);} */
/* 	50% {transform: translate(32px, 32px);} */
/* 	75% {transform: translate(0px, 32px);} */
/* 	100% {transform: translate(0px, 0px);} */
/* } */

/* .circle { */
/* 	width: 20px; */
/* 	height: 20px; */
	
/* 	position: relative; */
/* /* 	top: 50%; */ */
/* /* 	left: 50%; */ */
/* 	top: 0px; */
/* 	left: 0px; */

/* 	margin-top: 4px;	25px because of border-box property */
/* 	margin-left: 4px;	25px because of border-box property */
	
/* 	background-color: #00FF00; */
	
/* 	border-radius: 4px; */
/* /* 	border: 4px solid #EEEEEE; */ */
/* /* 	border-top-color: #00FF00; */ */
/* 	-webkit-border-radius: 50%; */
/* 	-moz-border-radius: 50%; */
	
/* 	-webkit-animation: fillCircle 1.5s linear infinite; */
/* 	-moz-animation: fillCircle 1.5s linear infinite; */
/* 	-ms-animation: fillCircle 1.5s linear infinite; */
/* 	animation: fillCircle 1.5s linear infinite; */
/* } */

/* .spinner { */
/* 	height: 68px; */
/* 	width: 68px; */
	
/* 	/* positioning the spinner-container */ */
/* 	position: fixed; */
/* 	z-index: 100; */
/* 	top: 50%; */
/* 	left: 50%; */
/* 	margin-top: -30px; */
/* 	margin-left: -30px; */
	
/* 	background-color: #FFFFFF; */
	
/* 	border-radius: 6px; */
/* 	border: 4px solid; */
/* 	border-color: rgba(25, 25, 25, 0.5); */
/* 	-webkit-border-radius: 7px; */
/* 	-moz-border-radius: 7px; */
/* } */

/* .spinner-container { */
/* 	height: 100%; */
/* 	width: 100%; */
	
/* 	/* positioning the spinner-container */ */
/* 	position: absolute; */
/* 	top: 0px; */
/* 	z-index: 100; */
/* 	background-color: rgba(25, 25, 25, 0); */
/* 	display: none; */
/* } */


/* pulsing rectangle */
/* @CHARSET "ISO-8859-1"; */

/* @-webkit-keyframes fillCircle { */
/* 	0% {-webkit-transform: translate(0px, 0px);} */
/* 	25% {-webkit-transform: translate(32px, 0px);} */
/* 	50% {-webkit-transform: translate(32px, 32px);} */
/* 	75% {-webkit-transform: translate(0px, 32px);} */
/* 	100% {-webkit-transform: translate(0px, 0px);} */
/* } */

/* @-moz-keyframes fillCircle { */
/* 	0% {-moz-transform: translate(0px, 0px);} */
/* 	25% {-moz-transform: translate(32px, 0px);} */
/* 	50% {-moz-transform: translate(32px, 32px);} */
/* 	75% {-moz-transform: translate(0px, 32px);} */
/* 	100% {-moz-transform: translate(0px, 0px);} */
/* } */

/* @-ms-keyframes fillCircle { */
/* 	0% {-ms-transform: translate(0px, 0px);} */
/* 	25% {-ms-transform: translate(32px, 0px);} */
/* 	50% {-ms-transform: translate(32px, 32px);} */
/* 	75% {-ms-transform: translate(0px, 32px);} */
/* 	100% {-ms-transform: translate(0px, 0px);} */
/* } */

/* @keyframes fillCircle { */
/* 	0% {transform: scale(1, 1);} */
/* 	50% {transform: scale(14, 14);} */
/* 	100% {transform: scale(1, 1);} */
/* } */

/* .circle { */
/* 	width: 4px; */
/* 	height: 4px; */
	
/* 	position: relative; */
/* 	top: 50%; */
/* 	left: 50%; */

/* 	margin-top: -2px;	25px because of border-box property */
/* 	margin-left: -2px;	25px because of border-box property */
	
/* 	background-color: #00FF00; */
	
/* 	border-radius: 0.75px; */
/* /* 	border: 4px solid #EEEEEE; */ */
/* /* 	border-top-color: #00FF00; */ */
/* 	-webkit-border-radius: 50%; */
/* 	-moz-border-radius: 50%; */
	
/* 	-webkit-animation: fillCircle 1.5s linear infinite; */
/* 	-moz-animation: fillCircle 1.5s linear infinite; */
/* 	-ms-animation: fillCircle 1.5s linear infinite; */
/* 	animation: fillCircle 1.5s linear infinite; */
/* } */

/* .spinner { */
/* 	height: 68px; */
/* 	width: 68px; */
	
/* 	/* positioning the spinner-container */ */
/* 	position: fixed; */
/* 	z-index: 100; */
/* 	top: 50%; */
/* 	left: 50%; */
/* 	margin-top: -30px; */
/* 	margin-left: -30px; */
	
/* 	background-color: #FFFFFF; */
	
/* 	border-radius: 6px; */
/* 	border: 4px solid; */
/* 	border-color: rgba(25, 25, 25, 0.5); */
/* 	-webkit-border-radius: 7px; */
/* 	-moz-border-radius: 7px; */
/* } */

/* .spinner-container { */
/* 	height: 100%; */
/* 	width: 100%; */
	
/* 	/* positioning the spinner-container */ */
/* 	position: absolute; */
/* 	top: 0px; */
/* 	z-index: 100; */
/* 	background-color: rgba(25, 25, 25, 0); */
/* 	display: none; */
/* } */


/* pulsing rectangle 2 */
/* @CHARSET "ISO-8859-1"; */

/* @-webkit-keyframes fillCircle { */
/* 	0% {-webkit-transform: translate(0px, 0px);} */
/* 	25% {-webkit-transform: translate(32px, 0px);} */
/* 	50% {-webkit-transform: translate(32px, 32px);} */
/* 	75% {-webkit-transform: translate(0px, 32px);} */
/* 	100% {-webkit-transform: translate(0px, 0px);} */
/* } */

/* @-moz-keyframes fillCircle { */
/* 	0% {-moz-transform: translate(0px, 0px);} */
/* 	25% {-moz-transform: translate(32px, 0px);} */
/* 	50% {-moz-transform: translate(32px, 32px);} */
/* 	75% {-moz-transform: translate(0px, 32px);} */
/* 	100% {-moz-transform: translate(0px, 0px);} */
/* } */

/* @-ms-keyframes fillCircle { */
/* 	0% {-ms-transform: translate(0px, 0px);} */
/* 	25% {-ms-transform: translate(32px, 0px);} */
/* 	50% {-ms-transform: translate(32px, 32px);} */
/* 	75% {-ms-transform: translate(0px, 32px);} */
/* 	100% {-ms-transform: translate(0px, 0px);} */
/* } */

/* @keyframes fillCircle { */
/* 	0% {transform: scale(1, 1) rotate(0deg);} */
/* 	12.5% {transform: scale(0.5, 0.5) rotate(45deg);} */
/* 	25% {transform: scale(1, 1) rotate(90deg);} */
/* 	37.5% {transform: scale(0.5, 0.5) rotate(135deg);} */
/* 	50% {transform: scale(1, 1) rotate(180deg);} */
/* 	62.5% {transform: scale(0.5, 0.5) rotate(225deg);} */
/* 	75% {transform: scale(1, 1) rotate(270deg);} */
/* 	87.5% {transform: scale(0.5, 0.5) rotate(315deg);} */
/* 	100% {transform: scale(1, 1) rotate(360deg);} */
/* } */

/* .circle { */
/* 	width: 60px; */
/* 	height: 60px; */
	
/* 	position: relative; */
/* 	top: 50%; */
/* 	left: 50%; */

/* 	margin-top: -30px;	25px because of border-box property */
/* 	margin-left: -30px;	25px because of border-box property */
	
/* 	background-color: #00FF00; */
	
/* 	border-radius: 4px; */
/* /* 	border: 4px solid #EEEEEE; */ */
/* /* 	border-top-color: #00FF00; */ */
/* 	-webkit-border-radius: 50%; */
/* 	-moz-border-radius: 50%; */
	
/* 	-webkit-animation: fillCircle 3s linear infinite; */
/* 	-moz-animation: fillCircle 3s linear infinite; */
/* 	-ms-animation: fillCircle 3s linear infinite; */
/* 	animation: fillCircle 3s linear infinite; */
/* } */

/* .spinner { */
/* 	height: 68px; */
/* 	width: 68px; */
	
/* 	/* positioning the spinner-container */ */
/* 	position: fixed; */
/* 	z-index: 100; */
/* 	top: 50%; */
/* 	left: 50%; */
/* 	margin-top: -30px; */
/* 	margin-left: -30px; */
	
/* 	background-color: #FFFFFF; */
	
/* 	border-radius: 6px; */
/* 	border: 4px solid; */
/* 	border-color: rgba(25, 25, 25, 0.5); */
/* 	-webkit-border-radius: 6px; */
/* 	-moz-border-radius: 6px; */
/* } */

/* .spinner-container { */
/* 	height: 100%; */
/* 	width: 100%; */
	
/* 	/* positioning the spinner-container */ */
/* 	position: absolute; */
/* 	top: 0px; */
/* 	z-index: 100; */
/* 	background-color: rgba(25, 25, 25, 0); */
/* 	display: none; */
/* } */