@keyframes arrow-swipe-right {
  0% {
    transform: translateX(0);
  }
  35% {
    transform: translateX(4px);
  }
  50% {
    transform: translateX(8px);
  }
  75% {
    transform: translateX(4px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes arrow-swipe-left {
  0% {
    transform: translateX(0);
  }
  35% {
    transform: translateX(-4px);
  }
  50% {
    transform: translateX(-8px);
  }
  75% {
    transform: translateX(-4px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes scale_updown_coming {
  0% {
    transform: scale(1) rotate(-8deg);
  }
  50% {
    transform: scale(1.07) rotate(-8deg);
  }
  100% {
    transform: scale(1) rotate(-8deg);
  }
}
@keyframes background {
  0% {
    background-color: transparent;
  }
  50% {
    background-color: rgba(233, 66, 64, 0.25);
  }
  100% {
    background-color: rgba(233, 66, 64, 0.85);
  }
}
@keyframes flying {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(0, 100px);
  }
  50% {
    transform: translate(50px, 50px);
  }
  75% {
    transform: translate(100px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
/* Block newsletter */
#columns #newsletter_block_left .success_inline, #columns #newsletter_block_left .warning_inline {
  text-align: left;
  padding: 1px 0 0 0;
  margin-bottom: -19px;
}
#columns #newsletter_block_left .success_inline {
  color: #418B19;
}
#columns #newsletter_block_left .warning_inline {
  color: #f13340;
}

/* Block newsletter footer */
#footer #newsletter_block_left {
  padding: 5px;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 175px;
  max-height: 200px;
}
@media only screen and (max-width: 380px) {
  #footer #newsletter_block_left {
    padding: 5px;
    max-height: 125px;
  }
}
@media only screen and (min-width: 770px) and (max-width: 990px) {
  #footer #newsletter_block_left {
    min-height: 150px;
  }
}
#footer #newsletter_block_left h3 {
  color: #fff;
  font-weight: 600;
  font-size: 23px;
  margin: 20px 0 15px;
  text-shadow: 1px 1px 8px #333;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
}
@media only screen and (max-width: 380px) {
  #footer #newsletter_block_left h3 {
    font-size: 1rem;
    text-align: center;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 501px) and (max-width: 769px) {
  #footer #newsletter_block_left h3 {
    font-size: 1rem;
    text-align: center;
  }
}
@media only screen and (min-width: 770px) and (max-width: 990px) {
  #footer #newsletter_block_left h3 {
    font-size: 22px;
    text-align: center;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  #footer #newsletter_block_left h3 {
    font-size: 22px;
    text-align: center;
  }
}
#footer #newsletter_block_left .block_content {
  display: flex;
  justify-content: center;
  width: 100%;
}
#footer #newsletter_block_left .block_content form {
  width: 100%;
  display: flex;
  justify-content: center;
}
#footer #newsletter_block_left .block_content form .form-group {
  width: 60%;
  margin-bottom: 0;
  position: relative;
  display: flex;
}
@media only screen and (max-width: 380px) {
  #footer #newsletter_block_left .block_content form .form-group {
    width: 90%;
  }
}
@media only screen and (min-width: 501px) and (max-width: 769px) {
  #footer #newsletter_block_left .block_content form .form-group {
    width: 85%;
  }
}
@media only screen and (min-width: 770px) and (max-width: 990px) {
  #footer #newsletter_block_left .block_content form .form-group {
    width: 85%;
  }
}
#footer #newsletter_block_left .block_content form .form-group .form-control {
  background: #fff;
  border: 0;
  color: #ddd;
  display: inline-block;
  width: 100%;
  height: auto;
  border-radius: 0;
  position: relative;
  color: #333;
  height: 60px;
  font-size: 1.25rem;
  
}
@media only screen and (max-width: 380px) {
  #footer #newsletter_block_left .block_content form .form-group .form-control {
    font-size: 0.85rem;
  }
}
@media only screen and (min-width: 501px) and (max-width: 769px) {
  #footer #newsletter_block_left .block_content form .form-group .form-control {
    font-size: 0.85rem;
  }
}
#footer #newsletter_block_left .block_content form .form-group #newsletter-input {
  -webkit-transition: all 100ms ease-in;
  -moz-transition: all 100ms ease-in;
  -ms-transition: all 100ms ease-in;
  -o-transition: all 100ms ease-in;
  padding: 5px 0 5px 50px;
  font-weight: bold;
}
#footer #newsletter_block_left .block_content form .form-group #newsletter-input::-webkit-input-placeholder {
  color: #e94240;
  opacity: 1;
  font-size: 1.25rem;
  transition: all 0.2s ease-in-out;
}
#footer #newsletter_block_left .block_content form .form-group #newsletter-input::-moz-input-placeholder {
  color: #e94240;
  opacity: 1;
  font-size: 1.25rem;
  transition: all 0.2s ease-in-out;
}
#footer #newsletter_block_left .block_content form .form-group #newsletter-input:-ms-input-placeholder {
  color: #e94240;
  opacity: 1;
  font-size: 1.25rem;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 380px) {
  #footer #newsletter_block_left .block_content form .form-group #newsletter-input {
    padding-left: 30px;
  }
  #footer #newsletter_block_left .block_content form .form-group #newsletter-input::-webkit-input-placeholder {
    color: #e94240;
    opacity: 1;
    font-size: 0.85rem;
    transition: all 0.2s ease-in-out;
  }
  #footer #newsletter_block_left .block_content form .form-group #newsletter-input::-moz-input-placeholder {
    color: #e94240;
    opacity: 1;
    font-size: 0.85rem;
    transition: all 0.2s ease-in-out;
  }
  #footer #newsletter_block_left .block_content form .form-group #newsletter-input:-ms-input-placeholder {
    color: #e94240;
    opacity: 1;
    font-size: 0.85rem;
    transition: all 0.2s ease-in-out;
  }
  #footer #newsletter_block_left .block_content form .form-group #newsletter-input:focus::-webkit-input-placeholder,
  #footer #newsletter_block_left .block_content form .form-group #newsletter-input:focus::-moz-input-placeholder,
  #footer #newsletter_block_left .block_content form .form-group #newsletter-input:focus:-ms-input-placeholder {
    color: #e94240;
    opacity: 0.75;
    font-size: 0.85rem;
    transition: all 0.2s ease-in-out;
  }
}
@media only screen and (min-width: 501px) and (max-width: 769px) {
  #footer #newsletter_block_left .block_content form .form-group #newsletter-input {
    padding-left: 30px;
  }
  #footer #newsletter_block_left .block_content form .form-group #newsletter-input::-webkit-input-placeholder {
    color: #e94240;
    opacity: 1;
    font-size: 0.75rem;
    transition: all 0.2s ease-in-out;
  }
  #footer #newsletter_block_left .block_content form .form-group #newsletter-input::-moz-input-placeholder {
    color: #e94240;
    opacity: 1;
    font-size: 0.75rem;
    transition: all 0.2s ease-in-out;
  }
  #footer #newsletter_block_left .block_content form .form-group #newsletter-input:-ms-input-placeholder {
    color: #e94240;
    opacity: 1;
    font-size: 0.75rem;
    transition: all 0.2s ease-in-out;
  }
  #footer #newsletter_block_left .block_content form .form-group #newsletter-input:focus::-webkit-input-placeholder {
    color: #e94240;
    opacity: 0.75;
    font-size: 0.75rem;
    transition: all 0.2s ease-in-out;
  }
  #footer #newsletter_block_left .block_content form .form-group #newsletter-input:focus::-moz-input-placeholder {
    color: #e94240;
    opacity: 0.75;
    font-size: 0.75rem;
    transition: all 0.2s ease-in-out;
  }
  #footer #newsletter_block_left .block_content form .form-group #newsletter-input:focus:-ms-input-placeholder {
    color: #e94240;
    opacity: 0.75;
    font-size: 0.75rem;
    transition: all 0.2s ease-in-out;
  }
}
#footer #newsletter_block_left .block_content form .form-group #newsletter-input:focus {
  font-size: 0.85rem;
  font-weight: bold;
}
#footer #newsletter_block_left .block_content form .form-group #newsletter-input:focus::-webkit-input-placeholder {
  color: #e94240;
  opacity: 0.85;
  font-size: 1rem;
  transition: all 0.2s ease-in-out;
}
#footer #newsletter_block_left .block_content form .form-group #newsletter-input:focus::-moz-input-placeholder {
  color: #e94240;
  opacity: 0.85;
  font-size: 1rem;
  transition: all 0.2s ease-in-out;
}
#footer #newsletter_block_left .block_content form .form-group #newsletter-input:focus:-ms-input-placeholder {
  color: #e94240;
  opacity: 0.85;
  font-size: 1rem;
  transition: all 0.2s ease-in-out;
}
#footer #newsletter_block_left .block_content form .form-group #newsletter-input:focus + button {
  border-left: 4px solid #e94240;
  border-right: transparent;
  border-top: transparent;
  border-bottom: transparent;
}
#footer #newsletter_block_left .block_content form .form-group #newsletter-input:focus + button:before {
  color: #333;
}
#footer #newsletter_block_left .block_content form .form-group .button-small {
  width: 64px;
  border: none;
  background: #fff;
  text-align: center;
  border: 4px solid transparent;
  color: #e94240;
  top: 0;
  right: 0;
  height: 100%;
  position: absolute;
  text-shadow: none;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
}
#footer #newsletter_block_left .block_content form .form-group .button-small:before {
  content: "\f1d8";
  font-family: "FontAwesome";
  font-size: 28px;
  line-height: 60px;
  font-weight: 100;
}
#footer #newsletter_block_left .block_content form .form-group .button-small:hover {
  border-left: 4px solid #e94240;
  border-right: transparent;
  border-top: transparent;
  border-bottom: transparent;
}
#footer #newsletter_block_left .block_content form .form-group .button-small:hover:before {
  animation: flying 1s ease-in-out infinite;
}
#footer #newsletter_block_left .block_content form .form-group .button-small span {
  display: none;
}
