.footer {
	background-color: #313230;
	color: #ffffff;

	padding-bottom: 20px;
}

.sosmed-footer .sosmed {
	text-align: left;
}

.sublogo img {
	height: auto;
	width:  160px; /* %50 küçük */
	max-width: 100%;
}

.subdesc {
	max-width: 300px;
	margin: 15px 0;
}

.c-lst li {
	margin-bottom: 15px;
}
.c-lst i {
	color: #ff5e15;
}







.copy {
	background-color: #282927;
	color: rgba(255,255,255,0.6);
	padding: 8px 0;
	font-size: 14px;
}

.work-hour {
	border-collapse: collapse;
	/* width: 100%;
	max-width: 400px; */
	margin: 0;
}
.work-hour tr td {
	font-weight: normal;
	text-align: left;
	padding: 5px 10px 5px 0;
	vertical-align: top;
	font-size: 14px;
}
.work-hour tr:first-child td {
	border-top: none;
}


ul.quick {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.quick li a {
	text-decoration: none;
	color: #ffffff;
	display: block;
	padding: 4px 0;
}
ul.quick li a:hover {
	text-decoration: underline;
}
ul.quick li a i {
	padding-right: 6px;
}


.sosmed2 a {
	display: inline-block;
	vertical-align: middle;
	margin: 0 1px;
}
.sosmed2 i {
	display: inline-block;
	vertical-align: middle;

	text-align: center;
	width: 32px;
	height: 32px;
	line-height: 32px;

	border-radius: 2px;
	border: solid 1px #404040;

	font-size: 110%;
	color: #ff5e15;
}
.sosmed2 span {
	display: none;
}


@media (max-width: 768px) {
	.footer {
		text-align: center;
	}
	.c-lst i {
		display: none;
	}
	.sosmed-footer .sosmed {
		text-align: center;
	}
	.work-hour {
		margin: 0 auto;
	}
	.copy {
		text-align: center;
	}
}

