.flexslider-rb .flex-container a:hover,
.flexslider-rb .flex-slider a:hover,
.flexslider-rb .flex-container a:focus,
.flexslider-rb .flex-slider a:focus {
  outline: none;
}
.flexslider-rb .slides,
.flexslider-rb .slides > li,
.flexslider-rb .flex-control-nav,
.flexslider-rb .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flexslider-rb .flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider-rb {
  margin: 0;
  padding: 0;
}
.flexslider-rb .slides > li {
  position: relative;
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider-rb .slides img {
  height: auto;
  width: 100%;
  display: block;
  position: relative;
}
.flexslider-rb .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider-rb .slides {
  display: block;
}
* html .flexslider-rb .slides {
  height: 1%;
}
.no-js .flexslider-rb .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider-rb {
  margin: 0 0 30px;
  background: #ffffff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.flexslider-rb .slides {
  zoom: 1;
  overflow: hidden;
}
.flexslider-rb .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;
}
.flexslider-rb .loading .flex-viewport {
  max-height: 300px;
}
.flexslider-rb .carousel li {
  margin-right: 5px;
}
.flexslider-rb .flex-direction-nav {
  *height: 0;
}
.flexslider-rb .flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 60px;
  margin: -20px 0 0;
  position: absolute;
  top: 50% !important; /* for AVA Store */
  text-indent: 0; /* for AVA Store */
  z-index: 10;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 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;
}
.flexslider-rb .flex-direction-nav a:before {
  font-family: 'Arial';
  font-size: 60px;
  display: inline-block;
  content: '\276E';
  color: rgba(79, 79, 79, 0.8);
}
.flexslider-rb .flex-direction-nav a.flex-next:before {
  content: '\276F';
}
.flexslider-rb .flex-direction-nav .flex-prev {
  left: -50px;
  background: none;  /* for AVA Store */
}
.flexslider-rb .flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
  background: none;  /* for AVA Store */
}
.flexslider-rb:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider-rb:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider-rb:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider-rb:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flexslider-rb .flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flexslider-rb .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;
}
.flexslider-rb .flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flexslider-rb .flex-pauseplay a:hover {
  opacity: 1;
}
.flexslider-rb .flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flexslider-rb .flex-control-nav {
  position: absolute;
  bottom: 7px;
  text-align: center;
  right: 10px;
  z-index: 10;
}
.flexslider-rb .flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flexslider-rb .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;
}
.flexslider-rb .flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flexslider-rb .flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flexslider-rb .flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flexslider-rb .flex-control-thumbs li {
  width: 24.6%;
  float: left;
  margin: 0.2%;
}
.flexslider-rb .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;
}
.flexslider-rb .flex-control-thumbs img:hover {
  opacity: 1;
}
.flexslider-rb .flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * OPTIONS
 * ====================================================================================================================*/
.flexslider-rb .flex-caption {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.flexslider-rb .flex-caption-inner {
  display: inline-block;
  box-sizing: border-box;
  padding: 40px;
  bottom: 0;
  background: rgba(0,0,0,.5);
  color: #fff;
  font-size: 34px;
  margin-bottom: 0;
  text-align: left;
  line-height: 1;
}
.flexslider-rb .flex-button-block {
  padding-top: 20px;
}
.flexslider-rb .slider-button {
  background: #b90005;
  padding: 6px 40px;
  font-size: 24px;
  vertical-align: baseline;
  box-shadow: 0 0 10px 0 #000;
  transition: 0.5s;
}
.flexslider-rb .slider-button:hover {
  box-shadow: none;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 991px) {
  .flexslider-rb .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flexslider-rb .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
  .flexslider-rb .flex-caption-inner {
    font-size: 2em !important;
    padding: 20px;
  }
  .flexslider-rb .slider-button {
    font-size: 1em !important;
  }
}
@media screen and (max-width: 768px) {
  .flexslider-rb .flex-caption-inner {
    font-size: 1.5em !important;
  }
  .flexslider-rb .slider-button {
    font-size: 0.7em !important;
  }
}
@media screen and (max-width: 480px) {
  .flexslider-rb .flex-caption-inner {
    font-size: 1em !important;
  }
  .flexslider-rb .slider-button {
    font-size: 1em !important;
    padding: 6px 20px;
  }
}

