.container{
  margin: 0 !important;
}
/* Specify Swiper's Size: */
.swiper-container, .swiper-slide {
  width: 100%;
  position: relative;
  img{
    height: auto;
    display: block;
  }
}
    

#newsletter_subscribe{
    .errors{
      margin: 5px;
      display: block;
      padding: 5px;
      border: 1px solid red;
      color: red;
      background: pink;
    }
    .notice{
      margin: 5px;
      display: block;
      padding: 5px;
      border: 1px solid #004D0A;
      color: #004D0A;
      background: #BAFFC3;
    }
    padding: 5px;
    h3{
        color: #fff;
        margin: 5px;
        font-size: 1.5em;
        text-transform: uppercase;
    }
    label, input {
        display: block;
        margin: 5px;
    }
    input[type="email"]{
        float: left;
        padding: 3px;
        color: #333;
        border: 1px solid #ccc;
        border-radius: 5px;

        &:focus{
            border: 1px solid #333;
            box-shadow: 0px 0px 5px #333;
            background-clip: padding-box;
        }
    }
    a{
        float: left;
        margin: 4px 5px;
        display: block;
        width: 100px;
        height: 25px;
        background: url('../images/subscribe_sprite.png') 0 0 no-repeat;
        &:hover{
            background: url('../images/subscribe_sprite.png') 0 -25px no-repeat;
        }
        &:active{
            background: url('../images/subscribe_sprite.png') 0 -50px no-repeat;
        }
        span{
            display: none;
        }
    }
    color: #fff;
    background: #626262;
}
