.blocker {
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  width: 100%; height: 100%;
  overflow: auto;
  z-index: 1;
  padding: 20px;
  box-sizing: border-box;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.75);
  text-align: center;
  z-index: 9999
}
.blocker:before{
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}
.blocker.behind {
  background-color: transparent;
}
.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 1130px;
  box-sizing: border-box;
  width: 90%;
  background:url(../images/modal-bg.jpg) center no-repeat;
  padding: 30px 15px;
  text-align: center;
  border: 5px solid #ebebeb;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.35);
-moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.35);
box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.35);
overflow: visible;
}

.modal a.close-modal {
  position: absolute;
  top: -25px;
  right: -25px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  
  background:  url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeBAMAAADJHrORAAAAMFBMVEX///8AAAD///////////////////////////////////////////////////////9PNSPeAAAAEHRSTlOAAEl1RDgsY09AJgh0Vw12T/bAiAAAANtJREFUGNNjEASBRTUMx7XALBBfejIDCPzcCOXnMEDAMQhfiAEGFMH8C3A+L5APkkYoAPITkPhsggzSB5D4zBsZJBmQwUQGYSDJ8ghI9AUACUOGBUCST9CBgUNQAMjiYlAAkkyCIgyNggEgFkMBSJujoIegKIjBzmAAoliALg0AWwA11xEsjQCNQBPAAKKeA6jeAcTgYSiASIdAFLCD7eMA6nYEK2CCuieAgQXiHrB7WUVBViSA3IvhH2kDFP+ihQd6eGGGJ2Z4CyZDuWaw+JqPiC9ofBYzmEPiEwD5vCKA0zIUOwAAAABJRU5ErkJggg==') center no-repeat;

}

.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px;
}

.modal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;

  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.modal-spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.5) }
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
  }  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}
#mG61Hd h3{font-size: 2em; color: #fff;margin-bottom: 20px;}
#mG61Hd input.exportInput{text-align: center;border:none; border-radius: 0;max-width: 375px;}
#mG61Hd input.exportInput::-webkit-input-placeholder{color: #333333; text-transform: uppercase;font-size: 1em;}
#mG61Hd input.exportInput::-moz-placeholder{color: #333333; text-transform: uppercase;font-size: 1em;}
#mG61Hd input.exportInput::-ms-input-placeholder{color: #333333; text-transform: uppercase;font-size: 1em;}
#mG61Hd input.exportInput:-ms-input-placeholder{color: #333333; text-transform: uppercase;font-size: 1em;}
#mG61Hd .btn{background-color:#906;margin: 0 auto;}

@media only screen and (max-width:480px){
    #mG61Hd .btn{white-space: normal;letter-spacing:.1em;} 
}

@media only screen and (min-width:481px){
    #mG61Hd .btn{width: 375px;letter-spacing:.3em;} 
}
@media only screen and (min-width:768px){
    .modal{border-width: 10px;}
    #mG61Hd input.exportInput{padding: 20px;height: 60px;font-size: 18px;margin: 0 auto 20px;display: block;}
    #mG61Hd input.exportInput::-webkit-input-placeholder{font-size: 18px}
#mG61Hd input.exportInput::-moz-placeholder{font-size: 18px}
#mG61Hd input.exportInput::-ms-input-placeholder{font-size: 18px}
#mG61Hd input.exportInput:-ms-input-placeholder{font-size: 18px}
}
@media only screen and (min-width:1024px) {
    #mG61Hd h3{font-size: 3em;margin-bottom: 30px;}
#mG61Hd .btn{font-size:20px;letter-spacing:.3em;padding:26px 31px 23px}
.modal{padding: 3em;border-width: 15px;}
.modal a.close-modal{top: -37px;right: -37px;}
}
@media only screen and (min-width:1200px){
    .modal{height: 530px;border-width: 25px;padding-top: 130px;}  
    #mG61Hd h3{margin-bottom: 40px;}
    .modal a.close-modal{top: -47px;right: -47px;}
}