.tab-content > ul {
  display: none !important; }

.tab-content .bx-wrapper {
  z-index: 1;
  margin: 0 !important; }
  @media (max-width: 479px) {
    .tab-content .bx-wrapper {
      margin: 0 auto !important; } }

#homepage-carousel {
  margin: 0; }

#homepage-carousel li {
  padding-left: 0 !important;
  padding-right: 0 !important;
  clear: none !important; }

.tab-content .bx-controls a {
  background: none; }

.tab-content .bx-controls a:hover,
.tab-content .bx-controls a.active {
  background: #000;
  color: #fff; }

@media (min-width: 480px) {
  .tab-content .bx-wrapper .bx-viewport {
    overflow: visible !important; } }
@media (min-width: 1199px) {
  .tab-content .bx-wrapper .bx-viewport.hovered_par:before {
    right: 102%; }
  .tab-content .bx-wrapper .bx-viewport.hovered_par:after {
    left: 102%; } }

@media (min-width: 480px) {
  .tab-content .bx-wrapper .bx-viewport:before {
    content: " ";
    display: block;
    position: absolute;
    right: 100%;
    top: 0px;
    width: 10000px;
    height: 100%;
    background: #fff;
    z-index: 4;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }

  .tab-content .bx-wrapper .bx-viewport:after {
    content: " ";
    display: block;
    position: absolute;
    left: 100%;
    top: 0px;
    width: 10000px;
    height: 100%;
    background: #fff;
    z-index: 4;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; } }
.tab-content .bx-controls a:before {
  font-family: "material-design"; }

.tab-content .bx-pager .bx-pager-item {
  float: left;
  text-align: center;
  margin-right: 3px; }

.tab-content .bx-pager .bx-pager-item a {
  display: block;
  width: 20px;
  height: 20px; }

.tab-content .bx-controls-auto .bx-controls-auto-item {
  float: left;
  margin-right: 3px;
  text-align: center; }

.tab-content .bx-controls-auto .bx-controls-auto-item a {
  display: block;
  width: 20px;
  height: 20px; }

.tab-content .bx-controls-auto .bx-controls-auto-item a.bx-start:before {
  content: '\f04b'; }

.tab-content .bx-controls-auto .bx-controls-auto-item a.bx-stop:before {
  content: '\f04c'; }

.tab-content .bx-controls-direction {
  float: left;
  overflow: hidden; }

.tab-content .bx-controls-direction a {
  display: block;
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 3px;
  text-align: center;
  top: 34.5%;
  overflow: visible;
  z-index: 5;
  color: #9aa6ae; }
  @media (max-width: 1300px) {
    .tab-content .bx-controls-direction a {
      top: -26px; } }
  .tab-content .bx-controls-direction a.bx-prev {
    left: -45px; }
    @media (max-width: 1300px) {
      .tab-content .bx-controls-direction a.bx-prev {
        right: 31px !important;
        left: inherit !important; } }
  .tab-content .bx-controls-direction a.bx-next {
    right: -45px; }
    @media (max-width: 1300px) {
      .tab-content .bx-controls-direction a.bx-next {
        right: 0; } }
  .tab-content .bx-controls-direction a:before {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 24px;
    line-height: 24px; }
  .tab-content .bx-controls-direction a:hover {
    background: none; }
    .tab-content .bx-controls-direction a:hover:before {
      color: #3e464c; }

.tab-content .bx-controls-direction a.bx-prev:before {
  content: '\e092'; }

.tab-content .bx-controls-direction a.bx-next:before {
  content: '\e11e'; }
