
.loading_holder{
	text-align: center;
	max-height: 100%;
	
	top: 50%;
    left: 50%;
    width:30em;
    height:18em;
    margin-top: -9em; /*set to a negative number 1/2 of your height*/
    margin-left: -15em; /*set to a negative number 1/2 of your width*/
    position:fixed;
}

.loading_holder img{
  margin-top: 10%;
  width: 80px;
  height: 45px;
}

.loading-icon {
  margin: auto;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
}



.imgloading-icon .rect, .loading-icon .rect {
  background-color: black; /*#53B772;*/
  height: 100%;
  width: 4px;
  float: left;
  -webkit-animation: loading-rect 0.8s infinite ease-in-out;
  -moz-animation: loading-rect 0.8s infinite ease-in-out;
  -o-animation: loading-rect 0.8s infinite ease-in-out;
  animation: loading-rect 0.8s infinite ease-in-out;
}

.imgloading-icon {
  height:  60px;
  padding-top:  20px;
  margin-left:  45%;
}

.imgloading-icon .rect{
  height:  20px;
}

.imgloading-icon .rect ~ .rect, .loading-icon .rect ~ .rect {
  margin-left: 4px;
}
.imgloading-icon .rect1, .loading-icon .rect1 {
  -webkit-animation-delay: -0.5s;
  -moz-animation-delay: -0.5s;
  -o-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.imgloading-icon .rect2, .loading-icon .rect2 {
  -webkit-animation-delay: -0.3s;
  -moz-animation-delay: -0.3s;
  -o-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.imgloading-icon .rect3, .loading-icon .rect3 {
  -webkit-animation-delay: -0.1s;
  -moz-animation-delay: -0.1s;
  -o-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
@-webkit-keyframes loading-rect{ 0%, 100% { -webkit-transform: scaleY(0.2); opacity: 0.2; } 50% { -webkit-transform: scaleY(1.0); opacity: 1; }}
@-moz-keyframes loading-rect{ 0%, 100% { -moz-transform: scaleY(0.2); opacity: 0.2; } 50% { -moz-transform: scaleY(1.0); opacity: 1; }}
@-o-keyframes loading-rect{ 0%, 100% { -o-transform: scaleY(0.2); opacity: 0.2; } 50% { -o-transform: scaleY(1.0); opacity: 1; }}
@keyframes loading-rect{ 0%, 100% {-webkit-transform: scaleY(0.2);-moz-transform: scaleY(0.2);-ms-transform: scaleY(0.2);transform: scaleY(0.2); opacity: 0.2; } 50% {-webkit-transform: scaleY(1.0);-moz-transform: scaleY(1.0);-ms-transform: scaleY(1.0);transform: scaleY(1.0); opacity: 1; };}

/*** imgloading-icon ***/


/** OLDER CODES **/
.loader--style6 svg path,
.loader--style6 svg rect{
  fill: #53B772;
}

.loading-line {
  display: inline-block;
  height: 1px;
  margin-top: 20px;
  position: relative;
}

.loading-bit {
  -webkit-animation: 2s ease infinite animWidth;
  -moz-animation: 2s ease infinite animWidth;
  -o-animation: 2s ease infinite animWidth;
          animation: 2s ease infinite animWidth;
  background-color: #53B772;
  border-radius: 0;
  display: inline-block;
  height: 100%;
  opacity: 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
          transform: scale(1);
  vertical-align: top;
  width: 10px;
}

/*.loading-bit:nth-child(odd) {
  background-color: $color;
}
.loading-bit:nth-child(even) {
  -webkit-animation: 2s ease infinite animWidth;
  background-color: $bckgd;
}*/
.loading-bit:nth-child(1) {
  -webkit-animation-delay: 0.05s;
  -moz-animation-delay: 0.05s;
  -o-animation-delay: 0.05s;
          animation-delay: 0.05s;
}

.loading-bit:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.loading-bit:nth-child(3) {
  -webkit-animation-delay: 0.15s;
  -moz-animation-delay: 0.15s;
  -o-animation-delay: 0.15s;
          animation-delay: 0.15s;
}

.loading-bit:nth-child(4) {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.loading-bit:nth-child(5) {
  -webkit-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

.loading-bit:nth-child(6) {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.loading-bit:nth-child(7) {
  -webkit-animation-delay: 0.35s;
  -moz-animation-delay: 0.35s;
  -o-animation-delay: 0.35s;
          animation-delay: 0.35s;
}

.loading-bit:nth-child(8) {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.loading-bit:nth-child(9) {
  -webkit-animation-delay: 0.45s;
  -moz-animation-delay: 0.45s;
  -o-animation-delay: 0.45s;
          animation-delay: 0.45s;
}

.loading-bit:nth-child(10) {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.loading-bit:nth-child(11) {
  -webkit-animation-delay: 0.55s;
  -moz-animation-delay: 0.55s;
  -o-animation-delay: 0.55s;
          animation-delay: 0.55s;
}

.loading-bit:nth-child(12) {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.loading-bit:nth-child(13) {
  -webkit-animation-delay: 0.65s;
  -moz-animation-delay: 0.65s;
  -o-animation-delay: 0.65s;
          animation-delay: 0.65s;
}

.loading-bit:nth-child(14) {
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  -o-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.loading-bit:nth-child(15) {
  -webkit-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
          animation-delay: 0.75s;
}

.loading-bit:nth-child(16) {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

@-webkit-keyframes animWidth {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
            transform: scale(1);
  }
  50% {
    background-color: #d9e2ea;
    opacity: 1;
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -o-transform: scale(3);
            transform: scale(3);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes animWidth {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
            transform: scale(1);
  }
  50% {
    background-color: #d9e2ea;
    opacity: 1;
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -o-transform: scale(3);
            transform: scale(3);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
            transform: scale(1);
  }
}