.footer {
	padding-top: 0px;
	background-color: #222222;

	background-size: cover;
	background-position: center top;
	background-position: center center;
}
.footer-content {
	color: #ffffff;

	background-image: url(res/wave.svg);
	background-size: 100%;
	background-position: left top;
	background-repeat: no-repeat;

	padding-top: 90px;

	position: relative;
}

svg {
	overflow:hidden;
	vertical-align:middle;
}
.svg-hold {
	text-align: center;
}
.svg-hold .svg-item {
	margin-top: 20px;
	padding: 10px;
	/* background-color: rgba(0,0,0,0.1); */
}
.svg-hold svg {
	fill: #ffffff;
	height: 40px;
}
.svg-hold h4 {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #ffffff;
}









.sublogo img {
	height: auto;
	width:  140px; /* %50 küçük */
	max-width: 100%;
}

.subdesc {
	max-width: 300px;
	margin: 15px 0;
}

.c-lst li {
	margin-bottom: 15px;
}
.c-lst i {
	color: #ffffff;
}



.footer h3 {
	margin-top: 20px;
	margin-bottom: 10px;

	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
}


.copy {
	background-color: #151515;
	color: rgba(255,255,255,0.6);
	padding: 15px 0;
	font-size: 13px;
	text-align: center;
	letter-spacing: 3px;
	font-weight: 300;
}


ul.quick {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.quick li a {
	font-size: 13px;
	font-weight: 500;
	text-decoration: none;
	color: rgba(255,255,255,0.6);
	display: block;
	padding: 4px 0;
}
ul.quick li a:hover {
	text-decoration: underline;
}
ul.quick li a i {
	padding-right: 6px;
}



.sosmed {
	text-align: left;
}
.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;
	border: solid 1px rgba(255, 255, 255, 0.2);

	font-size: 110%;
	color: #ffffff;
}
.sosmed a:hover i {
	background-color: rgba(255,255,255,0.1);
}


@media (max-width: 768px) {
	.footer {
		text-align: center;
	}
	.footer-content {
		padding-top: 15px;
	}
	.c-lst i {
		display: none;
	}
	.sosmed {
		text-align: center;
	}

	.footer h3 {
		margin-top: 40px;
		margin-bottom: 0;
	}
}

