.animassyon {
	position: fixed;
	padding: 0;
	    bottom: 63px;
	width: 175px;
	height: 175px;
	z-index: 99999999999999999999;
	right: -10px;
}


.animassyon .icerik {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	width: 100%;
	background-size: cover;
	height: 460px;
}
.animassyon .icerik:before{
	position: absolute;
	top: 0;
	top:0;
	width: 100%;
	height: 100%;
	content:"";
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.animassyon .icerik:hover:before{
}
.animassyon .waves-block .waves {
	position: absolute;
	width: 150px;
	height: 150px;
	background: rgb(24, 157, 14); 
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border-radius: 100%;
	-webkit-animation: waves 3s ease-in-out infinite;
	animation: waves 3s ease-in-out infinite;
	left: 50%;
	margin-left: -70px;
	top: 50%;
	margin-top: -70px;
}
.animassyon .waves-block .wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.animassyon .waves-block .wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.animassyon .waves-block .wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.animassyon .icerik .teklifbtn a {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 70px;
	height: 50px;
	text-align: center;
	line-height: 70px;
	border-radius: 100%;
	font-size: 32px;
	margin: -35px 0 0 -31px;
	padding: 2px 2px 2px 6px;
	color: #fff;
}
.animassyon .icerik a:hover{
	/* background:#fff; */
}