
body  {
	background:#353c56 url(img/pozadi1.png);
	font-size:2em;
	color: #da7c2a;
	font-family: 'Yanone Kaffeesatz', Trebuchet, Tahoma, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	text-align: center;
}

.odkazy {	
}

.partneri {
}


.odkazy,  .partneri {
}

.center .pozadi{
	padding: 10px 10px 0 10px;
}
.center + .pozadi {
	padding: 0 10px 0 10px;
}

.pozadi{
	background: rgba(0, 0, 0, 0.5);
	border-radius: 5px;
	margin-bottom: 20px;
}

.kontakty{
	text-align: left;
}


.odkazy a, {
	display: block;
}

.odkazy img {
	max-height: 80px;
    max-width: 100%;
}

 .partneri a {
	width: 49%;
	display: inline-block;
}

.partneri img {
	width: 50%;
}

p.slogan{
}

.mezera1{
	height: 64vh;
}

.logo{ background-image: url(img/klaret-logo.png);
	margin: 0 auto;
	height:122px;
	background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
}

.nadpis {
	display: block;
	padding: 0;
}


a {
	color: #da7c2a;
	text-decoration: underline;
}

h1, h2 {
	padding: 0;
	margin: 0.1em 0;
	font-size: 2em;
	font-weight: 700;
}

h2{
	font-size: 1.3em;
}

h3 {
	font-weight: 700;
	padding:0;
	margin:0;
}

.odkazy h3, .odkazy a {
	padding: 5px 0;
	margin:0;
}

.owl-carousel  {
	margin: 0 auto;
	padding-bottom: 20px;
}

.owl-carousel {
position: relative;
}
.owl-prev,
.owl-next {
position: absolute;
top: 50%;
margin-top: -10px; // Half of the prev/next buttons height here in negatives to center them perfectly
}
.owl-prev {
left: 0;
}
.owl-next {
right: 0;
}

.owl-dots {
position: absolute;
top: 90%;
}

.owl-theme .owl-nav [class*=owl-] {
	background: #333;
}

.owl-theme .owl-dots .owl-dot span {
	background: #333;
}

@media (max-width: 767px) {

}
}