.wrapper {
  width: 60px;
  height: 60px;
}

.loader {
  border: 6px solid #f3f3f3;
  border-radius: 50%;
  border-top: 6px solid #337ab7;
  border-right: 6px solid white;
  border-bottom: 6px solid #337ab7;
  border-left: 6px solid #337ab7;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  
}
.wrapper {
  background: url('/img/icon/globe_icon.png') center no-repeat;
  background-size:68%;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}



.wrapper2 {
  width: 600px;
  height: 600px;
}


.wrapper3 {
  width: 140px;
  height: 140px;
}

.wrapper4 {
  background: url('/img/icon/globe_icon.png') center no-repeat;
  background-size:86%;
      
  width: 60px;
  height: 60px;
}
.loader4 {
  position: relative;  
  top: -6px;
  left: -6px;  
  border: 6px solid #f3f3f3;
  border-radius: 50%;
  border-top: 6px solid #337ab7;
  border-right: 6px solid white;
  border-bottom: 6px solid #337ab7;
  border-left: 6px solid #337ab7;
  width: 60px;
  height: 60px;
   
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  
}

.loader2 {
  border: 40px solid #f3f3f3;
  border-radius: 50%;
  border-top: 40px solid #337ab7;
  border-right: 40px solid white;
  border-bottom: 40px solid #337ab7;
  border-left: 40px solid #337ab7;
  width: 600px;
  height: 600px;
  -webkit-animation: spin2 15s linear infinite;
  animation: spin2 15s linear infinite;
  
}


.loader3 {
  border: 12px solid #f3f3f3;
  border-radius: 50%;
  border-top: 12px solid #337ab7;
  border-right: 12px solid white;
  border-bottom: 12px solid #337ab7;
  border-left: 12px solid #337ab7;
  width: 116px;
  height: 116px;
  -webkit-animation: spin2 15s linear infinite;
  animation: spin2 15s linear infinite;
  
}

.loader3_fast {
  border: 12px solid #f3f3f3;
  border-radius: 50%;
  border-top: 12px solid #337ab7;
  border-right: 12px solid white;
  border-bottom: 12px solid #337ab7;
  border-left: 12px solid #337ab7;
  width: 116px;
  height: 116px;
  -webkit-animation: spin2 3s linear infinite;
  animation: spin2 3s linear infinite;
  
}
.wrapper2 {
  background: url('/img/icon/globe.png') center no-repeat;
  background-size:75%;
}

.wrapper3 {
  background: url('/img/icon/globe.png') center no-repeat;
  background-size:75%;
}

@-webkit-keyframes spin2 {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin2 {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}