/* Block newsletter */
#columns #newsletter_block_left .form-group {
    margin-bottom: 0;
}

#columns #newsletter_block_left .form-group .form-control {
    max-width: 222px;
    display: inline-block;
    margin-right: 6px;
}

@media (min-width: 768px) and (max-width: 1199px) {
    #columns #newsletter_block_left .form-group .form-control {
        margin-bottom: 10px;
        margin-right: 0;
    }
}

#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 {
    overflow: hidden;
    width: 50%;
    float: left;
    padding: 13px 15px 7px 15px;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    #footer #newsletter_block_left {
        width: 100%;
    }
}

#footer #newsletter_block_left h4 {
    background: none;
    float: left;
    padding: 7px 16px 5px 0;
    text-transform: none;
    font-size: 21px;
    line-height: 25px;
    border: none;
}

#footer #newsletter_block_left h4:after {
    display: none;
}

#footer #newsletter_block_left .block_content {
    overflow: hidden;
}

#footer #newsletter_block_left .form-group {
    margin-bottom: 0;
}

#footer #newsletter_block_left .form-group .form-control {
    height: 45px;
    max-width: 267px;
    background: #3c3c3c;
    border-color: #515151;
    color: #fff;
    padding: 10px 43px 10px 12px;
    display: inline-block;
    float: left;
}

#footer #newsletter_block_left .form-group .form-control:focus {
    -moz-box-shadow: black 0px 0px 0px;
    -webkit-box-shadow: black 0px 0px 0px;
    box-shadow: black 0px 0px 0px;
}

#footer #newsletter_block_left .form-group .button-small {
    margin-left: -43px;
    border: none;
    background: none;
    text-align: center;
    color: #908f8f;
    padding: 8px;
}

#footer #newsletter_block_left .form-group .button-small:before {
    content: "\f138";
    font-family: "FontAwesome";
    font-size: 28px;
    line-height: 28px;
}

#footer #newsletter_block_left .form-group .button-small:hover {
    color: #fff !important;
}

#footer #newsletter_block_left .form-group .button-small span {
    display: none;
}

#footer #newsletter_block_left .warning_inline {
    display: block;
    color: #f13340;
    font-size: 13px;
    line-height: 26px;
    clear: both;
}

@media (min-width: 1200px) {
    #footer #newsletter_block_left .warning_inline {
        display: inline-block;
        position: relative;
        top: -35px;
        margin-bottom: -35px;
        left: 15px;
        clear: none;
    }
}

#footer #newsletter_block_left .newsletter-input {
    max-width: 300px !important;
}

#newsletter_block {
    background-color: rgb(178, 148, 65);
    color: rgb(255, 255, 255);
    padding: 32px 30px;
}

#newsletter_block .inline-form {
    background-color: #FFF;
    border: none;
    margin-bottom: 5px;
}

#newsletter_block .inline-form > span input {
    height: 50px;
    outline: none;
}

#newsletter_block .inline-form > .btn {
    font-size: 23px;
    line-height: 50px;
}

#newsletter_block .content > h4 {
    font-size: 19px;
    text-transform: uppercase;
    font-weight: inherit;
    margin: 0 0 16px;
}

#newsletter_block .content > h5 {
    font-weight: inherit;
    margin: 0;
    line-height: inherit;
}

#newsletter_block .inline-form+label {
    font-weight: inherit;
    color: #FFF;
    cursor: pointer;
    font-size: 12px;
    margin-bottom: 0;
}

#newsletter_block .inline-form+label > .checker {
    float: left;
    position: relative;
    top: 7px;
}

#newsletter_block .inline-form+label > a {
    color: inherit !important;
}

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

}

@media screen and (min-width: 480px) and (max-width: 767px) {

}

@media screen and (max-width: 767px) {
    #newsletter_block .inline-form { margin-top: 20px; }
}

@media screen and (min-width: 768px) {
    #newsletter_block { height: 110px; }
    #newsletter_block .row, #newsletter_block .row > div { height: 100%; }
    #newsletter_block .row > div > .content { position: relative; top: 50%; transform: translateY(-50%); }
    #newsletter_block .content > h5 { overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; max-height: 45px; }
}

@media screen and (min-width: 768px) and (max-width: 991px) {

}

@media screen and (min-width: 992px) and (max-width: 1199px) {

}

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

}

/*# sourceMappingURL=blocknewsletter.css.map */
