
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */ @font-face {
    font-family: 'FontAwesome';
    src: url(fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), 
         url(fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), 
         url(fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), 
         url(fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), 
         url(fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa {
    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;
}


.block-social {
    position: fixed;
    right: 0;
    /*top: 100px;*/ top: 227px;
    width: 45px;
    z-index: 9999;
}

.block-social.on_left {
    right: auto;
    left: 0;
}

.block-social.on_left ul li a {
    float: left;
}

.block-social.on_left ul li a > span {
    position: relative;
}

.block-social.on_left ul li a > span i.fa {
    float: right;
}

.block-social.on_left ul li a > span span.social-text {
    position: absolute;
    top: 0;
    right: 43px;
    width: auto;
}

.block-social ul {
    padding: 0;
}

.block-social ul li {
    display: block;
}

.block-social ul li a {
    float: right;
    margin-bottom: 2px;
    border-radius: 5px 0 0 5px;
}

.block-social ul li a.facebook {
    background: #3b5998;
}

.block-social ul li a.whatsapp {
    background: #48ad0a;
}

.block-social ul li a.twitter {
    background: #62bdb2;
}

.block-social ul li a.google-plus {
    background: #db4a39;
}

.block-social ul li a.youtube {
    background: #c4302b;
}

.block-social ul li a.pinterest {
    background: #db4a39;
}

.block-social ul li a.mail-to {
    background: #2a056f;
}

.block-social ul li a.instagram {
    background: #9b6954;
}

.block-social ul li a.tumblr {
    background: #35465a;
}

.block-social ul li a.linkedin {
    background: #4875b4;
}

.block-social ul li a.vimeo {
    background: #86b32d;
}

.block-social ul li a.behance {
    background: #005cff;
}

.block-social ul li a.dribbble {
    background: #ec4a89;
}

.block-social ul li a.rss {
    background: orange;
}

.block-social ul li a.vk {
    background: #45668e;
}

.block-social ul li a > span {
    color: #fff;
    float: left;
    white-space: nowrap;
    font-size: 11px;
    height: 43px;
    line-height: 43px;
    width: 43px;
    transition: all .5s ease 0s;
    overflow: hidden;
}

.block-social ul li a > span i.fa {
    width: 43px;
    height: 43px;
    text-align: center;
    line-height: 43px;
    font-size: 20px;
    float: left;
    position: relative;
    margin-right: 10px;
}

.block-social ul li a > span i.fa:after {
    content: "";
    background: #fff;
    height: 19px;
    width: 1px;
    position: absolute;
    right: -1px;
    top: 12px;
}

.block-social ul li a > span span.social-text {
    height: 43px;
    line-height: 43px;
    float: left;
    width: 0;
    font-weight:bold; font-size:14px; letter-spacing: 1px;
}

.block-social ul li a:hover > span {
    width: 160px;
}


.pp_social {
    float: left;
    margin: 0;
}

.pp_social .facebook {
    float: left;
    margin-left: 5px;
    width: 55px;
    overflow: hidden;
}
.fa-facebook-square:before {
    content: "\f082";
}
.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a";
}

.pp_social .twitter {
    float: left;
}
.fa-twitter:before {
    content: "\f099";
}

.pp_social .youtube {
    float: left;
}
.fa-line-chart:before {
    content: "\f201";
}

.pp_social .mail-to {
    float: left;
}
.fa-envelope-o:before {
    content: "\f003";
}




.block-social ul li a.admin {
    background: #c4302b;
}
.block-social ul li a.email {
    background: #dd991c;
}
.block-social ul li a.faculty {
    background: #3b5998;
}
.block-social ul li a.student {
    background: #07b091;
}


@media screen and (max-width:767px) {
    .block-social {
        top: 160px;
    }
}