/* here you can put your own css to customize and override the theme */

/***
Projelerin bulundugu tablo
***/
.project_parent {
}

.project_left {
	display:table-cell;
	width:110px;
}

.project_right {
	display:table-cell;
	color: #333;
}

/***
Proje detay sayfasinda sag taraftaki detaylar
***/
.proje_detay_baslik {
	color:#999;
}

.proje_detay_icerik {
	margin-left:22px;
}

/***
Fotograf galerisi icin aradaki bosluklar
***/
.padding-10 {
  padding: 10px; !important;
}

.border-2 {
	border: 2px solid #999;
}

/***
Paragraflari iki yana yaslama
***/
.justify_p {
	text-align: justify;
}

iframe {
	border: none;
}

.tarih_span {
	color:#999;
}

/* iletisim sayfasi */

.div_iletisim {
	color:#777;
}


