#subscribe_img {
    float: left;
    width: 26px;
}
.subscribe_p {
    float: left;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
    margin-bottom: 0px;
}
#subscribe_div {
    border: 1px solid #828AAE;
    width: 230px;
    height: 36px;
    float: left;
    display: flex;
    align-items: center;
}
#subscribe_input {
    width: 200px;
    float: left;
    border-color:#fff;
    webkit-box-shadow:none;
    box-shadow:none;
    height: 30px;
    outline: none;
    border: none;
    margin-left: 3px;
}
.subscribe_img_1 {
    float: left;
    width: 25px;
    cursor: pointer;
}
#subscribe_div_left {
    float:left;
    display: flex;
    align-items: center;
    padding-left: 110px;
}
#subscribe_div_right {
    float: right;
    max-width: 40%;
    display: flex;
    align-items: center;
}
.sub_img_m {
    display: none;
}
#subscribe_div_mLJ {
    display: none;
}
.span_show_lj {
    color: red;
    display: none;
}
.new-footer {
    margin-top: 0px !important;
}
.span_show_lj_mlj {
    display: none;
}
.span_show_lj_pc {
    display: block;
}
@media only screen and (max-width:940px){
    #subscribe_div_left {
        max-width: unset;
        width: 100%;
        justify-content: center;
        padding-left: 0px;
    }
    #subscribe_div_right {
        max-width: unset;
        width: 100%;
        justify-content: center;
    }
}
@media only screen and (max-width:600px){
    .span_show_lj_pc {
        display: none;
    }
    .span_show_lj_mlj {
        display: block;
    }
    #subscribe_div_mLJ {
        display: block;
        background: #828AAE;
        padding: 20px;
    }
    #subscribe_div_left {
        width: 100%;
        justify-content: center;
        padding: 0px;
    }
    #subscribe_div_right {
        display: none;
    }
    .sub_img_m {
        display: block;
    }
    #subscribe_div {
        display: none;
    }
    .subscribe_p2 {
        display: none;
    }
    #subscribe_input2 {
        width: 100%;
        float: left;
        border: none;
        webkit-box-shadow: none;
        box-shadow: none;
        height: 30px;
        background: #828AAE;
        color: #FFF;
        margin-left: 3px;
    }
    #subscribe_input2:focus {
        outline: none;
    }
    #subscribe_div2 {
        border: 1px solid #FFF;
        width: 100%;
        height: 36px;
        float: left;
        display: flex;
        align-items: center;
    }
    #subscribe_input2::-webkit-input-placeholder {
        /* WebKit browsers */
        color: #FFF;
    }
    #subscribe_input2:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #FFF;
    }
    #subscribe_input2::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #FFF;
    }
    #subscribe_input2:-ms-input-placeholder {
        /* Internet Explorer 10+ */
        color: #FFF;
    }
}



.assigned .error>*:first-child:before {
    -webkit-font-smoothing: antialiased;
    font-size: 24px;
    line-height: 24px;
    color: #b30000;
    content: '\f847';
    font-family: 'porto-icons';
    margin: -12px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    left: 0;
    top: 22px;
    width: 45px;
    position: absolute;
    text-align: center;
}
.assigned .error {
    margin: 0 0 9px;
    padding: 12px 18px 12px 22.5px;
    display: block;
    font-size: 13px;
    padding-left: 45px;
    position: relative;
    background: #fae5e5;
    color: #e02b27;
}
#maincontent .success {
    margin: 0 0 9px;
    padding: 12px 18px 12px 22.5px;
    display: block;
    font-size: 13px;
    background: #e5efe5;
    color: #006400;
    padding-left: 45px;
    position: relative;
}
#maincontent .success>*:first-child:before {
    -webkit-font-smoothing: antialiased;
    font-size: 24px;
    line-height: 24px;
    color: #006400;
    content: '\f846';
    font-family: 'porto-icons';
    margin: -12px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    left: 0;
    top: 22px;
    width: 45px;
    position: absolute;
    text-align: center;
}

.login-sign-after.login-sign-afters {
    display: none;
}

.footer_socialize_img img {
    width: 30px;
    margin-right: 5px;
}
.subscribe_p_mFooter {
    font-size: 16px;
    padding: 0px;
    font-weight: bold;
}
.social_m_footer_lj {
    text-align: center;
    padding: 20px 0px;
    background: #F6F6F6;
    border-bottom: 1px solid #E8E8E8;
}
