.default-ca-amount{
	margin-top:10px;
	font-weight: bold;
}

.sk-cube-grid {
	width: 40px;
	height: 40px;
	margin: 100px auto;
}

.sk-cube-grid .sk-cube {
width: 33%;
height: 33%;
background-color: #333;
float: left;
-webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
		animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; 
}
.sk-cube-grid .sk-cube1 {
-webkit-animation-delay: 0.2s;
		animation-delay: 0.2s; }
.sk-cube-grid .sk-cube2 {
-webkit-animation-delay: 0.3s;
		animation-delay: 0.3s; }
.sk-cube-grid .sk-cube3 {
-webkit-animation-delay: 0.4s;
		animation-delay: 0.4s; }
.sk-cube-grid .sk-cube4 {
-webkit-animation-delay: 0.1s;
		animation-delay: 0.1s; }
.sk-cube-grid .sk-cube5 {
-webkit-animation-delay: 0.2s;
		animation-delay: 0.2s; }
.sk-cube-grid .sk-cube6 {
-webkit-animation-delay: 0.3s;
		animation-delay: 0.3s; }
.sk-cube-grid .sk-cube7 {
-webkit-animation-delay: 0s;
		animation-delay: 0s; }
.sk-cube-grid .sk-cube8 {
-webkit-animation-delay: 0.1s;
		animation-delay: 0.1s; }
.sk-cube-grid .sk-cube9 {
-webkit-animation-delay: 0.2s;
		animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
0%, 70%, 100% {
	-webkit-transform: scale3D(1, 1, 1);
			transform: scale3D(1, 1, 1);
} 35% {
	-webkit-transform: scale3D(0, 0, 1);
			transform: scale3D(0, 0, 1); 
}
}

@keyframes sk-cubeGridScaleDelay {
0%, 70%, 100% {
	-webkit-transform: scale3D(1, 1, 1);
			transform: scale3D(1, 1, 1);
} 35% {
	-webkit-transform: scale3D(0, 0, 1);
			transform: scale3D(0, 0, 1);
} 
}

#loadingnext_background{
	position: absolute;
	width:100%;
	height:100%;
	background-color: black;
	opacity: 0.3;
	top:0px;
	left:0px;
	display: none;
	z-index:999998;
}

#loadingnext_msg{
	display: none;
	position: absolute;
	box-sizing: content-box;
	color:#686868;
	text-align: center;
	top: 50%;
	left: 50%;
	height: 30px;
	width: 160px;
	margin: 135px 0 0 -80px;
	z-index:9999999;
	font-size:14px;
}

.text-sha{
	text-shadow: -1px 0 #F2F1F6, 0 1px #F2F1F6, 1px 0 #F2F1F6, 0 -1px #F2F1F6;
	-moz-text-shadow: -1px 0 #F2F1F6, 0 1px #F2F1F6, 1px 0 #F2F1F6, 0 -1px #F2F1F6;
	-webkit-text-shadow: -1px 0 #F2F1F6, 0 1px #F2F1F6, 1px 0 #F2F1F6, 0 -1px #F2F1F6;
}

#loading_next {
	display: none;
	position: absolute;
	height: 50px;
	width: 50px;
	z-index:9999999;
	box-sizing: content-box;
}
	
	#loading_next span {
	position: absolute;
	width: 10px;
	height: 10px;
	background: rgba(0, 0, 0, 0.25);
	border-radius: 50%;
	-webkit-animation: loading_next 1s infinite ease-in-out;
			animation: loading_next 1s infinite ease-in-out;
	}
	
	#loading_next span:nth-child(1) {
	left: 0px;
	-webkit-animation-delay: 0.2s;
			animation-delay: 0.2s;
	}
	
	#loading_next span:nth-child(2) {
	left: 15px;
	-webkit-animation-delay: 0.3s;
			animation-delay: 0.3s;
	}
	
	#loading_next span:nth-child(3) {
	left: 30px;
	-webkit-animation-delay: 0.4s;
			animation-delay: 0.4s;
	}
	
	#loading_next span:nth-child(4) {
	left: 45px;
	-webkit-animation-delay: 0.5s;
			animation-delay: 0.5s;
	}
	
	@keyframes loading_next {
	0% {
		-webkit-transform: translateY(0px);
				transform: translateY(0px);
		-webkit-transform: translateY(0px);
				transform: translateY(0px);
		background: #d62d20;
	}
	25% {
		-webkit-transform: translateY(10px);
				transform: translateY(10px);
		-webkit-transform: translateY(10px);
				transform: translateY(10px);
		background: #ffa700;
	}
	50% {
		-webkit-transform: translateY(10px);
				transform: translateY(10px);
		-webkit-transform: translateY(10px);
				transform: translateY(10px);
		background: #008744;
	}
	100% {
		-webkit-transform: translateY(0px);
				transform: translateY(0px);
		-webkit-transform: translateY(0px);
				transform: translateY(0px);
		background: #0057e7;
	}
	}
	@-webkit-keyframes loading_next {
	0% {
		-webkit-transform: translateY(0px);
				transform: translateY(0px);
		background: #d62d20;
	}
	25% {
		-webkit-transform: translateY(10px);
				transform: translateY(10px);
		background: #ffa700;
	}
	50% {
		-webkit-transform: translateY(10px);
				transform: translateY(10px);
		background: #008744;
	}
	100% {
		-webkit-transform: translateY(0px);
				transform: translateY(0px);
		background: #0057e7;
	}
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white{
	--swiper-navigation-color: #eee !important;
}
