/*!
 * Start Bootstrap - The Big Picture (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
	margin-top: 150px;
	margin-bottom: 50px;
	background: none;
}

.full {
  background: url(../images/wbc_bg2.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.vycentruj {
    width: 600px;
    height: 200px;
    position: absolute;
    top:120px;
    bottom: 0;
    left: 0;
    right: 0;

    margin: auto;
}