/* Flexslider css */
/*
* jQuery FlexSlider v1.8
* http://www.woothemes.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
*/
/* 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;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0 auto;
  padding: 0;
  /*&.single_post_featured {
    margin-bottom: 30px;
  }*/
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  max-width: 100%;
  display: block;
  height: auto;
  width: 100%;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* Overide flexslider width based on portfolio size
********************************/
.half {
  width: 65.9574%;
  float: left;
}

.half_desc {
  width: 30%;
  float: right;
  padding: 0px 10px 5px 10px;
}

.full {
  width: 100%;
}

.full_desc {
  margin-bottom: 0px;
  padding-top: 30px;
}

.no-margin {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

/* 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;
  zoom: 1;
}

.flexslider .slides {
  zoom: 1;
}

.page .post-content .flexslider .slides, .page .post-content .flexslider .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flexslider .slides > li {
  position: relative;
}

/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {
  zoom: 1;
  position: relative;
}

.add_margin {
  margin-bottom: 20px;
}

.mini {
  border-color: #F7F7F7;
}

/* Caption style */
/* IE rgba() hack */
.flex-caption {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000);
  zoom: 1;
  padding: 10px;
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 0;
}

.flex-direction-nav a {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  background-color: #333;
  font-size: 26px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  z-index: 900;
  opacity: 0.7;
}

.flex-direction-nav a:hover {
  background-color: #5bc98c;
  color: #fff;
}

.flex-direction-nav .flex-next {
  right: 0;
}

.flex-direction-nav .flex-prev {
  left: 0;
}

.flex-direction-nav a i {
  line-height: 40px;
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: .3 !important;
  filter: alpha(opacity=30);
  cursor: default;
}

/* Control Nav */
.flex-control-nav {
  position: absolute;
  bottom: 5px;
  right: 20px;
}

.flex-control-nav li {
  margin: 0 0 0 5px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-nav li:first-child {
  margin: 0;
}

.flex-control-nav li a {
  width: 12px;
  height: 12px;
  display: block;
  background: url(theme/bg_control_nav3.png) no-repeat;
  cursor: pointer;
  text-indent: -999em;
}

.flex-control-nav li a:hover {
  background-position: -12px 0px;
}

.flex-control-nav li a.flex-active {
  background-position: -12px 0px;
  cursor: default;
}
