.vc-ct-huge-carousel-container {
  padding: 30px 0;
  max-width: 100%;
  overflow: hidden;
  /* 
   *  Owl Carousel - Animate Plugin
   */
  /* 
   * 	Owl Carousel - Auto Height Plugin
   */
  /* 
   *  Core Owl Carousel CSS File
   */
  /* No Js */
  /* 
   * 	Owl Carousel - Lazy Load Plugin
   */
  /* 
   * 	Owl Carousel - Video Plugin
   */ }
  @media (min-width: 768px) {
    .vc-ct-huge-carousel-container {
      padding: 70px 0; } }
  @media (min-width: 992px) {
    .vc-ct-huge-carousel-container {
      padding: 100px 0; } }
  .vc-ct-huge-carousel-container .owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
  .vc-ct-huge-carousel-container .owl-carousel .owl-animated-in {
    z-index: 0; }
  .vc-ct-huge-carousel-container .owl-carousel .owl-animated-out {
    z-index: 1; }
  .vc-ct-huge-carousel-container .owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut; }
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
  .vc-ct-huge-carousel-container .owl-height {
    -webkit-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out; }
  .vc-ct-huge-carousel-container .owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1; }
  .vc-ct-huge-carousel-container .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y; }
  .vc-ct-huge-carousel-container .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .vc-ct-huge-carousel-container .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: visible;
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .vc-ct-huge-carousel-container .owl-carousel .owl-controls .owl-nav .owl-prev,
  .vc-ct-huge-carousel-container .owl-carousel .owl-controls .owl-nav .owl-next,
  .vc-ct-huge-carousel-container .owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .vc-ct-huge-carousel-container .owl-carousel.owl-loaded {
    display: block; }
  .vc-ct-huge-carousel-container .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .vc-ct-huge-carousel-container .owl-carousel.owl-hidden {
    opacity: 0; }
  .vc-ct-huge-carousel-container .owl-carousel .owl-refresh .owl-item {
    display: none; }
  .vc-ct-huge-carousel-container .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .vc-ct-huge-carousel-container .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d; }
  .vc-ct-huge-carousel-container .owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto; }
  .vc-ct-huge-carousel-container .owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab; }
  .vc-ct-huge-carousel-container .owl-carousel.owl-rtl {
    direction: rtl; }
  .vc-ct-huge-carousel-container .owl-carousel.owl-rtl .owl-item {
    float: right; }
  .vc-ct-huge-carousel-container .no-js .owl-carousel {
    display: block; }
  .vc-ct-huge-carousel-container .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease; }
  .vc-ct-huge-carousel-container .owl-carousel .owl-item img {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
  .vc-ct-huge-carousel-container .owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000; }
  .vc-ct-huge-carousel-container .owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    transition: scale 100ms ease; }
  .vc-ct-huge-carousel-container .owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3); }
  .vc-ct-huge-carousel-container .owl-carousel .owl-video-playing .owl-video-tn,
  .vc-ct-huge-carousel-container .owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none; }
  .vc-ct-huge-carousel-container .owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease; }
  .vc-ct-huge-carousel-container .owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1; }
.vc-ct-huge-carousel-item {
  position: relative;
  padding-bottom: 64.4%;
  opacity: 0.5;
  z-index: 20;
  overflow: hidden; }
  .vc-ct-huge-carousel--narrow .vc-ct-huge-carousel-item {
    padding-bottom: 56.25%; }
  .vc-ct-huge-carousel--square .vc-ct-huge-carousel-item {
    padding-bottom: 100%; }
  .vc-ct-huge-carousel-item-info {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 50px 10px 10px;
    text-align: center;
    color: #fff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    overflow: hidden; }
    @media (min-width: 768px) {
      .vc-ct-huge-carousel-item-info {
        padding: 50px 10px 20px; } }
    @media (min-width: 992px) {
      .vc-ct-huge-carousel-item-info {
        padding: 70px 30px 25px; } }
    @media (min-width: 1439px) {
      .vc-ct-huge-carousel-item-info {
        padding: 100px 50px 50px; } }
    .vc-ct-huge-carousel-item-info p {
      display: none;
      font-size: 1.025vw;
      opacity: 0.75;
      line-height: 1.4; }
      @media (min-width: 768px) {
        .vc-ct-huge-carousel-item-info p {
          display: block;
          font-size: 1.425vw; } }
      @media (min-width: 992px) {
        .vc-ct-huge-carousel-item-info p {
          font-size: 1.125vw; } }
      @media (min-width: 1439px) {
        .vc-ct-huge-carousel-item-info p {
          font-size: 1.025vw; } }
    .vc-ct-huge-carousel-item-info h4, .vc-ct-huge-carousel-item-info a, .vc-ct-huge-carousel-item-info p {
      color: inherit;
      margin-bottom: 0 !important;
      margin-top: 0 !important;
      -webkit-transform: opacity 200ms ease;
              transform: opacity 200ms ease; }
    .vc-ct-huge-carousel-item-info a:hover {
      color: inherit;
      opacity: 0.8;
      text-decoration: none; }
    .center .vc-ct-huge-carousel-item-info h4, .center .vc-ct-huge-carousel-item-info a, .center .vc-ct-huge-carousel-item-info p {
      -webkit-transform: scale(0.8);
              transform: scale(0.8); }
  .vc-ct-huge-carousel-item-title {
    font-size: 2vw !important;
    padding: 0 10px;
    line-height: 1.25; }
    @media (min-width: 768px) {
      .vc-ct-huge-carousel-item-title {
        font-size: 1.65vw !important;
        line-height: 1.45; } }
    @media (min-width: 992px) {
      .vc-ct-huge-carousel-item-title {
        font-size: 1.5vw !important;
        line-height: 1.45; } }
.vc-ct-huge-carousel img {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
.center .vc-ct-huge-carousel-item {
  opacity: 1;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  position: relative;
  z-index: 99;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.25); }
  .center .vc-ct-huge-carousel-item img {
    border-radius: 3px; }
.vc-ct-huge-carousel .owl-nav {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  z-index: 40;
  width: 20%; }
.vc-ct-huge-carousel .owl-next,
.vc-ct-huge-carousel .owl-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  z-index: 40;
  width: 100%; }
.vc-ct-huge-carousel .owl-next {
  right: 0;
  left: 400%; }
.vc-ct-huge-carousel .owl-prev {
  left: 0; }
.vc-ct-huge-carousel--easing-ease-in .owl-stage {
  -webkit-transition-timing-function: ease-in !important;
          transition-timing-function: ease-in !important; }
.vc-ct-huge-carousel--easing-ease-in-out .owl-stage {
  -webkit-transition-timing-function: ease-in-out !important;
          transition-timing-function: ease-in-out !important; }
.vc-ct-huge-carousel--easing-ease-out .owl-stage {
  -webkit-transition-timing-function: ease-out !important;
          transition-timing-function: ease-out !important; }
.vc-ct-huge-carousel--easing-ease-linear .owl-stage {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important; }
