.phoneThumbBar {
	bottom: 0px;
	left: 0px;
	right: 0px;
	position: absolute;
	background-color:#000000;
	opacity:0.6;
	height: 120px;
	z-index: 98;
}
.phoneThumbBG {
	position: absolute;
	bottom: 1px;
	/*left: 0px;*/
	right: 0px;
	height: 105px;
	overflow: hidden;
	opacity: 0.9;
	/*background-color:#888888;*/
	z-index:102;
}
.phoneThumbBox {
	position: absolute;
	left: 0px;
	right: 0px;
	height: 95px;
	/*background-color:#ff0000;*/
}
.phoneThumbItem{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 60px;
	height: 82px;
	border-width: 1px;
	border-style:inset;
}
.bottom.right, .bottom.right button, .bottom.right .numbering{
    position: absolute; 
    top: 2px;
    left: auto;
}
a ,button{
    cursor: pointer;
}
.bottom.right{
    padding-right: 10px;
}
.top.right, .top.right button, .top.right .numbering{
    position: absolute; 
    top: 2px;
    left: auto;
}
.top.right{
	padding-right: 10px;
}
.bottom.left, .bottom.left button, .bottom.left .numbering{
    position: absolute; 
    top: 2px;
    right: auto;
}
.bottom.left{
  	padding-left: 0px;
}
.pbToolBar{
    overflow: hidden;
    position: absolute;
    z-index: 99;
 	bottom: -270px;
  	left: 0px;
 	right: 0px;
  	height: 42px;
}
.pbToolBar button {
    width: 45px;
    height: 33px;
    padding: 2px;
}
.pbTopBar{
    position: absolute;
    z-index: 99;
 	top: -50px;
  	left: 0px;
 	right: 0px;
  	height: 42px;
}
.pbTopBar button {
    width: 45px;
    height: 33px;
    padding: 2px;
}
.phonebutton{
	width : 40px;
	height : 40px;
	position : absolute;
	cursor : pointer;
}
.phonebutton div{
	width : 25px;
	height : 25px;
	margin-left : 7px;
	margin-top : 7px;
}
.phoneMoreButton{
	width : 65px;
	height : 40px;
	position : absolute;
	cursor : pointer;
}
.phoneMoreButton div{
	width : 25px;
	height : 25px;
	margin-left : 20px;
	margin-top : 7px;
}
.contact{
    position: absolute;
    right: 64px;
    top: 0;
}
.contact a{
    color: #333;
}
.contact i {
    margin: 0 2px 0 10px;
}
.contact .whats-btn {
    color: #07D559;
}
.contact a:hover{
    color: #f60;
}
.wlbock {
    display: inline-block;
}
.wlbock * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.show-down {
    position: absolute;
    right: -20px;
    top: 41px;
    transition: all 0.3s;
    overflow: hidden;
    z-index: 1000;
    border-radius: 15px;
    color: #333;
    display: none;
}
.show-down .online {
    padding: 20px;
    width: 280px;
    background: #FFF;
    text-align: center;
}
.show-down span {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    display: block;
}
.show-down .online b {
    font-size: 14px;
    display: block;
}
.show-down .whatsapp-qr {
    margin-top: 5px;
}
.show-down .whats-btn {
    font-weight: 600;
    color: #fff !important;
    background: #07D559;
    padding: 6px 15px;
    font-size: 18px;
    line-height: 32px;
    display: block;
    margin-top: 20px;
    border-radius: 30px;
    text-decoration: none;
}
.show-down .whats-btn .fa-whatsapp {
    font-size: 22px;
    font-weight: 600;
}
.show-down .whats-btn:hover {
    background: #06b24b;
}
.wlbock:hover .show-down {
    display: block;
    box-shadow: 0px 1px 6px 3px rgba(0, 0, 0, 0.175);
}
@media (max-width:767px) {
    .pbTopBar {
        overflow: hidden;
    }
}