@media screen and (min-width: 1500px) {

  #email_field {
    width: 360px;
  }



}


@media screen and (min-width: 1300px) {

  #email_field {
    width: 332px;
  }



}


@media screen and (min-width: 1276px) {

  #email_field {
    width: 280px;
  }


}


@media screen and (min-width: 1800px) {

  #email_field {
    width: 390px;
  }



}


@media screen and (max-width: 1022px) {

  .subscriberform {
    right: 216px;
    top: -64px;
  }


}









.drop {
width:32%;
position: fixed;
margin-top: 74px;
right: -114px;

}

.subscriberform {
    display: block;
    position: absolute;
    background: #fff;
    width: 100%;
    height: auto;
    padding-bottom: 10px;
    padding-left: 10px;
    right: 82px;

}

#txt {
  float: left;
  width: 370px;

}

#txt:focus {
  outline-color: #008CBA;
}


#subsButton {
  float: left;
  margin-left: 10px;
  background-color: #008CBA;
  border: none;
  color: white;
  padding: 3px 15px;
}


.error {
    background: red;
    position: absolute;
    top: 25px;
    padding: 10px;
    left: 157px;
}




.arrow {
  height: 0;
  width: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 10px solid red;
  position: absolute;
  left: 203px;
  top: 15px;
}


.arrow2 {
  height: 0;
  width: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid green;
  position: absolute;
  left: 249px;
  top: 15px;
}


#msg {
  color: orange;
}

.checkmark-circle {
  width: 150px;
  height: 150px;
  position: absolute;
  left: 278px;
  vertical-align: top;
  display: none;
}
.checkmark-circle .background {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #2EB150;
  position: absolute;
}
.checkmark-circle .checkmark {
  border-radius: 5px;
}
.checkmark-circle .checkmark.draw:after {
  -webkit-animation-delay: 100ms;
  -moz-animation-delay: 100ms;
  animation-delay: 100ms;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-name: checkmark;
  -moz-animation-name: checkmark;
  animation-name: checkmark;
  -webkit-transform: scaleX(-1) rotate(135deg);
  -moz-transform: scaleX(-1) rotate(135deg);
  -ms-transform: scaleX(-1) rotate(135deg);
  -o-transform: scaleX(-1) rotate(135deg);
  transform: scaleX(-1) rotate(135deg);
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.checkmark-circle .checkmark:after {
  opacity: 1;
  height: 15px;
  width: 7.5px;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  border-right: 5px solid white;
  border-top: 5px solid white;
  border-radius: 2.5px !important;
  content: '';
  left: 3px;
  top: 12px;
  position: absolute;
}

@-webkit-keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 7.5px;
    opacity: 1;
  }
  40% {
    height: 15px;
    width: 7.5px;
    opacity: 1;
  }
  100% {
    height: 15px;
    width: 7.5px;
    opacity: 1;
  }
}
@-moz-keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 7.5px;
    opacity: 1;
  }
  40% {
    height: 15px;
    width: 7.5px;
    opacity: 1;
  }
  100% {
    height: 15px;
    width: 7.5px;
    opacity: 1;
  }
}
@keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 7.5px;
    opacity: 1;
  }
  40% {
    height: 15px;
    width: 7.5px;
    opacity: 1;
  }
  100% {
    height: 15px;
    width: 7.5px;
    opacity: 1;
  }
}
