.telEMail {
	min-height: 80px;
}
.telEMail table {
	min-height: 80px;
	
	float: right;
}
.telEMail td {
	font-weight: 300;
	line-height: 1.25;
}
.telEMail td b {
	display: inline-block;
	font-weight: 900;
	color: #666666;
}
.telEMail td.telefon {
	background: url(res/telefon.png) left center no-repeat;
	padding: 0 25px 0 55px;
}
.telEMail td.eposta {
	background: url(res/eposta.png) left center no-repeat;
	padding: 0 25px 0 55px;
}

.logoMenu {
	position: absolute;
	z-index: 9;
	width: 100%;
	left: 0;
	top: 0;
	min-height: 120px;
	background: url(res/overlay.png) 0 0 repeat-x;
}

.logo-container {
	position: relative;
}
.logo-container .logo-desk {
	display: inline-block;
}
.logo-container .logo-tel {
	display: none;
}
.logo-container a {
	display: block;
	position: absolute;
	width: 100%;
	max-width: 380px;
	height: 140px;
	left: 0;
	top: -40px; /* menü ile aynı hizada konumlansın */
	
	/* background: yellow; */
}
.logo-container a img {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.page-slayt {
	height: 90px; border-bottom: solid 1px #eeeeee;
}

@media all and (max-width: 768px) {
	.telEMail {
		display: none;
	}
	
	.logoMenu {
		position: relative;
		left: auto;
		top: auto;
		min-height: auto;
		padding-top: 15px;
		
		background: #22607C;  /* ->Renk */
		box-shadow: 0 0 24px #333333;
	}
	.logo-container {
		text-align: center;
	}
	.logo-container .logo-desk {
		display: none;
	}
	.logo-container .logo-tel {
		display: inline-block;
	}
	.logo-container a {
		display: inline-block;
		position: relative;
		width: 100%;
		max-width: 380px;
		height: auto;
		left: auto;
		top: auto;
	}
	.logo-container a img {
		display: block;
		position: relative;
		left: auto;
		top: auto;
		right: auto;
		bottom: auto;
		margin: 0 auto;
	}
	
	.page-slayt {
		height: 1px; border-bottom: solid 1px #eeeeee;
	}
	
} /* eo media */
