/* Add here all your CSS customizations */
.thumb-info{
  background: none !important;
    border: none !important;
}
.owl-carousel .owl-nav [class*="owl-"] {
    color: #313131 !important;
    background-color: #ffffff !important;
    border-color: #0088cc #0088cc #006699;
}
.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 20px!important;
    margin: 5px;
    padding: 7px 7px!important;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 50%!important;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    width: 40px !important;
    height: 40px !important;
}
.owl-carousel .owl-nav .owl-next {
    right: -100px !important;
}
.owl-carousel .owl-nav .owl-prev {
    left: -100px;
}
.bg-1 {
  background: url(../img/bg-1.jpg) no-repeat center center fixed !important;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border: 0px !important;
}
.bg-2 {
  background: url(../img/bg-2.jpg) no-repeat center center fixed !important;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border: 0px !important;

}
.bg-2 p, .bg-2 li {
  color: #000 !important;
}
.bg-3 {
  background: url(../img/bg-3.png) no-repeat center center fixed !important;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border: 0px !important;
}
.bg-4 {
  background: url(../img/bg-4.jpg) no-repeat bottom center !important;
  border: 0px !important;
}
.thumb-info .thumb-info-action-icon {
    background-color: transparent !important;
}
.slider-container {
    background: transparent !important;
  }
a.anchor {
      display: block;
      position: relative;
      top: -150px;
      visibility: hidden;
  }
  .carousel-3d-container figure {
    margin:0;
  }

  .carousel-3d-container figcaption {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    bottom: 0;
    position: absolute;
    bottom: 0;
    padding: 15px;
    font-size: 12px;
    min-width: 100%;
    box-sizing: border-box;
  }
  .thumb-info-action{
    display: none;
  }
