/*  spinner.css */
@font-face {
	font-family: 'rhc-spinners';
	src:url('fonts/rhc-spinners.eot?4tz6wj');
	src:url('fonts/rhc-spinners.eot?#iefix4tz6wj') format('embedded-opentype'),
		url('fonts/rhc-spinners.woff?4tz6wj') format('woff'),
		url('fonts/rhc-spinners.ttf?4tz6wj') format('truetype'),
		url('fonts/rhc-spinners.svg?4tz6wj#rhc-spinners') format('svg');
	font-weight: normal;
	font-style: normal;
}

.rhc_holder [class^="icon-xspinner-"], .rhc_holder [class*=" icon-xspinner-"],
[class^="icon-xspinner-"], [class*=" icon-xspinner-"], [class^="icon-xspinner-"]:before, [class*=" icon-xspinner-"]:before {
	font-family: 'rhc-spinners' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-image:none;
}

.icon-xspinner-1:before {
	content: "\e000";
}
.icon-xspinner-2:before {
	content: "\e001";
}
.icon-xspinner-3:before {
	content: "\e002";
}
.icon-xspinner-4:before {
	content: "\e003";
}
.icon-xspinner-5:before {
	content: "\e004";
}
.icon-xspinner-6:before {
	content: "\e005";
}
.icon-xspinner-7:before {
	content: "\e006";
}
.icon-xspinner-8:before {
	content: "\e007";
}
.icon-xspinner-9:before {
	content: "\e008";
}
.icon-xspinner-10:before {
	content: "\e009";
}
.icon-xspinner-11:before {
	content: "\e010";
}
.icon-xspinner-12:before {
	content: "\e011";
}
.icon-xspinner-13:before {
	content: "\e012";
}
.icon-xspinner-14:before {
	content: "\e013";
}
.icon-xspinner-15:before {
	content: "\e014";
}
.icon-xspinner-16:before {
	content: "\e015";
}
.icon-xspinner-17:before {
	content: "\e016";
}
.icon-xspinner-18:before {
	content: "\e017";
}

@keyframes anim-rotate {
	0% {
				transform: rotate(0);
	}
	100% {
				transform: rotate(360deg);
	}
}

@-webkit-keyframes anim-rotate{
	0% {
		-webkit-transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes anim-rotate-cc {
	0% {
				transform: rotate(360deg);
	}
	100% {
				transform: rotate(0deg);
	}
}

@-webkit-keyframes anim-rotate-cc{
	0% {
		-webkit-transform: rotate(360deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
	}
}

.xspinner {
	display: inline-block;
	font-size:4em;
	height: 1em;
	width:1em;
	line-height: 1;
	margin: .5em;
	-webkit-animation: anim-rotate 2s infinite linear;		
			animation: anim-rotate 2s infinite linear;
	color: rgba(50,50,50, .7);
	text-shadow: 0 0 .25em rgba(255,255,255, .3);
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	transform-origin: center;
}
.xspinner--steps, {
	-webkit-animation: anim-rotate 1s infinite steps(8);
			animation: anim-rotate 1s infinite steps(8);
}
.xspinner--steps2 {
	-webkit-animation: anim-rotate 1s infinite steps(12);
			animation: anim-rotate 1s infinite steps(12);
}
.icon-xspinner-1 {
	-webkit-animation: anim-rotate 1s infinite steps(8);
			animation: anim-rotate 1s infinite steps(8);
}
.icon-xspinner-5 {
	-webkit-animation: anim-rotate 1s infinite steps(12);
			animation: anim-rotate 1s infinite steps(12);
}
.icon-xspinner-8 {
	-webkit-animation: anim-rotate 1s infinite steps(8);
			animation: anim-rotate 1s infinite steps(8);
}
.icon-xspinner-9 {
	-webkit-animation: anim-rotate 1s infinite steps(8);
			animation: anim-rotate 1s infinite steps(8);
}
.icon-xspinner-13 {
	-webkit-animation: anim-rotate 1s infinite steps(19);
			animation: anim-rotate 1s infinite steps(12);
	-webkit-transform-origin: 48% 56%;
	-moz-transform-origin: 48% 56%;
	transform-origin: 48% 56%;
}
.icon-xspinner-16 {
	-webkit-animation: anim-rotate 1s infinite steps(19);
			animation: anim-rotate 1s infinite steps(12);
	-webkit-transform-origin: 48% 56%;
	-moz-transform-origin: 48% 56%;
	transform-origin: 48% 56%;
}
.icon-xspinner-14,
.icon-xspinner-17 {
	-webkit-animation: anim-rotate-cc 1s infinite linear;
			animation: anim-rotate-cc 1s infinite linear;
	-webkit-transform-origin: 57% 50%;
	-moz-transform-origin: 57% 50%;
	transform-origin: 57% 50%;
}

.icon-xspinner-15 {
	-webkit-animation: anim-rotate-cc 3s infinite linear;
			animation: anim-rotate-cc 3s infinite linear;
	-webkit-transform-origin: 46% 51%;
	-moz-transform-origin: 46% 51%;
	transform-origin: 46% 51%;
}

.icon-xspinner-18 {
	-webkit-animation: anim-rotate-cc 2s infinite linear;
			animation: anim-rotate-cc 3s infinite linear;
	-webkit-transform-origin: 44% 50%;
	-moz-transform-origin: 44% 50%;
	transform-origin: 44% 50%;
}

/* START Event list stacking loading animation */
.fc-view-loading-bottom {
	display:none;
}

.stacking.view-rhc_event .fc-view-loading-bottom {
display:block;
height:20px;
margin-top:-40px;
}
.fc-view-loading-bottom-1 {
    margin-top: 10px;
    position: relative;
    width: 100%;
    clear: both;
    cursor: pointer;
    min-height: 30px;
    padding-top: 30px; 	
	text-align:center;
}
.fc-next-arrow {
    display: inline-block;
	text-align:center;
	position: absolute;
	margin:-30px auto 0;
	font-family: 'calendarize-it';
	font-size: 24px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fc-next-arrow {
    color: #D3D3D3;
    display: block;
    font-size: 30px;
    margin-top: -30px;
    position: absolute;
    text-align: center;
    width: 100%;
	padding-top: 15px;
	-webkit-animation: RHCBOUNCE 1200ms infinite; /* Safari 4+ */
  	   -moz-animation: RHCBOUNCE 1200ms infinite; /* Fx 5+ */
  		 -o-animation: RHCBOUNCE 1200ms infinite; /* Opera 12+ */
  			animation: RHCBOUNCE 1200ms infinite;
	/**/
	-webkit-transition-property: padding-top 1s ease-in; /* Safari and Chrome */
	   -moz-transition-property: padding-top 1s ease-in; /* Firefox 4 */
		 -o-transition-property: padding-top 1s ease-in; /* Opera */
			transition-property: padding-top 1s ease-in;
	
}

.stacking-loading .fc-next-arrow {
	padding-top: 0;
	-webkit-animation: RHCBOUNCE 1200ms infinite linear; /* Safari 4+ */
  	   -moz-animation: RHCBOUNCE 1200ms infinite linear; /* Fx 5+ */
		 -o-animation: RHCBOUNCE 1200ms infinite linear; /* Opera 12+ */
			animation: RHCBOUNCE 1200ms infinite linear;
}

.fc-next-arrow::before {
	/*content:"\e3d5";*/
	content:"\e63f";
}

/* Bouncing Animation */
@-webkit-keyframes RHCBOUNCE {
  0%   { padding-top: 0px;font-size:30px; }
  50%   { padding-top: 10px;font-size:30px; }
  100% { padding-top: 0px;font-size:30px; }
}
@-moz-keyframes RHCBOUNCE {
  0%   { padding-top: 0px;font-size:30px; }
  50%   { padding-top: 10px;font-size:30px; }
  100% { padding-top: 0px;font-size:30px; }
}
@-o-keyframes RHCBOUNCE {
  0%   { padding-top: 0px;font-size:30px; }
  50%   { padding-top: 10px;font-size:30px; }
  100% { padding-top: 0px;font-size:30px; }
}
@keyframes RHCBOUNCE {
  0%   { padding-top: 0px;font-size:30px; }
  50%   { padding-top: 10px;font-size:30px; }
  100% { padding-top: 0px;font-size:30px; }
}

/* Spinning Animation */
@-ms-keyframes RHCSPIN {
    from { -ms-transform: rotate(0deg); }
    to { -ms-transform: rotate(360deg); }
}
@-moz-keyframes RHCSPIN {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes RHCSPIN {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes RHCSPIN {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

/* END Event list stacking loading animation */