

/*
.slick-dots li {
  width: auto;
}

.pager__item {
  padding: 0 12px;
  display: block;
  background: #283883;
}*/

/*
.slick-prev:before,
.slick-next:before
{
  color: #888 !important;
}
*/

.slick-prev, .slick-next { display: none !important }

/* obarvime stejne jak to ma pagination current */
ul.slick-dots li a {
  text-decoration: none;
}

ul.slick-dots li.slick-active a, ul.slick-dots  li.slick-active button {
 /* background: #28447b; preneseno do index */
  color: #FFFFFF;
  cursor: default;
  font-weight: 700;
}



.box {
  -webkit-box-shadow:0 8px 27px 0 rgba(0,152,159,.39);
  box-shadow:0 8px 27px 0 rgba(0,152,159,.39);
  margin-bottom: 1.25rem;
  padding: 1.25rem;
}

.float-margin {
  margin-bottom: 0.3125rem;
  margin-top: 0.3125rem; 
}
.float-margin.left {
    margin-right: 0.9375rem; 
}
.float-margin.right {
    margin-left: 0.9375rem; 
}



.white { color: #fff; }

.nomargin { margin: 0; }
.automargin { margin: auto; }
.margintop3px { margin-top: 3px; }
.margintop1em { margin-top: 1em; }

.margintop { margin: 1em 0 0 0; }
.margintopbottom { margin: 1em 0; }

.lower-alpha { list-style-type: lower-alpha; }


.width_25perc { width:25%; }
.width_50perc { width:50%; }
.width_100perc { width:100%; }

.width_80 { width:80px; }
.width_100  { width:100px; }
.width_150  { width:150px; }
.width_200  { width:200px; }
.width_300  { width:300px; }
.width_496 { width:496px; }
.width_800 { width:800px; }
.height_100  { height: 100px; }


.nowrap { white-space: nowrap; }
.skryty, .skr { visibility: hidden; display: none !important; }

.nolink { text-decoration: none; }


.highlighted { /*color: #cc5936; */ font-weight: bold; }
.price { line-height: 1.1; }
.original-price { color: #999; text-decoration: line-through; }


#reg_form_all { margin: 1em 0; }

.normalize-lines p { margin: 0 }


#m { 
  height: 300px;
}
#m img {
  max-width: inherit;
}
