@media (min-width: 1024px) {.wabtn_container {display:none;}}
.wabtn_container {margin-bottom: 10px;}
.wabtn {
	background-image: url(images/whatsapp.png);
	/*border: 1px solid rgba(0,0,0,.1);*/
	display: inline-block!important;
	/*position: relative;*/
	position:fixed;
	bottom:20px;
	right:20px;
	z-index:999999;
	cursor: pointer;
	/*border-radius: 2px;*/
	background-color: #075e54;
	background-repeat: no-repeat;
	background-position: 48% 48%;
	/*padding: 3px 3px 3px 22px;
	background-size: 16px;
	font-family: Arial,sans-serif;
	letter-spacing: .4px;*/
	cursor: pointer;
	/*font-weight: 400;
	text-transform: none;
	color: #fff!important;
	line-height: 1.2;
	text-decoration: none;
	text-align: left;
	font-size: 12px;*/
	width:60px;
	height:60px;
	border-radius: 60px;
	-webkit-box-shadow: 0 4px 12px 0 rgba(0,0,0,.5);
	box-shadow: 0 4px 12px 0 rgba(0,0,0,.5);
}

