@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Roboto:300');

body{
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	background: url(../img/arka.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	
}

a{
	text-decoration: none;
}

.otuz{
	font-size: 30px;
}

.yirmi{
	font-size: 20px;
}
.oniki{
	font-size: 12px;
}
.kalin{
	font-weight: bold;
}
.beyaz{
	color: white;
}
.sari{
	color: #f1ab31;
}
.gri{
	color: #2D2D2D;
}
hr.style-two {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

input[type=text] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
}
textarea{
	width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
	height: 150px;
}
input[type=submit] {
    width: 200px;
	background-color: black;
	color: white;
    padding: 12px 20px;
    margin: 8px 0;
}

#arka{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}

#ust-header{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	min-height: 30px;
	max-height: 30px;
	background-color: black;
	color: white;
}

#header{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	min-height: 100px;
	max-height: 100px;
	background-color: #2D2D2D;
}

#header-sol{
	width: 350px;
	height: 100px;
	float: left;
}

#header-sag{
	width: 650px;
	height: 100px;
	float: left;
}

#slider{
	width: 1000px;
	height: 200px;
}

#buton{
	width: 1000px;
	min-height: 60px;
	background-color: white;
}

#buton img:hover{
	opacity: 0.5;
}

#menu{
	width: 1000px;
	min-height: 60px;
	max-height: 60px;
	background-color: black;
	color: white;
}

#menu a{
	color: white;
	font-weight: bold;
	margin-right: 15px;
}
#menu a:hover{
	color: #f1ab31;
}

#ana-icerik{
	width: 1000px;
	float: left;
	background-color: white;
}
#sol-menu{
	width: 200px;
	min-height: 1950px;
	float: left;
	background-color: white;
}
#sol-menu-baslik{
	width: 200px;
	height: 50px;
}
.d-menu{
    background-color: #000;
    width: 200px;
	color: white;
}
.d-menu ul li{
   list-style: none;
}
 
.d-menu ul{
    margin: 0;
    padding: 0;
	color: white;
}
 
.d-menu ul li a{
    text-decoration: none;
    color: white;
    padding: 10px;
	padding-left: 35px;
    display: block;
	border-right: 0.5px solid #fff;
	border-bottom: 0.5px solid #fff;
	border-top: 0.5px solid #fff;
}
 
.d-menu ul li ul {
	display:none;
}
 
.d-menu ul li:hover ul {
	display:block;
	position:absolute;
    margin:-40px 0 0 200px;
}
 
.d-menu ul li ul li a {
	padding:10px;
	font-size:15px;
	background-color: #000;
	border-right: 0.5px solid #fff;
	border-bottom: 0.5px solid #fff;
	border-top: 0.5px solid #fff;
	transition:all .3s ease-in-out;
	width:250px;
	color: white;
}
.d-menu ul li a:hover {
	background-color: #EC9600;
	transition:all .3s ease-in-out;
	color: white;
}
#icerik{
	width: 800px;
	min-height: 950px;
	float: left;
	background-color: white;
}
#baslik1{
	width: 800px;
	height: 50px;
}
#baslik1 a{
	text-decoration: none;
	color: black;
}
#baslik1 a:hover{
	color: #2D2D2D;
}
#kategori-baslik{
	width: 800px;
	height: 30px;
}


#bosluk{
	width: 800px;
	height: 15px;
}
#tumunu-gor{
	width: 800px;
	height: 25px;
	margin-top: 14px;
}
#tumunu-gor a{
	color: black;
	font-style: italic;
}

#sira{
	width: 800px;
	height: 260px;
}
#sira img:hover{
	opacity: 0.7;
}
#sira a{
	color: black;
}
#sira a:hover{
	color: #262626;
}

#sira #sol-bosluk{
	width: 5px;
	height: 260px;
	float: left;
}
#sira #sol{
	width: 194px;
	height: 260px;
	float: left;
}

#sira #orta{
	width: 194px;
	height: 260px;
	float: left;
	margin-left: 5px;
}

#sira #orta2{
	width: 194px;
	height: 260px;
	float: left;
	margin-left: 5px;
}

#sira #sag{
	width: 194px;
	height: 260px;
	float: left;
	margin-left: 5px;
	
}
#sira #sag-bosluk{
	width: 4px;
	height: 260px;
	float: left;
}

#sira-resim{
	width: 195px;
	height: 160px;
}

#sira-aciklama{
	width: 195px;
	height: 100px;
}

#harita{
	width: 1000px;
	height: 270px;
	float: left;
}

#footer{
	width: 1000px;
	min-height: 50px;
	max-height: 250px;
	background-color: black;
	float: left;
}
