@charset "utf-8";
/* CSS Document */

html, body{

}


body{
	margin:0px;
	font-family: 'Lato', sans-serif;
	font-weight:300;
	color:#000;
	font-size:16px;
	background: rgb(255,255,255); 
	overflow-x: hidden;


}

body a{


}

body a:hover{
 text-decoration: none;
}


#main_bg{
	position: fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}

#main_bg{
	
}


#mobile_bg{
	position: absolute;
	bottom:0px;
	right:-30%;
	height:100%!important;
}




.outer {
  display: table;
  position: absolute;
  height: 100%;
  width: 100%;
}

.middle {
  display: table-cell;
  vertical-align: middle;
}


.inner {
  margin-left: auto;
  margin-right: auto;
  width: 500px;
  position: relative;
  text-align: center;
}

#kontakt{
	color:#fff;
	position: absolute;
	width:50%;
	right:10px;
	bottom:0px;
	text-align: right;
	font-size: 14px;
}

#kontakt a{
	color:#fff;
}


@media (min-width:768px){
	
	.mobile{
		display:none;
	}

}

@media (max-width:768px){
	
	.stationary{
		display:none;
	}
	
	.inner{
	 text-align: left;
	}

}

