/****************************************

		  Clearfix

*****************************************/
.cfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.cfix {
  display: inline-table; }

* html .cfix {
  height: 1%; }

.cfix {
  display: block; }

.features04Left {
  float: left;
  width: 509px; }

.features04Right {
  float: right;
  width: 511px; }

/****************************************

		  Slider

*****************************************/
/*--------------------
features Slider
*/
.features-slide-container {
  padding-top: 110px;
  position: relative; }
  .features-slide-container .flexslider {
    padding: 0;
    width: 370px;
    margin: 0 auto 17px;
    position: relative; }
  .features-slide-container .flex-viewport {
    margin: 0 auto; }

.bg-ill {
  position: absolute;
  top: 5px;
  right: 0;
  z-index: 0; }

.features-slide-description {
  position: relative;
  margin-bottom: 10px;
  height: 54px; }
  .features-slide-description li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out 0s;
    transition: opacity 0.2s ease-in-out 0s; }
    .features-slide-description li.active {
      opacity: 1; }

.features-direction-nav a {
  display: block;
  position: absolute;
  width: 28px;
  height: 80px;
  position: absolute;
  top: 50%;
  margin-top: -28px;
  background-repeat: no-repeat;
  background-position: center top;
  z-index: 10;
  text-indent: -9999px; }
.features-direction-nav .flex-prev {
  left: -34px;
  background-image: url("../images/features/slide_arrow_left.png"); }
.features-direction-nav .flex-next {
  right: -34px;
  background-image: url("../images/features/slide_arrow_right.png"); }

.features-control-nav .flex-control-nav {
  position: static;
  text-align: center; }
  .features-control-nav .flex-control-nav li {
    margin: 0 4px;
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .features-control-nav .flex-control-nav li a {
      width: 10px;
      height: 10px;
      display: block;
      border: 2px solid #a5141e;
      background: transparent;
      text-indent: -9999px;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%; }
    .features-control-nav .flex-control-nav li a.flex-active {
      background-color: #a5141e; }

/*
 * 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)
 *
 */
/* ====================================================================================================================
 * 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
 * ====================================================================================================================*/
.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: "";
  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;
  zoom: 1; }

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