/*subscribe - css 46 */

.netbee-background-dark .netbee-subscribe-wrap.style-5 input[type="text"]:focus,
.netbee-background-dark .netbee-subscribe-wrap.style-5 input[type="text"]:hover,
.netbee-background-dark .netbee-subscribe-wrap input[type="text"],
.row .background--dark .netbee-subscribe-wrap.style-5 input[type="text"]:focus,
.row .background--dark .netbee-subscribe-wrap.style-5 input[type="text"]:hover,
.row .background--dark .netbee-subscribe-wrap input[type="text"] {
    border-color: rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.netbee-background-dark .netbee-subscribe-wrap.style-4 .cell-text input[type="text"]:focus,
.netbee-background-dark .netbee-subscribe-wrap.style-4 .cell-text input[type="text"]:hover,
.row .background--dark .netbee-subscribe-wrap.style-4 .cell-text input[type="text"]:focus,
.row .background--dark .netbee-subscribe-wrap.style-4 .cell-text input[type="text"]:hover {
    border-color: rgba(255, 255, 255, 0.2);
}

.netbee-background-dark .netbee-subscribe-wrap input[type="text"]::-webkit-input-placeholder,
.row .background--dark .netbee-subscribe-wrap input[type="text"]::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.netbee-background-dark .netbee-subscribe-wrap input[type="text"]:-moz-placeholder,
.row .background--dark .netbee-subscribe-wrap input[type="text"]:-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.netbee-background-dark .netbee-subscribe-wrap input[type="text"]::-moz-placeholder,
.row .background--dark .netbee-subscribe-wrap input[type="text"]::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.netbee-background-dark .netbee-subscribe-wrap input[type="text"]:-ms-input-placeholder,
.row .background--dark .netbee-subscribe-wrap input[type="text"]:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.netbee-background-dark .netbee-subscribe-wrap input[type="text"]:focus::-webkit-input-placeholder,
.row .background--dark .netbee-subscribe-wrap input[type="text"]:focus::-webkit-input-placeholder {
    color: transparent !important;
}

.netbee-background-dark .netbee-subscribe-wrap input[type="text"]:focus:-moz-placeholder,
.row .background--dark .netbee-subscribe-wrap input[type="text"]:focus:-moz-placeholder {
    color: transparent !important;
}

.netbee-background-dark .netbee-subscribe-wrap input[type="text"]:focus::-moz-placeholder,
.row .background--dark .netbee-subscribe-wrap input[type="text"]:focus::-moz-placeholder {
    color: transparent !important;
}

.netbee-background-dark .netbee-subscribe-wrap input[type="text"]:focus:-ms-input-placeholder,
.row .background--dark .netbee-subscribe-wrap input[type="text"]:focus:-ms-input-placeholder {
    color: transparent !important;
}

.netbee-subscribe-wrap {
    position: relative;
}

.netbee-subscribe-wrap .burner-error {
    padding: 10px 0;
}

.netbee-subscribe-wrap .form-container {
    position: relative;
}

.netbee-subscribe-wrap table {
    border-width: 0;
    background: transparent;
    margin: 0;
    border-collapse: collapse;
}

.netbee-subscribe-wrap td {
    padding: 0;
}

.netbee-subscribe-wrap .cell-submit {
    position: absolute;
    top: 0;
    right: 0;
    white-space: nowrap;
}

.netbee-subscribe-wrap input[type="text"] {
    position: relative;
    font-family: "Roboto", "Roboto", "PT Sans", sans-serif;
    color: #28262b;
    height: 50px;
    line-height: 50px;
    margin-bottom: 0px;
    padding: 10px 10px 10px 20px;
    border-radius: 0;
}

.netbee-subscribe-wrap .submit {
    border-radius: 0;
    background: #0a78e4;
    padding: 0 35px;
    line-height: 50px;
    border-width: 0;
    -webkit-box-shadow: inset 0px 0px 0px 30px transparent;
    box-shadow: inset 0px 0px 0px 30px transparent;
    -webkit-transition: box-shadow .3s ease, color .3s ease, background .3s ease, width .3s ease;
    -moz-transition: box-shadow .3s ease, color .3s ease, background .3s ease, width .3s ease;
    transition: box-shadow .3s ease, color .3s ease, background .3s ease, width .3s ease;
}

.netbee-subscribe-wrap .submit i {
    position: absolute;
    top: 50%;
    left: 50%;
    right: auto;
    margin: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.netbee-subscribe-wrap .submit:hover {
    -webkit-box-shadow: inset 0px 0px 0px 30px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 0px 0px 30px rgba(0, 0, 0, 0.1);
}

.netbee-subscribe-wrap.style-1 .cell-submit,
.netbee-subscribe-wrap.style-1 .submit {
    height: 100%;
}

.netbee-subscribe-wrap.style-2 input[type="text"] {
    height: 51px;
    line-height: 49px;
}

.netbee-subscribe-wrap.style-2 .cell-submit {
    right: 4px;
    top: 4px;
    bottom: 4px;
}

.netbee-subscribe-wrap.style-2 .cell-submit .submit {
    height: 100%;
    line-height: 33px;
}

.netbee-subscribe-wrap.style-3 .cell-submit,
.netbee-subscribe-wrap.style-3 .submit {
    height: 100%;
    border-radius: 4px;
}

.netbee-subscribe-wrap.style-3 .cell-text {
    width: 100%;
    border-radius: 4px;
}

.netbee-subscribe-wrap.style-3 .cell-text .text {
    border-radius: inherit;
}

.netbee-subscribe-wrap.style-3 .cell-submit {
    position: relative;
    float: right;
    margin-left: 10px;
}

.netbee-subscribe-wrap.style-4 .cell-text {
    width: 100%;
}

.netbee-subscribe-wrap.style-4 .cell-text input[type="text"] {
    border-top-width: 0 !important;
    border-left-width: 0 !important;
    border-right-width: 0 !important;
    border-radius: 0;
    background: transparent;
}

.netbee-subscribe-wrap.style-4 .cell-text input[type="text"]:focus,
.netbee-subscribe-wrap.style-4 .cell-text input[type="text"]:hover {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #ebeef0;
}

.netbee-subscribe-wrap.style-4 .cell-submit {
    position: relative;
    float: right;
    margin-left: 5px;
}

.netbee-subscribe-wrap.style-4 .cell-submit .submit {
    border-radius: 22px;
}

.netbee-subscribe-wrap.style-5 input[type="text"] {
    visibility: hidden;
    width: 20%;
    opacity: 0;
    -webkit-transition: visibility .3s ease, width .3s ease, opacity .3s ease;
    -moz-transition: visibility .3s ease, width .3s ease, opacity .3s ease;
    transition: visibility .3s ease, width .3s ease, opacity .3s ease;
}

.netbee-subscribe-wrap.style-5 input[type="text"]:focus,
.netbee-subscribe-wrap.style-5 input[type="text"]:hover {
    background-color: #f2f2f2;
    border-color: #ebeef0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.netbee-subscribe-wrap.style-5 .active input[type="text"] {
    visibility: visible;
    opacity: 1;
    width: 100%;
}

.netbee-subscribe-wrap.style-5 .active.cell-submit {
    min-width: 0;
    right: 0;
    margin-right: 0;
}

.netbee-subscribe-wrap.style-5 .cell-submit {
    display: block;
    min-width: 50%;
    position: absolute;
    right: 50%;
    text-align: center;
    margin-right: -25%;
    -webkit-transition: min-width .3s ease, width .3s ease, right .3s ease, margin-right .3s ease, color .3s ease, background .3s ease, border-color .3s ease;
    -moz-transition: min-width .3s ease, width .3s ease, right .3s ease, margin-right .3s ease, color .3s ease, background .3s ease, border-color .3s ease;
    transition: min-width .3s ease, width .3s ease, right .3s ease, margin-right .3s ease, color .3s ease, background .3s ease, border-color .3s ease;
}

.netbee-subscribe-wrap.style-5:hover input[type="text"] {
    visibility: visible;
    opacity: 1;
    width: 100%;
}

.netbee-subscribe-wrap.style-5:hover .cell-submit {
    width: auto;
    min-width: 0;
    right: 0;
    margin-right: 0;
}

.netbee-subscribe-wrap.style-5.align-center input[type="text"] {
    margin: 0 auto;
}

.netbee-subscribe-wrap.style-5.align-left .cell-submit {
    right: auto;
    left: 0;
    text-align: left;
    margin-right: 0;
}

.netbee-subscribe-wrap.style-5.align-left .cell-text {
    text-align: left;
}

.netbee-subscribe-wrap.style-5.align-left input[type="text"] {
    display: inline-block;
    text-align: right;
}

.netbee-subscribe-wrap.style-5.align-left::-webkit-input-placeholder {
    text-align: right;
}

.netbee-subscribe-wrap.style-5.align-left:-moz-placeholder {
    text-align: right;
}

.netbee-subscribe-wrap.style-5.align-left::-moz-placeholder {
    text-align: right;
}

.netbee-subscribe-wrap.style-5.align-left:-ms-input-placeholder {
    text-align: right;
}

.netbee-subscribe-wrap.style-5.align-right .cell-submit {
    right: 0;
    text-align: right;
    margin-right: 0;
}

.netbee-subscribe-wrap.style-5.align-right .cell-text {
    text-align: right;
}

.netbee-subscribe-wrap.style-5.align-right input[type="text"] {
    display: inline-block;
}

.netbee-subscribe-wrap.full-width-style .cell-submit {
    top: auto;
    bottom: 0;
    width: 100%;
    height: auto;
}

.netbee-subscribe-wrap.full-width-style .cell-submit .submit {
    display: block;
    width: inherit;
}

.netbee-subscribe-wrap.full-width-style.style-1 .cell-text {
    padding-bottom: 43px;
}

.netbee-subscribe-wrap.full-width-style.style-1 input[type="text"] {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-width: 0 !important;
}

.netbee-subscribe-wrap.full-width-style.style-1 .submit {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.netbee-subscribe-wrap.full-width-style.style-3 .cell-text {
    padding-bottom: 53px;
}

.netbee-subscribe-wrap.full-width-style.style-3 .cell-submit {
    position: absolute;
    margin: 0;
}

.netbee-subscribe-wrap.full-width-style.style-4 .cell-text {
    padding-bottom: 48px;
}

.netbee-subscribe-wrap.full-width-style.style-4 .cell-submit {
    position: absolute;
    margin: 0;
}

.netbee-subscribe-wrap::-webkit-input-placeholder {
    line-height: 41px;
    top: 0;
    color: #28262b;
}

.netbee-subscribe-wrap:-moz-placeholder {
    line-height: 41px;
    color: #28262b;
}

.netbee-subscribe-wrap::-moz-placeholder {
    line-height: 41px;
    color: #28262b;
}


.netbee-subscribe-wrap:-ms-input-placeholder {
    line-height: 41px;
    color: #28262b;
}

.netbee-subscribe-wrap:focus::-webkit-input-placeholder {
    color: transparent !important;
}

.netbee-subscribe-wrap:focus:-moz-placeholder {
    color: transparent !important;
}

.netbee-subscribe-wrap:focus::-moz-placeholder {
    color: transparent !important;
}

.netbee-subscribe-wrap ​:focus:-ms-input-placeholder {
    color: transparent !important;
}

@media (max-width: 550px) {
    .netbee-subscribe-wrap.style-1 .cell-text input,
    .netbee-subscribe-wrap.style-1 .cell-submit button {
        border-radius: 0 !important;
    }
}