h1 h2 h3 {
    font-family: 'Questrial', "Helvetica Neue", 'Arimo', Helvetica, Arial, sans-serif;
    color: #222;
    letter-spacing: -1px;
    margin: 0;
    display: block;
}

h1 {
    text-align: center;
    font-weight: 200;
    font-size: 45px;
    padding-top: 60px;
}

.podtitul {
    padding-bottom: 70px;
    font-weight: 200;
    line-height: 40px;   
    font-size: 20px;
    text-align: center;
}

h2 {
    font-size: 40px;
    line-height: 60px;
    font-weight: 200;
    padding-bottom: 20px;
    padding-top: 10px;
}

h3 {
    padding-top: 10px;
    padding-bottom: 15px;
    font-size: 25px;
    line-height: 50px;
    font-weight: 200;
    text-align: center;
}

.kontakt {
    padding-top: 0px;
    padding-bottom: 5px;
    margin-top: 0px;
    margin-bottom: 5px;

}

.fr {
    float: right;
}

.fl {
    float: left;
}

.tl {
    text-align: left;
}

.tr {
    text-align: right;
}


.bg {
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.input-group {
    margin-bottom: 10px;
}

textarea {
    margin-bottom: 10px;
}

.galerie-radek {
    padding-bottom: 30px;
}

@media (min-width: 768px) {
  .lead {
    font-size: 18px;
    text-align: justify;
    color: #888;
  }

.vcenter {
    display: flex;
    align-items: center;
}

html,
body {
    height: 100%;
}

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;	
    -o-background-size: cover;
}

@media (max-width: 767px) { 
	body {
		padding-left: 0;
		padding-right: 0;
	}
}

.odskok {
    margin-top: 40px;
    margin-bottom: 40px;
    width: 60%;
}

/* caption full slider */
.caption{position: absolute;top: 50%;left:50px;width: 550px;text-align: left;background: rgba(0,0,0,0.8);padding: 1.5em;}
.caption h2{color: #fff;margin-bottom: 0.5em;}
.caption p{margin:0;line-height: 1.5em;font-size: 1.05em;color: #999;font-family: monospace;}


@media (max-width: 900px) {
    .caption{top: 30%;}
}

@media (max-width: 767px) {
    .caption {display: none;}
}

/* end caption full slider */