@media only screen and (min-width : 576px)
{

}
@media only screen and (min-width : 750px)
{

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px)
{

}
/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) 
{

}
@media only screen and (min-width : 1200px) 
{
	.adresler>div:nth-child(1), .adresler>div:nth-child(2)
{
	width:49%;
}
}
@media only screen and (max-width : 1200px) 
{
	.adresler>div:nth-child(1), .adresler>div:nth-child(2)
{
	width:100%;
}
	
}

@media only screen and (max-width : 992px) 
{

	
}
@media only screen and (max-width : 768px) 
{
	.aysf-rozet
	{
		position: relative!important;
		top: 10px!important;
	}
	.proje_hizala
	{
		margin-bottom:40px;
	}
}

.sayfalama
{
	display: -ms-flex; display: -webkit-flex; display: flex;align-items: center;
	 -webkit-flex-flow: row wrap;flex-flow: row wrap;
	justify-content: flex-end;
}
.adresler
{
	display: -ms-flex; display: -webkit-flex; display: flex;align-items: center;
	 -webkit-flex-flow: row wrap;flex-flow: row wrap;
}
