/*
 * jQuery FlexSlider v2.5.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * Modified by @ASilkalns
 */

/* Browser Resets
*********************************/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0; background: #fff; border: 4px solid #fff; position: relative; overflow: hidden; }
.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  { text-decoration:none; display: block; width: 52px; height: 50px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: 50px; }
.flex-direction-nav .flex-next { right: 50px; text-align: right; }
.flexslider .flex-prev { opacity: 1; left: 10px; }
.flexslider .flex-next { opacity: 1; right: 10px; }
.flexslider .flex-prev:hover { background: url('../img/prev-a.png');  }
.flexslider .flex-next:hover { background: url('../img/next-a.png'); }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a  { background: url('../img/prev-.png'); }
.flex-direction-nav a.flex-next { background: url('../img/next-.png'); }

/* Control Nav */
.flex-control-nav {width: 100%; /*position: absolute;*/ bottom: 0px; text-align: center;z-index:2;max-height:40px;}
.flex-control-nav li {margin: 0 10px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 25px; height: 25px; display: block; background: #fff; cursor: pointer; text-indent: -9999px; -webkit-border-radius: 0px; -moz-border-radius: 0px; -o-border-radius: 0px; border-radius: 0px;  }
.flex-control-paging li a:hover { background: #e7322f; }
.flex-control-paging li a.flex-active { background: #e7322f; cursor: default; }

/* =FlexSlider
----------------------------------------------- */

.flexslider{
  border: none;
}
.flexslider .slides img {
  max-width: 100%;
  display: block;
  margin: auto;
  width: auto;
}
.flex-control-nav {
  bottom: 26%;
  z-index: 1000;
}
.flexslider .slides li {
  position:relative;
}
.flex-caption {
  /*position: absolute;*/
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 0 30px;
  display: inline-block;
  /*max-width: 1170px;*/
  margin: auto;
  bottom: 50px;
  text-align: center;
  width: 100%;
}
.flex-caption .excerpt {
  /*background: rgb(59, 59, 59);*/
  /*background: rgba(59, 59, 59, 0.8);*/
  display: block;
  color: #000;
  /*max-width: 600px;*/
  padding:  0;
  padding-bottom: 6px;
}

.flex-caption h2 {
      background: none;
  font-weight: 800;
  font-size: 36px;
  text-align:center;
  /*max-width: 640px;
  display: inline-block;*/
  padding: 0;
  padding-bottom: 6px;
  color: #8a8a8a;
  text-transform:uppercase;
}
.flex-control-nav  {
  position: absolute;
  display: inline-block;
}
.flex-direction-nav a {
  height: 60px;
  top: 82%;
}


@media (min-width: 1375px) {
.flex-control-nav {
    top: 60%;
}

.flex-direction-nav a {
    height: 60px;
    top: 72%;
}

.flex-caption {
 min-height: 275px;
}

}


@media (min-width: 1170px) {
.flex-control-nav {
    top: 60%;
}
.flex-direction-nav a {
    height: 60px;
    top: 72%;
}

}

@media (max-width: 1169px) {
.flex-control-nav {
    bottom: 40%;
}
.flex-caption h2 {
  font-size: 34px;
}

.flex-caption {
 min-height: 201px;
}

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
   
.flex-caption h2 {
    font-size: 26px;
}

.flex-control-nav {
    bottom: 58%;
}

.flex-direction-nav a {
    height: 60px;
    top: 50%;
}

.flex-direction-nav a.flex-next {
    background: url(../img/next-.png) no-repeat;
    background-size: 30px 30px;
}
.flex-direction-nav a {
    background: url(../img/prev-.png) no-repeat;
    background-size: 30px 30px;
}

.flexslider .flex-prev:hover { background: url('../img/prev-a.png') no-repeat; background-size:30px 30px }
.flexslider .flex-next:hover { background: url('../img/next-a.png') no-repeat; background-size:30px 30px}

}

@media (max-width: 845px) {
	.ponukame img{
	width:100%;
	}

.flex-control-nav {
    bottom: 54%;
}

.flex-caption {
 min-height: 275px;
}

.flex-caption h2 {
  font-size: 34px;
}


.flex-direction-nav a {
  height: 60px;
  top: 55%;
}
	
}

	
@media (max-width: 768px) {
  .flex-caption {
    display: none;
  }
}
.flex-control-nav {
  z-index: 100;
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}


@media (max-width: 465px) {
.flex-control-nav {
   display: none;
}

.flex-direction-nav a {
   top: 38%;
}
.flex-caption h2 {
  font-size: 24px;
}

.flex-caption {
 min-height: 320px;
}

.flexslider .flex-prev:hover { background: url('../img/prev-a.png') no-repeat; background-size:40px 40px }
.flexslider .flex-next:hover { background: url('../img/next-a.png') no-repeat; background-size:40px 40px}
.flex-direction-nav a  { background: url('../img/prev-.png') no-repeat; background-size:40px 40px}
.flex-direction-nav a.flex-next { background: url('../img/next-.png') no-repeat; background-size:40px 40px}
.flex-direction-nav .flex-prev { left: 10px; }
.flex-direction-nav .flex-next { right: 0px; text-align: right; }
}

@media (max-width: 355px) {

.flex-caption {
    font-size: 14px;
	    min-height: 380px;
}

.flex-direction-nav a {
    top: 28%;
}

.flex-direction-nav a.flex-next {
    background: url(../img/next-.png) no-repeat;
    background-size: 30px 30px;
}
.flex-direction-nav a {
    background: url(../img/prev-.png) no-repeat;
    background-size: 30px 30px;
}

.flexslider .flex-prev:hover { background: url('../img/prev-a.png') no-repeat; background-size:30px 30px }
.flexslider .flex-next:hover { background: url('../img/next-a.png') no-repeat; background-size:30px 30px}

.flex-direction-nav .flex-next {
	/*right: 0px; */
    margin-right: -25px;
    text-align: right;
}
.flex-direction-nav .flex-prev {
    left: 3px;
}

}
	