@media (max-width:600px){
	.imgm{
		width: 46% !important;
		padding-bottom: 5px !important;
	}

	.sharebuton{
		display: flex !important;
		z-index: 99982;
		box-shadow: 0 0 5px #ccc;
		position: fixed !important;
		left: 0;
		bottom: 0px;
		width: 100%;
	}

	.takip{
		display: flex !important;
		z-index: 99982;
		box-shadow: 0 0 5px #ccc;
		position: fixed !important;
		left: 0px;				
		padding-top: 3px;
		bottom: 39px;
		width: 100%;
		height: 30px;
		background-color: skyblue;
		padding-left: 150px;
	}

	.blink {
		animation: blinker 0.9s linear infinite;
		color: #1c87c9;
		font-family: sans-serif;
	}
	@keyframes blinker {  
		50% { opacity: 0; }
	}

	#st-3 .st-btn{
		border-radius: 0px;
		margin-right: 0px;
	}

	.twitter{
		background-color: #55acee;
		box-sizing: border-box;
		border: none;
		cursor: pointer;
		display: inline-block;
		font-size: 12px;
		height: 40px;
		width: 135px;
		line-height: 40px;
		padding: 0 10px;
		position: relative;
		text-align: center;
		top: 0;
		vertical-align: top;
		white-space: nowrap;
		font-size: 27px;
	}

	.instagram{
		background-color: #c13584;
		box-sizing: border-box;
		border: none;
		cursor: pointer;
		display: inline-block;
		font-size: 12px;
		height: 40px;
		width: 135px;
		line-height: 40px;
		padding: 0 10px;
		position: relative;
		text-align: center;
		top: 0;
		vertical-align: top;
		white-space: nowrap;
		font-size: 27px;
	}

	.facebook{
		background-color: #4267B2;
		box-sizing: border-box;
		border: none;
		cursor: pointer;
		display: inline-block;
		font-size: 12px;
		height: 40px;
		width: 135px;
		line-height: 40px;
		padding: 0 10px;
		position: relative;
		text-align: center;
		top: 0;
		vertical-align: top;
		white-space: nowrap;
		font-size: 27px;
	}

	.youtube{
		background-color: #c4302b;
		box-sizing: border-box;
		border: none;
		cursor: pointer;
		display: inline-block;
		font-size: 12px;
		height: 40px;
		width: 135px;
		line-height: 40px;
		padding: 0 10px;
		position: relative;
		text-align: center;
		top: 0;
		vertical-align: top;
		white-space: nowrap;
		font-size: 27px;
	}
	.telegram{
		background-color: #0088CC;
		box-sizing: border-box;
		border: none;
		cursor: pointer;
		display: inline-block;
		font-size: 12px;
		height: 40px;
		width: 135px;
		line-height: 40px;
		padding: 0 10px;
		position: relative;
		text-align: center;
		top: 0;
		vertical-align: top;
		white-space: nowrap;
		font-size: 27px;
	}
	.atakip{
		display: contents;
	}

} 
/*Share Buton start*/

.sharesbuton{
	display: flex !important;
	box-shadow: 0 0 5px red;
	left: 0;
	bottom: 0px;
	width: 100%;
}

.atakip{
	display: contents;
}

.telegramshare{
	background-color: #0088CC;
	box-sizing: border-box;
	border: none;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	height: 50px;
	width: 100%;
	line-height: 40px;
	padding: 0 10px;
	position: relative;
	text-align: center;
	top: 0;
	vertical-align: top;
	white-space: nowrap;
	font-size: 27px;
	padding-top: 3px
}


.facebookshare{
	background-color: #4267B2;
	box-sizing: border-box;
	border: none;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	height: 50px;
	width: 100%;
	line-height: 40px;
	padding: 0 10px;
	position: relative;
	text-align: center;
	top: 0;
	vertical-align: top;
	white-space: nowrap;
	font-size: 27px;
	padding-top: 3px
}

.twittershare{
	background-color: #55acee;
	box-sizing: border-box;
	border: none;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	height: 50px;
	width: 100%;
	line-height: 40px;
	padding: 0 10px;
	position: relative;
	text-align: center;
	top: 0;
	vertical-align: top;
	white-space: nowrap;
	font-size: 27px;
	padding-top: 3px
}
.whatsappshare{
	background-color: #25D366;
	box-sizing: border-box;
	border: none;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	height: 50px;
	width: 100%;
	line-height: 40px;
	padding: 0 10px;
	position: relative;
	text-align: center;
	top: 0;
	vertical-align: top;
	white-space: nowrap;
	font-size: 27px;
	padding-top: 3px
}
.sharetext{
	margin-right: 0;
	max-width: 80px;
	padding: 4px 8px;
	text-align: center;
	color: #555;
	display: inline-block;
	font-weight: 500;
	line-height: 15px;
}

.imgm{
	width: 14%; 
	padding-bottom: 5px;
}
/*Share Buton end*/