.bx-subscribe {
    margin: 10px 0;
}
.bx-subscribe div.bx-block-title {
    color: #343434;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 9px;
    font-weight: 600;
}
.bx-subscribe-desc {
    color: #aaa;
    font-size: 12px;
    position: relative;
    margin-top: -5px;
    margin-bottom: 3px;
}
.bx-subscribe .bx-input-group .bx-form-control {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: 1px solid #e1e2e3;
    border-radius: 0;
    outline: 0;
    box-shadow: none!important;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.bx-ios .bx-subscribe .bx-input-group .bx-form-control {
    /* Fix of input shadow for IOS browsers. */
    background-image: -webkit-linear-gradient(#f8fafc 0%, #f8fafc 100%);
    background-image: linear-gradient(#f8fafc 0%, #f8fafc 100%);
}
.btn-subscribe {
    cursor: pointer;
    text-align: center;
    background: #c73943;
    border: 0;
    color: #fff;
    font-size: 13px;
    position: relative;
    text-transform: uppercase;
    border-radius: 0;
    line-height: 30px;
    height: 40px;
    padding: 5px 23px 5px 23px;
    vertical-align: middle;
    outline: 0;
    -webkit-transition: width 5s linear;
    -moz-transition: width 5s linear;
    -ms-transition: width 5s linear;
    -o-transition: width 5s linear;
    transition: width 5s linear;
    display: inline-block;
}
.btn-subscribe:hover {
    opacity: .8;
}

.btn-subscribe span {
    display: block;
}
.btn-subscribe.send {
}
.btn-subscribe:hover, .btn-subscribe:active{color: #fff;}
.btn-subscribe.send:before {
    width: 0;
    background-position: 100px 50%;
    -webkit-animation-name: MeilSendButton;
    animation-name: MeilSendButton;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
}
@keyframes MeilSend {0%{padding:5px 60px 5px 20px}100%{padding:5px 40px}}
@-webkit-keyframes MeilSend {0%{padding:5px 60px 5px 20px}100%{padding:5px 40px}}
@keyframes MeilSendSpan {0%{color:transparent;}100%{color:#fff;}}
@-webkit-keyframes MeilSendSpan {0%{color:transparent;}100%{color:#fff;}}
@keyframes MeilSendButton {0%{width:40px;background-position:50%}100%{width:0;background-position:100px 50%}}
@-webkit-keyframes MeilSendButton {0%{width:40px;background-position:50%}100%{width:0;background-position:100px 50%}}

.bx_subscribe_response_container {
    padding: 40px;
    color: #35414E;
}

.bx_subscribe_checkbox_container {
    line-height: 16px;
    font-size: 13px;
    margin-bottom: 3px;
    vertical-align: middle;
    color: #aaa;
}
.bx-input-group, .bx_subscribe_submit_container {
    display: inline-block;
    vertical-align: top;
}
.bx-input-group {
    width: 229px;
}
.bx_subscribe_submit_container {
    margin-left: -4px;
    width: 140px;
}