@charset "utf-8";
/* FONT FACE */
@font-face {
	font-family: 'FuturaLighItalic';
	src: url('../Font/futuli.eot');
	src: url('../Font/futuli.eot?#iefix') format('embedded-opentype'),
		url('../Font/futuli.woff') format('woff'),
		url('../Font/futuli.ttf') format('truetype'),
		url('../Font/futuli.svg#futuli') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'FuturaLight';
	src: url('../Font/futul.eot');
	src: url('../Font/futul.eot?#iefix') format('embedded-opentype'),
		url('../Font/futul.woff') format('woff'),
		url('../Font/futul.ttf') format('truetype'),
		url('../Font/futul.svg#futul') format('svg');
	font-weight: normal;
	font-style: normal;
}




/* GENEL AYALAR */
html {width:100%; height:100%; min-width:980px;}
body {font-family:Arial, Helvetica, sans-serif; background:url('../img/Bg1.png') no-repeat top center; width:100%; height:100%;}
.Logo {width:259px; height:165px; margin:auto; margin-top:-5px; left:0; right:0; position:absolute;}
.Bulut_Animasyon { z-index:0; width: 100%; height: 200px; position: absolute; bottom: 0px; left: 0; background: url("../img/Bulut.png") repeat-x; }

 
  
/* LOGOLAR */
.Logolar {z-index:10; width:828px; height:auto; left:0; right:0; margin:auto;z-index:5; position:absolute; margin-top:250px;}
.Logolar div {float:left; width:275px; height:300px; position:relative; top:-50px; opacity:0;}



/* BILGILER */
.Bilgiler {width:772px; height:180px; position:absolute; left:0; right:0; margin:auto; margin-top:550px; top:100px; opacity:0;}
.Iletisim {width:772px; height:180px; background:rgba(0,0,0,0); margin:auto; text-align:center;}
.Bilgiler h1 {font-family:'FuturaLight', Arial, Helvetica, sans-serif; color:#1c7fd2; font-weight:normal; font-size:1.50em;}
.Bilgiler h1 a {color:#1c7fd2;}
.Bilgiler h1 a:hover {text-decoration:underline;}
.Bilgiler p {color:#1c7fd2; line-height:175%; text-align:center; font-size:.75em; margin-top:10px;}








/* HAKKIMIZDA */
.Hakkimizda_Kapsayici {
	position:fixed;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.8);
	margin-top:-1000px;
	opacity:0;
}
.Hakkimizda {
	position:absolute;
	width:500px;
	height:auto;
	left:0;
	right:0;
	margin:auto;
	padding:20px;
	margin-top:100px;
	box-shadow: 0 4px 7px rgba(0,0,0,.7);
	margin-top:-1000px;
	opacity:0;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	background: #e1ffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #e1ffff 0%, #e1ffff 7%, #e1ffff 12%, #e6f8fd 30%, #c8eefb 54%, #bee4f8 75%, #b1d8f5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e1ffff), color-stop(7%,#e1ffff), color-stop(12%,#e1ffff), color-stop(30%,#e6f8fd), color-stop(54%,#c8eefb), color-stop(75%,#bee4f8), color-stop(100%,#b1d8f5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e1ffff 0%,#e1ffff 7%,#e1ffff 12%,#e6f8fd 30%,#c8eefb 54%,#bee4f8 75%,#b1d8f5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e1ffff 0%,#e1ffff 7%,#e1ffff 12%,#e6f8fd 30%,#c8eefb 54%,#bee4f8 75%,#b1d8f5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e1ffff 0%,#e1ffff 7%,#e1ffff 12%,#e6f8fd 30%,#c8eefb 54%,#bee4f8 75%,#b1d8f5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e1ffff 0%,#e1ffff 7%,#e1ffff 12%,#e6f8fd 30%,#c8eefb 54%,#bee4f8 75%,#b1d8f5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1ffff', endColorstr='#b1d8f5',GradientType=0 ); /* IE6-9 */
}
.Hakkimizda h1 {
	font-family:'FuturaLight', Arial, Helvetica, sans-serif;
	color:#036;
	font-weight:normal;
	font-size:1.75em;
	margin-bottom:10px;
}
.Hakkimizda p {
	font-size:.75em;
	text-align:justify;
	line-height:200%;
	margin-bottom:20px;
	color:#036;
}
.Hakkimizda .Kapat {
	background:#F06;
	padding:10px;
	display:block;
	position:absolute;
	color:#FFF;
	margin:-60px 0 0 0;
	right:10px;
	
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.Hakkimizda .Kapat:hover {background:#609;}

