#wmkc {
    position: fixed;
    right: 10px;
    top: 40%;
    transform: translateY(-50%);
    font-size: 11px;
    font-family: Arial,Helvetica,sans-serif !important;
    padding-bottom: 80px;
    z-index: 99999;
}

#wmkc * {
    box-sizing: border-box;
    font-size: 12px;
    line-height: 1;
}

.wmkc-list {
    padding: 0;
    border: 1px solid #EEE;
    background-color: #FFF;
    max-width: 78px;
    border-radius: 4px;
    margin: 0;
    position: relative;
}

.wmkc-icon {
    display: inline-block;
    background: url(/wmkc-ico25.png) no-repeat;
    width: 28px;
    height: 28px
}

.wmkc-list>li {
    width: 100%;
    line-height: 115%;
    border-bottom: 1px solid #EEE;
    list-style: none;
    text-align: center;
    padding: 5px 0px 7px;
    transition: all .2s ease-in-out;
}

.wmkc-itemcont {
    position: absolute;
    top: 10px;
    right: 100%;
    background-color: #fff;
    border: 1px solid #EEE;
    border-radius: 4px 0 0 4px;
    visibility:hidden;
    opacity:0;
    transition: top .2s,opacity .2s;
    overflow-y:auto;
    padding: 5px 14px;
}

.wmkc-list>li:hover .wmkc-itemcont {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.wmkc-itemcont>a {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
    color: #555;
    text-decoration: none;
    padding: 4px 4px 3px 0;
    text-align: left;
    width: 180px;
}

.wmkc-itemcont>a:last-child {
    border: none;
}

.wmkc-itemcont>a i {
    transform: scale(.7);
}

.wmkc-itemcont>a span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
    line-height: 14px !important;
}

.wmkc-email .wmkc-itemcont>a:hover {
    color: #F90;
}

.wmkc-skype .wmkc-itemcont>a:hover {
    color: #0091DF;
}

.wmkc-whatsapp .wmkc-itemcont>a:hover {
    color: #2CB740;
}

.wmkc-wechat .wmkc-itemcont>a:hover {
    color: #51C332;
}

.wmkc-list>li p {
    margin: 2px 0 0;
    transform: scale(.9);
}

.wmkc-list>li .wmkc-itemico {
    color: #555;
    text-decoration: none;
    font-size: 12px;
    display: block;
}

.wmkc-email .wmkc-icon {
    background-position: -18px -18px
}

.wmkc-whatsapp .wmkc-icon {
    background-position: -62px -62px;
}

.wmkc-skype .wmkc-icon {
    background-position: -62px -18px
}

.wmkc-wechat .wmkc-icon {
    background-position: -164px -64px
}

.wmkc-list li:hover .wmkc-itemico {
    color: #FFF
}

.wmkc-email:hover {
    background-color: #F90
}

.wmkc-whatsapp:hover {
    background-color: #2CB740
}

.wmkc-skype:hover {
    background-color: #0091DF
}

.wmkc-wechat:hover {
    background-color: #51C332
}

.wmkc-email:hover .wmkc-itemico .wmkc-icon {
    background-position: -106px -18px;
}

.wmkc-whatsapp:hover .wmkc-itemico .wmkc-icon {
    background-position: -62px -106px
}

.wmkc-skype:hover .wmkc-itemico .wmkc-icon {
    background-position: -106px -62px;
}

.wmkc-wechat:hover .wmkc-itemico .wmkc-icon {
    background-position: -164px -12px;
}

.wmkc-list>li:first-child {
    border-radius: 4px 4px 0 0
}

.wmkc-list>li:last-child {
    border-radius: 0px 0px 4px 4px;
    border: none
}

.wmkc-top {
    text-align: center;
    cursor: pointer;
    user-select: none;
    border: 1px solid #EEE;
    background-color: #FFF;
    padding: 5px 4px;
    border-radius: 4px;
    transition: all .2s ease-in-out;
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.wmkc-top .wmkc-icon {
    background-position: -16px -60px
}

.wmkc-top p {
    color: #777;
    margin: 2px 0 0;
    font-size: 14px
}

.wmkc-top:hover {
    background-color: #BBB;
}

.wmkc-top:hover p {
    color: #FFF
}

.wmkc-top:hover .wmkc-icon {
    background-position: -16px -104px;
}

@media(max-width: 768px) {
    #wmkc {
        display:none
    }
}

.wmkc-skype {
    display: none;
}

.region--footer {
    color: #fff;
}

.footer--left-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #9aa9bb;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer--left-2 span+span, .footer--left-2 span+span a {
    font-weight: 600;
    font-size: 30px;
    color: #ff7100;
    line-height: 1.2;
}

.footer--left-2 span+span, .footer--left-2 span+span a {
    font-size: 24px;
}

@media (min-width: 575px) {
    .foot-fix {
        display: none;
    }
}

.foot-fix {
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    height: 48px;
}

.b_bar {
    margin: 0 auto;
    max-width: 800px;
    position: fixed;
    bottom: 0;
    z-index: 99;
    border-top: 1px #eee solid;
}

.foot-fix ul {
    display: flex;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.foot-fix li, .foot-fix li a {
    height: 100%;
}

.foot-fix li {
    flex: 25%;
    border-right: 1px #eee solid;
    list-style: none;
}

.foot-fix li a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #333;
}

.foot-fix li, .foot-fix li a {
    height: 100%;
}

.foot-fix li i.icon-whatsapp {
    background-position: -276px -224px;
}

.foot-fix li i {
    height: 27px;
    width: 27px;
    margin: 0 auto;
    background-position: -278px -145px;
    display: block;
}

.foot-fix li i {
    background: url(/css_sprites.png);
}

.foot-fix li i.icon-skype {
    background-position: -278px -10px;
}

.foot-fix li:nth-child(2) i {
    /*background-position: -278px -10px;*/
}

.foot-fix li:nth-child(3) i {
    background-position: -99px -274px;
}

.foot-fix li:nth-child(4) i {
    background-position: -111px -228px;
}
