@charset "utf-8";

body {
	margin:0;
	padding:0;
	}
#driver {
	width:100%;
	height:100px;
	/*min-height:500px;*/
	position:absolute;
	bottom:0px;
	/*margin-left:-15px;
	margin-right:-15px;*/
	}
.firstbox {
	clear:both;
	float:left;
	width:33.333333%;
	height:40px;
	min-height:150px;
	background:#000;
	padding-top:15px;
	}
.secondbox {
	float:left;
	width:33.333333%;
	height:80px;
	min-height:150px;
	background:#000;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
/*	font-family:Georgia, "Times New Roman", Times, serif;*/
	font-size:16px;
	color:#FFF;
	padding-top:15px;
	}
.thirdbox {
	float:left;
	width:33.333333%;
	height:40px;
	min-height:150px;
	background:#000;
	padding-top:15px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:12px;
	color:#FFF;
	}
.lastfood {
	clear:both;
	float:left;
	width:100%;
	height:auto;
	background:#000;
	padding:0px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:10px;
	color:#FFF;
	}
.pic {
	position:absolute;
	margin-top:-55px;
	margin-left:-130px;
	}
.navimg {
	position:relative;
	margin-top:-15px;
	margin-left:0px;
	}
.mess {
	position:absolute;
	margin-top:10px;
	margin-left:-90px;
	}
.buttons {
	background-color:#666;
	padding:0px;
	border:none;
	background-image:url(../images/Icon/29-steel-textures-patterns-backgrounds-design-trends-2.png); 
	background-repeat:repeat-x; 
	background-size:contain;
	width:200px;
	height:25px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:14px;
	color:#000;
	margin-top:5px;
	text-shadow: 1px 1px 1px #000;
	border-radius:5px;
	}
.buttons2 {
	background-color:transparent #999;
	padding:0px;
	border:none;
	width:200px;
	height:25px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:14px;
	color:#000;
	border-radius:5px;
	}
	
.prefood {
	font-size:14px;
	margin-top:5px;
	
	}
	
@media screen and (max-width:960px){
.firstbox {
/*	clear:both;*/ /* Daha  önce  clear özelliği verilmiş bu dive ister bunu silin ister kalsın */
	float:left; /*Yine  sola yaslı kalacak*/
	width:100%; /*Tam ekran olması için 100% değer  verelim.*/

/*Responsive css kodları yazarken, nesnelerin bir önceki özellikleri kendisini korur, yani alttaki özelliklerde  değişiklik yapılmayacaksa  silinmesi kod kalabalığını önleyecektir.*/

/*	height:auto;
	min-height:500px;
	background:#3498db;*/
	}
	
.secondbox {
	clear:both;*/ /* Daha  önce  clear özelliği verilmiş bu dive ister bunu silin ister kalsın */
	float:left; /*Yine  sola yaslı kalacak*/
	width:100%; /*Tam ekran olması için 100% değer  verelim.*/
	}
	
	
.thirdbox {
	clear:both; /* Temizleme yaparak bir alt satıra düşürdük divi*/
	float:left; /*yine  sola yaslı şekilde  kalması gerek*/
	width:100%; /* 80% paylaşılmış değerden, 100% değer alacak ki tam ekranı kaplasın*/
/*	height:auto;
	min-height:500px;
	background:#bdc3c7;*/
	}	
	
	
	}