﻿/* SOCIALS BOTTOM V2 */

/*--------------------- SOCIALS BOTTOM --------------------*/
.S_Master_Socials_Bottom_Main
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}
.S_Master_Socials_Bottom_Body
{
    position: relative;
    display: table;
    width: auto;
    height: auto;
    clear: both;
}
.S_Master_Socials_Bottom_Items
{
    position: relative;
    display: table;
    float: left;
    width: 35px;
    height: 35px;
    padding: 3px;
    margin: 2px;
    background-color: rgba(255,255,255,0.0);
    border-radius: 18px;
    -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_Bottom_Items:hover
{
    background-color: rgba(255,255,255,0.15);
}
.S_Master_Socials_Bottom_Items_Finish
{
    width: 100%;
    clear: both;
}
.S_Master_Socials_Bottom_Item_Instagram, .S_Master_Socials_Bottom_Item_Facebook, .S_Master_Socials_Bottom_Item_Twitter, .S_Master_Socials_Bottom_Item_LinkedIn, .S_Master_Socials_Bottom_Item_Google, .S_Master_Socials_Bottom_Item_Aparat, .S_Master_Socials_Bottom_Item_Telegram, .S_Master_Socials_Bottom_Item_Tamasha
{
    position: relative;
    display: table;
    width: 35px;
    height: 35px;
    background-image: url('../_Images/Social_Signs_Bottom_v1.png');
    background-repeat: no-repeat;
    -webkit-background-size: 280px 70px;
    -moz-background-size: 280px 70px;
    -o-background-size: 280px 70px;
    background-size: 280px 70px;
    cursor: pointer;
}
.S_Master_Socials_Bottom_Item_Instagram
{
    background-position: 0px -35px;
}
.S_Master_Socials_Bottom_Item_Instagram:hover
{
    background-position: 0px -35px;
}
.S_Master_Socials_Bottom_Item_Facebook
{
    background-position: -35px -35px;
}
.S_Master_Socials_Bottom_Item_Facebook:hover
{
    background-position: -35px -35px;
}
.S_Master_Socials_Bottom_Item_Twitter
{
    background-position: -70px -35px;
}
.S_Master_Socials_Bottom_Item_Twitter:hover
{
    background-position: -70px -35px;
}
.S_Master_Socials_Bottom_Item_LinkedIn
{
    background-position: -105px -35px;
}
.S_Master_Socials_Bottom_Item_LinkedIn:hover
{
    background-position: -105px -35px;
}
.S_Master_Socials_Bottom_Item_Google
{
    background-position: -140px -35px;
}
.S_Master_Socials_Bottom_Item_Google:hover
{
    background-position: -140px -35px;
}
.S_Master_Socials_Bottom_Item_Aparat
{
    background-position: -175px -35px;
}
.S_Master_Socials_Bottom_Item_Aparat:hover
{
    background-position: -175px -35px;
}
.S_Master_Socials_Bottom_Item_Telegram
{
    background-position: -210px -35px;
}
.S_Master_Socials_Bottom_Item_Telegram:hover
{
    background-position: -210px -35px;
}
.S_Master_Socials_Bottom_Item_Tamasha
{
    background-position: -245px -35px;
}
.S_Master_Socials_Bottom_Item_Tamasha:hover
{
    background-position: -245px -35px;
}
/*--------------------- SOCIALS BOTTOM --------------------*/
