#tqc-carousel {
  /* display: table; */
  width: 100%;
  margin: 12px 0 24px 0;
}

#tqc-carousel .tqc-carousel-container {
  position: relative;
  width: 100%; height: auto;
  overflow: hidden;
  background: #c0c0c0;
}

#tqc-carousel .tqc-carousel-container ul.carousel {
  display: block;
  position: absolute;
  top: 0px; left: 0px;
  width: 9999999px; height: 100%;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  list-style: none outside none;
  transition-duration: 1500ms;
}

#tqc-carousel .tqc-carousel-container ul.carousel li {
  display: block;
  position: relative;
  float: left;
  width: 100%; height: 100%;
  overflow: hidden;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 0px;
  list-style: none outside none;
  text-align: center;
}

#tqc-carousel .tqc-carousel-container ul.carousel li a {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  line-height: 0px;
}

#tqc-carousel .tqc-carousel-container ul.carousel li img {
  position: relative;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

#tqc-carousel .tqc-carousel-container .titles
{
  position: absolute;
  width: 75%;
  padding: 12px 12px 9px 12px;
  text-align: left;
  background: #ffffff;
}

#tqc-carousel .tqc-carousel-container .titles.top-left {
  top: 24px; left: 24px;
}

#tqc-carousel .tqc-carousel-container .titles.bottom-left {
  bottom: 24px; left: 24px;
}

#tqc-carousel .tqc-carousel-container .titles.top-right {
  top: 24px; right: 24px;
}

#tqc-carousel .tqc-carousel-container .titles.bottom-right {
  bottom: 24px; right: 24px;
}

#tqc-carousel .tqc-carousel-container ul.carousel li h2 {
  margin: 5px 0 0 4px;
  padding: 0 0 0 0;
  font-size: 30px;
  line-height: 36px;
  color: #000000;
}

#tqc-carousel .tqc-carousel-container ul.carousel li h3
{
  margin: 0 0 0 5px;
  padding: 0 0 0 0;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  color: #909090;
}

#tqc-carousel .tqc-carousel-nav-dots {
  /* display: table; */
  display: none;
  width: 100%;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

#tqc-carousel .tqc-carousel-nav-dots .tqc-carousel-nav-dots-container {
  display: table-cell;
  width: 100%;
  text-align: center;
}

#tqc-carousel .tqc-carousel-nav-dots ul.nav-dots {
  margin: 0 0 0 0;
  padding: 19px 12px 0 12px;
  line-height: 9px;
  text-align: center;
}

#tqc-carousel .tqc-carousel-nav-dots ul.nav-dots li {
  display: inline-block;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 64px;
  color: #909090;
}

#tqc-carousel .tqc-carousel-nav-dots ul.nav-dots li:hover, 
#tqc-carousel .tqc-carousel-nav-dots ul.nav-dots li.current
{
  color: #f21e58;
  cursor: pointer;
}

#tqc-carousel .tqc-carousel-show-all-button-container {
  display: table-cell;
  padding: 6px 0 0 0;
  vertical-align: top;
  text-align: right;
}

#tqc-carousel .tqc-carousel-show-all-button-container a, 
#tqc-carousel .tqc-carousel-show-all-button-container a:visited, 
#tqc-carousel .tqc-carousel-show-all-button-container a:hover
{
  display: inline-block;
  margin: 0;
  padding: 6px 12px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  border: none;
  border-radius: 24px;
  background: #f72158;
}

#tqc-carousel .tqc-carousel-show-all-button-container a:hover {
  background: #f30845;
}

#tqc-carousel .missing-title-or-sub-title {
  display: none;
}

#tqc-carousel .nav-btn-container
{
  display: none;
  position: absolute;
  top: 0px; bottom: 0px;
  height: 100%;
}

#tqc-carousel .nav-btn-container.prev-btn {
  left: -34px;
}

#tqc-carousel .nav-btn-container.next-btn {
  right: -34px;
}

#tqc-carousel .nav-btn-container tr td {
  vertical-align: middle;
  text-align: center;
}

#tqc-carousel .nav-btn-container tr td i {
  display: block;
  width: 72px; height: 72px;
  border-radius: 96px;
  font-size: 36px;
  line-height: 75px;
  color: #505050;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9);
  
  -webkit-user-drag: none;
  -moz-user-drag: none;
  user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

#tqc-carousel .nav-btn-container tr td i:hover {
  cursor: pointer;
  color: #f72158;
  background: #ffffff;
  background: rgba(255, 255, 255, 1.0);
}

#tqc-carousel .nav-btn-container.prev-btn tr td i {
  padding-left: 23px;
}

#tqc-carousel .nav-btn-container.next-btn tr td i {
  padding-right: 23px;
}

@media only screen and (max-device-width: 767px), (max-width: 767px) {
  
  #tqc-carousel .tqc-carousel-container .titles
  {
    position: absolute;
    padding: 12px 12px 12px 12px;
    width: 100%;
    text-align: left;
    background: #000000;
    background: linear-gradient(
      180deg, 
      rgba(255, 255, 255, 0) 0%, 
      rgba(0, 0, 0, 0.7) 100%
    );
  }
  
  #tqc-carousel .tqc-carousel-container .titles.top-left, 
  #tqc-carousel .tqc-carousel-container .titles.bottom-left, 
  #tqc-carousel .tqc-carousel-container .titles.top-right, 
  #tqc-carousel .tqc-carousel-container .titles.bottom-right
  {
    top: auto; right: 0px; bottom: 0px; left: 0px;
  }
  
  #tqc-carousel .tqc-carousel-container ul.carousel li h2 {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #ffffff;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  }
  
  #tqc-carousel .tqc-carousel-container ul.carousel li h3 {
    display: none;
  }
  
  #tqc-carousel .tqc-carousel-show-all-button-container {
    padding-right: 6px;
  }
  
  #tqc-carousel .nav-btn-container {
    display: table;
  }
} 
