
		
.column1{
	background-color: #f4f4f4;
	min-height: 50px;

	
}



.takvim {
	display:block;
	background: url(../img/footer-sprite.png) 0px 0px no-repeat;
	width: 48px;
	height: 48px;

}
.cicek{
	display:inline-block;
	background: url(../img/footer-sprite.png) -0px -96px no-repeat;
	width: 48px;
	height: 48px;

}
.kart{
	display:inline-block;
	background: url(../img/footer-sprite.png) -48px -0px no-repeat;
	width: 48px;
	height: 48px;

}
.iletisim{
	display:inline-block;
	background: url(../img/footer-sprite.png) -96px -48px no-repeat;
	width: 48px;
	height: 48px;

}
.col1{
	
	margin-top:30px;
}
.h5{
	display:block;
	margin-left:55px;
	margin-top:15px;
    font-size: 15px;
    color: #135284;
	
}

@media only screen and (max-width:1200px) {
	
		.calender{display:none;}
} 
@media only screen and (max-width:900px) {
	
		.flower{display:none;}
		.card{display:none;}
		.email{display:none;}
		.column{display:none;}
}