	/* ORTA EKRAN CSS KODLARI */

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

	@media only screen and (max-width: 1024px) {


		

	}
	/* TABLET İPAD  CSS KODLARI */


	@media only screen and (max-width: 769px) {


	}



	/* MOBİL CSS KODLARI */

	@media only screen and (max-width: 600px) {
		
		.fluid-section-one .image-column{

			left:0;
	}
	.fluid-section-one .content-column{
		left:0;
	}
.mobilmenu{
	display: block !important;
}
	header{
		display: none !important;
	}
	}