.footer_top {
    color: #fff;
    font-size: 14px;
    width: 1000px;
    margin: 0px auto;
    padding-top: 50px;
    padding-bottom: 50px;
}

.footer_top a {
    text-decoration: none;
    color: #fff;
    font-family: PoppinsRegular;
    font-size: 14px;
}

.footer_block {
    float: left;
}

.footer_block li {}

.footer_about_us {
    margin-right: 105px;
}

.footer_trade_help {
    margin-right: 85px;
}

.footer_products_assistance {
    margin-right: 60px;
}

.footer_title {
    font-size: 18px;
    font-family: PoppinsBold;
    margin-bottom: 20px;
    color: #fff;
}

.footer_bottom {
    margin-right: auto;
    margin-left: auto;
    margin-top: 50px;
    margin-bottom: 30px;
    width: 1000px;
}

.footer_contact a {
    width: 200px;
    display: block;
}

.footer_contact p {
    font-family: PoppinsRegular;
}

.footer_contact_button {
    width: 200px;
    height: 28px;
    border: 1px solid #FFF;
    border-radius: 5px;
    margin-bottom: 20px;
    margin-top: 10px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}

.footer_subscribe {
    margin-top: 10px;
    width: 310px;
}

.footer_subscribe input {
    outline: none;
    line-height: 30px;
    float: left;
}

.footer_subscribe .email_input {
    width: 196px;
    height: 26px;
}

.subscribe_button {
    background-color: #990113;
    width: 90px;
    height: 30px;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
    border: none;
	color:#FFF;
    /*background-image: url(../image/small/footer_images/footer_16.jpg);
    background-position: center;
    background-repeat: no-repeat;*/
    margin-left: 10px;

}

.email_check_message {
    display: none;
    color: #F00;
    float: left;
}

#subscribe_progress {
    display: none;
}

@media(max-width: 999px) {
	.footer_top{
		padding-top: 0px;
	}
    .footer_top,
    .footer_bottom {
        width: 100%;
    }

    .footer_about_us {
        width: 100%;
        margin-right: 0px;
    }

    .footer_block {
        width: 100%;
    }

    .accrdion-header {
        font-size: 16px;
        border-bottom: 1px solid #222222;
        margin-bottom: 0px;
        line-height: 50px;
    }

    .accrdion-content {
        box-sizing: border-box;
        padding-left: 40px;
        display: none;
    }

    .accrdion-content li {
        height: 48px;
        line-height: 48px;
    }

    .accrdion-entry {
        box-sizing: border-box;
    }

    .accrdion-entry .accrdion-header {
        background-image: url(../image/small/footer_images/arrow_down.png);
        background-position: calc(100% - 20px);
        background-repeat: no-repeat;
        box-sizing: border-box;
        padding-left: 20px;
    }

    .accrdion-active {
        border-bottom: 1px solid #222222;
    }

    .my-accordion .accrdion-active .accrdion-header {
        background-image: url("../image/small/footer_images/arrow_up.png");
        background-position: 95%;
        background-repeat: no-repeat;
    }

    .footer_contact {
        margin-top: 20px;
        box-sizing: border-box;
        padding-left: 5%;
    }

    .footer_subscribe {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .follow_us_bg {
        width: 94%;
        margin-left: 3%;
        margin-right: 3%;
    }
}