.footer {
	margin-top: 30px;
	padding-top: 20px;

	position: relative;
	z-index: 6;

	background-color: #fafafa;
}
.footer .left-back {
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10;
}
.footer .right-back {
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	right: 0;
	z-index: 10;
	background-color: #264D73; /* 336699 264D73 */

	background-repeat: no-repeat;
	background-position: left center;
	background-size: cover;
	background-image: url(res/bg.png);
}
.footer .boxed {
	position: relative;
	z-index: 20;
}
.footer .logo-box {
	width: 100%;
}
.footer .logo-box img {
	max-height: 60px;
	/* filter: grayscale(100%); */
}
.footer .veri-box {
	min-height: 360px; /* Dikkat */
	/* background-color: #264D73; */
	color: #ffffff;
	padding: 0 15px;
	font-size: 14px;
}
.footer .veri-box h3 {
	font-size: 14px;
	font-weight: bold;
}

.footer table td {
	padding: 10px 5px;
}
.footer table a {
	text-decoration: none;
	color: #ffffff;
}
.footer table a:hover {
	text-decoration: underline;
}
.footer table td i {
	font-size: 14px;
}
.footer table.xl-icon td i {
	font-size: 20px;
}


.sosmed {
	margin: 20px 0;
	
	border-top: solid 1px #eeeeee;
    padding-top: 20px;
    width: 100%;
    
    max-width: 240px;
}
.sosmed a {
	display: inline-block;
	vertical-align: middle;
	margin: 0 1px;
}
.sosmed i {
	display: inline-block;
	vertical-align: middle;

	text-align: center;
	width: 32px;
	height: 32px;
	line-height: 32px;

	border-radius: 2px;

	background-color: #eeeeee;
	/* transition: 0.3s; */

	font-size: 110%;
	color: #333333;
}
.sosmed a:hover i {
	background-color: #404040;
	color: #ffffff;
}
.sosmed span {
	display: none;
}


table.menu-footer a {
	text-transform: uppercase;
	color: #333333;
	font-size: 14px;
}


.ofisler-hold .col6 {
	float: none;
	display: inline-block;
	vertical-align: top;
}

.ofisler-hold b {
	letter-spacing: 2px;
	display: block;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: solid 1px rgba(0, 0, 0, 0.15);
}

.ofisler-hold .col6 > div {
	padding-left: 20px;
	padding-top: 20px;
}

.ofisler-hold .col6 table {
	border-collapse: collapse;
	border-spacing: 0;
}

.ofisler-hold .col6 table td {
	vertical-align: top;
	font-size: 14px;
	padding: 0 15px 15px 0;
}

.copy {
	padding-bottom: 15px;
	font-size: 14px;
	color: #404040;
}
.left-copy {
	text-align: right;
	color: #cccccc;
}

@media (max-width: 768px) {
	.ofisler-hold .col6 > div {
		padding-left: 0;
	}

	.footer .left-back,
	.footer .right-back {
		display: none;
	}
	.footer .logo-box {
		text-align: center;
	}
	.footer .veri-box {
		background-color: #264D73;
		text-align: center;
	}

	.footer table {
		width: 100%;
	}
	.footer table td:first-child {
		display: none;
	}
	.footer table td {
		text-align: center;
	}
	.sosmed {
		text-align: center;
		width: 100%;
		padding-bottom: 10px;
		margin: 20px auto;
	}

	.copy {
		text-align: center;
	}
	.left-copy {
		text-align: center;
		color: #404040;
	}
} /* 768px */
