@charset "utf-8";
@import '//fonts.googleapis.com/css?family=Quicksand:300,400,700';

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}
/* HTML5 reset */
article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;font:inherit;vertical-align:baseline;}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}

/* GENERAL */
body {color:#FFF; font: 12px/1.4 'Quicksand', sans-serif;}

a{color: #444;text-decoration: none;}
a:hover {color: #888;text-decoration: underline;}
a img {vertical-align: bottom;}
a{outline: none;}
strong{
	font-weight: bold;
}
img{
	vertical-align: bottom;
}

html{
	height: 100%;
}

body{
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	width: 100%;
	height: 100%;
	background:#333 url(../images/bg2.jpg) 50% 0 no-repeat;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;

	position:relative;
	font-size: 16px;
	text-align: center;
}
#wrap{
	padding:10% 0 0;
}
#wrap a{
	color:#fff;
}
h1{
	margin:0 0 40px;
}
h1 img{
}
#wrap .entrance a{
	display: block;
	color:#fff;
	width:240px;
	line-height:60px;
	font-weight: bold;
	font-size: 24px;
	margin:20px auto;
	border:1px #fff solid;
}
#wrap .entrance a:hover{
	text-decoration: none;
	color:#000;
	background: #fff;
}
#wrap .lang{
	font-size: 12px;
	font-weight: bold;
	position: fixed;
	right:20px;
	bottom:20px;
}
#wrap .lang li{
	display: inline;
}
#wrap .lang li a{
	width:60px;
	display:inline-block;
	border:1px #fff solid;
	letter-spacing: 2px;
	line-height: 30px;
	margin:0 5px 0 0;
}
#wrap .lang li.current a{
	color:#333;
	background: #fff;
}
#wrap footer{
	font-size: 12px;
	margin:40px 0 0;
}