/* color schemes */
.bx-wrapper {
  position: relative; }

.bx-wrapper .bx-viewport {
  position: relative;
  padding: 0;
  zoom: 1;
  margin: 0 !important; }

.bx-viewport {
  direction: ltr !important; }

/** THEME
===================================*/
.bx-wrapper .bx-viewport .bx-pager,
.bx-wrapper .bx-viewport .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%; }

/* LOADER */
.bx-wrapper .bx-viewport .bx-loading {
  min-height: 50px;
  background: none;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
  display: none; }

/* PAGER */
.bx-wrapper .bx-viewport .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #666;
  padding-top: 20px; }

.bx-wrapper .bx-viewport .bx-pager .bx-pager-item,
.bx-wrapper .bx-viewport .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  zoom: 1; }

.theme-carousel .bx-wrapper .bx-pager.bx-default-pager a {
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: #000;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.bx-wrapper .bx-viewport .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-viewport .bx-pager.bx-default-pager a.active {
  background: #000; }

/* DIRECTION CONTROLS (NEXT / PREV) */
.theme-carousel .bx-wrapper .bx-controls-direction a {
  margin-top: 0;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  top: -68px;
  font-size: 0;
  overflow: hidden;
  outline: none;
  text-decoration: none; }

.amazzingblog.theme-carousel .bx-controls-direction a {
  top: -156px !important; }

.theme-carousel.simpleblog-recent .bx-wrapper .bx-controls-direction a {
  top: -106px; }

.theme-carousel .bx-wrapper .bx-controls-direction a:before {
  font-family: "FontAwesome";
  font-size: 16px;
  line-height: 30px;
  padding: 0; }

.bx-wrapper .bx-next {
  right: 30px; }

.bx-wrapper .bx-next:before {
  content: "\f054"; }

.bx-wrapper .bx-prev {
  left: 30px; }

.bx-wrapper .bx-prev:before {
  content: "\f053"; }

.bx-wrapper .bx-controls-direction a.disabled {
  display: none; }

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-viewport .bx-controls-auto {
  text-align: center; }

.bx-wrapper .bx-viewport .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  margin: 0 3px; }

.bx-wrapper .bx-viewport .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-viewport .bx-controls-auto .bx-start.active {
  background-position: -86px 0; }

.bx-wrapper .bx-viewport .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  margin: 0 3px; }

.bx-wrapper .bx-viewport .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-viewport .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px; }

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-viewport .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%; }

.bx-wrapper .bx-viewport .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px; }

/* IMAGE CAPTIONS */
.bx-wrapper .bx-viewport .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%; }

.bx-wrapper .bx-viewport .bx-caption span {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  font-size: .85em;
  padding: 10px; }

@media screen and (min-width: 641px) {
  #product .center_column .one_by_one .bx-controls-direction a {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    float: left; }

  #product .center_column .one_by_one .bx-controls-direction {
    position: absolute;
    top: -68px;
    right: 30px; } }
@media screen and (max-width: 767px) {
  .theme-carousel .bx-wrapper .bx-controls-direction a {
    top: -57px; }

  .theme-carousel.simpleblog-recent .bx-wrapper .bx-controls-direction a {
    top: -89px; } }
@media screen and (max-width: 640px) {
  .theme-carousel .bx-controls-direction {
    position: absolute;
    top: -43px;
    left: 0;
    right: 0;
    text-align: center; }

  .theme-carousel.simpleblog-recent .bx-controls-direction {
    top: -72px; }

  .theme-carousel .bx-wrapper .bx-controls-direction a {
    position: static;
    display: inline-block; }

  .theme-carousel .title_main_section {
    margin-bottom: 50px; } }

/*# sourceMappingURL=carousels.css.map */
