/* Owl Carousel Owl Demo Theme v1.3.3 */

/* TLACITKA OWL CAROUSEL CONTENT POD POCITADLEM STYLOVANI IKONY V TLACITKU */
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("glyphicons-halflings-green.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
  margin: 4px 0px;  /* POZICE IKONY v TLACITKU */
}
/* IKONA PRO TLACITKA */
.icon-white {
  background-image: url("glyphicons-halflings-white.png");
}
.icon-chevron-left {
  background-position: -432px -72px;
}
.icon-chevron-right {
  background-position: -456px -72px;
}

/* DIV SLIDER VELIKOST OKNA NUTNE UPRAVOVAT PODLE VELIKOSTI FOTEK */
.slider-940 {
  max-width: 940px;
  margin: 0px auto;
}

.slider-860 {
  max-width: 860px;
  margin: 15px auto;
}

/* RESPONSIVNI OWL-DEMO OWL-DEMO1 */
.owl-demo .item img {
 display: block;
 width: 100%;
 height: auto;
}

.owl-demo1 .item img {
 display: block;
 width: 100%;
 height: auto;
}

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* STYL TLACITEK */
.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline; /*IE7 life-saver */
	margin: 8px 10px;
	padding: 4px 8px;
	font-size: 12px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background: orange; /* BARVA TLACITEK */
	filter: Alpha(Opacity=50); /*IE7 fix*/
	opacity: 0.5;
}
/* HOVER TLACITEK */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100); /*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* STYL KULICEK*/
.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline; /*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50); /*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791; /* BARVA KULICEK*/
}

/* HOVER KULICEK */
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	background: orange;
}

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}