﻿.loading {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    display: block;
    opacity: 0.8;
    background-color: #fff;
    z-index: 1060;
    text-align: center;
}
.bubblingG {
	text-align: center;
	width:140px;
	height:88px;
	margin: 20% auto;

}
.loading-text {
    margin: 20% auto 0;
    font-weight: bold;
    color: #333;
    text-shadow: 1px 1px #fff;
    font-size: 1.1em;
}

.bubblingGB {
    text-align: center;
    width: 140px;
    height: 88px;
    margin: 10px auto;
}
@media(max-width:1024px){
    .bubblingG {
        margin: 30% auto;
    }
}

@media(max-width:550px) {
    .bubblingG {
        margin: 45% auto;
    }
}

.bubblingG span, .bubblingGB span {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    margin: 44px auto;
    background: rgb(44,62,80);
    border-radius: 88px;
    -o-border-radius: 88px;
    -ms-border-radius: 88px;
    -webkit-border-radius: 88px;
    -moz-border-radius: 88px;
    animation: bubblingG 1.105s infinite alternate;
    -o-animation: bubblingG 1.105s infinite alternate;
    -ms-animation: bubblingG 1.105s infinite alternate;
    -webkit-animation: bubblingG 1.105s infinite alternate;
    -moz-animation: bubblingG 1.105s infinite alternate;
}

#bubblingG_1 {
	animation-delay: 0s;
		-o-animation-delay: 0s;
		-ms-animation-delay: 0s;
		-webkit-animation-delay: 0s;
		-moz-animation-delay: 0s;
}

#bubblingG_2 {
	animation-delay: 0.3295s;
		-o-animation-delay: 0.3295s;
		-ms-animation-delay: 0.3295s;
		-webkit-animation-delay: 0.3295s;
		-moz-animation-delay: 0.3295s;
}

#bubblingG_3 {
	animation-delay: 0.659s;
		-o-animation-delay: 0.659s;
		-ms-animation-delay: 0.659s;
		-webkit-animation-delay: 0.659s;
		-moz-animation-delay: 0.659s;
}



@keyframes bubblingG {
	0% {
		width: 18px;
		height: 18px;
		background-color:rgb(44,62,80);
		transform: translateY(0);
	}

	100% {
		width: 42px;
		height: 42px;
		background-color:rgb(255,255,255);
		transform: translateY(-37px);
	}
}

@-o-keyframes bubblingG {
	0% {
		width: 18px;
		height: 18px;
		background-color:rgb(44,62,80);
		-o-transform: translateY(0);
	}

	100% {
		width: 42px;
		height: 42px;
		background-color:rgb(255,255,255);
		-o-transform: translateY(-37px);
	}
}

@-ms-keyframes bubblingG {
	0% {
		width: 18px;
		height: 18px;
		background-color:rgb(44,62,80);
		-ms-transform: translateY(0);
	}

	100% {
		width: 42px;
		height: 42px;
		background-color:rgb(255,255,255);
		-ms-transform: translateY(-37px);
	}
}

@-webkit-keyframes bubblingG {
	0% {
		width: 18px;
		height: 18px;
		background-color:rgb(44,62,80);
		-webkit-transform: translateY(0);
	}

	100% {
		width: 42px;
		height: 42px;
		background-color:rgb(255,255,255);
		-webkit-transform: translateY(-37px);
	}
}

@-moz-keyframes bubblingG {
	0% {
		width: 18px;
		height: 18px;
		background-color:rgb(44,62,80);
		-moz-transform: translateY(0);
	}

	100% {
		width: 42px;
		height: 42px;
		background-color:rgb(255,255,255);
		-moz-transform: translateY(-37px);
	}
}