.snp-theme16 {
  background: #fff;
  font-family: Arial;
  font-weight: 400;
  width: 700px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border: 20px solid #f06622;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
}
.snp-theme16:before {
  position: absolute;
  content: ' ';
  border-top: 50px solid #fff;
  border-left: 50px solid #fff;
  border-right: 50px solid transparent;
  border-bottom: 50px solid transparent;
  left: 120px;
  bottom: -100px;
  z-index: 10;
}
.snp-theme16:after {
  position: absolute;
  content: ' ';
  border-top: 70px solid #f06622;
  border-left: 70px solid #f06622;
  border-right: 70px solid transparent;
  border-bottom: 70px solid transparent;
  left: 105px;
  bottom: -140px;
  z-index: 9;
}
.snp-theme16 header {
  overflow: hidden;
  text-align: left;
  color: #fff;
  padding: 10px 16px 0;
}
.snp-theme16 header h2,
.snp-theme16 header h3 {
  color: #1b0d33;
  font-size: 24px;
  font-weight: 900;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
.snp-theme16 header h2 {
    padding: 29px 20px 19px; 
}
.snp-theme16 header h3 {
  font-size: 16px;
  text-transform: none;
  margin: 0;
}
.snp-theme16 header p {
  text-align: center;
  font-size: 12px;
}
.snp-theme16 footer small {
  padding-left: 20px;
  background: url('../img/lock.png') no-repeat scroll 0 0 transparent;
}
.snp-theme16 footer {
  text-align: center;
  font-size: 12px;
  margin: 10px 0 40px;
  color: #959595;
}
.snp-theme16 footer small {
  font-size: 12px;
}
.snp-theme16 footer img {
  vertical-align: middle;
  margin-top: -4px;
  margin-right: 5px;
}
.snp-theme16 .snp-newsletter-content {
  overflow: hidden;
  color: #fff;
  position: relative;
  padding-top: 20px;
  padding-bottom: 15px;
}
.snp-theme16 .snp-newsletter-content h2 {
  font-weight: 900;
  font-size: 16px;
  text-align: center;
}
.snp-theme16 .snp-newsletter-content p {
  text-align: center;
  font-size: 12px;
}
.snp-theme16 .snp-newsletter-content p small {
  font-size: 12px;
}
.snp-theme16 .snp-newsletter-content p img {
  vertical-align: middle;
  margin-top: -4px;
  margin-right: 5px;
}
.snp-theme16 form div {
  padding: 0 30px;
}
.snp-theme16 form input[type="text"],.snp-theme16 form select,.snp-theme16 form textarea,
.snp-theme16 form input[type="text"]:focus,.snp-theme16 form select:focus,.snp-theme16 form textarea:focus{    
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  padding-left: 20px;
  border: 0;
  font-family: Arial, sans-serif;
  background: transparent;
  color: #959595;
  background-color: #f1f1f1;
  font-size: 14px;
  text-align: left;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin-bottom: 20px;
  color: #777;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.snp-theme16 form input[type="submit"] {
  background: #16d6f7;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #fff;
  font-weight: 800;
  text-align: center;
  font-size: 14px;
  padding: 10px 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  display: block;
  width: 200px;
  text-transform: uppercase;
  cursor: pointer;
  margin: 0 auto;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.snp-theme16 .snp-close {
  position: absolute;
  right: -20px;
  top: -40px;
  width: 30px;
  height: 30px;
  background: url('../img/close.png') no-repeat scroll 0 0 transparent;
  cursor: pointer;
}
@media (max-width: 700px) {
  .snp-theme16 {
    width: 460px !important;
    max-width: 100%;
  }
}
@media (max-width: 460px) {
  .snp-theme16 {
    max-width: 100%;
  }
  .snp-theme16 header h2 {
    margin-top: 45px;
  }
  .snp-theme16:after, .snp-theme16:before {
    display: none;
  }
}


.snp-theme16 .snp-error {
    color: #CC0000 !important;
    border: 1px solid #CC0000 !important;
}
.snp-theme16 .snp-error::-webkit-input-placeholder { color: #CC0000; }
.snp-theme16 input.snp-error:-moz-placeholder { color: #515151; }
.snp-theme16 .snp-error.placeholder { color: #515151; }


.snp-pop-theme16-wrap .fancybox-close {
    display: none;
}

.snp-pop-theme16-wrap .fancybox-skin {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}