#popUpContainer{
    background: rgba(0,0,0,.9);
    z-index: 99999;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}	
#popup{
    background: #fff;
    border-radius: 5px;
    width: 790px;
    padding: 20px 50px;
    position: relative;
    left: calc(50% - 395px);
    top: 20vh;
    overflow: hidden;
    padding: 40px;
}
#popup i.close {
    position: absolute;
    right: 15px;
    top: 10px;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;
}
#popup button a{
    color: white;
}
#popup button {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  -webkit-box-shadow: 0px 2px 0px #000000; 
  -moz-box-shadow: 0px 2px 0px #000000;
  box-shadow: 0px 2px 0px #000000;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 15px 25px 15px 25px;
  text-decoration: none;
  border: 0px;
  text-transform: uppercase;
  color: white;
  z-index: 5;
  margin-top: 240px;
  width: 230px;
  height: 65px;
}

#popup button:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
  color: white;
}
#popUpContainer.popin{
    background: rgba(0,0,0,0);
    position: inherit;
}
#popUpContainer.popin #popup{
    background: white;
    border: 2px rgba(208, 2, 27, 1) solid;
    border-radius: 5px;
    width: 100%;
    padding: 10px 0px;
    position: inherit;
    color: rgba(208, 2, 27, 1);
    font-weight: bold;
    text-align: center;
}
#popUpContainer.popin #popup > *{
    display: inline-block;
    vertical-align: top;
}
#popup > div > img{
    padding: 0px 10px;
}
#popup h2{
    font-size: 22px;
    color: rgba(208, 2, 27, 1);
    text-align: center;
}
#popup div{
    font-size: 27px;
    color: rgba(94, 96, 96, 1);
    text-align: center;
    line-height: 24px;
    color: #707070;
    z-index: 2;
    position: relative;
}
@media screen and (max-width: 640px) {
    #popup{
        width: 80%;
        left: calc( 50% - 40%);
        padding: 20px;
    }
}
div div#theDisclamer {
    max-height: 100px;
    /*margin-bottom: 50px;*/
}
body.page-template-home-emd div#theDisclamer{
    margin-bottom: 0px;
}
