@charset "utf-8";
/* CSS Document */

.credits { padding-bottom:100px;}
.white-text { color:#FFF;}
.pads {padding-bottom:100px; padding-top:100px;}
.formcenter{margin:0 auto;}
.color-green{color:#72c02c;}
.ulpads li{    padding-left: 20px;    padding-bottom: 5px;}


/* popup custom css
=================================*/
/*we need to style the popup with CSS so it is placed as a popup does*/
#popup {
    display:block;
    position:absolute;
    margin:0 auto;
    padding: 30px;
    top: 15%;
    left: 50%;
    z-index: 9999;
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 50px 2px #000;
    text-align: justify;
    background-color:#fff;
}

#popup p {

  font-size: 17px!important;
  line-height: 1.3;
  color: #000!important;
}

.btn-special {
  background-color: #f26522;
color: #fff;
border-radius: 25px;
margin: 30px 0;
padding: 10px 22px;
font-size: 16px;
transition: 0.3s;
}

@media (max-width: 700px) {
  #popup {
      display:block;
      position:absolute;
      margin:0 auto;
      padding: 30px;
      top: 10%;
      width: 80%;
      left: 50%;
      z-index: 9999;
      transform: translate(-50%, -50%);
      box-shadow: 0px 0px 50px 2px #000;
      text-align: justify;
      background-color: #fff;
  }



  #popup p {

    font-size: 17px!important;
    line-height: 1.3;
    color: #000!important;
  }

}
