#callnowbutton {
 display:none;
}
@media screen and (max-width:650px) {
 #callnowbutton {
  display:block;
  position:fixed;
  text-decoration:none;
  z-index:2147483647;
  width:100%;
  left:0;
  bottom:0;
  height:60px;
  border-top:1px solid #2dc62d;
  border-bottom:1px solid #006700;
  text-shadow: 0 1px #006700;
  text-align:center;
  color:#fff;
  font-weight:600;
  font-size:120%;
  overflow: hidden;
  padding-right:20px;
  background:#009900;
  display: flex;
  justify-content: center;
  align-items: center;
 }
 body {
  padding-bottom:60px;
 }
 #callnowbutton img {
  transform: scale(1);
 }
}
#callnowbutton .NoButtonText {
 display:none;
}
div.k2TagCloudBlock a{
    font-size: 13px !important;
    text-align: right !important;
    direction: rtl !important;
    float: right !important;
}