#f-share-sidebar.box-share.box-share-aside {
    /*display: block;*/
    margin: 0;
    position: fixed;
    z-index: 9998;
    left: 0;
    /*margin-top: 20%;*/
    /*bottom: 24%;*/
}

ul.box-share-inner {
    padding-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.post-cate-info, .box-share, .post-share-bar {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    font-style: normal;
    font-size: 12px;
}

.box-share {
    display: block;
    overflow: hidden;
}

.box-share-aside li.box-share-el, .box-share-aside li.box-share-el:hover, .box-share-aside li.box-share-el:focus {
    background: transparent !important;
}

.box-share-aside .box-share-el {
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    border-radius: 0;
}

.box-share-el {
    text-align: center;
    white-space: nowrap;
    padding: 8px 15px;
    line-height: 1;
    position: relative;
    background-color: #282828;
    color: #fff;
    display: block;
    width: 100%;
    float: left;
    margin-right: 1px;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .07);
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.box-share-aside .box-share-el a {
    float: none;
    display: block;
}

.box-share-aside .box-share-el a i {
    display: block;
    float: left;
    height: 32px;
    width: 32px;
    font-size: 15px;
    text-align: center;
    line-height: 32px;
    position: relative;
    z-index: 50;
}

.box-share-aside .box-share-el a i {
    display: block;
    float: left;
    height: 32px;
    width: 32px;
    font-size: 15px;
    text-align: center;
    line-height: 32px;
    position: relative;
    z-index: 50;
}

.fa {
    /*color: #fff;*/
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.box-share-el.facebook-button, .box-share-el.facebook-page-button, .box-share-el.messenger-button, .box-share-el.line-button, .box-share-el.google-button {
    float: left;
}

.counter-element.bg-facebook, .box-share-el.facebook-button, .box-share-aside .box-share-el.facebook-button i, .box-share-aside .box-share-el.facebook-button span {
    background-color: #899DCE;
}

.counter-element.bg-facebook, .box-share-el.facebook-page-button, .box-share-aside .box-share-el.facebook-page-button i, .box-share-aside .box-share-el.facebook-page-button span {
    background-color: #3b5997;
}

.counter-element.bg-messenger, .box-share-el.messenger-button, .box-share-aside .box-share-el.messenger-button i, .box-share-aside .box-share-el.messenger-button span {
    background-color: #0084ff;
}

.counter-element.bg-line, .box-share-el.line-button, .box-share-aside .box-share-el.line-button i, .box-share-aside .box-share-el.line-button span {
    background-color: #03c302;
}

.box-share-el.google-button, .box-share-aside .box-share-el.google-button i, .box-share-aside .box-share-el.google-button span {
    background-color: #F16A5A;
}

.fs-facebook {
    display: inline-block;
    background: url(img/facebook.png);
    background-repeat: no-repeat;
    background-position: top left;
    -webkit-background-size: cover;
    background-size: cover;
    width: 30px;
    height: 30px;
}

.fs-messenger {
    display: inline-block;
    background: url(img/facebook-messenger.png);
    background-repeat: no-repeat;
    background-position: top left;
    -webkit-background-size: cover;
    background-size: cover;
    width: 30px;
    height: 30px;
}

.fs-gplus {
    display: inline-block;
    background: url(img/google-plus.png);
    background-repeat: no-repeat;
    background-position: top left;
    -webkit-background-size: cover;
    background-size: cover;
    width: 30px;
    height: 30px;
}


.fs-line {
    display: inline-block;
    background: url(img/line.png);
    background-repeat: no-repeat;
    background-position: top left;
    -webkit-background-size: cover;
    background-size: cover;
    width: 30px;
    height: 30px;
}


@media only screen and (max-width: 767px){
.box-share.box-share-aside {
    bottom: 0;
    left: 0;
    right: 0;
}
}

@media only screen and (max-width: 767px) {
.box-share-aside .box-share-inner {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: space-around;
}
}

@media only screen and (max-width: 767px){
.box-share-el:first-child {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}
}

@media only screen and (max-width: 767px){
    .box-share-aside .box-share-el {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 32px;
    padding: 0 !important;
}
}

/*@media only screen and (max-width: 767px){
.box-share-el:first-child {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
}
}*/

@media only screen and (max-width: 767px){
.box-share-aside .box-share-el a i {
    width: 100%;
    float: none;
    font-size: 15px;
}
}
