
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700,100&subset=latin,latin-ext);

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Roboto',Tahoma, sans-serif;
  color:white;
}

body.index{
	background: #ecf0f1;
	background: -moz-radial-gradient(center, ellipse cover, #ecf0f1 0%, #bdc3c7 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#ecf0f1), color-stop(100%,#bdc3c7));
	background: -webkit-radial-gradient(center, ellipse cover, #ecf0f1 0%,#bdc3c7 100%);
	background: -o-radial-gradient(center, ellipse cover, #ecf0f1 0%,#bdc3c7 100%);
	background: -ms-radial-gradient(center, ellipse cover, #ecf0f1 0%,#bdc3c7 100%);
	background: radial-gradient(ellipse at center, #ecf0f1 0%,#bdc3c7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecf0f1', endColorstr='#bdc3c7',GradientType=1 );
	color:white;
	font:300 20px 'Roboto',Tahoma, sans-serif;
}

@media (max-width: 768px){
	body.index{
		font:300 15px 'Roboto',Tahoma, sans-serif;
	}
}

html.index, body.index {
  height: 100%;
  width:100%;
  display:table;
  margin:0;padding:0;
}

body.index .layoutWrapper{display:table-cell;width:100%;height:100%; vertical-align:middle; text-align:center}
body.index .layoutWrapper > a{padding:10px 30px; display:inline-table;font-weight:400;opacity:.6; color:#34495e; text-decoration:none;}
body.index .layoutWrapper > a:hover{opacity:1;}
body.index .layoutWrapper > p{color:rgba(1,1,1,.5); font-weight:400;}

div.wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: 400px;
  overflow: hidden;
}

div.wrapper > div {
  position: absolute;
  display: block;
  width: 100%;
  top: 400px;
  height: 400px;
  text-align: center;
  color:white;
}

#bir {
	background: #f44336;
	background: -moz-radial-gradient(center, ellipse cover, #f44336 0%, #bf2a1f 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#f44336), color-stop(100%,#bf2a1f));
	background: -webkit-radial-gradient(center, ellipse cover, #f44336 0%,#bf2a1f 100%);
	background: -o-radial-gradient(center, ellipse cover, #f44336 0%,#bf2a1f 100%);
	background: -ms-radial-gradient(center, ellipse cover, #f44336 0%,#bf2a1f 100%);
	background: radial-gradient(ellipse at center, #f44336 0%,#bf2a1f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f44336', endColorstr='#bf2a1f',GradientType=1 );
}

#iki {
	background: #34495e;
	background: -moz-radial-gradient(center, ellipse cover, #34495e 0%, #24374a 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#34495e), color-stop(100%,#24374a));
	background: -webkit-radial-gradient(center, ellipse cover, #34495e 0%,#24374a 100%);
	background: -o-radial-gradient(center, ellipse cover, #34495e 0%,#24374a 100%);
	background: -ms-radial-gradient(center, ellipse cover, #34495e 0%,#24374a 100%);
	background: radial-gradient(ellipse at center, #34495e 0%,#24374a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#34495e', endColorstr='#24374a',GradientType=1 );
}

/*#uc {
	background: #1abc9c;
	background: -moz-radial-gradient(center, ellipse cover, #1abc9c 0%, #1a9d83 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#1abc9c), color-stop(100%,#1a9d83));
	background: -webkit-radial-gradient(center, ellipse cover, #1abc9c 0%,#1a9d83 100%);
	background: -o-radial-gradient(center, ellipse cover, #1abc9c 0%,#1a9d83 100%);
	background: -ms-radial-gradient(center, ellipse cover, #1abc9c 0%,#1a9d83 100%);
	background: radial-gradient(ellipse at center, #1abc9c 0%,#1a9d83 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1abc9c', endColorstr='#1a9d83',GradientType=1 );
}*/

#dort {
	background: #607D8B;
	background: -moz-radial-gradient(center, ellipse cover, #607D8B 0%, #49616c 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#607D8B), color-stop(100%,#49616c));
	background: -webkit-radial-gradient(center, ellipse cover, #607D8B 0%,#49616c 100%);
	background: -o-radial-gradient(center, ellipse cover, #607D8B 0%,#49616c 100%);
	background: -ms-radial-gradient(center, ellipse cover, #607D8B 0%,#49616c 100%);
	background: radial-gradient(ellipse at center, #607D8B 0%,#49616c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#607D8B', endColorstr='#49616c',GradientType=1 );
}

#bes {
	background: #e67e22;
	background: -moz-radial-gradient(center, ellipse cover, #e67e22 0%, #bc6518 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#e67e22), color-stop(100%,#bc6518));
	background: -webkit-radial-gradient(center, ellipse cover, #e67e22 0%,#bc6518 100%);
	background: -o-radial-gradient(center, ellipse cover, #e67e22 0%,#bc6518 100%);
	background: -ms-radial-gradient(center, ellipse cover, #e67e22 0%,#bc6518 100%);
	background: radial-gradient(ellipse at center, #e67e22 0%,#bc6518 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e67e22', endColorstr='#bc6518',GradientType=1 );
}

#uc {
	background: #9b59b6;
	background: -moz-radial-gradient(center, ellipse cover, #9b59b6 0%, #7c4294 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#9b59b6), color-stop(100%,#7c4294));
	background: -webkit-radial-gradient(center, ellipse cover, #9b59b6 0%,#7c4294 100%);
	background: -o-radial-gradient(center, ellipse cover, #9b59b6 0%,#7c4294 100%);
	background: -ms-radial-gradient(center, ellipse cover, #9b59b6 0%,#7c4294 100%);
	background: radial-gradient(ellipse at center, #9b59b6 0%,#7c4294 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b59b6', endColorstr='#7c4294',GradientType=1 );
}

#yedi {
	background: #3498db;
	background: -moz-radial-gradient(center, ellipse cover, #3498db 0%, #247ab4 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#3498db), color-stop(100%,#247ab4));
	background: -webkit-radial-gradient(center, ellipse cover, #3498db 0%,#247ab4 100%);
	background: -o-radial-gradient(center, ellipse cover, #3498db 0%,#247ab4 100%);
	background: -ms-radial-gradient(center, ellipse cover, #3498db 0%,#247ab4 100%);
	background: radial-gradient(ellipse at center, #3498db 0%,#247ab4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3498db', endColorstr='#247ab4',GradientType=1 );
}

h2 {
  font: 100 3em 'Roboto', Tahoma, sans-serif;
  color: #fff;
}

div.wrapper > div a{
  background-color: rgba(0, 0, 0, 0.1);
  font: 300 1.5em/.5 'Roboto',Tahoma,  sans-serif;
  color: #fff;
  display: inline-block;
  padding: 1em;
  text-decoration: none;
  border-radius: 4px;
  margin: .5em;
}

div.wrapper > div a:hover{
  background-color: rgba(0, 0, 0, 0.2);
}

div.wrapper > div img{
  width:15%;
  display:inline;
  vertical-align: middle;
  cursor:pointer;
}

div.wrapper > div p.detail{
  width:45%;
  display:inline-table;
  font-size:120%;
  line-height:250%;
  text-align:left;
  color:rgba(255,255,255,.8);
}

div.wrapper > div p.detail span{
  color:rgba(255,255,255,.9);
  font-weight:700;
}
div.wrapper > div hr{
  opacity:0;
}

.screen{
	position:fixed;
	top:0;right:0;bottom:0;left:0;
	z-index:998;
	height:100%;
	background-color:rgba(1,1,1,.8);
	text-align:center;
	cursor:pointer;
}

.screen .fullImage{
	position:relative;
	z-index:999;
	height:90%;
}

@media (max-width: 768px){
	h2 {
	  font: 300 1.1em 'Roboto',Tahoma,  sans-serif;
	  margin-top: 60px;
	}
	
	#yedi h2 {
	  font: 300 .7em 'Roboto',Tahoma,  sans-serif;
	}
	
	h2:nth-of-type(2){
	  margin-top: 10px;
	}
	
	div.wrapper > div img{
	  width:45%;
	  display:table;
	  margin:0 auto;
	}
	
	div.wrapper > div p.detail{
	  width:95%;
	  display:table;
	  font-size:100%;
	  line-height:150%;
	  text-align:center;
	  margin:0 auto;
	}
	
	div.wrapper > div a{
	  font: 300 .9em/.5 'Roboto',Tahoma,  sans-serif;
	  padding: .8em;
	  margin: .1em;
	}
	
	
}

@media (max-height: 768px){
	div.wrapper > div img {
		width: 45%;
	}
	
	div.wrapper > div p.detail{
	  width:98%;
	  display:table;
	  font-size:90%;
	  line-height:120%;
	  text-align:center;
	  margin:0 auto;
	}
	
	div.wrapper > div a:nth-of-type(1){
		position:absolute;
		top:10px;
		left:10px;
		right:10px;
	}
	
	div.wrapper > div a:nth-of-type(2){
		position:absolute;
		bottom:10px;
		left:10px;
		right:10px;
	}
	
	div.wrapper > div#bir a{
		position:absolute;
		bottom:10px;
		right:10px;
		left:10px;
	}
}

@media (max-width: 358px){
	div.wrapper > div p.detail{
	  font-size:80%;
	}
	
	div.wrapper > div a {
		font: 300 .7em/.5 'Roboto',Tahoma, sans-serif;
		padding: .6em;
		margin: .1em;
		border:1px solid rgba(0, 0, 0, 0.2);
	}
	
	div.wrapper > div img {
		width: 20%;
	}
}

.english{font-size:80%}
 
 body.index a.downloadButton{background-color:#3498db; color:white; opacity:1; border-radius:3px;padding: 10px 10px;margin-bottom:10px;}

@media (max-width: 768px){
	body.index a.downloadButton{display:block;margin:10px;}
}