/* CSS Document */
#spinner_container
{
	position: absolute;
	top: 		0px;
	bottom: 	0px;
	left: 		0px;
	right: 		0px;
	
	background: rgba(12,43,92,0.80);
	display: 	none;
}

.lds-roller 
{
	left: 		50%;
	top: 		50%;
	transform: 	translateX(-50%) translateY(-50%);
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}





/* Spinner 2 */
.spinner2_container:not(.lazyitem) 
{
	position: 			absolute;
	background: 		rgba(0,0,0,0.76);
    width: 				100%;
    height: 			100%;
	top: 				0px;
	left: 				0px;
}
.spinner2_container.lazyitem
{

	
	position: 			relative;
	/* background: 		rgba(0,0,0,0.76); */
	height: 			150px;
	margin-bottom: 		50px;
}
.spinner2_container > div
{
	position: 			absolute;
	left: 				50%;
	-webkit-transform: 	translateX(-50%);
	transform: 			translateX(-50%);
	margin-bottom: 		50px;
	
}
.spinner2_container.lazyitem  > div
{
	height: 			150px;
}
/*
.spinner2_container .loader,
.spinner2_container .loader:before,
.spinner2_container .loader:after {
  background: 			#000000;
  -webkit-animation: 	load1 1s infinite ease-in-out;
  animation: 			load1 1s infinite ease-in-out;
  width: 				1em;
  height: 				4em;
}
.spinner2_container .loader {
  color: 				#000000;
  text-indent: 			-9999em;
  margin: 				88px auto;
  position: 			relative;
  font-size: 			11px;
  -webkit-transform: 	translateZ(0);
  -ms-transform: 		translateZ(0);
  transform: 			translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: 		-0.16s;
}
.spinner2_container .loader:before,
.spinner2_container .loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.spinner2_container .loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner2_container .loader:after {
  left: 1.5em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
*/


/* Spinner 3 */
.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader {
  color: #000000;
  font-size: 90%;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
