/* Popup Design */ 
#modal {
  margin:0;
  padding:0;
  background:#fff url(/images/tax-popup.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -ms-behavior: url(../backgroundsize.min.htc);
  border:1px solid #fff;
  width: 700px;
  height: 393px;
  box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
}

#modal input {
	border: 1px solid #ccc;
	padding: 5px;
	margin-bottom: 5px;
}

#modal h1 {
	color:#fff;
  font-size: 50px;
  text-transform: uppercase;
}

#modal .button {
  width: 400px;
  padding: 15px;
  font-size: 20px;
  margin-top: 20px;
}

#modal p {
	color:#fff;
	font-size: 24px;
  line-height: 28px;
  margin: 20px 0;
}

#modal .signup-form input {
   margin: 0 0 20px;
}

a.closer { 
  position: relative;
  float: right;
  top: -40px;
 	right: 0px;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  font-size: 28px;
}
  
a.closer:hover .icon-close2 {
  -webkit-transform: rotateZ(720deg);
  -moz-transform: rotateZ(720deg);
  transform: rotateZ(720deg);
}

#all
{
  padding: 50px;
  color: #fff;
  text-align:center;
  position: relative;
}

@media (max-width: 767px) {

  #modal {
    width: 100%;
    height: auto;
    background-position: 50% 50%;
    background-size: cover;
    min-width: 290px;
  }

  #modal p {
    font-size: 18px;
    line-height: 20px;
  }

  #modal h1 {
    font-size: 30px;
  }

  #all {
    padding: 20px;
  }

  #modal .button {
    width: 250px;
    padding: 10px;
    font-size: 15px;
    margin-top: 0;
  }
}