.dil-content.desktop{
	float: right;
	margin-top: 8px;
}

.dil-content a{
	margin: 5px;
}

.bilgi-form{
	bottom: 155px!important;
}

.bilgi-form a{
	background:#1778C2!important;
}

.telefonet{
	position: fixed;
	left: 10px;
	bottom: 100px;
	transition: all .5s ease-in-out;z-index: 999;
}
.telefonet a{
	height: 50px;
	width: 50px;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
	font-size: 28px;
	display: block;
	text-align: center;
	line-height: 50px;
	color: white;
	background:#b5151b;
}
.telefonet .tooltiptext {
	visibility: hidden;
	width: 120px;
	background-color: black;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
	line-height: normal;
	font-size: 15px;
	top: 13px;
	left: 105%;
	height: auto;
}
.telefonet:hover a{
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
.telefonet:hover .tooltiptext {
	visibility: visible;
}
.whatsapp{
	position: fixed;
	left: 10px;
	bottom: 220px;
	transition: all .5s ease-in-out;z-index: 999;
}
.whatsapp a{
	height: 50px;
	width: 50px;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
	font-size: 28px;
	display: block;
	text-align: center;
	line-height: 50px;
	color: white;
	background:#4dc247;
}
.whatsapp .tooltiptext {
	visibility: hidden;
	width: 120px;
	background-color: black;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
	line-height: normal;
	font-size: 15px;
	top: 13px;
	left: 105%;
	height: auto;
}
.whatsapp:hover a{
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}
.whatsapp:hover .tooltiptext {
	visibility: visible;
}
@media only screen and (max-width: 768px) {
	.right-side{display: none}
	.mobile-footer{ position: fixed;display:block; bottom:0px; width:100%; left:0; right: 0; z-index:999; }
	.mobile-footer #mobile-footer{ display:table; width:100%; table-layout:fixed; }
	.mobile-footer #mobile-footer span{ display:table-cell; width:33%;}
	.telefonet{display:none}
	.whatsapp{display:none}
	.mobile-footer #mobile-footer span a{ display:block; padding:10px; background:#222; color:#fff; font:600 13px Raleway,Arial,Helvetica,Sans-serif;  }
	.mobile-footer #mobile-footer span:first-child a{ background:#CA2026; }
	.mobile-footer #mobile-footer span:last-child a{ background:#1778C2; }
	.mobile-footer #mobile-footer span:nth-child(2) a{ background:#189D0E; text-align:center }
	.mobile-footer #mobile-footer span a i{ animation: blinker 1.5s linear infinite; }
	.mobile-footer #mobile-footer span b{animation: blinker 1.5s linear infinite; }
	.mobile-footer #mobile-footer span a i{ vertical-align:middle; margin-right:5px; }
}