.blocker {
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  width: 100%; height: 100%;
  overflow: auto;
  z-index: 9999;
  padding: 20px;
  box-sizing: border-box;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.6);
  text-align: center;
}
.blocker:before{
 
}
.blocker.behind {
  background-color: transparent;
}
.modal {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 640px;
  background: #fff;
  padding: 30px;
  text-align: center;
  top:120px;
}

.modal a.close-modal {
  position: absolute;
      top: -27px;
    right: -1px;
  display: block;
  width: 79px;
  height: 16px;
  text-indent: -9999px;
  background: url(../../img/x.png);
  background-size:contain;
  background-repeat: no-repeat;
}

.modal-spinner {
  display: none;
  width: 64px;
  height: 64px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-right: -32px;
  margin-top: -32px;
  background: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}

.modal .inner{
	padding:20px 20px;
	margin:0 auto;
}
.modal h1{
	margin:20px 0px;padding:0;
	color:#ee131e;
	font-size:28px;
	line-height:30px;
    -webkit-font-smoothing: antialiased;
}

.modal h2{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight:bold;
    color: #000;
	margin:0;padding:0;
}

.modal p{
	margin:0 0 30px 0;padding:0;
	color:#000;
}

.modal p i{
	font-size:12px;
}

.modal h3{
	margin:0;padding:0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight:bold;
}

.modal .col-50{
	float:left;
	width:50%;
}

.modal #buy{
	font-family: "museo-slab", Georgia, "Times New Roman", Times, serif;
    font-weight: 500;
    color:#fff;
    font-size:17px;
    line-height:20px;
    background:#ea1927;
    display:inline-block;
    padding:15px 110px;
    text-decoration: none;
    margin-bottom:15px;
}

.modal #buy:hover{
	background:#000;
}

@media (max-width: 900px) {
  
  .modal .inner{
	  padding:0px;
  }
  
  
}

@media (max-width: 767px) {
  
  .modal .inner{
	  padding:0px;
  }
  .blocker{
	  padding:0px;
  }
  
  .modal{
	  width:70%;
	  right:auto;
	  left:auto;
	  top:100px;
	  padding:10%;
  }
  
}
@media (max-width: 480px) {
 
 	.modal h1{
	 	font-size:21px;
	 	line-height:21px;
 	} 
 	.modal h2{
	 	font-size:15px;
	 	line-height:15px;
 	}
 	
 	.modal h3{
	 	
	 	font-size:13px;
	 	line-height:13px;
 	}
 	
 	.modal p{
	 	font-size:13px;
	 	line-height: 18px;
 	}
 	
 	.modal #buy{
	 	font-size:15px;
	 	padding:10px 50px;
 	}
 	
 	.modal{
	 	
	  top:80px;
 	}
  
}