#footer h3{
	font-size: 15px;
	font-weight: normal;
	line-height:20px;
	text-transform:uppercase;
	word-break:break-all;
	color: #252f48;
}

#footerTop .Hakkimizda .Text span{
    line-height: 18px;
}

#footerTop .Hakkimizda{
    display: table;
    padding: 30px 0;
    border-bottom: 1px solid #ddd;
}

#footerTop .AltAlan{
    border-bottom: 1px solid #ddd;
    display: table;
}

#footerTop{
	padding-top:25px;
	padding-bottom:25px;
	background: #f8f8f8;
}

#footerTop h3{
	color: #252f48;
	margin-top: 30px;
}

#footerTop .Mail{
    float: left;
    line-height: 27px;
    color: #252f48;
    font-size: 15px;
}

#footerTop .Mail:before{
	content: '';
    display: block;
    float: left;
    background: url(iletisim.png) no-repeat left bottom;
    width: 25px;
    height: 20px;
}

#footerTop .Tel{
    font-size: 21px;
    color: #252f48;
}

#footerTop .Tel:before{
	content:'';
	display:block;
	float:left;
	background: url(iletisim.png) no-repeat left top;
	width: 25px;
	height: 25px;
}

#footerTop p{
	display:block;
	font-size:12px;
	color: #252f48;
	line-height:20px;
}

.newsletter{
	margin-bottom:20px;
}

#footer .newsletterMain{
	background:#fff;
	border:1px solid #ccc;
	position:relative;
}

#footer .newsletterMain input[type="text"]{
	width:100%;
	height:48px;
	line-height:48px;
	border:0;
	text-indent: 10px;
}

#footer .newsletterMain input[type="button"]{
	position:absolute;
	top:10px;
	right:10px;
	z-index:33;
	width: 33px;
	height: 33px;
	background:url('newsletterIcon.png') no-repeat;
	border:0;
	cursor:pointer;
}

#social ul{
	padding-top:10px;
}

#social li, #social li a, #social li a img{
	float:left;
	width:30px;
	height:30px;
}

#social li{
	padding-right:10px;
	padding-bottom:10px;
}

#footerMiddle{
	padding-top:45px;
	padding-bottom:45px;
	background: #f8f8f8;
}

#footerMiddle ul li{
	display:block;
}

#footerMiddle ul li a, #footerMiddle p{
	display:block;
	padding-top:8px;
	/* padding-bottom:8px; */
	line-height:14px;
	font-size:12px;
	color: #252f48;
}

#footerBottom{
	background: #FFF;
	min-height:50px;
}

#footerBottom .col{
	min-height:50px;
	line-height:47px;
	display:list-item;
	list-style:none;
}

#footerBottom .col img{
	vertical-align:middle;
	max-height: 24px;
	max-width: 71px;
}

#footerSecurity img{
	padding-right:10px;
	max-height: 26px !important;
	max-width: 82px !important;
}

#footerSecurity{
    margin: 0 auto;
    float: none;
    clear: both;
    text-align: center;
}

#footerCards{
	text-align:right;
}

#footerCards img{
	padding-left: 0px;
}

.siteBilgi{
	border-top: 10px solid #f8f8f8;
}

@media screen and (max-width: 1000px) {
	
	#footerMiddle{
		padding-top:25px;
		padding-bottom:25px;
	}
	
	#footerMiddle .col-2{
		padding-top:15px;
		padding-bottom:15px;
	}
	
	#footerMiddle .col-2:nth-child(3n+1){
		clear:both;
	}
	
}

@media screen and (min-width: 769px) {
	
	#footerMiddle ul li div{
		display:block !important;
		height:auto !important;
	}
	
}

@media screen and (max-width: 768px) {
	
	#footer h3{
		font-size:23px;
		line-height:35px;
	}
	
	#footerTop p{
		font-size:15px;
	}

	#newsletter{
		margin-right:0;
	}
	
	#newsletterMain input[type="text"]{
		font-size:15px;
	}
	
	#footerMiddle{
		padding-top:15px;
		padding-bottom:14px;
	}
	
	#footerMiddle .col-2{
		padding-top:0;
		padding-left:0;
		padding-bottom:0;
		padding-right:0;
	}
	
	#footerMiddle ul li{
		float:left;
	}
	
	#footerMiddle ul ul li{
		float:none;
		width:auto;
		padding-left:20px;
		padding-right:20px;
		border-bottom:1px solid #fff;
	}
	
	#footerMiddle h3{
		margin-bottom:1px;
		padding-left:20px;
		padding-right:20px;
		line-height:60px;
		background:#dadada url('plusIcon.png') no-repeat right center;
		cursor:pointer;
	}
	
	#footerMiddle h3.active{
		color:#fff;
		background:#6C6C6C url('minusIcon.png') no-repeat right center;
	}
	
	#footerMiddle h3 + div{
		background:#e9e9e9;
		display:none;
	}
	
	#footerMiddle ul li a, #footerMiddle p{
		line-height:35px;
		font-size:17px;
	}
	
	#footerMiddle p{
		padding-left:20px;
		padding-right:20px;
	}
	
	#footerBottom .col{
		text-align:center;
	}
	
	#footerBottom .col img{
		padding-right:5px;
		padding-left:5px;
	}

}