/* CSS Document */
* { font-family: 'AvantGardeGothic'; }
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover { color: #0F93D2 }
.dropdown-menu {
	width: 230px;
	left: 0 !important
}
#navbar { border-bottom: 1px solid #B2B4B5; }
.navbar-nav>li>a { color: #B2B4B5 }
.navbar-nav>li>ul>li>a { color: #B2B4B5 }
.navbar-nav>li>a:hover { color: #0F93D2 }
.footer { color: #0F93D2 }
.siyah { color: #000 }
.gri { color: #B2B4B5 }
.slogan {
	z-index: 999;
	width: 60%;
	left: 20%;
	margin: 0 auto;
	position: absolute;
	bottom: 100px;
	font-size: 36px !important;
	color: #fff;
	text-align: center;
	text-shadow: 2px 2px #000000;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff
}
h2 {
	color: #0F93D2;
	font-size: 28px;
	border-bottom: 1px solid #0F93D2
}
.dividerdiv {
	width: 100%;
	height: 20px !important
}
h3 {
	color: #0F93D2;
	font-size: 16px;
}
.projelistesi {
	list-style: none;
	padding: 0;
	margin: 0
}
.projelistesi li { padding-left: 10px; }
.liste { display: none }
.listeaktif { display: block }
#projeBolumBaslik {
	color: #0F94D2;
	font-size: 20px;
	border-bottom: 1px solid #0F94D2;
	font-weight: bold;
}
.projeListeBaslik {
	font-weight: bold;
	color: #0F94D2;
}
a { color: #0F94D2; }
 a:hover, a:active, {
color: #000;
text-decoration:none
}
.altcizgi {
	border-bottom: 1px solid #0F94D2;
	padding-bottom: 3px
}
.icerik p {
	color: #777777;
	line-height: 22px;
	font-size: 12px;
	text-align: justify;
}

@media only screen and (min-width: 1080px) {
	#navbar { padding-top: 13px; }
}	


@media only screen and (max-width: 1024px) {
	#myCarousel > div > div.item > img {
		min-height: 550px !important
	}
	.slogan { font-size: 28px !important }
}


.navbar-toggle {    margin-left: -10px;
    position: absolute;
    margin-top: 10px;}


@media only screen and (max-width: 767px) {
			.navbar-toggle .icon-bar {
			    display: block;
			    width: 22px;
			    height: 2px;
			    border-radius: 1px;
			    border: 1px solid #ccc;
			}

			.navbar-toggle { text-align: center }
		.slogan {    font-size: 28px !important; }
		#navbar {
		    position: fixed;
		    left: 18px;
		    width: 100%;
		    background-color: #fff;
		    z-index: 999;
		    top: 130px;
		}
		.nav>li {
		    position: relative;
		    display: block;
		    border-bottom: 1px solid #ccc;
		}
		.navbar-nav>li>a { text-align: center }
		#myCarousel > div > div.item > img {
			min-height: 430px !important
		}
		.slogan { font-size: 26px !important }
}

