body.content_only .newsletter-overlay {
  display: none !important; }

.newsletter-overlay {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 9999;
  overflow: hidden;
  display: none !important;
   }

.newsletter-box {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 9999;
  overflow: hidden; }

#newsletter_popup {
  background: url("../../../../../img/image-newsletter-popup.jpg") left top ;
  max-width: 829px;
  min-width: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -205px 0 30px -415px;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 0 21px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 21px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 21px;
  -moz-animation: 400ms linear 0s normal none 1 rotateInUpRight;
  -webkit-animation: 400ms linear 0s normal none 1 rotateInUpRight;
  animation: 400ms linear 0s normal none 1 rotateInUpRight;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }
  @media (max-width: 767px) {
    #newsletter_popup {
      max-width: 450px;
      margin: -255px 0 30px -225px; } }
  @media (min-width: 480px) and (max-width: 767px) {
    #newsletter_popup {
      margin: -80px 0 30px -163px;
      background: #fff; } }
  @media (max-width: 767px) {
    #newsletter_popup {
      background: #fff;
      max-width: 300px;
      margin: -110px 0 30px -150px; } }
  #newsletter_popup .tmnewsletter-inner {
    position: relative;
    padding: 30px 30px 30px 436px; }
    @media (max-width: 767px) {
      #newsletter_popup .tmnewsletter-inner {
        padding: 20px; } }
    #newsletter_popup .tmnewsletter-inner .tmnewsletter-header {
      padding: 10px 0 15px 0; }
      #newsletter_popup .tmnewsletter-inner .tmnewsletter-header h4 {
        margin: 0;
        padding: 0;
        font-weight: 300;
        font-size: 45px;
        color: #54525e; }
        @media (max-width: 767px) {
          #newsletter_popup .tmnewsletter-inner .tmnewsletter-header h4 {
            font-size: 28px; } }
  #newsletter_popup.newsletter-close {
    -moz-animation: 300ms linear 0s normal none 1 rotateOutUpRight;
    -webkit-animation: 300ms linear 0s normal none 1 rotateOutUpRight;
    animation: 300ms linear 0s normal none 1 rotateOutUpRight; }
  #newsletter_popup .tmnewsletter-content {
    padding: 10px 0; }
    @media (max-width: 767px) {
      #newsletter_popup .tmnewsletter-content {
        padding: 10px 0 0; } }
    #newsletter_popup .tmnewsletter-content .description {
      font-size: 13px;
      font-weight: 300;
      color: #fff;
      font-weight: bold;
      line-height: 20px;
      margin-bottom: 32px; }
      @media (max-width: 480px) {
        #newsletter_popup .tmnewsletter-content .description {
          padding: 0 10px; } }
      @media (max-width: 767px) {
        #newsletter_popup .tmnewsletter-content .description {
          display: none; } }
    #newsletter_popup .tmnewsletter-content .btn.tmnewsletter-submit {
      background: #a1cfb8;
      border: none;
      color: #ffffff;
      font-size: 15px;
      line-height: 19px;
      font-weight: 300;
      text-transform: uppercase;
      display: inline-block;
      padding: 11px 33px 11px;
      clear: both;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      -webkit-transition: all 0.2s linear;
      transition: all 0.2s linear; }
      @media (max-width: 480px) {
        #newsletter_popup .tmnewsletter-content .btn.tmnewsletter-submit {
          display: block;
          text-align: center;
          width: 100%; } }
      #newsletter_popup .tmnewsletter-content .btn.tmnewsletter-submit:hover {
        background: #85b69d; }
    @media (max-width: 767px) {
      #newsletter_popup .tmnewsletter-content .form-group {
        margin-bottom: 0; } }
    #newsletter_popup .tmnewsletter-content .form-group .form-control {
      height: 40px;
      padding: 5px 12px;
      color: #888888;
      font-size: 13px;
      font-weight: normal;
      float: none;
      background: #fff;
      border: 1px solid #d4d4d4;
      display: inline-block;
      max-width: 100%;
      width: 100%;
      margin-bottom: 24px; }

.tmnewsletter-footer {
  text-align: right;
  padding: 10px 15px 0;
  overflow: hidden; }
  .tmnewsletter-footer .btn {
    margin-left: 5px;
    margin-bottom: 10px; }
  .tmnewsletter-footer .checkbox {
    float: left;
    color: #374046; }

.icon.tmnewsletter-close {
  width: 31px;
  height: 31px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  text-align: center;
  line-height: 31px;
  color: #5d5d5d;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  @media (max-width: 480px) {
    .icon.tmnewsletter-close {
      right: 10px;
      top: 10px; } }
  .icon.tmnewsletter-close:before {
    content: '\f00d';
    font-size: 18px;
    font-family: "FontAwesome"; }
  .icon.tmnewsletter-close:hover {
    color: #777; }
