.tablepod {background-color:white;}
.tablepod {margin:0px 0px 0 0px;padding-top:20px;padding-bottom:20px;}
.titleCellplden{
	background-color: white;
}
table.kalendar{
	background-color: white;
}

.filtrPro{
	font-size: 12px;margin:0 0 0 5px;
}

#tabsProvozovny {
  overflow: auto;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}


#tabsProvozovny li {
    margin: 8px 0 0 5px;
    padding: 0;
    float: left;
}

#tabsProvozovny a {
    /*box-shadow: -4px 0 0 rgba(0, 0, 0, .2);*/
    background: #dcdcdc;
    background: linear-gradient(135deg, transparent 8px, #dcdcdc 8px);
    /*text-shadow: 0 1px 0 rgba(0,0,0,.5);*/
    color: #565658;
    float: left;
    font-size:10px ;
    /*height: 35px;*/
    padding: 6px 13px 6px 13px;
    text-decoration: none; font-family: 'Adagio_Sans-SemiBold';
}

#tabsProvozovny a:hover {
/*     background: #dcdcdc;
	background: linear-gradient(135deg, transparent 8px, #dcdcdc 8px);*/
}

#tabsProvozovny a:focus {outline: 0;}
#tabsProvozovny #current a {
    background: #fff;
	background: linear-gradient(135deg, transparent 8px, #dcdcdc 8px);
    text-shadow: none;    
    color: white;
}
#tabsProvozovny li.zrusit{
	padding-top:15px;
}

#tabsProvozovny li.zrusit a{
	background:none; font-size:12px;font-family: 'Adagio_Sans-Thin';text-decoration: underline;
	padding:0px 5px 0 0;
}

#tabsProvozovny li.zrusit a:hover{
	background:none;color:#2dad9e;
}

#tabsProvozovny .zrusit .zrusitX{
	background:none; font-size:14px;text-decoration: none;color:#79797d;
	font-weight: lighter	;
}

#detailAkce{
	background-color: white;overflow: hidden;padding:10px 20px 30px 20px;
}
#mistoZobrazeniR #detailAkce { padding: 20px 40px 30px 40px;}
#mistoZobrazeniR #detailAkce ul {
  padding: 20px 40px 30px 40px;
}



.flickity-prev-next-button.previous {
    left: 10px;
}
.flickity-prev-next-button {
    background: hsla(0, 0%, 100%, 0.75) none repeat scroll 0 0;
    border: medium none;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
}


.flickity-prev-next-button {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background: transparent;
}.flickity-prev-next-button:hover {
 background: #eeeeee;
}


/* arrow color */
.flickity-prev-next-button .arrow {
  fill: #c5c5c5;
}

.main-gallery {
  /*height: 360px;*/ padding-top:10px;width:86%;margin-left:6%;padding-left:20px;
  
}

/* cell inherit height from gallery */
.gallery-cell {
 margin:0 5px;
}
.carousel {
  background: #EEE;
}

.carousel img {
  display: block;
  height: 110px;
}

/*

@media screen and ( min-width: 768px ) {
  .carousel img {
    height: 110px;
  }
}
*/


/* full width cells by default */
.gallery-cell {
 /* width: 100%;*/
}

@media only screen and (max-width: 1024px) {
  /* half-width cells for larger devices */
  .gallery-cell { width: 40%; } 
}

@media only screen and (max-width: 980px) {
  /* half-width cells for larger devices */
  .gallery-cell { width: 20%; } 
}


@media screen and ( max-width: 768px ) {
  /* half-width cells for larger devices */
  .gallery-cell { width: 50%; } 
}


.flickity-prev-next-button.no-svg {
  color:#c5c5c5;
}
/* position outside */
.flickity-prev-next-button.previous {
  left: -40px;
}
.flickity-prev-next-button.next {
  right: -40px;
}

