/*
 * jQuery FlexSlider v2.4.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)
 *
 */
/* ====================================================================================================================
 * 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; }
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.u10nSlider { position:relative; margin-top:-2px; }
.flexslider .slides > li { display: none; -webkit-backface-visibility: hidden; }
.flexslider .slides img { width: 100%; display: block; height: auto; }
.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; }
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/

.flexslider .slides {
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px; -webkit-transition: all 1s ease;  -moz-transition: all 1s ease; -ms-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.carousel li { margin-right: 5px; }
.flex-direction-nav { *height: 0; }
.flex-direction-nav a { text-decoration: none; display: block; width: 3em; height: 5em;  margin: -2.5em 0 0; position: absolute; top: 50%;  z-index: 10; overflow: hidden;  cursor: pointer; color: rgba(0, 0, 0, 0.8); text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);   -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; cursor: pointer; line-height:1; opacity:.5; }
.flex-direction-nav a:hover {opacity:1;}
.flex-direction-nav a:focus {outline:0 none;}
.flex-direction-nav a:before {
  font-family:'undko';
  font-size: 5em;
  display: inline-block;
  content: '\e805';
  color:back !important;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  z-index:2000;
}
.flex-direction-nav a.flex-next:before {
  content: '\e802';
}
.flex-direction-nav .flex-prev { left: -60px; }
.flex-direction-nav .flex-next { right: -60px; text-align: right; }
@media screen and (max-width:1265px) {
  .flex-direction-nav .flex-prev { left: -40px; }
  .flex-direction-nav .flex-next { right: -40px; text-align: right; }
}
@media screen and (max-width:1240px) { .flex-direction-nav {display:none;} }
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-control-nav {
  display:block;
  position: absolute;
  top: 1em;
  right:1em;
  text-align: right;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a { display: block; cursor: pointer; width:1.2em; text-align:center;}
.flex-active, .flex-active:hover { cursor: default; text-decoration:none; }

/* uk stuff */
.sliderText { position:absolute; bottom:2.5em; left:5%; width:45%;padding:1em; transition:all .2s;}
.sliderContent { position:relative;}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 800px) {
  .sliderText {position: static; width:auto; }

}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
