
/*!
 * Materialize v0.96.1 (http://materializecss.com)
 * Copyright 2014-2015 Materialize
 * MIT License (https://raw.githubusercontent.com/Dogfalo/materialize/master/LICENSE)
 */ 
.slider .slides li .caption {
  color: #fff;
  position: absolute;
  top: 35%; /* odsazeni titulku od horniho okraje*/
  left: 15%;
  width: 70%;
  opacity: 0
}
 
.slider {
  position: relative;
  height: 440px;
  width: 100%
}
.slider.fullscreen {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}
.slider.fullscreen ul.slides {
  height: 100%
}
.slider.fullscreen ul.indicators {
  z-index: 2;
  bottom: 30px
}
.slider .slides {
  background-color: #9e9e9e;
  margin: 0;
  height: 400px
}
.slider .slides li {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: inherit;
  overflow: hidden
}
.slider .slides li img {
  height: auto !important;
  width: 100%;
  background-position: center;
}

.slider .slides li .caption p {
  color: #e0e0e0
}
.slider .slides li.active {
  z-index: 2
}
.slider .indicators {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0
}
.slider .indicators .indicator-item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 16px;
  width: 16px;
  margin: 0 12px;
  background-color: #e0e0e0;
  -webkit-transition: background-color .3s;
  -moz-transition: background-color .3s;
  -o-transition: background-color .3s;
  -ms-transition: background-color .3s;
  transition: background-color .3s;
  border-radius: 50%
}
.slider .indicators .indicator-item.active {
  background-color: #4CAF50
}
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.picker__input {
  cursor: default
}
.picker__input.picker__input--active {
  border-color: #0089ec
}
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch
}  