	
	/*	/////////		SAYFA YAPISI		////////// */
	
	html {
		margin:0px;
		padding:0px;
		height:100%;
	}
	
	body {
		margin:0px;
		padding:0px;
		height:100%;

	}
	
	body, input, select, textarea, button {
		font-family:'Gotham';
		font-size:17px;
		font-weight:300;
		color:#1A1A1A;
		border:0;
	}
	
	* {
		outline:0;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		background-clip:border-box;
		-moz-background-clip:border-box;
		-webkit-background-clip:border-box;
	}
	
	h1,h2,h3,h4,h5{
		display:inline-block;
		font-size:inherit;
		font-weight:inherit;
		margin:0;
		padding:0;
	}
	
	@font-face {
		font-family:'Gotham';
		src:url('GothamBook.woff2') format('woff2'),
		    url('GothamBook.woff') format('woff');
		font-weight:normal;
		font-style:normal;
		font-display:block;
	} @font-face {
		font-family:'Gotham';
		src:url('GothamBold.woff2') format('woff2'),
		    url('GothamBold.woff') format('woff');
		font-weight:bold;
		font-style:normal;
		font-display:block;
	}
	
	
	
	
	
	
	
	img {
		border:0;
	}
	
	.clear, .clr {
		clear:both;
	}
	
	a:link		{ text-decoration:none; 		}
	a:visited 	{ text-decoration:none; 		}
	a:hover   	{ text-decoration:underline; 	}
	