@media screen and (max-width:780px){ /*Mobile*/
	.manset {
		width:100%;
		height:auto;
	}
	
	.b15 {
		margin-bottom:15px;
	}
	
	#mbf i {
		display:none;
		width:100%;
		text-align:left;
	}
	
	#mbf {
		width:100%;
		text-align:left;
		margin-left:15px;
	}
	
	#frmadi {
		font-size:15px;
	}
	
	.gizle {
		display:none;
	}
	
	#stickerv-sticky-wrapper {
		display:none;
	}
	
	#sticker-sticky-wrapper {
		display:none;
	}
	
}

@media screen and (min-width:780px){ /*Desktop*/
	.manset {
		width:100%;
		height:400px;
	}
	
	.pl0 {
		padding-left:0px;
	}
	
	.pr0 {
		padding-right:0px;
	}
	
	#mbf:hover {
		background: #dc4a29;
	}
	
	#frmadi {
		font-size:24px;
	}
}