
/*
 * 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;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
	font-family: 'flexslider-icon';
	src:url('fonts/flexslider-icon.eot');
	src:url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
		url('fonts/flexslider-icon.woff') format('woff'),
		url('fonts/flexslider-icon.ttf') format('truetype'),
		url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; 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;}
.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: 0px;}

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { font-size: 0; width: 27px; height: 35px; display: block !important;  position: absolute; left: 0px; top: 103px; background: url(../img/arrow-left.gif);}
.flexslider:hover .flex-prev {  width: 27px; height: 35px; display: block !important; background: url(../img/arrow-left.gif); top- }
.flex-direction-nav .flex-next { right: 0px; left: inherit; background: url(../img/arrow-right.gif); }
.flexslider:hover .flex-prev {}
.flexslider:hover .flex-next {}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { display: none !important;}

/* 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 {width: 276px; height: 24px; background: #e5e5e5; opacity: 0.79; border-top: 1px solid #fff; z-index: 999; position: absolute; bottom: 0px; left: 0px; text-align: center;}
.flex-control-nav li {margin: 7px 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px;  display: block; background: #dfdddd;; cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #7f7c7c;}
.flex-control-paging li a.flex-active { background: #7f7c7c; cursor: default; }

.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;}

.carousel{
  width: 630px;
  height: 400px;
  padding: 0;
  margin: 0;
  position: relative;
}

.carousel .slides > li{
  width: 630px;
  height: 400px;
  padding: 0;
  margin: 0;
  list-style: none;
  background: #3b3b3b url(../img/bg-bottom.gif) bottom repeat-x;
  border: 0px;
  box-shadow: 0px;
  position: relative;
}
.carousel .slides > li > div > span{
  height: 65px;
  margin: 0px 0 0 7px;
  padding: 0;
  font-family: 'News Cycle', sans-serif;
  font-size: 50px;
  line-height: 55px;
  color: #5b5d5e;
}
.carousel .slides > li ul{
  float: right;
  margin: 10px 12px 0 0;
  padding: 0;
  list-style: none;  
}

.carousel .slides > li ul li{
  float: left;
  margin-right: 1px;
}

.carousel .slides > li ul li a{
  display: block;
  height: 45px;
  width: 45px;
  background-image: url(../img/icons.png);
}
.carousel .strojirenstvi-1 a{background-position: 0px 0px;}
.carousel .strojirenstvi-2 a{background-position: 139px 0px;}
.carousel .strojirenstvi-3 a{background-position: 93px 0px;}
.carousel .strojirenstvi-4 a{background-position: 47px 0px} 

.carousel .potravinarstvi-1 a{background-position: 0px 49px;}
.carousel .potravinarstvi-2 a{background-position: 48px 47px;}
.carousel .potravinarstvi-3 a{background-position: 93px 47px;}
.carousel .potravinarstvi-4 a{background-position: 138px 47px;}

.carousel .logistika-1 a{background-position: 0px 93px;}
.carousel .logistika-2 a{background-position: 49px 95px;}
.carousel .logistika-3 a{background-position: 93px 93px;}
.carousel .logistika-4 a{background-position: 139px 93px;}



.carousel .ostatni-2 a{background-position: 140px 139px;}
.carousel .ostatni-4 a{background-position: 46px 139px;}
.carousel .ostatni-3 a{background-position: 94px 139px;}
.carousel .ostatni-1 a{background-position: 0px 139px;}

.carousel .images-line{
  height: 120px;
  background: #000;
}

.carousel .images-line img{
  height: 110px;
  margin: 5px 0px 5px 4px;
  float: left;
  width: auto;
}

.carousel .images-line-2 img{
  height: 129px;
  margin: 5px 0px 5px 4px;
  float: left;
  width: auto;
}

.carousel .images-line.padding-5 img{
  margin: 5px 0px 5px 5px;
}

.carousel img.over{
  position: absolute;
  bottom: 0px;
  left: 0;
  width: auto;
  height: auto;
}

.carousel .info{
  height: 205px;
  width: 345px;
  position: absolute;
  left: 275px;
  padding: 0px 10px 0 0 ;
  bottom: 0px;
  background: url(../img/info-bg.png) bottom repeat-x;
}

.carousel .info h2{
  font: 20px sans-serif;
  padding: 0;
  color: #466bd9;
  text-align: right;   
}

.carousel .info img.logo{
  float: right;
  height: 0px;
  width: 0px;
  margin-left: 4px;  
}

.carousel .info p{
  font: 12px/19px Arial;
  text-align: right;
  float: right;
  width: 291px;
  line-height: 18px;
  padding: 0;
  margin: 0 0 0 10px;
}

.carousel .info .link{
  font: 12px/30px Arial;
  position: absolute;
  bottom: 0px;
  height: 30px;
  display: block;
  width: 100px;
  right: 10px;
  background: url(../img/link-next.gif) right center no-repeat;
  color: #000;
}

.carousel .info .link-de{
  font: 12px/30px Arial;
  position: absolute;
  bottom: 0px;
  height: 30px;
  display: block;
  width: 126px;
  right: 10px;
  background: url(../img/link-next.gif) right center no-repeat;
  color: #000;
}

.carousel .info .link-en{
  font: 12px/30px Arial;
  position: absolute;
  bottom: 0px;
  height: 30px;
  display: block;
  width: 112px;
  right: 10px;
  background: url(../img/link-next.gif) right center no-repeat;
  color: #000;
}



.carousel .info .link:hover{
  text-decoration: none;
}

.carousel .info .link-en:hover{
  text-decoration: none;
}

.carousel .info .link-de:hover{
  text-decoration: none;
}




