/********* Loadding ************/
.loading{ position:fixed; width:100%; height:100%; top:0; left:0; right:0; bottom:0; background:rgba(0,0,0,0.80); z-index:9999; display:none;}

.bubblingG {
 text-align: center;
 width:140px;
 height:88px;
 margin: auto;
 position:absolute;
 top:50%; left:50%; margin-left:-70px; margin-top:-44px
}

.bubblingG span {
 display: inline-block;
 vertical-align: middle;
 width: 18px;
 height: 18px;
 margin: 44px auto;
 background: #5f4f3f;
 border-radius: 88px;
  -o-border-radius: 88px;
  -ms-border-radius: 88px;
  -webkit-border-radius: 88px;
  -moz-border-radius: 88px;
 animation: bubblingG 0.715s infinite alternate;
  -o-animation: bubblingG 0.715s infinite alternate;
  -ms-animation: bubblingG 0.715s infinite alternate;
  -webkit-animation: bubblingG 0.715s infinite alternate;
  -moz-animation: bubblingG 0.715s 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.2095s;
  -o-animation-delay: 0.2095s;
  -ms-animation-delay: 0.2095s;
  -webkit-animation-delay: 0.2095s;
  -moz-animation-delay: 0.2095s;
}

#bubblingG_3 {
 animation-delay: 0.429s;
  -o-animation-delay: 0.429s;
  -ms-animation-delay: 0.429s;
  -webkit-animation-delay: 0.429s;
  -moz-animation-delay: 0.429s;
}

@keyframes bubblingG {
 0% {
  width: 18px;
  height: 18px;
  background-color:#5f4f3f;
  transform: translateY(0);
 }

 100% {
  width: 42px;
  height: 42px;
  background-color:#fbebe5;
  transform: translateY(-37px);
 }
}

@-o-keyframes bubblingG {
 0% {
  width: 18px;
  height: 18px;
  background-color:#5f4f3f;
  -o-transform: translateY(0);
 }

 100% {
  width: 42px;
  height: 42px;
  background-color:#fbebe5;
  -o-transform: translateY(-37px);
 }
}

@-ms-keyframes bubblingG {
 0% {
  width: 18px;
  height: 18px;
  background-color:#5f4f3f;
  -ms-transform: translateY(0);
 }

 100% {
  width: 42px;
  height: 42px;
  background-color:#fbebe5;
  -ms-transform: translateY(-37px);
 }
}

@-webkit-keyframes bubblingG {
 0% {
  width: 18px;
  height: 18px;
  background-color:#5f4f3f;
  -webkit-transform: translateY(0);
 }

 100% {
  width: 42px;
  height: 42px;
  background-color:#fbebe5;
  -webkit-transform: translateY(-37px);
 }
}

@-moz-keyframes bubblingG {
 0% {
  width: 18px;
  height: 18px;
  background-color:#5f4f3f;
  -moz-transform: translateY(0);
 }

 100% {
  width: 42px;
  height: 42px;
  background-color:#fbebe5;
  -moz-transform: translateY(-37px);
 }
}