@charset "UTF-8";
/* CSS Document */
body {
/*	overflow: hidden;*/
	-webkit-font-smoothing: antialiased; 
}
@font-face {
	font-family: 'foksalregular';
	src: url('galeriafoksal-webfont.eot');
	src: url('galeriafoksal-webfont.eot?#iefix') format('embedded-opentype'),  url('galeriafoksal-webfont.woff') format('woff'),  url('galeriafoksal-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
/* lntro */
.container {
	width: 84%;
	margin:0 auto;
	max-width:1140px;
}
header {
	width: 100%;
	margin:0px auto;
}
a.more {line-height: 36px; padding: 0 26px; border:2px solid #000; display:inline-block; margin-top:20px;}
a.more:hover {border:2px solid #ccc; background-color:#000; color:#fff;}
#intro {
    position: absolute; top: 10%; left: 0; right: 0; z-index: 10;
	width:100%;
	color:#000;
	margin-left: auto;
	padding-left: auto;
	padding-right:auto;
	margin-right:auto;
	margin-top:10%;
	margin-bottom:20%;
	overflow:hidden;
}
#intro h1{    font-size: inherit;line-height:1.1;}
#intro p {
	font-family: 'foksalregular';
	font-size: 70px;
	color:#000;
	padding-left: 30%;
	padding-right:30%;
	letter-spacing: 1px;
	text-align: center;
	line-height: 70px;
	padding-left: 5%;
	padding-right:5%;
}
#intro  {
		text-align: center;
		margin: auto;
}
#intro h1 a {
	font-family: 'foksalregular';
	font-size: 100%;
	color: #000;
	text-decoration: none;
	letter-spacing: 1px;


}
a:link {
	color:#000;
	text-decoration: none;
}
a:visited {
	color:#000;
	text-decoration: none;
}
a:hover {
	color:#000;
	text-decoration: none;
}
a:active {
	color:#000;
	text-decoration: none;
}
a:focus {
	outline-style: none;
}
/* lang */
  #lang {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	float: right;
	position: absolute;
	text-align: right;
	margin-top: 0px;
	margin-right: 15px;
	top: 15px;
	right: 15px;
}
