/* color opacity */
/* color schemes */
.bx-wrapper {
  position: relative; }

.theme-carousel .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 30%;
  left: 0;
  cursor: pointer;
  background: none;
  border: 1px solid;
  color: #666;
  height: 40px;
  width: 40px;
  z-index: 1;
  cursor: pointer;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg); }
  .theme-carousel .bx-wrapper .bx-controls-direction a:hover {
    color: #dd625d; }
  .theme-carousel .bx-wrapper .bx-controls-direction a:before {
    display: none; }
  .theme-carousel .bx-wrapper .bx-controls-direction a.bx-next {
    left: auto; }
  .theme-carousel .bx-wrapper .bx-controls-direction a.bx-prev {
    right: auto; }
.theme-carousel .bx-wrapper .bx-controls-direction .bx-prev {
  border-left-color: transparent;
  border-top-color: transparent; }
.theme-carousel .bx-wrapper .bx-controls-direction .bx-next {
  border-right-color: transparent;
  border-bottom-color: transparent; }
.theme-carousel .bx-wrapper .bx-controls.bx-has-pager {
  margin-bottom: 34px; }
.theme-carousel .bx-wrapper .bx-pager.bx-default-pager .bx-pager-link {
  width: 12px;
  height: 12px;
  border: 2px solid #333;
  background: #ffffff;
  border-radius: 100%; }
  .theme-carousel .bx-wrapper .bx-pager.bx-default-pager .bx-pager-link:hover, .theme-carousel .bx-wrapper .bx-pager.bx-default-pager .bx-pager-link.active {
    background: #333; }

/* fix double arrows*/
.bx-viewport:first-child .bx-controls {
  display: none !important; }

/*# sourceMappingURL=carousel.css.map */
