﻿@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600&subset=latin-ext');

body {
	margin: 0 auto;
	font-family: Oswald, 'Arial Narrow', 'Open Sans';
	background: url(/images/zemin_gocek.jpg) no-repeat center center fixed;
    -webkit-background-size: cover; /* For WebKit*/
    -moz-background-size: cover;    /* Mozilla*/
    -o-background-size: cover;      /* Opera*/
    background-size: cover;         /* Generic*/
}

a {
	text-decoration: none;
}

.linkSiyah:hover {
	color: #000000;
}
.linkSiyah:active {
	color: #000000;
}
.linkSiyah:visited {
	color: #000000;
}


.linkBeyaz {
	color: #ffffff;
}

.linkBeyaz:hover {
	color: #ffffff;
}

.linkBeyaz:active {
	color: #ffffff;
}

.linkBeyaz:visited {
	color: #ffffff;
}




.logo img {
	width: 150px;
}

.logoYazi {
  display: table;
  height: 200px;
  width: 100%;
  text-align: center;
/*  border: 2px dashed #f69c55;*/
}

.logoYazi span {
  display: table-cell;
  vertical-align: middle;
}


.ibare {
	font-size: 3em;
}


.anaKutu {
	border-radius: 15px;
	background-color: rgba(0, 0, 0, 0.7);
	margin: 75px;
	color: #ffffff;
	font-size: 2.2em;
	font-weight: 200;
	padding: 20px 20px 40px 20px;
	line-height: 2.3em;
}

.anaKutuIcSayfa {
	border-radius: 15px;
	background-color: rgba(0, 0, 0, 0.7);
	margin: 45px;
	color: #ffffff;
	font-size: 1.5em;
	font-weight: 200;
	padding: 30px;
}

.ustNav {
	min-width: 400px;
}


.bolgeResim {
	float: left;
	width: 35%;
}

.bolgeBilgi {
	float: left;
	width: 60%;
	padding-left: 30px;
}

.botDetay {
	float: left;
	width: 47%;
}


.botDetay:nth-child(even) {
	padding-right: 50px;
}

.formKutu {
	font-family: Oswald, 'Arial Narrow', 'Open Sans';
	font-size: 19px;
	min-width: 350px;
}

.formButon {
	font-family: Oswald, 'Arial Narrow', 'Open Sans';
	font-size: 19px;
	min-width: 350px;
}


@media (max-width: 992px) {
	.logo {
		width: 100%;
		padding: 5px!important;
		text-align: center;
	}

	.ibare {
		font-size: 3em;
	}
	
	.aralik {
		display: none;
	}
	
	.hizmet {
		position: relative!important;
		width: 100%!important;
		left: 0;
		padding-bottom: 50px;		
	}
	
	.logoYazi {
	  height: 50px!important;
	}
	
	.yukseklikler {
		width: 100%;
		padding: 5px!important;
		text-align: center;
	}

	.anaKutu {
		margin: 25px;
		padding: 20px;
	}

	.anaKutuIcSayfa {
		border-radius: 15px;
		background-color: rgba(0, 0, 0, 0.7);
		margin: 25px;
		color: #ffffff;
		font-size: 1.5em;
		font-weight: 200;
		padding: 15px;
	}

	.ustNav {
		min-width: 300px;
	}

	.bolgeResim {
		float: initial!important;
		width: 100%;
	}

	.bolgeBilgi {
		float: initial!important;
		width: 100%;
		padding-left: 0px;
	}

}


