/* Fonts */
/* Open Sans */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:600italic,400,300,600,700,800);
* { padding:0; margin:0; }
html, body {
	width:100%;
	height:100%;
	padding:0;
	margin-left:0;
	margin-right:0;
	font-family: 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
}

body{
	overflow-x: hidden; 
}

img {
	-moz-user-select: none; 
	-webkit-user-select: none;
	-ms-user-select: none; 
	user-select: none; 
	-webkit-user-drag: none;
	user-drag: none;
}

a,
a:hover,
a:active,
a:focus{
	text-decoration:none;
	outline:none;
}
#content {
	text-align:center;
}
h1 { font-weight:600;}
h1 strong { font-weight:800}
.adres { line-height:28px; font-size:20px; }