﻿/* SOCIALS TOP V2 */

/*--------------------- SOCIALS TOP --------------------*/
.S_Master_Socials_Top_Main
{
    position: absolute;
    display: table;
    width: auto;
    height: auto;
    bottom: 5px;
    left: 20px;
    z-index: 100000;
}
.S_Master_Socials_Top_Body
{
    position: relative;
    display: table;
    width: auto;
    height: auto;
    clear: both;
}
.S_Master_Socials_Top_Items
{
    position: relative;
    display: table;
    float: left;
    width: 20px;
    height: 20px;
    padding: 3px;
    margin: 2px;
    -moz-transition: all 0.3s cubic-bezier(0.000, 0.580, 0.320, 0.995);
	-ms-transition: all 0.3s cubic-bezier(0.000, 0.580, 0.320, 0.995);
	-o-transition: all 0.3s cubic-bezier(0.000, 0.580, 0.320, 0.995);
	-webkit-transition: all 0.3s cubic-bezier(0.000, 0.580, 0.320, 0.995);
	transition: all 0.3s cubic-bezier(0.000, 0.580, 0.320, 0.995);
}
.S_Master_Socials_Top_Items_Finish
{
    width: 100%;
    clear: both;
}
.S_Master_Socials_Top_Item_Instagram, .S_Master_Socials_Top_Item_Facebook, .S_Master_Socials_Top_Item_Twitter, .S_Master_Socials_Top_Item_LinkedIn, .S_Master_Socials_Top_Item_Google, .S_Master_Socials_Top_Item_Aparat, .S_Master_Socials_Top_Item_Telegram, .S_Master_Socials_Top_Item_Tamasha
{
    position: relative;
    display: table;
    width: 20px;
    height: 20px;
    background-image: url('../_Images/Social_Signs_Top_v1.png');
    background-repeat: no-repeat;
    -webkit-background-size: 160px 40px;
    -moz-background-size: 160px 40px;
    -o-background-size: 160px 40px;
    background-size: 160px 40px;
    cursor: pointer;
}
.S_Master_Socials_Top_Item_Instagram
{
    background-position: 0px -20px;
}
.S_Master_Socials_Top_Item_Instagram:hover
{
    background-position: 0px -20px;
}
.S_Master_Socials_Top_Item_Facebook
{
    background-position: -20px -20px;
}
.S_Master_Socials_Top_Item_Facebook:hover
{
    background-position: -20px -20px;
}
.S_Master_Socials_Top_Item_Twitter
{
    background-position: -40px -20px;
}
.S_Master_Socials_Top_Item_Twitter:hover
{
    background-position: -40px -20px;
}
.S_Master_Socials_Top_Item_LinkedIn
{
    background-position: -60px -20px;
}
.S_Master_Socials_Top_Item_LinkedIn:hover
{
    background-position: -60px -20px;
}
.S_Master_Socials_Top_Item_Google
{
    background-position: -80px -20px;
}
.S_Master_Socials_Top_Item_Google:hover
{
    background-position: -80px -20px;
}
.S_Master_Socials_Top_Item_Aparat
{
    background-position: -100px -20px;
}
.S_Master_Socials_Top_Item_Aparat:hover
{
    background-position: -100px -20px;
}
.S_Master_Socials_Top_Item_Telegram
{
    background-position: -120px -20px;
}
.S_Master_Socials_Top_Item_Telegram:hover
{
    background-position: -120px -20px;
}
.S_Master_Socials_Top_Item_Tamasha
{
    background-position: -140px -20px;
}
.S_Master_Socials_Top_Item_Tamasha:hover
{
    background-position: -140px -20px;
}
/*--------------------- SOCIALS TOP --------------------*/
