.developers-link-holder {
    position: absolute;
    bottom: 0;
    right: 0;
}
.developers-link-holder a {
    background: url("../system_images/developersLinkBg.png") no-repeat scroll left top transparent;
    height: 53px;
    position: absolute;
    right: 0px;
    bottom: 0;
    width: 144px;
}
.footer {
    color: #000000;
    float: left;
    line-height: 18px;
    width: 100%;
    padding: 0 20px;
}
#footer_area8 {
    display: inline-block;
    padding: 22px 0;
    border-top: 3px solid #969696;
}
#footer_area8_0{
    width: 600px;
    float: left;
    height: 32px;
}
#footer_area8_1{
    float: right;
    margin: 0 15px 0 0;
}
#footer_area8_2{
    float: left;
}
.footer-menu
{
    display: flex;
    flex-wrap: wrap;
}
.footer-menu-item {
    padding-right: 11px;
    margin-right: 10px;
    line-height: 1;
    position: relative;
}
.footer-menu-item:after {
    content: '';
    height: 10px;
    width: 1px;
    background: #969696;
    position: absolute;
    bottom: 1px;
    right: 0;
}
.firefox .footer-menu-item:after {
    bottom: 0;
}
.footer-menu-item:last-child {
    padding-right: 0;
    margin-right: 0;
}
.footer-menu-item:last-child:after {
    content: none;
}
.footer-menu-item a
{
    color:#969696;
    font-size: 13px;
    font-family: 'Tahoma', serif;
}
.footer-info {
    display: flex;
}
.footer-small-menu
{
    width: 120px;
}
.footer-small-menu a
{
    color: #969696;
    display: inline-block;
    font-size: 12px;
    text-decoration: underline;
    margin-bottom: 10px;
}
.rss-link{
    padding: 5px 0 7px 30px;
    margin-top: 2px;
    background: url("../system_images/RSS.png") 0 0 no-repeat;
    text-decoration: none !important;
}
.footer-text
{
    width:500px;
    color: #898989;
    font:12px Tahoma;
    margin:0 0 2px 0px;
}
.footer-text a {
    font-weight: bold;
    display: inline-block;
    margin: 5px 0;
    color: #222222;
}

@media screen and (max-width: 1023px) {
    #footer_area8_1 {
        margin-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .footer-text {
        font-size: 13px;
    }
    .footer {
        padding: 0;
    }
    #footer_area8 {
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding-left: 20px;
        padding-right: 20px;
    }
    #footer_area8_0{
        display: none;
    }

    .footer-small-menu {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footer-s-menu-item {
        width: 100%;
        text-align: left;
    }
    .footer-info {
        flex-direction: column;
        align-items: center;
    }

    .footer-small-menu,
    .footer-text {
        width: auto;
        float: none;
    }

    .footer-text {
        line-height: 1.6;
    }

    .developers-link-holder {
        display: none;
    }
}