html section.section-secondary {
border:none;
background:#000;
background-color:rgba(0, 0, 0, 0.8);
}
#footer {
/*	max-height:350px; min-height:100px; overflow:hidden;
*/
background:url(../resim/foot_zemin2.png) repeat;

border-top:1px solid #FFF;
color:#8B4513;
background-color:none;

background: rgba(246,225,166,0.5);
background: -moz-linear-gradient(top, rgba(246,225,166,0.5) 0%, rgba(250,232,220,0.77) 53%, rgba(246,225,166,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(246,225,166,0.5)), color-stop(53%, rgba(250,232,220,0.77)), color-stop(100%, rgba(246,225,166,1)));
background: -webkit-linear-gradient(top, rgba(246,225,166,0.5) 0%, rgba(250,232,220,0.77) 53%, rgba(246,225,166,1) 100%);
background: -o-linear-gradient(top, rgba(246,225,166,0.5) 0%, rgba(250,232,220,0.77) 53%, rgba(246,225,166,1) 100%);
background: -ms-linear-gradient(top, rgba(246,225,166,0.5) 0%, rgba(250,232,220,0.77) 53%, rgba(246,225,166,1) 100%);
background: linear-gradient(to bottom, rgba(246,225,166,0.5) 0%, rgba(250,232,220,0.77) 53%, rgba(246,225,166,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6e1a6', endColorstr='#f6e1a6', GradientType=0 );
padding-top:10px;
padding-bottom:0px;
}
#ustfooter {
background:url(../resim/footer3-3.png) top center no-repeat;
background-size:cover ;
min-height:250px;max-height:250px;
}

#sayfa_detay {
	
	
background:#FFF5EE; padding:40px 20px; margin-bottom:50px; -webkit-border-top-right-radius: 20px;
-webkit-border-bottom-left-radius: 20px;
-moz-border-radius-topright: 20px;
-moz-border-radius-bottomleft: 20px;
border-top-right-radius: 20px;
border-bottom-left-radius: 20px;

}

@media (max-width: 991px) {
#ustfooter {
background:url(../resim/footer3-3.png) top center no-repeat;
background-size:cover ;
min-height:100px;max-height:100px;
margin-bottom:-50px;
}
}
@media (max-width: 767px) {
	body
	{
		background: url(../resim/mobil_bg.jpg) repeat;
		background-size:300px 300px ;
	}
	#ana_sla 
	{
		margin-top:100px;
	}
#proje
{
	margin-bottom:0px;
	padding:0px;
	max-height:300px; overflow:hidden;
	
}
#footer {
	margin-top:0px;
	
}
}