footer {
	padding-top: 0px;
	background:linear-gradient(to right,#202020 15%,#444444);
}

footer .footer-orta {
	width: 100%;
	height: auto;
	padding: 25px 0px;
}

footer .footer-orta ul.footer-liste {
	margin: 0px;
	padding: 0px;
}
footer .footer-orta ul.footer-liste.bottom {
  display: flex;
  flex-flow: wrap;
  margin-top: 20px;
  justify-content: center;
}

footer .footer-orta ul.footer-liste.iletisim {
	font-size: 14px;
}

footer .footer-orta ul.footer-liste.iletisim li:first-child {
	margin-top: 0px;
}

footer .footer-orta ul.footer-liste.iletisim li.tel a{
	margin-top: 0px;
	font-size: 20px!important;
	font-weight: 600;
	color: #fff;
}

footer .footer-orta ul.footer-liste.iletisim li a{
	color: #fff;
}

footer .footer-orta ul.footer-liste span {
	width: 100%;
	height: auto;
	font-size: 17px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 15px;
	padding-bottom: 5px;
	display: block;
	border-bottom:1px solid rgba(255, 255, 255, 0.25);
}

footer .footer-orta ul.footer-liste li:first-child {
	margin-top: 0px;
}

footer .footer-orta ul.footer-liste li {
	list-style: none;
	margin-top: 3px;
}
footer .footer-orta ul.footer-liste.bottom li {
  margin-top: 0;
  margin-right: 10px;
}
footer .footer-orta ul.footer-liste.bottom li:last-child {
  margin-right: 0;
}

footer .footer-orta ul.footer-liste li a{
	color: #fff;
	font-weight: 300;
	font-size: 15px;
}
footer .footer-orta ul.footer-liste.bottom li a {
  font-size: 13px;
  text-decoration: underline;
}

footer .footer-orta ul.footer-sosyal {
	margin: 0px;
	padding: 0px;
	margin-top: 50px;
}

footer .footer-orta ul.footer-sosyal span {
	width: 100%;
	height: auto;
	font-size: 17px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 15px;
	display: block;
}

footer .footer-orta ul.footer-sosyal li {
	list-style: none;
	margin-top: 3px;
	display: inline-block;
}

footer .footer-orta ul.footer-sosyal li a {
	width: 29px;
	height: 29px;
	line-height: 29px;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
	background: #5d7183;
	color: #fff;
	font-size: 15px;
}

footer .footer-orta .footer-logo {
	width: 100%;
	height: auto;
}

footer .footer-orta .footer-logo img{
	width: 100%;
	height: 80px;
}

footer .footer-banka {
	width: 100%;
	height: auto;
	display: block;
	margin-top: 25px;
}

footer .footer-banka li:first-child{
	margin-left: 0px;
}

footer .footer-banka li{
	display: inline-block;
	list-style: none;
	margin-left: 10px;
}

footer .gizlilik {
	font-size: 17px;
	margin-top: 15px;
}

footer .gizlilik span {
	font-weight: 400;
}

footer .gizlilik span a {
	font-weight: 500;
	text-decoration: underline;
	color: #333;
}

footer .gizlilik .gizlilik-chec {
	display: block;
	position: relative;
	padding-left: 0px;
	margin-bottom:0px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-right: 5px;
}

footer .gizlilik .gizlilik-chec input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

footer .gizlilik .checkmark {
	position: relative;
	height: 22px;
	width: 22px;
	background-color:transparent;
	border:solid 1px #333;
	border-radius: 0px!important;
}

footer .gizlilik .gizlilik-chec:hover input ~ .checkmark {
	background-color: #ccc;
}

footer .gizlilik .gizlilik-chec input:checked ~ .checkmark {
	background-color: #c867a5;
}

footer .gizlilik .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

footer .gizlilik .gizlilik-chec input:checked ~ .checkmark:after {
	display: block;
}

footer .gizlilik .gizlilik-chec .checkmark:after {
	left: 8px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}