/*-----------------------------------
 * ICON HOVER EFFECT KEYFRAMES
 *-----------------------------------*/
@-webkit-keyframes sonarEffect {
  0% {
    opacity: .3;
  }
  40% {
    opacity: .5;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1), 0 0 10px 10px #c72538, 0 0 0 10px rgba(0, 0, 0, 0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1), 0 0 10px 10px #c72538, 0 0 0 10px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}


.haru-video-slideshow__main .slick-list.draggable {
    height: 440px !important;
}




.video-list {
  display: flex;
  flex-wrap: wrap;
}

.layout-list .grid-item {
  width: 100%;
}

.haru-slick {
  display: none;
}

.haru-slick.slick-initialized {
  display: block;
}

.haru-slick .slick-slide:focus {
  outline: none;
}

.haru-slick .slick-prev,
.haru-slick .slick-next {
  font-size: 0;
  padding: 0;
}

.haru-slick .slick-prev:before,
.haru-slick .slick-next:before {
  font-weight: 700;
  opacity: 1;
  font-family: "haruicons";
  font-size: 14px;
  visibility: visible;
  transition: all .3s;
}

.haru-slick .slick-prev:focus, .haru-slick .slick-prev:active,
.haru-slick .slick-next:focus,
.haru-slick .slick-next:active {
  outline: none;
}

.haru-slick .slick-prev:hover,
.haru-slick .slick-next:hover {
  cursor: pointer;
  background-color: #c72538;
  transition: all .3s;
}

.haru-slick .slick-prev:before {
  /*content: "\e91d"; */
  content: "\f062";
    font-family: 'FontAwesome' !important;
    font-size: 10px;
}

.haru-slick .slick-next:before {
  content: "\f063";
  font-family: 'FontAwesome' !important;
    font-size: 10px;
}

.haru-slick--nav-normal .slick-prev,
.haru-slick--nav-normal .slick-next {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  border-radius: 0;
  transition: all .3s;
}

.haru-slick--nav-normal .slick-prev:hover,
.haru-slick--nav-normal .slick-next:hover {
  background: #c72538;
  cursor: pointer;
  color: #fff;
}

.haru-slick--nav-icon .slick-prev,
.haru-slick--nav-icon .slick-next {
  background: transparent;
  color: #696969;
  transition: all .3s;
}

.haru-slick--nav-icon .slick-prev:hover,
.haru-slick--nav-icon .slick-next:hover {
  background: transparent;
  cursor: pointer;
  color: #c72538;
}

.haru-slick--nav-opacity:hover .slick-prev,
.haru-slick--nav-opacity:hover .slick-next {
  opacity: 1;
  visibility: visible;
  transition: all .3s;
}

.haru-slick--nav-opacity .slick-prev,
.haru-slick--nav-opacity .slick-next {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}


.haru-button {
  display: inline-block;
  color: #fff;
  fill: #fff;
  line-height: 1;
  padding: 0 25px;
  position: relative;
  font-weight: 700;
  text-align: center;
  transition: all .3s;
}

.haru-button.haru-button--size-large {
  height: 56px;
  line-height: 56px;
  font-size: 16px;
  font-weight: 700;
  padding: 0 45px;
}



#dropdown_sec button, #dropdown_sec [type="button"],
#dropdown_sec [type="reset"], #dropdown_sec [type="submit"] {
  background-color: #c72538;
  display: inline-block;
  color: #fff;
  fill: #fff;
  height: 52px;
  line-height: 52px;
  border: none;
  border-radius: 0;
  padding: 0 35px;
  font-weight: 700;
  text-align: center;
  transition: all .3s;
}

#dropdown_sec button:hover, #dropdown_sec [type="button"]:hover,
#dropdown_sec [type="reset"]:hover, #dropdown_sec [type="submit"]:hover {
  cursor: pointer;
  background-color: #b12132 !important;
  transition: all .3s;
}

#dropdown_sec button:focus, #dropdown_sec [type="button"]:focus,
#dropdown_sec [type="reset"]:focus, #dropdown_sec [type="submit"]:focus {
  outline: none;
}





#dropdown_sec h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

#dropdown_sec img {
  max-width: 100%;
}

.haru-clear:before, .haru-clear:after {
  display: table;
  content: '';
}

.haru-clear:after {
  clear: both;
}

mark {
  background-color: #c72538;
  color: #fff;
  padding: 0 5px;
}

#dropdown_sec a {
  text-decoration: none;
  color: #696969;
}

#dropdown_sec a:hover {
  color: #c72538;
  text-decoration: none;
}

#dropdown_sec a:active {
  color: #c72538;
  text-decoration: none;
}

#dropdown_sec a:focus {
  color: #c72538;
  outline: none;
  text-decoration: none;
}


#dropdown_sec h6 {
  color: #fff;
  font-family: 'DM Sans';
  font-weight: 700;
  line-height: 1.4;
}


.haru-lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99999998;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.haru-lightbox-overlay.show-lightbox {
  opacity: 1;
  visibility: visible;
}

.haru-lightbox-overlay .close-lightbox {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-size: 28px;
  text-align: center;
  transition: all .3s;
}

.haru-lightbox-overlay .close-lightbox:hover {
  cursor: pointer;
  color: #c72538;
  transition: all .3s;
}

.haru-lightbox {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 1170px;
  max-height: 70%;
  background-color: rgba(0, 0, 0, 0);
  z-index: 99999998;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}

.haru-lightbox.show-lightbox {
  opacity: 1;
  visibility: visible;
}

.haru-lightbox .haru-lightbox-content {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.haru-archive-video .grid-columns {
  margin: 0 -15px;
}

.haru-archive-video .archive-video-list .video-item {
  padding: 0 15px;
}

.haru-archive-video .video-item--style-1 {
  margin-bottom: 40px;
}

.haru-archive-video .video-item--style-3 {
  margin-bottom: 40px;
}

.layout-wrap.style-list.grid-columns {
  margin: 0;
}

.layout-wrap.style-list .video-item {
  padding: 0;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}

.layout-wrap.style-list .video-item__title {
  padding-top: 0;
  margin-top: 0;
  font-size: 24px;
}

@media screen and (max-width: 1440px) {
  .layout-wrap.style-list .video-item__title {
    font-size: 22px;
  }
}

@media screen and (max-width: 1199px) {
  .layout-wrap.style-list .video-item__title {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .layout-wrap.style-list .video-item__title {
    margin-top: 20px;
  }
}

.layout-wrap.style-list .video-item__meta {
  font-size: 14px;
  padding-top: 5px;
}

@media screen and (max-width: 767px) {
  .layout-wrap.style-list .video-item__meta {
    font-size: 13px;
  }
}

.layout-wrap.style-list .video-item__desc {
  display: block;
  margin-top: 20px;
}

.layout-wrap.style-list .video-item__more {
  display: block;
  margin-top: 30px;
}

.layout-wrap.style-list-2.grid-columns {
  margin: 0;
}

.layout-wrap.style-list-2 .video-item {
  padding: 0;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}

.layout-wrap.style-list-2 .video-item__title {
  font-size: 28px;
}

@media screen and (max-width: 1440px) {
  .layout-wrap.style-list-2 .video-item__title {
    font-size: 24px;
  }
}

@media screen and (max-width: 1199px) {
  .layout-wrap.style-list-2 .video-item__title {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .layout-wrap.style-list-2 .video-item__title {
    font-size: 20px;
  }
}

.layout-wrap.style-list-2 .video-item__meta {
  font-size: 14px;
  padding-top: 5px;
}

@media screen and (max-width: 767px) {
  .layout-wrap.style-list-2 .video-item__meta {
    font-size: 13px;
  }
}

.layout-wrap.style-list-2 .video-item__desc {
  display: block;
  margin-top: 20px;
}

.layout-wrap.style-list-2 .video-item__more {
  display: block;
  margin-top: 30px;
}

.video-item {
  position: relative;
}

.video-item:hover .video-item__icon {
  transition: all .3s;
}

.video-item:hover .video-thumbnail:before {
  opacity: 1;
  visibility: visible;
  transition: all .5s;
}

.video-item:hover .video-thumbnail:not(.default) img {
  -webkit-transform: translate(-50%, -50%) scale(1.03);
          transform: translate(-50%, -50%) scale(1.03);
}

.video-item:hover .video-item__thumbnail img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  transition: all .5s;
}

.video-item:hover .video-item__thumbnail .video-watch-later {
  opacity: 1;
  visibility: visible;
  transition: opacity .3s linear;
}

.video-item__thumbnail {
  position: relative;
  overflow: hidden;
  border-radius: 0;
}

.video-item__thumbnail img {
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all .5s;
}

.video-item__thumbnail .video-watch-later {
  position: absolute;
  top: 8px;
  right: 8px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 0;
  color: #fff !important;
  font-size: 10px;
  padding: 0 4px;
  height: 18px;
  width: 18px;
  line-height: 18px;
  z-index: 2;
  font-size: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s;
  display: none;
}

.video-item__thumbnail .video-watch-later:hover {
  cursor: pointer;
  font-size: 10px;
  line-height: 17px;
  width: auto;
  transition: all .3s;
}

.video-item__thumbnail .video-watch-later:hover .haru-icon {
  margin-right: 2px;
}

.video-item__thumbnail .video-watch-later.active {
  background-color: #c72538;
}

.video-item__thumbnail .video-watch-later .haru-icon {
  background-color: #fff;
  vertical-align: middle;
}

.video-item__icon {
  position: absolute;
  z-index: 9;
  max-width: 15%;
  transition: all .5s;
}

.video-item__icon-wrap {
  padding-bottom: 100%;
}

.video-item__icon a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: all .3s;
}

.video-item__icon a:hover:before {
  color: #c72538;
  transition: all .3s;
}

.video-item__icon a:hover:after {
  border: 1px solid #c72538;
  -webkit-animation: sonarEffect 1.3s ease-out 75ms;
          animation: sonarEffect 1.3s ease-out 75ms;
  transition: all .3s;
}

.video-item__icon a:before {
  content: "\f04b";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 20px;
  color: #fff;
  transition: all .3s;
}

@media screen and (max-width: 767px) {
  .video-item__icon a:before {
    font-size: 18px;
  }
}

.video-item__icon a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(216, 216, 216, 0.3);
  border-radius: 50%;
  top: 0;
  left: 0;
  transition: all .3s;
}

.video-item__icon.style-2 {
  opacity: 1;
  visibility: visible;
}

.video-item__icon.style-2 a:hover:before {
  color: #c72538;
}

.video-item__icon.style-2 a:hover:after {
  border: 1px solid #c72538;
}

.video-item__icon.style-2 a:after {
  border: 1px solid #fff;
}

.video-item__title a {
  transition: all .3s;
}

.video-item__title a:hover {
  transition: all .3s;
}

.video-item__category a {
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .3s;
}

@media screen and (max-width: 1199px) {
  .video-item__category a {
    font-size: 14px;
  }
}

.video-item__category a:hover {
  transition: all .3s;
}

.video-item__meta {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.video-item__meta > div {
  margin-right: 20px;
  position: relative;
}

.video-item__meta > div:after {
  content: '';
  width: 3px;
  height: 3px;
  background-color: rgba(105, 105, 105, 0.8);
  position: absolute;
  right: -11px;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.video-item__meta > div:last-child {
  margin-right: 0;
}

.video-item__meta > div:last-child:after {
  display: none;
}

.video-item__meta > div > i {
  margin-right: 5px;
  display: none;
}

.video-item__meta-author a {
  color: #000;
  font-weight: 500;
}

.video-item__meta-author a:hover {
  color: #c72538;
  transition: all .3s;
}

.video-item__meta-date {
  font-weight: 500;
}

.video-item__meta-category {
  font-weight: 500;
}

.video-item__label {
  background-color: #c72538;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  padding: 0 6px;
  height: 16px;
  line-height: 16px;
  position: relative;
  margin-bottom: 3px;
  text-transform: uppercase;
}

.video-item__label:last-child {
  margin-bottom: 0;
}

.video-item__duration {
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 12px;
  font-weight: 500;
  padding: 0 5px;
  line-height: 18px;
  z-index: 2;
  border-radius: 2px;
  display: none;
}

.video-item__labels {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 2;
  display: none;
}

.video-item__desc {
  display: none;
}

.video-item__more {
  display: none;
}

.video-item__more a:after {
  content: '\e65a';
  font-family: 'themify';
  font-weight: 400;
  position: relative;
  margin-left: 5px;
  bottom: -3px;
  line-height: 1;
  font-size: 16px;
}

.video-item--style-1 .video-item__title {
  font-size: 24px;
  margin-top: 20px;
}

@media screen and (max-width: 1440px) {
  .video-item--style-1 .video-item__title {
    font-size: 22px;
  }
}

@media screen and (max-width: 1199px) {
  .video-item--style-1 .video-item__title {
    font-size: 20px;
  }
}

.video-item--style-1 .video-item__icon {
  top: 50%;
  left: 50%;
  width: 30%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.video-item--style-2:hover .video-thumbnail:before {
  height: 150%;
}

.video-item--style-2 .video-thumbnail:before {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  height: 50%;
  top: auto;
  bottom: 0;
  opacity: 1;
  visibility: visible;
}

.video-item--style-2 .video-item__icon {
  top: 35%;
  left: 50%;
  width: 20%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.video-item--style-2 .video-item__content {
  position: absolute;
  bottom: 0;
  left: 15px;
  width: calc(100% - 30px);
  padding: 10px 20px;
  z-index: 3;
}

.video-item--style-2 .video-item__title {
  font-size: 24px;
  margin-bottom: 0;
}

@media screen and (max-width: 1440px) {
  .video-item--style-2 .video-item__title {
    font-size: 22px;
  }
}

@media screen and (max-width: 1199px) {
  .video-item--style-2 .video-item__title {
    font-size: 20px;
  }
}

.video-item--style-2 .video-item__title a {
  color: #fff;
}

.video-item--style-2 .video-item__title a:hover {
  color: #c72538;
}

.video-item--style-2 .video-item__category {
  color: rgba(255, 255, 255, 0.7);
  margin: 5px 0 10px;
}

@media screen and (max-width: 1199px) {
  .video-item--style-2 .video-item__category {
    margin: 5px 0 5px;
  }
}

.video-item--style-2 .video-item__category a {
  color: rgba(255, 255, 255, 0.7);
}

@media screen and (max-width: 1199px) {
  .video-item--style-2 .video-item__category a {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .video-item--style-2 .video-item__category a {
    font-size: 13px;
  }
}

.video-item--style-2 .video-item__category a:hover {
  color: #c72538;
}

.video-item--style-3:hover .video-thumbnail:before {
  height: 150%;
}

.video-item--style-3 .video-thumbnail:before {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  height: 50%;
  top: auto;
  bottom: 0;
  opacity: 1;
  visibility: visible;
}

.video-item--style-3 .video-item__icon {
  top: 35%;
  left: 50%;
  width: 20%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.video-item--style-3 .video-item__content {
  position: absolute;
  bottom: 0;
  left: 15px;
  width: calc(100% - 30px);
  padding: 10px 20px;
  text-align: center;
  z-index: 3;
}

.video-item--style-3 .video-item__title {
  font-size: 24px;
  margin-bottom: 0;
}

@media screen and (max-width: 1440px) {
  .video-item--style-3 .video-item__title {
    font-size: 22px;
  }
}

@media screen and (max-width: 1199px) {
  .video-item--style-3 .video-item__title {
    font-size: 20px;
  }
}

.video-item--style-3 .video-item__title a {
  color: #fff;
}

.video-item--style-3 .video-item__title a:hover {
  color: #c72538;
}

.video-item--style-3 .video-item__category {
  color: rgba(255, 255, 255, 0.7);
  margin: 5px 0 10px;
}

.video-item--style-3 .video-item__category a {
  color: rgba(255, 255, 255, 0.7);
}

@media screen and (max-width: 991px) {
  .video-item--style-3 .video-item__category a {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .video-item--style-3 .video-item__category a {
    font-size: 13px;
  }
}

.video-item--style-3 .video-item__category a:hover {
  color: #c72538;
}

.video-thumbnail {
  border-radius: 0;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
}

.video-thumbnail:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transition: all .5s;
}

.video-thumbnail img:not(:first-child) {
  display: none;
}

.video-thumbnail:not(.default) img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  max-width: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.video-thumbnail.video video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 2px);
  height: auto;
  max-width: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}

.video-thumbnail.ratio-43 {
  padding-top: 75%;
}

.video-thumbnail.ratio-169 {
  padding-bottom: 56.25%;
}

.video-thumbnail.ratio-32 {
  padding-bottom: 66.66%;
}

.video-thumbnail.ratio-85 {
  padding-bottom: 62.5%;
}




.haru-video-slideshow--slick .haru-video-slideshow__content {
  display: flex;
}

@media screen and (max-width: 767px) {
  .haru-video-slideshow--slick .haru-video-slideshow__content {
    display: block;
  }
}

.haru-video-slideshow--slick .haru-video-slideshow__main {
  flex: 0 0 60%;
}

.haru-video-slideshow--slick .haru-video-slideshow__main .slick-prev,
.haru-video-slideshow--slick .haru-video-slideshow__main .slick-next {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  z-index: 9;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .haru-video-slideshow--slick .haru-video-slideshow__main .slick-prev,
  .haru-video-slideshow--slick .haru-video-slideshow__main .slick-next {
    left: auto;
    -webkit-transform: translateY(-50%) rotate(-90deg);
            transform: translateY(-50%) rotate(-90deg);
  }
}

.haru-video-slideshow--slick .haru-video-slideshow__main .slick-prev {
  top: 10px;
}

@media screen and (max-width: 767px) {
  .haru-video-slideshow--slick .haru-video-slideshow__main .slick-prev {
    left: 10px;
    top: 50%;
  }
}

.haru-video-slideshow--slick .haru-video-slideshow__main .slick-prev:before {
  content: "\f062";
  font: normal normal normal 14px/1 FontAwesome;
}

.haru-video-slideshow--slick .haru-video-slideshow__main .slick-next {
  bottom: 10px;
}

@media screen and (max-width: 767px) {
  .haru-video-slideshow--slick .haru-video-slideshow__main .slick-next {
    right: 10px;
    top: 50%;
  }
}



.haru-video-slideshow--slick .haru-video-slideshow__main .slick-prev, .haru-video-slideshow--slick .haru-video-slideshow__main .slick-next {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 40px;
    height: 40px !important;
    line-height: 40px !important;
    text-align: center !important;
    z-index: 9;
    border-radius: 50% !important;
}

.haru-video-slideshow--slick .haru-video-slideshow__main .slick-next:before {
  content: "\f063";
  font: normal normal normal 14px/1 FontAwesome;
}

.haru-video-slideshow--slick .haru-video-slideshow__nav {
  flex: 0 0 43%;
  padding-right: 30px;
  overflow: hidden;
}

.haru-video-slideshow--slick .video-list-nav .slick-slide {
  opacity: .4;
  transition: all .3s;
  margin: 15px 0;
}

.haru-video-slideshow--slick .video-list-nav .slick-slide:last-child {
  margin-bottom: 0;
}

.haru-video-slideshow--slick .video-list-nav .slick-slide.slick-current {
  opacity: 1;
  transition: all .3s;
}

.haru-video-slideshow--slick .video-nav-item__title {
    font-size: 48px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 0px;
    color: #fff;
    font-family: "DM Sans";
    text-transform: capitalize;
    font-weight: 700;
    letter-spacing: 0;
    font-family: "DM Sans";
    text-transform: capitalize;
    letter-spacing: 0;
}

.haru-video-slideshow--slick .video-nav-item__category {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
}

.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}


.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}


.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

/*
.haru-video-slideshow--slick .video-list-nav {
    margin: -15px 0;
}*/


