/* color schemes */
.bx-wrapper {
  position: relative;
  max-width: 100% !important; }

.tab-content > .tab-pane {
  display: none !important;
  position: static;
  margin: 0; }

.bx-controls-direction {
  overflow: hidden; }

.easycarousels .bx-wrapper .bx-controls-direction {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center; }

.easycarousels .bx-wrapper .bx-controls-direction a {
  font-family: 'fontAwesome';
  display: inline-block;
  font-size: 20px; }

.easycarousels .bx-wrapper .bx-controls-direction a.bx-prev {
  margin-right: 8px; }

.easycarousels .bx-wrapper .bx-controls-direction a.bx-prev:before {
  content: "\f177"; }

.easycarousels .bx-wrapper .bx-controls-direction a.bx-next:before {
  content: "\f178"; }

@media screen and (max-width: 767px) {
  .easycarousels .bx-wrapper .bx-controls-direction a {
    font-size: 30px; }

  .easycarousels .bx-wrapper .bx-controls-direction a.bx-prev {
    margin-right: 15px; } }

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