.t-Footer{
    padding:0px;
}

.footer{
	width:100%;
	height:100%;
	position:relative;
	margin:4% 0 0 0;
	padding:0;
	background-color:#000000d9;
}

.footer-flex{
	width:100%;
	height:100%;
	position:relative;
	margin:0;
	padding:0;
	display:flex;
	flex-flow:row wrap;
}
.footer-box{
	width:33.33%;
	height:auto;
	position:relative;
	margin:0;
	padding:1%;
	display:flex;
	flex-flow:column wrap;
    align-items: center;
	text-align:center;
}

.footer .footer-flex .footer-box h3{
    font-size: 15px;
    font-weight: 500;
    font-style: inherit;
	border-bottom: 1px solid #ffffff5e;
    width: 100%;
	color:#ffffff;
}
.footer .footer-flex .footer-box p{
	text-align: start;
    font-size: 15px;
    font-weight: 400;
    font-style: inherit;
	color:#ffffffd9;
}
.footer .footer-flex .footer-box a {
	color: #ffffffd9;
    font-size: 15px;
    font-weight: 400;
    font-style: inherit;
	margin:1%;
}
.footer-text{
	width:100%;
	height:100%;
	position:relative;
	margin:0;
	padding:0;
	background-color: #ffffffd9;
}
.footer .footer-text h3{
	font-size: 12px;
    padding: 0.5%;
    font-weight: 400;
    margin: 0 0 0 1%;
}


.footer .footer-flex .footer-box .icon {
	width:100%;
	position:relative;
	display:flex;
	flex-flow:column wrap;
}

.footer .footer-flex .footer-box .icon .social-icons {
	  text-align: center;
	  margin:1%;
  }  
.footer .footer-flex .footer-box .icon .social-icons li {
  display:inline-block;
  list-style-type:none;
  -webkit-user-select:none;
  -moz-user-select:none;
  }
.footer .footer-flex .footer-box .icon .social-icons li a {
  border-bottom: none;
  }
.footer .footer-flex .footer-box .icon .social-icons li img {
	width: 40px;
    height: 40px;
    margin: 0;
    padding: 10%;
}
.footer .footer-flex .footer-box .baslik{
	width:100%;
	position:relative;
	display:flex;
	flex-flow:row wrap;
	margin:0;
	padding:1%;
	justify-content: center;
}
.footer .footer-flex .footer-box .baslik img{
	width:20px;
	position:relative;
	margin:0;
	padding:0;
}
.footer .footer-flex .footer-box .baslik a {
	color: #ffffffd9;
    font-size: 15px;
    font-weight: 400;
    font-style: inherit;
	margin: 1%;
}
@media only screen and (max-width: 768px) {
	.footer-flex{
		flex-flow:column wrap;
	}
	.footer-box{
		width:100%;
	}
	.footer .footer-flex .footer-box h3{
		font-weight: 500;
	}
	.footer .footer-flex .footer-box .icon {
		flex-flow:row wrap;
		justify-content: center;
	}
}