/*
 * jQuery FlexSlider v2.6.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.phpl
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@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;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  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
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  display: inline-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;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  position: relative;

}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {

}
.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 {
    position: static;
}
#customDots .flex-prev{
    background: url(../../images/prev_gray.png) no-repeat;
    top: 60px;
}
#customDots .flex-next{
   background: url(../images/next_gray.png) no-repeat;
    top: 60px;
}
.flex-prev{
    position: absolute;
    margin: 0;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 30px;
    text-indent: -99999px;
    height: 40px;
    width: 40px;
    margin-left: 0px;
    background: none;
    background: url(../../images/prev.png) no-repeat;
    background-position: 50%;
    cursor: pointer;
    margin-top: -20px;
    z-index: 9;
}
.flex-next{
    position: absolute;
    margin: 0;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    right: 30px;
    text-indent: -99999px;
    height: 40px;
    width: 40px;
    margin-right: 0px;
    background: none;
    background: url(../../images/next.png) no-repeat;
    background-position: 50%;
    cursor: pointer;
    margin-top: -20px;
    z-index: 9;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/

