#popup_toggle, #uptocall-mini {
    position: fixed;
    z-index: 30;
    cursor: pointer;
}
#uptocall-mini{
	bottom: 20px;
	right: 20px;
	border: 10px solid rgba(147, 150, 144, 0.19);
	border-radius: 100%;
}
#uptocall-mini .uptocall-mini-phone{
	-moz-border-radius: 50%!important;
	-webkit-border-radius: 50%!important;
	border-radius: 50%!important;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: rgb(115, 114, 112);
	width: 70px;
	height: 70px;
}
#uptocall-mini .uptocall-mini-phone:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url(../image/mini.png);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-animation: uptocallphone 1.5s linear infinite;
	-moz-animation: uptocallphone 1.5s linear infinite;
	animation: uptocallphone 1.5s linear infinite;
}
#uptocall-mini .uptocall-mini-phone {
    background-color: rgba(54,40,58,1);
}
@-webkit-keyframes uptocallphone{0%,100%,50%{
	-ms-transform: rotate(0);
	-webkit-transform: rotate(0);
	transform: rotate(0);
}25%{
	-ms-transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
}75%{
	-ms-transform: rotate(-30deg);
	-webkit-transform: rotate(-30deg);
	transform: rotate(-30deg);
}}
@-moz-keyframes uptocallphone{0%,100%,50%{
	-ms-transform: rotate(0);
	-webkit-transform: rotate(0);
	transform: rotate(0);
}25%{
	-ms-transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
}75%{
	-ms-transform: rotate(-30deg);
	-webkit-transform: rotate(-30deg);
	transform: rotate(-30deg);
}}
@keyframes uptocallphone{0%,100%,50%{
	-ms-transform: rotate(0);
	-webkit-transform: rotate(0);
	transform: rotate(0);
}25%{
	-ms-transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
}75%{
	-ms-transform: rotate(-30deg);
	-webkit-transform: rotate(-30deg);
	transform: rotate(-30deg);
}}
.field-tip{
	position: relative;
}.field-tip .tip-content{
	position: absolute;
	top: 4px;
	right: 9999px;
	width: 200px;
	margin-right: -220px;
	padding: 10px;
	color: #fff;
	background: #36283A;
	-webkit-box-shadow: 2px 2px 5px #aaa;
	-moz-box-shadow: 2px 2px 5px #aaa;
	box-shadow: 2px 2px 5px #aaa;
	opacity: 0;
	-webkit-transition: opacity 250ms ease-out;
	-moz-transition: opacity 250ms ease-out;
	-ms-transition: opacity 250ms ease-out;
	-o-transition: opacity 250ms ease-out;
	transition: opacity 250ms ease-out;
	letter-spacing: 1px;
	font-family: ProximaNovaRegular;
	font-size: 14px;
}#button-reset,#button-reset:hover{
	transition-duration: .2s;
	transition-property: all;
}.field-tip .tip-content:before{
	content: ' ';
	position: absolute;
	top: 50%;
	left: -16px;
	width: 0;
	height: 0;
	margin-top: -8px;
	border: 8px solid transparent;
	border-right-color: #36283A;
	color: #36283A;
}.field-tip:hover .tip-content{
	display: none;
	right: 8px;
	opacity: 1;
}#uptocall-mini .uptocall-mini-phone{
	background-color: rgb(255, 210, 4);
}#uptocall-mini .uptocall-mini-phone:hover{
	background-color: rgb(255, 210, 4);
}

@media screen and (max-width:575px) {
	#uptocall-mini {display: none;}
}