/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
a  { color: rgba(0, 0, 0, 1);}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none; }

/* Icon Fonts
*********************************/

/* FlexSlider Necessary Styles
*********************************/

.flexslider-poz {
background: url('../images/lista_stred.png') no-repeat top;
width: 100%;
min-height: 368px;
top: 20%;
position: absolute;
  font-family: Calibri;
}

 .flexslider-poz h2 {
  color:#cc0000;
  font: bolder 2.5em Calibri;
  line-height:1.4em;
  text-transform: uppercase;
  margin-top: 40px;
  position: absolute;
  width: 1000px;
  text-align: center;
 }
 .flexslider-poz h2 span{
  color:#000000;
 }
.flexslider-pozice {
width: 1000px;
min-height: 348px;
margin-left: auto;
margin-right: auto;
}

.flexslider {margin: 0; padding: 0; position: absolute; z-index: 0; margin-top: 0px;
background: url('../images/content_bg_bottom.gif') no-repeat bottom;
width: 1000px;
min-height: 348px;
}
.flexslider .slides { height: 236px; margin-top: 110px;  overflow: hidden; }

.flexslider .slides > li {  -webkit-backface-visibility: hidden;  position: relative; z-index: -1; margin-left: 0px; } /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img { float: right;}

.flexslider .slides li {
 background-image: none;

  padding-left: 0px;
  margin-left: 0px;
}

 div.flexbunka{
  width: 226px;
  height: 131px;
  background: #eeeeee;
  border: solid 5px #f6f6f6;
  float: left;
  margin-left: 7px;
  margin-right: 7px;
  margin-bottom: 14px;
   -webkit-transition: all 0.25s ease-in;
 -moz-transition: all 0.25s ease-in;
 -o-transition: all 0.25s ease-in;
 transition: all 0.25s ease-in;
}
div.flexbunka img{
margin-right: 0px;
margin-top: 0px;
float: right;
}
 div.flexbunka a{
  width: 236px;
  height: 141px;
  display: block;
  position: absolute;
  margin-left: 0px;
  margin-top: 0px;
  z-index: 10;
  text-indent: -9999px;
}
 div.flexbunka:hover{
  background: #eeeeee;
  border: solid 5px #ffffff;
       -webkit-transition: all 0.25s ease-in;
 -moz-transition: all 0.25s ease-in;
 -o-transition: all 0.25s ease-in;
 transition: all 0.25s ease-in;
 -moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.4);
-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.4);
box-shadow: 0px 0px 20px rgba(0,0,0,0.4);
}
div.flexbunka h3{
  background-image: none;
  margin-left: 15px;
  margin-top: 10px;
  position: absolute;
  font-size:16px;
  letter-spacing: -1px;
   text-shadow: 1px 1px 2px  white;
	-webkit-text-shadow: 1px 1px 2px white;
	-moz-text-shadow: 1px 1px 2px white;
}
.flexslider .kont  {
  display: inline-block;
  text-align: left;
  width: 330px;
  height: 150px;
  vertical-align: top;

}
.flexslider p  {
 color:#000000;
  font: normal 15px Calibri;
  margin-bottom: 30px;
  margin-left: 30px;
    text-shadow: 1px 1px 2px  white;
	-webkit-text-shadow: 1px 1px 2px white;
	-moz-text-shadow: 1px 1px 2px white;
}
 div.flexbunka p{
  margin-left: 15px;
  width: 200px;
  margin-top: 50px;
  margin-bottom: 0px;
  text-align: left;
   color:#000000;
  font: normal 14px Calibri;
  text-shadow: 1px 1px 2px  white;
	-webkit-text-shadow: 1px 1px 2px white;
	-moz-text-shadow: 1px 1px 2px white;
    position: absolute;
}

.flexslider a.vice{
  position: absolute;
  width: 129px;
  height: 35px;
  border: solid 2px #ffa701;
  display: block;
  color: #ffa701;
font: bold 14px century_gothic, Calibri;
line-height: 35px;
right: 150px;
top: 300px;
  -moz-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius: 15px;
background: url(vice1.png) no-repeat right;
text-align: left;
padding-left: 15px;
-webkit-transition: all 0.25s ease-in;
-moz-transition: all 0.25s ease-in;
-o-transition: all 0.25s ease-in;
transition: all 0.25s ease-in;
}
.flexslider a.vice:hover{
  color: #ffffff;
font: bold 14px century_gothic, Calibri;
line-height: 35px;
background: url(vice1-hover.png) no-repeat right;
background-color: #ffa701;
-webkit-transition: all 0.25s ease-in;
-moz-transition: all 0.25s ease-in;
-o-transition: all 0.25s ease-in;
transition: all 0.25s ease-in;
}

.flex-pauseplay span {text-transform: capitalize;}



/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider {  position: relative; margin-top: 0px;}
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {height: 0;}
.flex-direction-nav a  { display: block; width: 32px; height: 32px; margin: -40px 0 0; position: absolute; top: 210px; z-index: 10; cursor: pointer; text-indent: -9999px;}
.flex-direction-nav .flex-prev { left: -40px; background: url(prev.png); text-indent: -9999px;}
.flex-direction-nav .flex-next { right: -40px; background: url(next.png); text-indent: -9999px;}
.flexslider:hover .flex-prev { left: -40px; text-indent: -9999px;}
.flexslider:hover .flex-next {right: -40px; text-indent: -9999px;}



.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }


/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */


.flex-control-nav {position: absolute; z-index: 10; bottom: 40px;  text-align: center; margin-left: auto; margin-right: auto; width: 1000px;}
.flexslider-texty .flex-control-nav {position: absolute; z-index: 10; bottom: -15px; left: 0px; text-align: left; margin-left: 0px;}

.flex-control-nav li {margin: 0 3px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {
-moz-border-radius: 40px;
-webkit-border-radius: 40px;
border-radius: 40px;
      -webkit-transition: all 0.25s ease-in;
 -moz-transition: all 0.25s ease-in;
 -o-transition: all 0.25s ease-in;
 transition: all 0.25s ease-in; text-decoration: none; width: 22px; height: 22px; display: block; background: #ffffff; cursor: pointer; color: #b81c00; text-align: center; line-height: 22px;}
.flex-control-paging li a:hover {      -webkit-transition: all 0.25s ease-in;
 -moz-transition: all 0.25s ease-in;
 -o-transition: all 0.25s ease-in;
 transition: all 0.25s ease-in; background: #f5f5f5; }
.flex-control-paging li a.flex-active { background: #b81c00; cursor: default; color: #ffffff; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 1000px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}






