﻿/* SHARE ICONS */

/*----------------------- MAIN BODY -----------------*/
.S_Share_Icons_Main_Key_Item_L, .S_Share_Icons_Main_Key_Item_R
{
    position: relative;
    display: table;
    width: auto;
    height: auto;
    -moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.S_Share_Icons_Main_Key_Item_L
{
    float: left;
}
.S_Share_Icons_Main_Key_Item_R
{
    float: right;
}
.S_Share_Icons_Clear
{
    width: 100%;
    clear: both;
}
/*----------------------- MAIN BODY -----------------*/


/*------------------------ MAIN KEY -----------------*/
.S_Share_Icons_Main_Key_Item_Main
{
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    margin: 2px;
    background-color: rgba(200,200,200,0.2);
    border-radius: 15px;
    cursor: pointer;
    z-index: 100;
    -moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.S_Share_Icons_Main_Key_Item_Main:hover
{
    background-color: rgba(200,200,200,0.4);
}
.S_Share_Icons_Main_Key_Item_L .S_Share_Icons_Main_Key_Item_Main
{
    float: left;
}
.S_Share_Icons_Main_Key_Item_R .S_Share_Icons_Main_Key_Item_Main
{
    float: right;
}
.S_Share_Icons_Main_Key_Item_Sign
{
    position: relative;
    display: table-cell;
    width: inherit;
    height: inherit;
    font-family: 'AtrinWebSign1';
    font-style: normal;
    font-weight: normal;
    font-size: 2.0em;
    font-variant: normal;
    text-transform: none;
    text-align: center;
    vertical-align: middle;
    color: #000000;
}
/*------------------------ MAIN KEY -----------------*/


/*---------------------- SHARE ICONS ----------------*/
.S_Share_Icons_Main_L, .S_Share_Icons_Main_R
{
    position: relative;
    display: table;
    width: auto;
    height: auto;
    z-index: 1;

    -moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);

    -moz-transition: all 0.5s cubic-bezier(0.700, 0.000, 0.300, 1.000);
	-ms-transition: all 0.5s cubic-bezier(0.700, 0.000, 0.300, 1.000);
	-o-transition: all 0.5s cubic-bezier(0.700, 0.000, 0.300, 1.000);
	-webkit-transition: all 0.5s cubic-bezier(0.700, 0.000, 0.300, 1.000);
	transition: all 0.5s cubic-bezier(0.700, 0.000, 0.300, 1.000);
}
.S_Share_Icons_Main_L
{
    float: left;
}
.S_Share_Icons_Main_R
{
    float: right;
}
.S_Share_Icons_Body
{
    position: relative;
    display: table;
    width: auto;
    height: auto;
}
.S_Share_Icons_Item
{
    position: relative;
    display: block;
    float: left;
    width: 28px;
    height: 28px;
    background-color: rgba(0,120,255,0.0);
    border-radius: 14px;
    cursor: pointer;
    -moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.S_Share_Icons_Item:hover
{
    background-color: rgba(0,120,255,0.05);
}
.S_Share_Icons_Item_Sign
{
    position: relative;
    display: table-cell;
    width: inherit;
    height: inherit;
    font-family: 'AtrinWebSign1';
    font-style: normal;
    font-weight: normal;
    font-size: 1.6em;
    font-variant: normal;
    text-transform: none;
    text-align: center;
    vertical-align: middle;
    color: #787878;
}
.S_Share_Icons_Item:hover .S_Share_Icons_Item_Sign
{
    color: #000000;
}
/*---------------------- SHARE ICONS ----------------*/





@media screen and (min-width:0px) and (max-width:900px)
{

}

@media screen and (min-width:0px) and (max-width:600px)
{

}
