.header {
	color: #404040;
}
.header a {
	color: #404040;
	text-decoration: none;
}


.enust {
	font-size: 16px;
	font-weight: 300;
	text-align: right;
}
.ustback {
	background-image: url(res/ustback.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	
	padding: 6px 25px; /* page-container */
}
.enust span {
	opacity: .5;
	padding: 0 10px;
}
.enust i {
	margin-right: 10px;
}



.ustbilgi {
	display: table;
	width: 100%;
	
	color: #333333;
}
.ustbilgi-leftColumn,
.ustbilgi-rightColumn {
	display: table-cell;
	vertical-align: middle;
}
.ustbilgi-leftColumn {
	width: 25%; /* bkz */
	
	height: 96px;
	position: relative;
	z-index: 997;
}
.ustbilgi-rightColumn {
	text-align: right;
}


.ustbilgi-leftColumn a {
	display: inline-block;
	vertical-align: top;
	outline: 0;
	
	position: absolute;
	left: -8px;
	top: -31px;
}
.ustbilgi-leftColumn a img {
	display: block;
	width: 100%;
	max-width: 270px; /* %50 kucuk */
	height: auto;
	margin: 0;
}


.phone-email {
	height: 100px; 
	margin: 0 auto;
}
.phone-email td {
	padding: 0 10px;
	font-size: 18px;
	font-weight: 300;
	vertical-align: middle;
}
.phone-email .vertical-line {
	border-left: solid 1px rgba(0,0,0,.15);
}
.phone-email i {
	margin-right: 10px;
}


.offer-table {
	margin: auto 0 auto auto;
	height: 120px; /* bkz logo */
}
.offer-button {
	font-size: 16px;
	box-sizing: border-box;
	
	white-space: nowrap;
	border: solid 1px #cccccc;
	padding: 9px 12px;
	text-decoration: none;
	color: #333333;
}
.offer-button i {
	margin-right: 6px;
}


@media (max-width: 768px) {
	.header {
		background-color: black;
		color: white;
	}
	.header a {
		color: white;
	}
	

	.enust {
		text-align: center;
	}
	.enust span { /* Fix */
		display: block;
		height: 1px;
		overflow: hidden;
	}	
	
	.ustbilgi {
		display: block;
	}
	.ustbilgi-leftColumn,
	.ustbilgi-rightColumn {
		display: block;
		width: 100%;
		text-align: center;
	}
	
	.ustbilgi-leftColumn {
		height: auto;
	}
	
	.ustbilgi-leftColumn a {
		position: relative;
		left: auto;
		top: auto;
		
		display: block;
		margin: 4px auto;
	}
	

.ustbilgi-leftColumn a img {
	max-width: 190px; /* %50 kucuk */
	margin: 0 auto;
}

	
	.phone-email {
		height: auto;
		width: 100%;
		/* vaya */
		display: none;
	}
	.phone-email td {
		display: block;
		width: 100%;
		text-align: center;
		padding: 4px 0;
		font-size: 16px;
	}
	.phone-email .vertical-line {
		border-left: none;
	}
	
	.offer-table {
		height: auto; /* bkz logo */
		margin: 0 auto;
	}
	.hide-phone {
		display: none; /* mobilde teklif istenirse bura iptal edilecek */
	}
	
} /* eo media */
