


h2.countdown_heading {
    display: block;
    text-align: center;
    font-size: 30px;
    font-weight: 400;
}
h6.countdown_description {
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
}
.mg-countdown  .is-countdown {
  border: none;
  background-color: transparent;
}
.mg-countdown.normal .mg-countdown-container {
  padding: 30px 0; 
}
.mg-countdown.normal .mg-style1 span.countdown-section {
  border: 1px solid ;
}
.mg-countdown.normal .mg-style1 span.countdown-period {
    padding: 10px;
    text-transform: uppercase;
    font-size: 13px;

}
.mg-countdown.normal .mg-style1 span.countdown-amount {
  line-height: 100px;
  font-weight: 600;
  font-size: 30px;
}


.mg-countdown.normal .mg-style2 span.countdown-section {
    padding: 50px 0;
    border: none;
}
.mg-countdown.normal .mg-style2 span.countdown-amount {
  line-height: 50px;
  font-weight: 900;
  font-size: 40px;
  opacity: 0.4;
}
.mg-countdown.normal .mg-style2 span.countdown-period {
    padding: 0;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 900;

}
.mg-countdown.normal .mg-style3 div#woopcs-Countdown {
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.mg-countdown.normal .mg-style3 span.countdown-section {
    padding: 50px 0 0 0;
    min-height: 170px;
    border: none;
    
}
.mg-countdown.normal .mg-style3 span.countdown-amount {
    border-radius: 5px;
    background: #ffffff;
    padding: 10px 15px;
    line-height: 40px;
    font-weight: 900;
    font-size: 40px;
}
.mg-countdown.normal .mg-style3 span.countdown-period {
    margin: 0 auto;
    border-radius: 3px 3px 0 0;
    width: 84px;
    margin-top: 56px;
    padding: 0;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 24px;
    font-weight: 100;
}

section.subscribe {
  position: relative;
  margin-bottom: 15px;
}
.woopcs-overlay {
  display: none;
}
section.subscribe .woopcs-overlay.show{
  display: block;
  height: 100%;
  width: 100%;
  background-image: url("./loader.GIF");
  background-color: #FFF;
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  opacity: 0.6;
}
body div.subscribe-pitch > p {
  line-height: 22px;
  color: #484848;
}
body form.subscribe-form {
  position: relative;
  margin: 20px 0 10px 0;
  padding: 0px;
}
body .subscribe input.subscribe-input {
  padding: 0;
  margin: 0;
  width: 73%;
  height: 45px;
  font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
  font-size: 15px;
  color: #444;
  background: #fefefe;
  background-clip: padding-box;
  border-bottom: 2px solid #000;
  border-left: none;
  border-right: none;
  border-top: none;
}
.subscribe-input:focus {
  outline: 0;
}
#woopcs-form .subscribe-submit {
  height: 43px;
}

.subscribe-submit, .subscribe-submit:hover {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  padding-left: 15px;
  height: 35px;
  width: 25%;
  background: #666;
  color: #FFF;
  cursor: pointer;
  text-shadow: none;
  border: none;
}


#woopcs-msg.error{
  padding: 2px 4px;
  margin: 4px 0px;
  border: solid 1px #FBD3C6;
  background: #FDE4E1;
  color: #CB4721;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
}
#woopcs-msg.success {
  padding: 2px 4px;
  margin: 4px 0px;
  border: solid 1px #C0F0B9;
  background: #D5FFC6;
  color: #48A41C;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
}
.images {
  position: relative;
}
.woopcs-badge {
  min-height: 45px;
  min-width: 45px;
  width: 45px;
  padding: 12px 5px;
  position: absolute;
  top: -10px;
  right: -5px;
  margin: 0;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background: #b3b3b3;
  color: #fff;
  font-style: italic;
  font-size: 10px;
  text-align: center;
  z-index: 50;
  line-height: 10px;
}
.woopcs-badge.left {
  right: auto;
  left: -5px;
}
/* Countdown Style */
#woopcs-Countdown {
  display: block;
  clear: both;
  overflow: hidden;
}

