@charset "UTF-8";
.loaderModal {
	text-align: center;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.7);
	background: #000000;
	opacity: 0.7;
	z-index: 10051 !important;
	outline: none !important;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	overflow: auto;
	overflow-y: scroll;
	filter: alpha(opacity=70);
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
.loading {
	overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
.loading .loaderModal {
	display: block;
}

/* Full page loader */
#circularG {
	width: 128px;
	height: 128px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -64px;
	margin-left: -64px;
}

.circularG {
	position: absolute;
	background-color: #FFFFFF;
	width: 29px;
	height: 29px;
	-moz-border-radius: 19px !important;
	-moz-animation-name: bounce_circularG;
	-moz-animation-duration: 1.04s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-direction: linear;
	-webkit-border-radius: 19px !important;
	-webkit-animation-name: bounce_circularG;
	-webkit-animation-duration: 1.04s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: linear;
	-ms-border-radius: 19px !important;
	-ms-animation-name: bounce_circularG;
	-ms-animation-duration: 1.04s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-direction: linear;
	-o-border-radius: 19px !important;
	-o-animation-name: bounce_circularG;
	-o-animation-duration: 1.04s;
	-o-animation-iteration-count: infinite;
	-o-animation-direction: linear;
	border-radius: 19px !important;
	animation-name: bounce_circularG;
	animation-duration: 1.04s;
	animation-iteration-count: infinite;
	animation-direction: linear;
}

#circularG_1 {
	left: 0;
	top: 50px;
	-moz-animation-delay: 0.39s;
	-webkit-animation-delay: 0.39s;
	-ms-animation-delay: 0.39s;
	-o-animation-delay: 0.39s;
	animation-delay: 0.39s;
}

#circularG_2 {
	left: 14px;
	top: 14px;
	-moz-animation-delay: 0.52s;
	-webkit-animation-delay: 0.52s;
	-ms-animation-delay: 0.52s;
	-o-animation-delay: 0.52s;
	animation-delay: 0.52s;
}

#circularG_3 {
	top: 0;
	left: 50px;
	-moz-animation-delay: 0.65s;
	-webkit-animation-delay: 0.65s;
	-ms-animation-delay: 0.65s;
	-o-animation-delay: 0.65s;
	animation-delay: 0.65s;
}

#circularG_4 {
	right: 14px;
	top: 14px;
	-moz-animation-delay: 0.78s;
	-webkit-animation-delay: 0.78s;
	-ms-animation-delay: 0.78s;
	-o-animation-delay: 0.78s;
	animation-delay: 0.78s;
}

#circularG_5 {
	right: 0;
	top: 50px;
	-moz-animation-delay: 0.91s;
	-webkit-animation-delay: 0.91s;
	-ms-animation-delay: 0.91s;
	-o-animation-delay: 0.91s;
	animation-delay: 0.91s;
}

#circularG_6 {
	right: 14px;
	bottom: 14px;
	-moz-animation-delay: 1.04s;
	-webkit-animation-delay: 1.04s;
	-ms-animation-delay: 1.04s;
	-o-animation-delay: 1.04s;
	animation-delay: 1.04s;
}

#circularG_7 {
	left: 50px;
	bottom: 0;
	-moz-animation-delay: 1.17s;
	-webkit-animation-delay: 1.17s;
	-ms-animation-delay: 1.17s;
	-o-animation-delay: 1.17s;
	animation-delay: 1.17s;
}

#circularG_8 {
	left: 14px;
	bottom: 14px;
	-moz-animation-delay: 1.3s;
	-webkit-animation-delay: 1.3s;
	-ms-animation-delay: 1.3s;
	-o-animation-delay: 1.3s;
	animation-delay: 1.3s;
}

@-moz-keyframes bounce_circularG {
	0% {
		-moz-transform: scale(1)
	}

	100% {
		-moz-transform: scale(.3)
	}

}

@-webkit-keyframes bounce_circularG {
	0% {
		-webkit-transform: scale(1)
	}

	100% {
		-webkit-transform: scale(.3)
	}

}

@-ms-keyframes bounce_circularG {
	0% {
		-ms-transform: scale(1)
	}

	100% {
		-ms-transform: scale(.3)
	}

}

@-o-keyframes bounce_circularG {
	0% {
		-o-transform: scale(1)
	}

	100% {
		-o-transform: scale(.3)
	}

}

@keyframes bounce_circularG {
	0% {
		transform: scale(1)
	}

	100% {
		transform: scale(.3)
	}

}

/*Small Section loader */
.section_loader {
	z-index: 1000;
	position: absolute;
	text-align: center;
	vertical-align: text-bottom;
	height: 100%;
	width: 100%;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	background: #000000;
	outline: none !important;
	overflow: auto;
	opacity: 0.7;
	filter: alpha(opacity=70);
	border-radius: inherit;
}

.section_loader .section_loader_content {
	width: 30px;
	height: 30px;
	position: relative;
	top: 50%;
	left: 50%;
	margin-top: -15px;
	margin-left: -15px;
}

.section_loader_content .loader-message{
	position: absolute;
	bottom: -30px;
	width: 350px;
	left: -160px;
	color: #FFFFFF;
}

#circularH {
	position: relative;
	width: 30px;
	height: 30px
}

.circularH {
	position: absolute;
	background-color: #FFFFFF;
	width: 7px;
	height: 7px;
	-moz-border-radius: 5px !important;
	-moz-animation-name: bounce_circularH;
	-moz-animation-duration: 1.2s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-direction: linear;
	-webkit-border-radius: 5px !important;
	-webkit-animation-name: bounce_circularH;
	-webkit-animation-duration: 1.2s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: linear;
	-ms-border-radius: 5px !important;
	-ms-animation-name: bounce_circularH;
	-ms-animation-duration: 1.2s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-direction: linear;
	-o-border-radius: 5px !important;
	-o-animation-name: bounce_circularH;
	-o-animation-duration: 1.2s;
	-o-animation-iteration-count: infinite;
	-o-animation-direction: linear;
	border-radius: 5px !important;
	animation-name: bounce_circularH;
	animation-duration: 1.2s;
	animation-iteration-count: infinite;
	animation-direction: linear;
}

#circularH_1 {
	left: 0;
	top: 12px;
	-moz-animation-delay: 0.45s;
	-webkit-animation-delay: 0.45s;
	-ms-animation-delay: 0.45s;
	-o-animation-delay: 0.45s;
	animation-delay: 0.45s;
}

#circularH_2 {
	left: 3px;
	top: 3px;
	-moz-animation-delay: 0.6s;
	-webkit-animation-delay: 0.6s;
	-ms-animation-delay: 0.6s;
	-o-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

#circularH_3 {
	top: 0;
	left: 12px;
	-moz-animation-delay: 0.75s;
	-webkit-animation-delay: 0.75s;
	-ms-animation-delay: 0.75s;
	-o-animation-delay: 0.75s;
	animation-delay: 0.75s;
}

#circularH_4 {
	right: 3px;
	top: 3px;
	-moz-animation-delay: 0.9s;
	-webkit-animation-delay: 0.9s;
	-ms-animation-delay: 0.9s;
	-o-animation-delay: 0.9s;
	animation-delay: 0.9s;
}

#circularH_5 {
	right: 0;
	top: 12px;
	-moz-animation-delay: 1.05s;
	-webkit-animation-delay: 1.05s;
	-ms-animation-delay: 1.05s;
	-o-animation-delay: 1.05s;
	animation-delay: 1.05s;
}

#circularH_6 {
	right: 3px;
	bottom: 3px;
	-moz-animation-delay: 1.2s;
	-webkit-animation-delay: 1.2s;
	-ms-animation-delay: 1.2s;
	-o-animation-delay: 1.2s;
	animation-delay: 1.2s;
}

#circularH_7 {
	left: 12px;
	bottom: 0;
	-moz-animation-delay: 1.35s;
	-webkit-animation-delay: 1.35s;
	-ms-animation-delay: 1.35s;
	-o-animation-delay: 1.35s;
	animation-delay: 1.35s;
}

#circularH_8 {
	left: 3px;
	bottom: 3px;
	-moz-animation-delay: 1.5s;
	-webkit-animation-delay: 1.5s;
	-ms-animation-delay: 1.5s;
	-o-animation-delay: 1.5s;
	animation-delay: 1.5s;
}

@-moz-keyframes bounce_circularH {
	0% {
		-moz-transform: scale(1)
	}

	100% {
		-moz-transform: scale(.3)
	}

}

@-webkit-keyframes bounce_circularH {
	0% {
		-webkit-transform: scale(1)
	}

	100% {
		-webkit-transform: scale(.3)
	}

}

@-ms-keyframes bounce_circularH {
	0% {
		-ms-transform: scale(1)
	}

	100% {
		-ms-transform: scale(.3)
	}

}

@-o-keyframes bounce_circularH {
	0% {
		-o-transform: scale(1)
	}

	100% {
		-o-transform: scale(.3)
	}

}

@keyframes bounce_circularH {
	0% {
		transform: scale(1)
	}

	100% {
		transform: scale(.3)
	}
}