.social {
    display: block;
    float: right;
    font-family: 'roboto slab';
    width: 312px;
}

.social ul#soc li.connectText {
    font-size: 16px;
    line-height: 16px;
    width: 88px;
    text-align: center;
    color: #354658;
    padding: 0;
}

ul#soc {
    list-style-type:none;
    padding:0;
    margin:0;   
}

ul#soc li{
    display: inline;
    float: left;
    padding-top: 1px;
    padding-left: 7px;
}

ul#soc li.firstIcon {
    padding-left: 9px;
}

div.header.ie7 ul#soc li.firstIcon {
    padding-left: 8px;
}

ul#soc li a {
    width: 30px;
    height: 30px;   
}

ul#soc li a .facebook {
    background: url('img/facebook.png');
    width: 30px;
    height: 30px;
}

ul#soc li a .facebook:hover {
    background: url('img/facebook_bw.png');
}
    
ul#soc li a .blog {
    background: url('img/blog.png');
    width: 30px;
    height: 30px;
}

ul#soc li a .blog:hover {
    background: url('img/blog_bw.png');
}

ul#soc li a .twitter {
    background: url('img/twitter.png');
    width: 30px;
    height: 30px;
}

ul#soc li a .twitter:hover {
    background: url('img/twitter_bw.png');
}

ul#soc li a .linkedin {
    background: url('img/linkedin.png');
    width: 30px;
    height: 30px;
}

ul#soc li a .linkedin:hover {
    background: url('img/linkedin_bw.png');
}

ul#soc li a .flickr {
    background: url('img/flickr.png');
    width: 30px;
    height: 30px;
}

ul#soc li a .flickr:hover {
    background: url('img/flickr_bw.png');
}

ul#soc li a .youtube {
    background: url('img/youtube.png');
    width: 30px;
    height: 30px;
}

ul#soc li a .youtube:hover {
    background: url('img/youtube_bw.png');
}

ul#soc li a .instagram {
    background: url('img/instagram.png');
    width: 30px;
    height: 30px;
}

ul#soc li a .instagram:hover {
    background: url('img/instagram_bw.png');
}

#floatingSocialShare {
    position: relative;
}

#floatingSocialShare *,
#floatingSocialShare *:before,
#floatingSocialShare *:after {
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

#floatingSocialShare a {
    position: relative;
    width: 45px;
    height: 30px;
    line-height: 20px;
    padding: 8px 0;
    display:list-item;
    list-style-type: none;
    text-align: center;
    color: #fff;
}

#floatingSocialShare a:focus, #floatingSocialShare a:hover {
    color: #fff;
    width:52px;
    opacity: 0.8;
    transition-duration: 0.3s;
    transition-property: right;
    transition-timing-function: ease-out;
}

#floatingSocialShare a, #floatingSocialShare a:visited, #floatingSocialShare a:focus, #floatingSocialShare a:active, #floatingSocialShare a:hover {
    outline: 0 none !important;
}

#floatingSocialShare i {
    line-height: inherit;
    font-size: 24px;
    text-align: center;
}

#floatingSocialShare .top-left, #floatingSocialShare .top-right, #floatingSocialShare .content-left, #floatingSocialShare .content-right {
    position: fixed;
    top: 25%;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

#floatingSocialShare .top-left {
    left: 0;
}

#floatingSocialShare .top-right {
    right: 0;
}

#floatingSocialShare .content-left, #floatingSocialShare .content-right {
    margin: 0;
}

#floatingSocialShare .top-right {
    direction: rtl;
}

#floatingSocialShare .envelope {
    background-color: #c4c8df;
/*    background-color: #726C6C; */
}

#floatingSocialShare .facebook {
    background-color: #687897;
/*    background-color: #3b5998; */
}

#floatingSocialShare .google-plus {
    background-color: #dd4b39;
}

#floatingSocialShare .linkedin {
    background-color: #007bb6;
}

#floatingSocialShare .odnoklassniki {
    background-color: #f6900b;
}

#floatingSocialShare .pinterest {
    background-color: #687897;
/*    background-color: #c92228; */
}

#floatingSocialShare .reddit {
    background-color: #a9bacb;
}

#floatingSocialShare .stumbleupon {
    background-color: #eb4924;
}

#floatingSocialShare .telegram {
    background-color: #1E96C8;
}

#floatingSocialShare .tumblr {
    background-color: #36465d;
}

#floatingSocialShare .twitter {
	background-color: #c4c8df; 
/*    background-color: #00aced; */
}

#floatingSocialShare .vk {
    background-color: #6383a8;
}

#floatingSocialShare .whatsapp {
    background-color: #00E676;
}

#floatingSocialShare .shareCount {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    color: #ffffff;
    font-size:  10px;
}

#floatingSocialShare .margin-top-5 {
    margin-top: 5px;
}

@media only screen and (min-device-width: 0px) and (max-width:961px) {

    #floatingSocialShare {
        margin-top: 50px;
    }

    #floatingSocialShare .top-left, #floatingSocialShare .top-right, #floatingSocialShare .content-left, #floatingSocialShare .content-right  {
        top: auto;
        bottom: 0;
        margin: 0;
        right: 0;
        left: 0;
        width: 100%;
        z-index: 999;
    }

    #floatingSocialShare a {
        position: relative;
        float: left;
        display:list-item;
        list-style-type: none;
    }

    #floatingSocialShare a:focus, #floatingSocialShare a:hover {
        -moz-transition-property: none;
        -webkit-transition-property: none;
        -o-transition-property: none;
        transition-property: none;
    }
}

