/*
 * 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
 * ====================================================================================================================*/
.SFSrwd_flex-container a:hover,
.SFSrwd_flex-slider a:hover,
.SFSrwd_flex-container a:focus,
.SFSrwd_flex-slider a:focus {
  outline: none;
}
.TPriestrwd_flex-container a:hover,
.TPriestrwd_flex-slider a:hover,
.TPriestrwd_flex-container a:focus,
.TPriestrwd_flex-slider a:focus {
  outline: none;
}
.slides, .slides ul,
.slides > li,
.SFSrwd_flex-control-nav,
.SFSrwd_flex-direction-nav,
.TPriestrwd_flex-control-nav,
.TPriestrwd_flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.TPriestrwd_flex-pauseplay span, 
.SFSrwd_flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
  position:relative;
  overflow:hidden;
}
.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;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider.Freeform ul {
  margin: 0 0 -1px;
  padding: 0;
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
}
.SFSrwd_flex-viewport,
.TPriestrwd_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 .SFSrwd_flex-viewport,
.loading .TPriestrwd_flex-viewport
 {
  max-height: 300px;
}
.SFSrwd_flex-direction-nav,
.TPriestrwd_flex-direction-nav {
  *height: 0;
}
.titanBody .SFSrwd_flex-direction-nav a,
.titanBody .TPriestrwd_flex-direction-nav a {
  text-decoration: none;
  display: block;
  margin: -20px 0 0;
  padding:0 7px;
  position: absolute;
  top: 45%;
  z-index: 10;
  overflow: hidden;
  /* opacity: 0; */
  cursor: pointer;
  color:rgba(0,0,0,1);
  text-shadow: -7px 1px 0 rgba(255, 255, 255, 0.8);
  -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;
}
.titanBody .SFSrwd_flex-direction-nav a:before,
.titanBody .TPriestrwd_flex-direction-nav a:before {
  display: inline-block;
/*   color:rgba(255,255,255,1);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8);  */
}
.titanBody .SFSrwd_flex-direction-nav a i,
.titanBody.TPriestrwd_flex-direction-nav a i {
  font-size:6rem;
}
.SFSrwd_flex-direction-nav .SFSrwd_flex-prev,
.TPriestrwd_flex-direction-nav .TPriestrwd_flex-prev {
  /* left: -50px; */
}
.SFSrwd_flex-direction-nav .SFSrwd_flex-next,
.TPriestrwd_flex-direction-nav .TPriestrwd_flex-next {
  /* right: -50px; */
  /* text-align: right; */
  text-shadow: 7px 1px 0 rgba(255, 255, 255, 0.8);
}
.flexslider/* :hover */ .SFSrwd_flex-direction-nav .SFSrwd_flex-prev {
  /* color:rgba(255,255,255,1); */
  opacity: 1;
  left: 35px;
}
.flexslider:hover .SFSrwd_flex-direction-nav .SFSrwd_flex-prev:hover {
  opacity: 0.5;
}
.flexslider/* :hover */ .SFSrwd_flex-direction-nav .SFSrwd_flex-next {
  /* color:rgba(255,255,255,1); */
  opacity: 1;
  right: 35px;
}
.flexslider:hover .SFSrwd_flex-direction-nav .SFSrwd_flex-next:hover {
  opacity: 0.5;
}
.SFSrwd_flex-direction-nav .SFSrwd_flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
.SFSrwd_flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color:rgba(0, 0, 0, 0.7);
}
.SFSrwd_flex-pauseplay a:before {
  display: inline-block;
}
.SFSrwd_flex-pauseplay a:hover {color:rgba(0, 0, 0, 0.5);  opacity: 1;}
.SFSrwd_flex-pauseplay a.SFSrwd_flex-pause:before {
  content: '\f04c';
  font-family:"fontawesome";
}
.SFSrwd_flex-pauseplay a.SFSrwd_flex-play:before {
  content: '\f04b';
  font-family:"fontawesome";
}
.SFSrwd_flex-control-nav {
  width: 100%;
  position: absolute;
  bottom:10px;
  text-align: center;
  z-index:2;
}
.SFSrwd_flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.SFSrwd_flex-control-paging li a {
  width: 16px;
  height: 16px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  border-radius:50%;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.SFSrwd_flex-control-paging li a:hover {
  background: #333;
  background: rgba(51,51,51, 0.5);
}
.SFSrwd_flex-control-paging li a.SFSrwd_flex-active {
  background: #000;
  background: rgba(255,255,255,1);
  cursor: default;
}
.SFSrwd_flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.SFSrwd_flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.SFSrwd_flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.SFSrwd_flex-control-thumbs img:hover {
  opacity: 1;
}
.SFSrwd_flex-control-thumbs .SFSrwd_flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
 
  .touch .flexslider .SFSrwd_flex-direction-nav .SFSrwd_flex-prev {
    opacity: 0;
  }
  .touch .flexslider .SFSrwd_flex-direction-nav .SFSrwd_flex-next {
    opacity: 0;
  }
@media screen and (max-width: 860px) {
  .flexslider .SFSrwd_flex-direction-nav .SFSrwd_flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flexslider .SFSrwd_flex-direction-nav .SFSrwd_flex-next {
    opacity: 1;
    right: 10px;
  }
}
.sr-only {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}