.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; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: visible; 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 { 
	margin:0;
	position: relative; 
	zoom: 1;}
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 0px; }

/* Direction Nav */

.homeBottomList .flex-direction-nav {
    position: absolute;
    top: 190px;
    width: 91%;
}
.flex-direction-nav a  { text-decoration:none; display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: -60px;}
.flex-direction-nav .flex-next { right: -60px;}


.homeBottomList .flex-direction-nav .flex-nav-prev {
    background: rgba(0, 0, 0, 0) url("/../../images/homeBoxNav.png") no-repeat scroll -49px 0;
    height: 31px;
    left: -60px;
    position: relative;
    width: 15px;
}

.homeBottomList .flex-direction-nav .flex-nav-next {
    background: rgba(0, 0, 0, 0) url("/../../images/homeBoxNav.png") no-repeat scroll -51px -44px;
    position: absolute;
    height: 31px;
    width: 15px;
    right: 0;
    bottom: 0;
}


.homeBottomList .flex-direction-nav .flex-nav-next a {
    color: rgba(0, 0, 0, 0.8);
    cursor: pointer;
    display: block;
    height: 40px;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    text-decoration: none;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease 0s;
    width: 40px;
    z-index: 10;
}


.homeBottomList .flex-direction-nav .flex-nav-prev a {
    
    color: rgba(0, 0, 0, 0.8);
    cursor: pointer;
    display: block;
    height: 40px;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    text-decoration: none;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease 0s;
    width: 40px;
    z-index: 10;
}


.flexslider:hover .flex-prev { opacity: 0.9; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.9; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }

/* Pause/Play */
.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: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px;}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}
.flexsliderBottom {
  margin: 0;
  padding: 0;
}
.flexsliderBottom .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexsliderBottom .slides img {
  width: 100%;
  display: block;
}
.flexsliderBottom .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexsliderBottom .flexslider .slides {
  display: block;
}
* html.flexsliderBottom .flexslider .slides {
  height: 1%;
}
.no-js .flexsliderBottom .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexsliderBottom {
  margin: 0 0 60px;
  /*background: #ffffff;
  border: 4px solid #ffffff;*/
  position: relative;
  zoom: 1;

}
.flexsliderBottom .slides {
  zoom: 1;
}
.flexsliderBottom .slides img {
  height: auto;
}
.flexsliderBottom .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;
}
.flexsliderBottom .loading .flex-viewport {
  max-height: 300px;
}
.flexsliderBottom .carousel li {
  margin-right: 0px;
}
.flexsliderBottom .flex-direction-nav {
  *height: 0;
}
.flexsliderBottom .flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  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;
}
.flexsliderBottom .flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 0px;
  display: inline-block;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flexsliderBottom .flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flexsliderBottom .flex-direction-nav .flex-prev {
  left: -50px;
}
.flexsliderBottom .flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexsliderBottom:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexsliderBottom:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexsliderBottom:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexsliderBottom:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flexsliderBottom .flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flexsliderBottom .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: #000;
}
.flexsliderBottom .flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flexsliderBottom .flex-pauseplay a:hover {
  opacity: 1;
}
.flexsliderBottom .flex-pauseplay a .flex-play:before {
  content: '\f003';
}
.flexsliderBottom .flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flexsliderBottom .flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flexsliderBottom .flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  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);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flexsliderBottom .flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flexsliderBottom .flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flexsliderBottom .flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flexsliderBottom .flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flexsliderBottom .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;
}
.flexsliderBottom .flex-control-thumbs img:hover {
  opacity: 1;
}
.flexsliderBottom .flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flexsliderBottom .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flexsliderBottom .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}




/*joby*/


.flexsliderBottom ul .itemContent {
    background: #ffffff none repeat scroll 0 0;
    margin: 0 0 0 1px;
    overflow: hidden;
}


.flexsliderBottom ul .itemContent h3 {
    background: #ffffff none repeat scroll 0 0;
    color: #524e45;
    font-family: "gotham_lightregular";
    font-size: 16px;
    height: 49px;
    line-height: 49px;
    overflow: hidden;
    padding: 0 15px;
    text-align: left;
    text-transform: uppercase;
}


.flexsliderBottom ul .itemContent figure {
    clear: both;
    display: block;
    width: 100%;
}


.flexsliderBottom ul .itemContent figure img {
    display: block;
    width: 100%;
}

.flexsliderBottom ul .itemContent aside {
    margin: 20px 0 0;
    min-height: 40px;
    padding: 8px 20px 0 160px;
    position: relative;
}


.flexsliderBottom ul .itemContent a {
    background: #78be20 none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    font-family: "gotham_lightregular";
    font-size: 14px;
    height: 43px;
    line-height: 42px;
    margin: 10px 0 0 160px;
    padding: 0 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}


.flexsliderBottom ul .itemContent a:hover {
    background: #357b00;
}


.flexsliderBottom ul .itemContent aside figure {
    left: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 140px;
}

.flexsliderBottom ul .itemContent aside p {
    color: #524e45;
    font-family: "gotham_lightregular";
    font-size: 14px;
}

.flexsliderBottom .flex-direction-nav .flex-nav-prev a {
    background: rgba(0, 0, 0, 0) url("../images/BoxNav.png") no-repeat scroll 0 1px;
    font-size: 0;
    height: 48px;
    width: 48px;
}

.flexsliderBottom .flex-direction-nav .flex-nav-next a {
    background: rgba(0, 0, 0, 0) url("../images/BoxNav.png") no-repeat scroll 0 -56px;
    font-size: 0;
    height: 46px;
    width: 48px;
}

@media screen and (max-width: 654px) { 
.flexsliderBottom ul .itemContent aside {
	padding: 0;
}

.flexsliderBottom ul .itemContent aside figure {
    margin: 0 auto;
    text-align: center;
    width: 140px;
	position: relative;
}

.flexsliderBottom ul .itemContent {
	text-align: center;
}
.flexsliderBottom ul .itemContent a {
	margin: 15px 0;
}
}
