
.tw_widget_container{
    position:fixed;
    left:0;
    top:190px;
    z-index: 41;
}

.tw_widget_container .tw_widget_wrappper{
    border-radius:0 0 0 10px;
    position:relative;
}

.tw_widget_container .tw_widget_wrappper .tw_widget_tongue{
    position:absolute;
    right:-70px;
    top:0;
    width:75px;
    height:60px;
    border-radius:10px 0 0 10px;
    cursor:pointer;
    padding: 0 0 0 0;
    display:block;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: rgba(0, 0, 0, 0.15);
    border-top-color: rgba(0, 0, 0, 0.15);
}
.tw_widget_container .tw_widget_wrappper .tw_widget_tongue span{
    display:block;
    margin-left: 15px;
    height: 48px;
    width: 48px;
    background:transparent url('img/ico_facebook.png') no-repeat 50% 0;
    background-size:contain;
    transition: width ease .3s, height ease .3s;
    -webkit-transition: width ease .3s, height ease .3s;
    -moz-transition: width ease .3s, height ease .3s;
    -o-transition: width ease .3s, height ease .3s;
}
.tw_widget_container .tw_widget_wrappper:hover .tw_widget_tongue span{
    height: 60px;
    width: 60px;
}
.tw_widget_container .tw_widget_wrappper .tw_widget_content{

    margin:0;
}


