﻿/* *
{
    outline: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
::-moz-selection
{
    background: rgba(0,0,0,0);
}
::selection
{
    background: rgba(0,0,0,0);
}*/

#circle-mod
{
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index:1000;
}
#container-circle
{
    position: relative;
    height: 70px;
    width: 70px;
}
#fire-button
{
    position: absolute;
    top: 0px;
    left: 0px;
}
#fire-button img
{
    height: 70px;
    display: block;
}
.btn1
{
    position: absolute;
    height: 50px;
    width: 50px;
    border-radius: 25px;
    top: 15px;
    left: 5px;
    background: #fff;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -o-transition: all 250ms;
    -ms-transition: all 250ms;
    transition: all 250ms;
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 1px 3px rgba(0,0,0,.5);
    -o-box-shadow: 0px 1px 3px rgba(0,0,0,.5);
    -ms-box-shadow: 0px 1px 3px rgba(0,0,0,.5);
    box-shadow: 0px 1px 3px rgba(0,0,0,.5);
}
.btnsoicalshare
{
    position: absolute;
    height: 49px;
    width: 49px;
    border-radius: 25px;
    top: 20px;
    left: 5px;
    background: #fff;
    /*-webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -o-transition: all 250ms;
    -ms-transition: all 250ms;
    transition: all 250ms;
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 1px 3px rgba(0,0,0,.5);
    -o-box-shadow: 0px 1px 3px rgba(0,0,0,.5);
    -ms-box-shadow: 0px 1px 3px rgba(0,0,0,.5);
    box-shadow: 0px 1px 3px rgba(0,0,0,.5);*/
}
.btnsoicalshare.open
{
    transition: all 350ms;
    -webkit-transition: all 350ms;
    -webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.400, 1); /* older webkit */
    -webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.400, 1.650);
    -moz-transition-timing-function: cubic-bezier(0.250, 0.250, 0.400, 1.650);
    -ms-transition-timing-function: cubic-bezier(0.250, 0.250, 0.400, 1.650);
    -o-transition-timing-function: cubic-bezier(0.250, 0.250, 0.400, 1.650);
    transition-timing-function: cubic-bezier(0.250, 0.250, 0.400, 1.650); /* custom */
}
.btnsoicalshare img
{
    margin: 0px;
    width: 49px;
    height: 49px;
}
.btnsoicalshare div
{
    margin: 5px;
    width: 40px;
    height: 40px;
    background: #222;
    border-radius: 20px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 12px;
}
#button-1.open
{
    top: -135px;
    left: 15px;
}
#button-1.open.clicked
{
    top: -135px;
    left: 15px;
}
#button-2.open
{
    top: -120px;
    left: 75px;
}
#button-3.open
{
    top: -90px;
    left: 125px;
}
#button-4.open
{
    top: -45px;
    left: 160px;
}
#button-5.open
{
    left: 170px;
    top: 10px;
}
/* Hack for webkit. WTF?  -  Apparently webkit is off by 10
* Sorry for android user default broswer will be off by 10
*/@media screen and (-webkit-min-device-pixel-ratio:0)
{
    #base-button div
    {
        line-height: 60px;
    }
}