﻿/* follow us */
#followus {
    float:right;
    z-index: 0;
    text-align:right;
    margin-top:3px;
}

#followus span.block {
    display: block;
    position: relative;
}

#followus span.clear {
    clear: both;
    height: 0;
}

#followus a {
    display: inline-table;
    background-color: transparent;
}

#followus img,
#followus .followus-sprite {
    margin-bottom: 2px;
}

#followus a .message {
    display: none;
    background-color: transparent;
}

#followus a:hover .message {
    display: block;
    position: absolute;
    width: 175px;
    margin-left: -175px;
    /* IE7 hack */
    *margin-left: -187px;
    margin-top: -26px;
    text-align: right;
    background-color: transparent;
}

#followus a:hover .message .followus-sprite {
    float: right;
    background-color: transparent;
}

#followus a:hover .message .followus-sprite-eng {
    float: right;
    background-color: transparent;
}

#followus a .facebookmessage {
    display: none;
    background-color: transparent;
}

#followus a:hover .facebookmessage {
    display: block;
    position: absolute;
    margin-left: -115px;
    margin-top: -85px;
    width: 140px;
    background-color: transparent;
}

#followus a:hover .facebookmessage .smtext,
#followus a:hover .facebookmessage .arrow {
    float: right;
}

#followus a:hover .facebookmessage .arrow  {
    padding-top: 5px;
}

span.followus-sprite {
    display: block;
}

span.followus-sprite-eng {
    display: block;
}

.followus-sprite {
    /*background-image: url("/Frontend/Images/FollowUs/sprite.png");*/
}

.followus-sprite-eng{
    /*background-image: url("/Frontend/Images/FollowUs/sprite.png");*/
}

/* Autogenerated part. Generated by http://spritegen.website-performance.org/ */

.followus-sprite.sprite-facebook{ width: 16px; height: 16px; } 
.followus-sprite.sprite-twitter{ width: 16px; height: 16px; } 
.followus-sprite.sprite-linkedin{ width: 16px; height: 16px; } 
.followus-sprite.sprite-youtube{ width: 16px; height: 16px; } 
.followus-sprite.sprite-instagram{ width: 16px; height: 16px; } 

