

.SpinnyButtonTable {
	display: table;
	border-collapse: collapse;
	border-spacing: 0px;
	border: 0px
}

.SpinnyButtonTR {
	display: table-row;
}

.SpinnyButtonWrapper {
	padding: 0px 0px 0px 0px;
	display: table-cell;
	vertical-align: middle !important;
}

#EmailListSignUpSpinnyThings, #ContactFormSpinnyThings {
	display: none;
}

.SpinnyThings {
	display: none;
	width: auto;
	vertical-align: middle !important;
	height: 54px;
	position: relative;
	text-align: center;
	margin: 0px !important;
 }

.svg-spinners {
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: 1.2s;
	-webkit-animation-name: rotate;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;

	-moz-transition-property: -moz-transform;
	-moz-animation-name: rotate; 
	-moz-animation-duration: 1.2s; 
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;

	transition-property: transform;
	animation-name: rotate; 
	animation-duration: 1.2s; 
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

@-webkit-keyframes rotate {
	from {-webkit-transform: rotate(0deg);}
	to {-webkit-transform: rotate(360deg);}
}

@-moz-keyframes rotate {
	from {-moz-transform: rotate(0deg);}
	to {-moz-transform: rotate(360deg);}
}

@keyframes rotate {
	from {transform: rotate(0deg);}
	to {transform: rotate(360deg);}
}


/* ******************************************************************************* */
/* ******************************************************************************* */
/* ******************************************************************************* */



/* ****************************************************** */

#SpinnyButtonContainer, .SpinnyButtonContainer {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	vertical-align: middle !important;
	display: inline-block;
}




.SpinnyButton {
	padding: 7px 7px 7px 7px;
	margin: 5px 0px 5px 0px;
	-moz-border-radius: 21px;
	-webkit-border-radius: 21px;
	border-radius: 21px;
	width: auto;
	display: inline-block;
}

/* ****************************************************** */

.RedButton, .RedButtonAlt {
	display: inline-block;
	background-color: #ff0000;
	padding: 18px 18px 18px 18px;
	-moz-border-radius: 21px;
	-webkit-border-radius: 21px;
	border-radius: 21px;
	border: 2px solid white;
	margin: 4px 1px 4px 1px;
	color: white;
	text-shadow: 1px 1px 1px #000;
	font-family: 'Boogaloo';
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	white-space: nowrap;
	letter-spacing: 1px;
	line-height: 0;
	cursor: pointer;
}

.RedButton:hover, .RedButton-hover, .RedButtonAlt:hover, .RedButtonAlt-hover {
	background-color: #ff9933;
	cursor: pointer;
}

/* .RedButton:focus, .RedButton:active, .RedButton-active { */
/* 	background-color: #000000; */
/* 	cursor: pointer; */
/* } */

.RedButton:active, .RedButton-active {
	background-color: #000000;
	cursor: pointer;
}

/* ********************************************************************* */


.SpinnyButtonBlue {
	background-color: #0066cc;
	border: 2px solid #ff0000;
	box-shadow:	inset 0 0 0 3px #ffffff;
}

.SpinnyButtonBlue:hover, .SpinnyButtonBlue:active {
	background-color: #ff0000;
	border: 2px solid #ff9900;
	box-shadow:	inset 0 0 0 3px #ffffff;
}

.SpinnyButtonYellow {
	background-color: #ff9900;
	border: 2px solid #ff0000;
	box-shadow:	inset 0 0 0 3px #ffffff;
}

.SpinnyButtonYellow:hover, .SpinnyButtonYellow:active {
	background-color: #ff0000;
	border: 2px solid #ff9900;
	box-shadow:	inset 0 0 0 3px #ffffff;
}

.SpinnyButtonRed {
	background-color: #ff0000;
	border: 2px solid #ff9900;
	box-shadow:	inset 0 0 0 3px #ffffff;
}

.SpinnyButtonRed:hover, .SpinnyButtonRed:active {
	background-color: #ff9900;
	border: 2px solid #ff0000;
	box-shadow:	inset 0 0 0 3px #ffffff;
}


.left-pointing-button-triangle::after {
	content: "\25c4";
	color: white;
	text-shadow: 1px 1px 1px #000;
	width: 1.1em;
}

.right-pointing-button-triangle::after {
	content: "\25ba";
	color: white;
	text-shadow: 1px 1px 1px #000;
	width: 1.1em;
}


/* ************************************************************ */
/* ************************************************************ */
/* ************************************************************ */


/* ******************************************************** */

.SpinnyGOWrapper {
	display: inline-block;
	position: relative;;
	vertical-align: middle !important;
}

.SpinnyGOContainer {
	vertical-align: middle !important;
	width: 160px;
	height: 88px;
}

.SpinnyGO {
	width: 160px;
	height: auto;
	display: block;
}

.SpinnyGOhover {
	-moz-animation: 0.5s glow6 infinite;
	-webkit-animation: 0.5s glow6 infinite;
	-o-animation: 0.5s glow6 infinite;
	animation: 0.5s glow6 infinite;
}

.SpinnyGOThings {
	display: none;
	width: 160px;
	height: 88px;
}

.SpinnyGOThings > .svg-spinners {
	margin-top: 12px;
}




