﻿/********************************************************************************/
/******************** sticky email subscribe sign up ********************/
/********************************************************************************/
.subscribe_newsletter_sticky {
  bottom: 0;
  position: fixed;
  z-index: 999;
  background: #eee;
  border-top: solid 1px #f06b5a;
  font-style: italic;
  font-size: 2.2em;
  color: #1a4455;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 15px;
  box-shadow: 0 -5px 10px #999;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.subscribe_newsletter_sticky div.form {
  display: inline-block;
}
.subscribe_newsletter_sticky div.form input {
  width: 300px;
  height: 30px;
  border: none;
  padding: 0 5px;
  font-size: 0.8em;
  color: #666;
}
.subscribe_newsletter_sticky div.form input[type="button"] {
  width: 40px;
  height: 30px;
  background: #1a4455;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.6em;
}
.subscribe_newsletter_sticky_detail,
.subscribe_newsletter_sticky_form {
  display: inline-block;
}
.subscribe_newsletter_sticky_detail a {
  color: #1a4455;
  display: block;
}
.subscribe_newsletter_sticky_detail a span {
  font-weight: 700;
  color: #f06b5a;
}
.subscribe_newsletter_sticky_close {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100px;
  line-height: 100px;
  width: 50px;
  background: #f06b5a;
  cursor: pointer;
  text-align: center;
  color: #fff;
  text-indent: 0;
}
.subscribe_newsletter_sticky_show {
  bottom: -150px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 870px) {
  .subscribe_newsletter_sticky {
    font-size: 2.4em;
  }
  .subscribe_newsletter_sticky div.form {
    display: none;
  }
}
@media screen and (max-width: 690px) {
  .subscribe_newsletter_sticky {
    box-shadow: none;
    font-size: 1.8em;
    height: 48px;
    line-height: 48px;
    font-weight: 300;
    padding: 0 15px;
  }
  .subscribe_newsletter_sticky_close {
    height: 48px;
    line-height: 48px;
  }
  .subscribe_newsletter_sticky_detail {
    margin: 0 50px 0 0;
  }
}
@media screen and (max-width: 500px) {
  .subscribe_newsletter_sticky {
    font-size: 1.2em;
  }
  .subscribe_newsletter_sticky_close {
    width: 40px;
  }
  .subscribe_newsletter_sticky_detail {
    margin: 0 40px 0 0;
  }
}
@media screen and (max-width: 321px) {
  .subscribe_newsletter_sticky {
    font-size: 1em;
  }
}