@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: 'GothamXNarrow-Medium';
	src: url('../fonts/GothamXNarrow-Medium.eot?') format('eot'), 
	     url('../fonts/GothamXNarrow-Medium.otf')  format('opentype'),
	     url('../fonts/GothamXNarrow-Medium.woff') format('woff'), 
	     url('../fonts/GothamXNarrow-Medium.ttf')  format('truetype'),
	     url('../fonts/GothamXNarrow-Medium.svg#GothamXNarrow-Medium') format('svg');
}
@font-face {
	font-family: 'GothamXNarrow-Book';
	src: url('../fonts/GothamXNarrow-Book.eot?') format('eot'), 
	     url('../fonts/GothamXNarrow-Book.otf')  format('opentype'),
	     url('../fonts/GothamXNarrow-Book.woff') format('woff'), 
	     url('../fonts/GothamXNarrow-Book.ttf')  format('truetype'),
	     url('../fonts/GothamXNarrow-Book.svg#GothamXNarrow-Book') format('svg');
}
@font-face {
  font-family: 'DINNextLTPro-UltraLight';
  src: url('../fonts/DINNextLTPro-UltraLight.eot?#iefix') format('embedded-opentype'),  
  	   url('../fonts/DINNextLTPro-UltraLight.otf')  format('opentype'),
	   url('../fonts/DINNextLTPro-UltraLight.woff') format('woff'), 
	   url('../fonts/DINNextLTPro-UltraLight.ttf')  format('truetype'), 
	   url('../fonts/DINNextLTPro-UltraLight.svg#DINNextLTPro-UltraLight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
	font-family: 'DINNextCYR-Light';
	src: url('../fonts/DINNextCYR-Light.eot?#iefix') format('embedded-opentype'),  
		 url('../fonts/DINNextCYR-Light.otf') format('opentype'),
		 url('../fonts/DINNextCYR-Light.woff') format('woff'), 
		 url('../fonts/DINNextCYR-Light.ttf') format('truetype'), 
		 url('../fonts/DINNextCYR-Light.svg#DINNextCYR-Light') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'DINNextCYR-Regular';
	src: url('../fonts/DINNextCYR-Regular.eot?#iefix') format('embedded-opentype'),  
		 url('../fonts/DINNextCYR-Regular.otf') format('opentype'),
		 url('../fonts/DINNextCYR-Regular.woff') format('woff'), 
		 url('../fonts/DINNextCYR-Regular.ttf') format('truetype'), 
		 url('../fonts/DINNextCYR-Regular.svg#DINNextCYR-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'DINNextCYR-Bold';
	src: url('../fonts/DINNextCYR-Bold.eot?#iefix') format('embedded-opentype'),  
	     url('../fonts/DINNextCYR-Bold.otf') format('opentype'),
	     url('../fonts/DINNextCYR-Bold.woff') format('woff'), 
	     url('../fonts/DINNextCYR-Bold.ttf') format('truetype'), 
	     url('../fonts/DINNextCYR-Bold.svg#DINNextCYR-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}

body{
	background:url(../img/bg.png) center top no-repeat;
	height:100%;
	width:100%;
	padding:0;
	margin:0;
}
.icerik{
	width: 1000px;
    position: absolute;
    left: 50%;
    margin-left: -500px;
    text-align: center;
}
.icerik img{
	padding:80px 0;
}
.icerik ul{
	width:100%;
	display:table;
	padding:0;
	text-align:left;
	padding-left: 45px;
}
.icerik ul li{
	width:33.3%;
	display:table-cell;
    padding-right: 41px;
	font-family: 'DINNextCYR-Regular';
	font-size:14px;
	color:#000;
}
.icerik ul li:nth-child(2){
	padding-left:50px;
}
.icerik ul li a{
	font-family: 'DINNextCYR-Regular';
	font-size:14px;
	color:#000;
	text-decoration:none;
}