.hc {
  box-sizing: border-box;
  clear: left;
  padding-top: 10px;
  overflow: hidden; }

.nonResponsive {
  display: inherit; }

#hover-current img {
  margin-top: 5px;
  max-width: 100%; }

.hover-carousel {
  margin-top: 100px; }
  .hover-carousel .hc {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 auto;
    font-size: 0;
    -webkit-overflow-scrolling: touch;
    /* for tablets */ }
  .hover-carousel .touch .hc {
    overflow: auto; }
  .hover-carousel .hc:before, .hover-carousel .hc:after {
    content: '';
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
    width: 50px;
    text-align: center;
    font-size: 80px;
    line-height: 190px;
    font-family: arial;
    color: #555;
    font-weight: bold;
    pointer-events: none;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out; }
  .hover-carousel .hc.right:after, .hover-carousel .hc.left:before {
    opacity: 1; }
  .hover-carousel .hc.right:after {
    right: 8px;
    text-indent: 70px; }
  .hover-carousel .hc.left:before {
    left: 8px;
    text-indent: -120px; }
  .hover-carousel .hc > a {
    position: absolute;
    margin: 0;
    top: 0;
    bottom: 0;
    color: #CCC;
    font-size: 1.5em;
    -webkit-transition: 0.1s;
    transition: 0.1s; }
  .hover-carousel .hc > a:hover {
    color: #FFF; }
  .hover-carousel .hc > a.prev {
    left: -20px; }
  .hover-carousel .hc > a.next {
    right: -20px; }
  .hover-carousel .hc > .indicator {
    pointer-events: none;
    position: absolute;
    z-index: 4;
    bottom: 0;
    left: 0;
    background: #d82b6a;
    height: 4px;
    border-radius: 10px;
    opacity: 0;
    -webkit-transition: opacity 0.2s, bottom 0.2s;
    transition: opacity 0.2s, bottom 0.2s; }
  .hover-carousel .hc:hover > .indicator {
    opacity: 1;
    bottom: 0px; }
  .hover-carousel .hc > .wrap {
    overflow: hidden;
    border-radius: 5px;
    height: auto; }
  .hover-carousel .hc > .wrap > ul {
    list-style: none;
    white-space: nowrap;
    height: auto;
    margin-bottom: 0; }
  .hover-carousel .hc > .wrap > ul > li {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    margin: 0 0 0 5px;
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.25s ease-out;
    transition: 0.25s ease-out; }
  .hover-carousel .hc > .wrap > ul > li:first-child {
    margin: 0; }
  .hover-carousel .hc > .wrap > ul > li > img {
    display: block;
    height: 80px;
    margin: auto;
    vertical-align: bottom;
    position: relative;
    z-index: 1;
    -webkit-transition: 1s ease;
    transition: 1s ease; }

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