body ul#ajsharebar {
    display: none;
    position: absolute;
    width: 65px;
    float: left;
    background: #fff;
    padding: 0;
    text-align: center;
    border: 1px solid #ccc;
    list-style: none;
    list-style-image: none;
    list-style-type: none;
    margin: 0;
    z-index: 99;
    margin-top: 0 !important;
    position: absolute !important;
}

body ul#ajsharebar li {
    display: block;
    margin: 5px;
    padding: 0;
    /*overflow: hidden;*/
    text-align: center;
    background-image: none;
}

body ul#ajsharebarx {
    display: none;
    list-style: none;
    list-style-image: none;
    list-style-type: none;
    width: 100%;
    float: left;
    margin: 0 0 10px;
    padding: 0;
}

body ul#ajsharebarx a {
    line-height: 14px;
    text-decoration: none;
}

body ul#ajsharebarx li {
    float: left;
    margin-right: 10px;
    line-height: 10px;
    background-image: none;
}

body ul#ajsharebarx li .st_email  {
    margin: 0 15px !important;
}

.ajsharebar-button {
    font-size: 11px;
    font-family: Verdana, Arial;
    padding: 2px 4px;
    background: #f7f7f7;
    color: #444;
    border: 1px solid #ddd;
    display: block;
    margin: 0 0 5px;
}

.ajsharebar-button:hover {
    border-color: #aaa;
}

.credit {
    margin: 0;
    padding: 0;
    line-height: 9px;
}

.credit a {
    font-size: 8px;
    color: #ccc;
    text-transform: uppercase;
    text-decoration: none;
    font-family: Verdana;
    line-height: 9px;
}

.FBConnectButton_Small {
    background-position:-5px -232px !important;
    border-left:1px solid #1A356E;
}

.FBConnectButton_Text {
    margin-left:12px !important ;
    padding:2px 5px 3px !important;
}

.stButton {
    margin:0 0 6px !important;
}

.stButton:last-child{
    margin:0 !important;
}

.stButton .stFb_vbubble {
    width:53px !important;
}

.stButton .stFb_text {
    padding: 2px 5px 3px !important;
    margin: 1px 1px 0 14px !important;
}

/*Start CSS Add By Shivendu*/
#ajsharebar{
    top: 12%;
    left: 16%;
}
.i18n-ar #ajsharebar{
    top: 16%;
    right: 16%;
}
#ajsharebar .fa-facebook {
    background: #547bbc!important;
}
#ajsharebar .fa-twitter {
    background: #78cbef;
}
#ajsharebar .fa-envelope {
    background: #fac766;
}

#ajsharebarx .fa-facebook {
    background: #547bbc!important;
}
#ajsharebarx .fa-twitter {
    background: #78cbef;
}
#ajsharebarx .fa-envelope {
    background: #fac766;
}


/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1400px) and (max-width: 1800px){

    /*body{border: 2px blue solid;}*/
    #ajsharebar{
        top: 9%;
        left: 20%;
    }
    .i18n-ar #ajsharebar{
        top: 9%;
        right: 15%;
    }

}


@media only screen and (min-device-width : 1068px) and (max-device-width : 1399px)  {

    /*body{border: 2px green solid;}*/
    #ajsharebar{
        top: 5%;
        left: 13%;
    }
    .i18n-ar #ajsharebar{
        top: 5%;
        right: 13%;
    }

}


/*End CSS Add By Shivendu*/

