


.la-ball-clip-rotate {
	position: relative
}

.la-ball-clip-rotate>div {
	position: relative;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	color: #fff;
	background: #fff;
	border-color: #fff;
	border-style: solid;
	border-width: 0
}

.la-ball-clip-rotate:after {
	display: table;
	line-height: 0;
	clear: both;
	content: ""
}

.la-ball-clip-rotate.la-dark>div {
	color: #444;
	background: #444;
	border-color: #444
}

#timer_loader, #timer_loader_quick {
    text-align: center; 
    font-size: 42px; 
    color: #56b04c; 
    margin: -3px 0 0 -31px;
    width: 73px;
}



@-webkit-keyframes ball-clip-rotate { 
	0%{
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	50%{
		-webkit-transform: rotate(180deg);
		transform:rotate(180deg);
	}

	100%{ 
		-webkit-transform:rotate(360deg);
		transform:rotate(360deg);
	}
}

@-moz-keyframes ball-clip-rotate { 
	
	0%{
		-moz-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	50%{
		-moz-transform:rotate(180deg);
		transform:rotate(180deg);
	}
	
	100%{
		-moz-transform:rotate(360deg);
		transform:rotate(360deg);
	}

}

@-o-keyframes ball-clip-rotate { 
	
	0%{
		-o-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	
	50%{
		-o-transform:rotate(180deg);
		transform:rotate(180deg)
	}
	
	100%{
		-o-transform:rotate(360deg);
		transform:rotate(360deg)
	}
}

@keyframes ball-clip-rotate { 
	0%{
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	50%{
		-webkit-transform:rotate(180deg);
		-moz-transform:rotate(180deg);
		-o-transform:rotate(180deg);
		transform:rotate(180deg)
	}
	
	100%{
		-webkit-transform:rotate(360deg);
		-moz-transform:rotate(360deg);
		-o-transform:rotate(360deg);
		transform:rotate(360deg);
	}
}

.la-ball-clip-rotate {
	width: 32px;
	height: 32px
}

.la-ball-clip-rotate>div {
	display: inline-block;
	width: 28px;
	height: 28px;
	margin: 0;
	float: left;
	background: transparent !important;
	border-style: solid;
	border-width: 2px;
	border-bottom-color: transparent !important;
	border-radius: 100%;
	-webkit-animation: ball-clip-rotate .75s linear infinite;
	-moz-animation: ball-clip-rotate .75s linear infinite;
	-o-animation: ball-clip-rotate .75s linear infinite;
	animation: ball-clip-rotate .75s linear infinite;
}

.la-ball-clip-rotate.la-sm {
	width: 16px;
	height: 16px
}

.la-ball-clip-rotate.la-sm>div {
	width: 14px;
	height: 14px;
	margin: 0;
	border-width: 1px
}

.la-ball-clip-rotate.la-lg {
	width: 48px;
	height: 48px
}

.la-ball-clip-rotate.la-lg>div {
	width: 42px;
	height: 42px;
	margin: 0;
	border-width: 3px
}

.la-ball-clip-rotate.la-2x {
	width: 64px;
	height: 64px
}

.la-ball-clip-rotate.la-2x>div {
	width: 56px;
	height: 56px;
	margin: 0;
	border-width: 4px
}

/*custom*/
.loader{
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(256, 256, 256, 0.8);
	top: 0;
	left: 0;
	z-index: 9999999;
	display: none;
}

.la-ball-clip-rotate {
	width:  90px;
	height: 90px;
}

.loader-inner{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -45px;
	margin-left: -45px;
}

.la-ball-clip-rotate.la-linear>div {
	width:  90px;
	height: 90px;
	margin: 0;
	border-width: 5px;
	color: #56b04c;
	background: #56b04c;
	border-color: #56b04c;
}

#loader_quick > div:nth-child(2) {
    position: absolute;
    top: 60%;
    left: 30%;
    width: 45%;
}

#loader_quick > div:nth-child(2) p {
    font-size: 19px;
    line-height: 1.3;
}

#percentUploadingValue.loader-inner {
    margin: -3px 0 0 -43px;
    position: relative;
    width: 100px;
    height: 45px;
    text-align: center;
    font-size: 35px;
    color: #56B04C;
}

@media (max-width: 767px) {
    #loader_quick > div:first-child {
        top: 20%;
    }

    #loader_quick > div:nth-child(3) {
        top: 20%;
    }

    #loader_quick > div:nth-child(2) {
        top: 40%;
        left: 0;
        width: auto;
        padding: 0 15px;
    }

    #loader_quick > div:nth-child(2) p {
        font-size: 14px;
    }


}

/*custom*/
