  .wsk-float{
    position: fixed;
    bottom:15px;
    left: 15px;
    z-index: 9999999999999;
  }
  
   .wsk-float-right{
    position: fixed;
    bottom:15px;
    right: 15px;
    z-index: 9999999999999;
  }
  
  
  .wsk-float a, .wsk-float a img, .wsk-float-right a, .wsk-float-right a img{
    display: block;
  }
  
  .pulse-button {
    position: relative;
    width: 70px;
    height: 70px;
    border: none;
    box-shadow: 0 0 0 0 rgba(41, 167, 26, .7);
    border-radius: 50%;
    background-color: #29a71a;
    background-image:url(http://crm04.hewart.az//cms/images/proqram/wpicon.png);
    background-size:cover;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  }
  .pulse-button:hover, .pulse-button-right:hover {
    -webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none;
  }
  
  
  .pulse-button-right {
    color: white;
    text-align: center;
    padding-top: 12px;
    
    position: relative;
    width: 70px;
    height: 70px;
    border: none;
    box-shadow: 0 0 0 0 rgba(41, 167, 26, .7);
    border-radius: 50%;
    background-color: #08bbb7;
    /*background-image:url(http://moda.lafimus.com/tohum.tefftohumcayi.net/wpicon.png);*/
    background-size:cover;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  }
  @-webkit-keyframes pulse {to {box-shadow: 0 0 0 40px rgba(232, 76, 61, 0);}}
  @-moz-keyframes pulse {to {box-shadow: 0 0 0 40px rgba(232, 76, 61, 0);}}
  @-ms-keyframes pulse {to {box-shadow: 0 0 0 40px rgba(232, 76, 61, 0);}}
  @keyframes pulse {to {box-shadow: 0 0 0 40px rgba(232, 76, 61, 0);}}
  
  @media only screen and (min-width: 1900px) {
    .wsk-float {display:none;}
    .wsk-float-right {display:none;}
  }
.myButton {
	background-color:#6b5d19;
	border-radius:28px;
	border:1px solid #18ab29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff !important;
	font-family:Arial;
	font-size:15px;
	padding:13px 29px;
	text-decoration:none !important;
	text-shadow:0px 1px 0px #2f6627;
}
.myButton:hover {
	background-color:#5cbf2a;
}
.myButton:active {
	position:relative;
	top:1px;
}
