@media (min-width: 1200px){
	.mobilmenu{
		display: none;
	}
}
@media (max-width: 1200px){
	header{
		display: none;
	}
	.mobilmenu{
		display: block;
	}
}

/* ORTA EKRAN CSS KODLARI */
@media only screen and (max-width: 1366px) {

}
/* TABLET İPAD  CSS KODLARI */
@media only screen and (max-width: 769px) {

}
@media (max-width: 1024px) {

}
/* TABLET2 İPAD PRO CSS KODLARI */
@media only screen and (max-width: 1024px) {

}
/* MOBİL CSS KODLARI */
@media only screen and (max-width: 600px) {
	.sonuc ul{padding:0; margin:0;}
	.sonuc li {
		border: 1px solid #ccc;
		margin-bottom: 4px;
		padding: 2px;
		width: 100%;
		margin-left: 0 !important;
	}

	.overlay-content {
		position: relative;
		top: 46%;
		width: 80%;
		text-align: center;
		margin-top: 30px;
		margin: auto;
		height: 450px;
	}
	.overlay input[type=text]{
		padding: 15px;
		font-size: 12px;
		border: none;
		float: left;
		width: 76%;
		background: white;
		margin-left: auto;
		margin-right: auto;
	}
	.sonuc {
		margin-left: auto;
		margin-right: auto;
		background: #fff;
		width: 80%;
		padding: 5px 15px;
		border: 1px solid #ccc;
		z-index: 999;
		position: relative;
		top: -175px;
	}
	.overlay button {
		float: left;
		width: 63px;
		padding: 16px;
		font-size: 17px;
		border: none;
		cursor: pointer;
	}
}
