/*
    Loading Beta 2017. 
*/
.Load_Box { position: fixed; left: 0px; top:0px; background-image:url(action_bg.png); z-index:10000 }
.Load { position: fixed; padding-top:5px; width: 220px; height: 45px; left: 42%; top: 42%; 
		background-image:url(action_bg.png); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.Load_Text { font-size:14px; color:#FFF; height:20px; }

@media screen and (max-width: 767px) {
	.Load { left: 35%; top: 40%; }
}

@media screen and (max-width: 480px) {
	.Load { left: 22%; top: 40%; }
}

@media screen and (min-width: 768px) and (max-width: 979px) {
	.Load { left: 38%; top: 42%; }
}

@media screen and (min-width: 980px) {
	.Load { left: 42%; top: 42%; }
}

@media screen and (min-width: 1200px) {
	.Load { left: 42%; top: 42%; }
}
