
/*
#7accf2
#1a1918
#f5f5f5
*/


#popUp  {
    z-index: 9999999999;
  max-width: 450px;
    padding: 14px;
  background: #f5f5f5;
  border: 5px solid #1a1918;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
    position: fixed;
      top: 50%;
      left: 50%;
      margin-right: -50%;
      transform: translate(-50%, -50%);
}

#popUp p {
    text-align: center;
     padding-top:0px;
     padding-bottom:25px;

}

#popUp h1, #popUp h2, #popUp h3, #popUp h4 {
    text-align: center;
    padding-bottom:20px;
    padding-top:20px;
    
}

#popUp h2{
  color: #1a1918;
  text-transform: uppercase;
  line-height: 1.25;
  padding-top: 15px;
  display: inline-block;
}
#popUp h2.tester:before,#popUp h2.tester:after{
  content: "";
  display: block;
  height: 7px;
  background-color: #1a1918;
  border-radius: 30px;
}
#popUp h2.tester:before{margin: 0 auto 15px;}
#popUp h2.tester:after{margin: 12px auto 0;}

#new span {
  background: #f5f5f5;
  position: absolute;
  color: #1c8dc4;
  padding: 4px 10px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: -5px;
}

#popUp .close {
  color: #464646;
  right: 8px;
  top: 0px;
  position: absolute;
  font-size: 20px;
  cursor: pointer;
}


#popUp a.button {
  margin: 0 auto;
  text-align: center;
  right: auto;
  left: auto;
  bottom: 15px;
  position: relative;
  font-size: 15px;
  color: #fff;
 
  background: #1a1918;
  padding: 8px 20px;
    left: 40%;
  -ms-transform: translateY(-40%);
  transform: translateY(-40%);
}

#popUp a.button:hover {
  color: #fff;
  background: #7accf2;
    cursor: pointer
}


#popUp img.newsbatch-1 {
  width:150px;
  position: absolute;
  z-index: 9;
top:-10px;
    left:-45px;
}

#popUp img.newsbatch-2 {
  width:110px;
  position: absolute;
  z-index: 9;
bottom:-10px;
    right:-50px;
    transform: rotate(34deg);
}

@media all and (max-width: 900px) {
 #popUp {
     max-width: 380px;

}
#popUp a.button {
    left: 37%;
  -ms-transform: translateY(-37%);
  transform: translateY(-37%);
}    
    
}