

.dialpad{
	position:fixed;
	bottom:74px;
	right:8px;
	width:300px;
	height:460px; 
	/*background-color:yellow; */	
	background: rgb(249,252,247); /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, rgba(249,252,247,1) 0%, rgba(245,249,240,1) 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, rgba(249,252,247,1) 0%,rgba(245,249,240,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, rgba(249,252,247,1) 0%,rgba(245,249,240,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fcf7', endColorstr='#f5f9f0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	/*display:none;*/
	-webkit-box-shadow: -6px 10px 15px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: -6px 10px 15px 1px rgba(0,0,0,0.75);
	box-shadow: -6px 10px 15px 1px rgba(0,0,0,0.75);
	
	z-index:99999;
}
.dialpad .span4
{
    width: 81px;
    float: left;
    margin: 0 8px 10px 8px;
}

.dialpad .phone
{
    margin-top: 15px;
    background: #fff;
}
.dialpad .tel
{
    margin: 25px 10px;    
	width:280px;
    border: 1px solid #9e9e9e;
    border-radius: 0px;
	height:40px;
}
.dialpad .num-pad
{
    padding-left: 6px;
	margin-top:20px;
}

.dialpad .num
{
    border: 1px solid #9e9e9e;
    -webkit-border-radius: 999px;
    border-radius: 999px;
    -moz-border-radius: 999px;
    height: 81px;
    background-color: #fff;
    color: #333;
    cursor: pointer;
}
.dialpad .num:hover
{
    background-color: #9e9e9e;
    color: #fff;
    transition-property: background-color .2s linear 0s;
    -moz-transition: background-color .2s linear 0s;
    -webkit-transition: background-color .2s linear 0s;
    -o-transition: background-color .2s linear 0s;
}
.dialpad .txt
{
    font-size: 30px;
    text-align: center;
    /*margin-top: 12px;*/
    font-family: 'Lato' , sans-serif;
    line-height: 81px;
    color: #333;
}
.dialpad .small
{
    font-size: 15px;
}

.dialpad .btn
{
    font-weight: bold;
    -webkit-transition: .1s ease-in background-color;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 1px;
}
.dialpad .btn:hover
{
    transition-property: background-color .2s linear 0s;
    -moz-transition: background-color .2s linear 0s;
    -webkit-transition: background-color .2s linear 0s;
    -o-transition: background-color .2s linear 0s;
}
.dialpad .spanicons
{
    width: 72px;
    float: left;
    text-align: center;
    margin-top: 40px;
    color: #9e9e9e;
    font-size: 30px;
    cursor: pointer;
}
.dialpad .spanicons:hover
{
    color: #3498db;
    transition-property: color .2s linear 0s;
    -moz-transition: color .2s linear 0s;
    -webkit-transition: color .2s linear 0s;
    -o-transition: color .2s linear 0s;
}
.dialpad .active
{
    color: #3498db;
}
