﻿/* SOCIALS BOTTOM V2 */

/*--------------------- SOCIALS BOTTOM --------------------*/
.S_Master_Socials_Bottom_Main
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-top: 50px;
    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: 30px;
    height: 30px;
    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: 30px;
    height: 30px;
    background-image: url('../_Images/Social_Signs_Bottom_v1.png');
    background-repeat: no-repeat;
    -webkit-background-size: 240px 60px;
    -moz-background-size: 240px 60px;
    -o-background-size: 240px 60px;
    background-size: 240px 60px;
    cursor: pointer;
}
.S_Master_Socials_Bottom_Item_Instagram
{
    background-position: 0px -30px;
}
.S_Master_Socials_Bottom_Item_Instagram:hover
{
    background-position: 0px -30px;
}
.S_Master_Socials_Bottom_Item_Facebook
{
    background-position: -30px -30px;
}
.S_Master_Socials_Bottom_Item_Facebook:hover
{
    background-position: -30px -30px;
}
.S_Master_Socials_Bottom_Item_Twitter
{
    background-position: -60px -30px;
}
.S_Master_Socials_Bottom_Item_Twitter:hover
{
    background-position: -60px -30px;
}
.S_Master_Socials_Bottom_Item_LinkedIn
{
    background-position: -90px -30px;
}
.S_Master_Socials_Bottom_Item_LinkedIn:hover
{
    background-position: -90px -30px;
}
.S_Master_Socials_Bottom_Item_Google
{
    background-position: -120px -30px;
}
.S_Master_Socials_Bottom_Item_Google:hover
{
    background-position: -120px -30px;
}
.S_Master_Socials_Bottom_Item_Aparat
{
    background-position: -150px -30px;
}
.S_Master_Socials_Bottom_Item_Aparat:hover
{
    background-position: -150px -30px;
}
.S_Master_Socials_Bottom_Item_Telegram
{
    background-position: -180px -30px;
}
.S_Master_Socials_Bottom_Item_Telegram:hover
{
    background-position: -180px -30px;
}
.S_Master_Socials_Bottom_Item_Tamasha
{
    background-position: -210px -30px;
}
.S_Master_Socials_Bottom_Item_Tamasha:hover
{
    background-position: -210px -30px;
}
/*--------------------- SOCIALS BOTTOM --------------------*/
