#subscriber_form{ display:none; }
#subscriber_form , #subscriber_formResult {margin: 0;font-size:16px; width: 100%;z-index: 1000;height: 100%;max-height: 1080px;position: fixed;background: rgba(70, 71, 72, 0.69);}
#sub_div_form {width: 340px; margin: 0 auto;background: #08607f; opacity: 0.85; margin-top: 10%;padding: 30px;border: 1px solid #23bff6;border-radius: .25em .25em .4em .4em;text-align: center;box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); color: #fff;}
#sub_div_form span#kv_form_close {position: relative;float: right;font-weight: 700;margin-top: -50px;height: 35px;font-size: 17px;width: 35px;line-height: 17px;margin-right: -50px;border: 2px solid #23bff6;background: #23bff6;border-radius: 90px;padding: 7px;cursor:pointer;}
input[type="submit"]:disabled {background: #fc952b;}
#kv_form_close { color: #fff; }
span#kv_form_close:hover {color: #e0190b;}
.newsletter-content {float: left;width: 200px; }
.newsletter-image {float: left; width:60px; height: 60px; background: #23bff6; padding: 10px;margin-right: 2%;border-radius:90px;}
.newsletter-content p {text-align: justify;color: #23bff6;}
.newsletter-content h2 {color: #fff; margin-bottom: 0; font-size: 20px;} 
@media screen and (max-width: 440px){#sub_div_form {width: 310px;padding: 25px;}
.post_categories{ max-width: 100%;}
.newsletter-content{ width: 220px !important;}
.kvcheckbox{ margin-left: 1%; }
}
.kvcheckbox {
  display: inline-block;
  padding: 10px 10px;
  float: left;
  margin-left: 3%;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.kvcheckbox label {
  cursor: pointer;
  padding-left: 0;
}
#subscriptionNotify{
    display: none;
}
#subscriptionNotify h3 {
	color:#11c1ff;
  text-transform: capitalize;
}
#subscriber_form input[type=email]{
	background: rgba(245, 245, 245, 0.48);
    color: #000;
    border: 1px solid #DBE3E3;
    padding: 9px 13px;
    font-size: 16px;
}
.feedburner-email {
    width: 85% !important;
}
.newsletter-submit input[type="submit"]{
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15));
	background-color: #37c0fb;
    box-shadow: 0 2px 0 #3a5e6d;
    border-radius: 2px;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 0 2.1em;
    line-height: 2.5em;
    font-size: 16px;
    min-width: 9em;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: -0.025em;
}
.kvcheckbox input[type=checkbox] {
  opacity: 0;
  position: absolute;
  margin: 0;
  z-index: -1;
  width: 0;
  height: 0;
  overflow: hidden;
  left: 0;
  pointer-events: none;
}
.kvcheckbox .kvcheckbox-material {
  vertical-align: middle;
  position: relative;
  top: 3px;
}
.kvcheckbox .kvcheckbox-material:before {
  position: absolute;
  left: 8px;
  top: 2px;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  height: 4px;
  width: 4px;
  border-radius: 100%;
  z-index: 1;
  opacity: 0;
  margin: 0;
}
.kvcheckbox .kvcheckbox-material .check {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid;
  border-radius: 1px;
  overflow: hidden;
  z-index: 1;
}
.kvcheckbox .kvcheckbox-material .check:before {
  position: absolute;
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: block;
  margin-top: -4px;
  margin-left: 6px;
  width: 0;
  height: 0;
  box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0 inset;
  -webkit-animation: checkbox-off 0.3s forwards ease-out;
          animation: checkbox-off 0.3s forwards ease-out;
}
.kvcheckbox input[type=checkbox]:focus + .kvcheckbox-material .check:after {
  opacity: 0.2;
}
.kvcheckbox input[type=checkbox]:checked + .kvcheckbox-material .check:before {
  box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  -webkit-animation: checkbox-on 0.3s forwards ease-out;
          animation: checkbox-on 0.3s forwards ease-out;
}
.kvcheckbox input[type=checkbox]:not(:checked) + .kvcheckbox-material:before {
  -webkit-animation: rippleOff 700ms forwards ease-out;
          animation: rippleOff 700ms forwards ease-out;
}
.kvcheckbox input[type=checkbox]:checked + .kvcheckbox-material:before {
  -webkit-animation: rippleOn 700ms forwards ease-out;
          animation: rippleOn 700ms forwards ease-out;
}
.kvcheckbox input[type=checkbox]:not(:checked) + .kvcheckbox-material .check:after {
  -webkit-animation: rippleOff 700ms forwards ease-out;
          animation: rippleOff 700ms forwards ease-out;
}
.kvcheckbox input[type=checkbox]:checked + .kvcheckbox-material .check:after {
  -webkit-animation: rippleOn 700ms forwards ease-out;
          animation: rippleOn 700ms forwards ease-out;
}
.kvcheckbox input[type=checkbox][disabled]:not(:checked) ~ .kvcheckbox-material .check:before,
.kvcheckbox input[type=checkbox][disabled] + .circle {
  opacity: 0.5;
}
.kvcheckbox input[type=checkbox][disabled] + .kvcheckbox-material .check:after {
  background-color: rgba(0, 0, 0, 0.84);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.coloured .kvcheckbox-material .check {
  color: #2FAEF8;
}
.coloured .kvcheckbox-material:before {
  background-color: #2FAEF8;
}
.coloured input[type=checkbox]:checked + .kvcheckbox-material .check {
  color: #2FAEF8;
}

@-webkit-keyframes checkbox-on {
  0% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
  }
  50% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
  }
  100% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  }
}

@keyframes checkbox-on {
  0% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
  }
  50% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
  }
  100% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
  }
}
@-webkit-keyframes checkbox-off {
  0% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
  }
  25% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
  }
  50% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-top: -4px;
    margin-left: 6px;
    width: 0px;
    height: 0px;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset;
  }
  51% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0px 0 10px inset;
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0px 0 0px inset;
  }
}
@keyframes checkbox-off {
  0% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
  }
  25% {
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
  }
  50% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-top: -4px;
    margin-left: 6px;
    width: 0px;
    height: 0px;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset;
  }
  51% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0px 0 10px inset;
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    margin-top: -2px;
    margin-left: -2px;
    width: 20px;
    height: 20px;
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0px 0 0px inset;
  }
}
@-webkit-keyframes rippleOn {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(13, 13);
            transform: scale(13, 13);
  }
}
@keyframes rippleOn {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(13, 13);
            transform: scale(13, 13);
  }
}
@-webkit-keyframes rippleOff {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(13, 13);
            transform: scale(13, 13);
  }
}
@keyframes rippleOff {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(13, 13);
            transform: scale(13, 13);
  }
}