/* CSS Document */

@charset "utf-8";


.slicknav_menu{
	display:none;	
}

#menu{
	display:none;	
}

@media screen and (max-width: 700px) {
	
		.slicknav_menu{
			display:block;	
		}
		
		#header_top{
			width:98%;
			
		}
		
		#header{
			width:98%;
		}

		
		#header_menu{
			display:none;
		}
		
		#header_logo{
			float:none; /* yaslama iptal */
			max-width:100%;
			background-size:90%; /* arka planı esnekleştir */
			margin:0 auto; 
			background-position:center center;
		}
		
		#slider img, #slider iframe{
			width:100%;
			height:auto;
		}
		#content {
			width:100%;
				
		}
		
		#content_main{
			text-align:justify;
			width:98%;
			background-position:center center;
			margin:0 auto;	
			height:auto;
			padding:25px 0;
		}
		
		#content_tanitim{
			width:98%;
						
		}
		
		.product {
		float:none;
		margin:auto;
		padding-bottom:15px !important;
		
		
		
		}
		
		.product p img{
		width:100%;
		height:auto;
		
			
		}
		
		
		
		.product p h2{
		position:static;
		width:auto;
		
			
		}
		
		.product1 {
		float:none;
		margin:auto;
		padding-bottom:15px !important;
		}
		
		.product1 p img{
		width:100%;
		height:auto;
		
			
		}
		
		.product1 p h2{
		position:static;
		width:auto;
		
			
		}
		
		#content_tanitim img{
			width:98%;
		height:auto;	
		padding-left:16px;
		}
				
		#footer{
			width:100%;	
		}
}