#homepage-carousel {
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 1; }
  @media (min-width: 1200px) {
    #homepage-carousel {
      overflow: visible !important; } }
  @media (max-width: 1199px) {
    #homepage-carousel {
      padding-top: 12px; } }

#homepage-carousel li {
  padding-left: 0 !important;
  padding-right: 0 !important;
  clear: none !important;
  float: left; }

.tab-content > ul {
  display: none !important; }
.tab-content .bx-wrapper {
  position: relative;
  margin: 0 auto !important; }
.tab-content .bx-wrapper .bx-viewport {
  position: relative;
  overflow: visible !important;
  margin-bottom: 18px; }
.tab-content .bx-wrapper .bx-viewport:before,
.tab-content .bx-wrapper .bx-viewport:after {
  content: " ";
  display: block;
  position: absolute;
  top: -20px;
  width: 10000px;
  height: 107%;
  background: #fdfdf9;
  z-index: 2; }
.tab-content .bx-wrapper .bx-viewport:before {
  right: 100.5%; }
.tab-content .bx-wrapper .bx-viewport:after {
  left: 100.955%; }
.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;
  display: none; }
.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';
  font-family: "FontAwesome"; }
.tab-content .bx-controls-auto .bx-controls-auto-item a.bx-stop:before {
  content: '\f04c';
  font-family: "FontAwesome"; }
.tab-content .bx-controls-direction {
  float: left;
  overflow: hidden; }
.tab-content .bx-controls-direction a {
  position: absolute;
  top: 45%;
  outline: 0;
  text-indent: -9999px;
  width: 40px;
  height: 40px;
  z-index: 100;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  margin: 0;
  margin-top: -26px;
  text-align: center;
  -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-direction a:before {
    display: block;
    text-indent: 0;
    z-index: 1;
    font-size: 30px;
    line-height: 40px;
    font-family: "FontAwesome";
    color: #444;
    -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-direction a:hover:before {
    color: #18c18d; }
  .tab-content .bx-controls-direction a.disabled {
    color: #888;
    cursor: default;
    opacity: 0; }
.tab-content .bx-controls-direction a.bx-prev {
  right: auto;
  left: -50px; }
  .tab-content .bx-controls-direction a.bx-prev:before {
    content: "\f104"; }
  @media (max-width: 1286px) {
    .tab-content .bx-controls-direction a.bx-prev {
      left: 5px; } }
.tab-content .bx-controls-direction a.bx-next {
  right: -50px;
  left: auto; }
  .tab-content .bx-controls-direction a.bx-next:before {
    content: "\f105"; }
  @media (max-width: 1286px) {
    .tab-content .bx-controls-direction a.bx-next {
      right: 5px; } }
.tab-content .bx-wrapper .bx-pager {
  bottom: -36px;
  width: 100%;
  text-align: center;
  padding: 0;
  line-height: 0; }
  .tab-content .bx-wrapper .bx-pager .bx-pager-item {
    line-height: 0;
    float: none;
    display: inline-block;
    margin: 0; }
    .tab-content .bx-wrapper .bx-pager .bx-pager-item a {
      width: 11px;
      background: #c5c5c5;
      margin: 0 4px;
      -moz-border-radius: 20px;
      -webkit-border-radius: 20px;
      border-radius: 20px;
      height: 11px;
      -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-pager .bx-pager-item a:hover {
        background: #333; }
      .tab-content .bx-wrapper .bx-pager .bx-pager-item a.active {
        background: #89bd19; }
