*{margin: 0; padding: 0; box-sizing: border-box;}
li{list-style-type: none;}
a{text-decoration: none;}
body{font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size:14/21px; color:#777777;}
.aktif{background-color: #424B52;}

.clear{clear:both;}
.ortala{width:1200px; margin:0 auto;}
.cizgi{width:800px; background: url(../img/separator.png); height: 50px; background-repeat: no-repeat; margin:0 auto;}

/* header */
#header{width:100%;background: rgb(49, 56, 62);
background: -moz-linear-gradient(92deg, rgb(49, 56, 62) 30%, rgb(85, 95, 104) 70%);
background: -webkit-linear-gradient(92deg, rgb(49, 56, 62) 30%, rgb(85, 95, 104) 70%);
background: -o-linear-gradient(92deg, rgb(49, 56, 62) 30%, rgb(85, 95, 104) 70%);
background: -ms-linear-gradient(92deg, rgb(49, 56, 62) 30%, rgb(85, 95, 104) 70%);
background: linear-gradient(182deg, rgb(49, 56, 62) 30%, rgb(85, 95, 104) 70%);
 height: 180px; overflow: hidden; background-repeat: no-repeat; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;}
	#header img:nth-child(1){width:180px; float:left;}
	#header img:nth-child(2){float:left; width:1000px; margin-top: -5px; margin-left:-5px;}
	#header img:nth-child(3){position: absolute; top:15px; right: 220px; width:80px;}


/* navigation */
#navigation{width:100%; margin:10px auto; overflow: hidden; background: rgb(49, 56, 62);
background: -moz-linear-gradient(92deg, rgb(49, 56, 62) 30%, rgb(85, 95, 104) 70%);
background: -webkit-linear-gradient(92deg, rgb(49, 56, 62) 30%, rgb(85, 95, 104) 70%);
background: -o-linear-gradient(92deg, rgb(49, 56, 62) 30%, rgb(85, 95, 104) 70%);
background: -ms-linear-gradient(92deg, rgb(49, 56, 62) 30%, rgb(85, 95, 104) 70%);
background: linear-gradient(182deg, rgb(49, 56, 62) 30%, rgb(85, 95, 104) 70%);
 }

	#navigation ul{float:right; margin-right: 150px;}
	#navigation ul li{float:left;}
	#navigation ul li a{width:100%; text-align:center; line-height:50px; display:block; height: 50px; padding:0px 10px 0px 10px; color:#fff; font-size:16px; font-weight: bold;}
	#navigation ul li a:hover{background-color: #424B52;}


/* galeri */
#galeri{width:100%; min-height: 400px; margin-top:10px;}

/* content */
#content{margin-top:20px; }
	#content .row{width:1200px;height: 100px;margin:0 auto;}
	#content .row:last-child{margin-right: 0px;}
	#content .row:nth-child(3){margin-right: 0px;}
	#content .row p{text-align: justify; font-size:15px;}
	#content .row span{width:100%; text-align: center;}
	#content .row span img{width:250px; height: 100px; margin-left:70px;}

	#content .row img{width:100%; height: 100%}
	#content .row a span.image-title{position: absolute; bottom:0; background-color: rgba(0,0,0,.50); padding:10px 0px 10px 0px; color:#fff; font-weight: bold; font-size:20px;}


/* footer */
#footer{background:url(../img/footer-bg.jpg); height: 450px; margin-top:30px; padding-top:60px;}
	#footer h1{color:#fff; margin-bottom: 25px; margin-left:50px;}
	#footer .address{width:300px;text-align: center; border-bottom: 1px solid #fff; padding-bottom: 20px;}
	#footer .address span{display:block; width:100%; margin-top:10px; color:#fff;}
	#footer .address span{display:block; width:100%; margin-top:10px;}

	#footer .copyright{width:100%;text-align:center; padding:10px 0px 0px 25px; color:#fff; font-size:14px;}
