/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }

html{
	background: url(../images/intro/splashbg.jpg) #e7ffff top center no-repeat;

}
#intrologo{
	text-align: center;
	height: 229px;
	background: none;
}
#intrologo img{
	margin-top: 48px;
}
#intrologo .baslikyazi{
	font-family: 'Arial',sans-serif;
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
	color: #0087ac;
	margin-top: 42px;
}
#introorta{
	width: 1000px;
	margin: 50px auto 60px auto;

}
#introorta .langstun{
	width: 25%;
	float: left;
}
#introorta .langstun h2{
	font-family: 'Arial',sans-serif;
	font-size: 19px;
	font-weight: bold;
	color: #0087ac;
	margin-bottom: 10px;
	margin-top: 30px;
}
#introorta .langstun h2 a{
	font-family: 'Arial',sans-serif;
	font-size: 19px;
	font-weight: bold;
	color: #0087ac;
	text-decoration: none;
}
#introorta .langstun h2:first-child{
	margin-top: 0px;
}
#introorta .langstun .link{
	font-family: 'Arial',sans-serif;
	font-size: 14px;
	line-height: 28px;
	color: #333333;
	display: block;
	text-decoration: none;
	font-weight: bold;
	margin: 0px;
	padding-left:14px;
	background: url(../images/intro/linkicon.png) left center no-repeat;
	margin-left: 4px;
}
#introorta .langstun .link a{
	font-family: 'Arial',sans-serif;
	font-size: 14px;
	line-height: 28px;
	color: #333333;
	text-decoration: none;

}
#introfooter{
	width: 1000px;
	margin: 0px auto;
	text-align: center;
	margin-bottom: 20px;
      margin-top: 20px;
}
#introfooter .ilk{
	font-family: 'Open Sans',sans-serif;
	font-size: 12px;
	color: #0083a8;
}
#introfooter .ilk a{
	display: inline-block;
	margin-left: 20px;
	font-family: 'Open Sans',sans-serif;
	font-size: 12px;
	color: #0083a8;
	text-decoration: none;
}
.buyuk{
	display: block;
}
.kucuk{
	display: none;
}

#introorta .langstun .link a.navy {
    color: #00527d !important;
}
#introorta .langstun .link a.black {
    color: #000000 !important;
}

#introorta .langstun .link a.green {
    color: #13B301 !important;
}

#introorta .langstun .link a.orange {
    color:#F17303 !important;
}

#introorta .langstun .link a.red {
    color:#E20000 !important;
}
@media only screen and (max-width: 960px) and (min-width: 768px){
	#introorta{
		width: 760px;
	}
	#introfooter{
		width: 760px;
	}

	#introorta .langstun {
		width: 40%;
		float: left;
		padding-left: 10%;
		margin-top: 30px;
	}
	#introorta{
		margin-top: 20px;
	}
	html{
		 background-attachment: fixed;
		 background-size: cover;

	}
	#intrologo .baslikyazi{
		font-size: 17px;
		margin-top: 30px;
	}
	#intrologo{
		height: 210px;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	#introorta{
		width: 470px;
	}
	#introfooter{
		width: 470px;
	}
	#introorta .langstun {
		width: 50%;
		float: left;
		/*padding-left: 10%;*/
		margin-top: 30px;
	}
	#introorta{
		margin-top: 20px;
	}
	html{
		 background-attachment: fixed;
		 
	}
}
@media only screen and (min-width: 300px) and (max-width: 479px) {
	#introorta{
		width: 270px;
	}
	#introfooter{
		width: 270px;
	}
	#introorta .langstun {
		width: 100%;
		float: left;
		/*padding-left: 10%;*/
		margin-top: 30px;
	}
	#introorta{
		margin-top: 0px;
		margin-bottom: 30px;
	}
	#introfooter .ilk a{display: block;margin-top: 5px;margin-left: 0px;}
	html{
		 background-attachment: fixed;
		 background-size: cover;

	}
	#intrologo{
		height: 120px;
	}
	#intrologo img{
		width: 130px;
		margin-top: 35px;
	}
	#intrologo .baslikyazi{
		font-size: 12px;
		margin-top: 12px;
	}
	.buyuk{
		display: none;

	}
	.kucuk{
	display: block;
		
	}


}